@charset "UTF-8";
/* ----- parts ----- */
/* 文字に縁取り ----*/
/* リボン生成 */
/* animation ===== */
@keyframes rotation-r {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(45deg); } }
@keyframes rotation-l {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(-45deg); } }
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  display: block; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?h12j38");
  src: url("../fonts/icomoon.eot?h12j38#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?h12j38") format("truetype"), url("../fonts/icomoon.woff?h12j38") format("woff"), url("../fonts/icomoon.svg?h12j38#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 12px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-movie:before {
  content: "\e900"; }

.icon-crown:before {
  content: "\e901";
  color: #fff; }

.icon-facebook:before {
  content: "\ea90"; }

.icon-instagram:before {
  content: "\ea92"; }

.icon-twitter:before {
  content: "\ea96"; }

.a-fz10 {
  font-size: 10px; }

.a-fz11 {
  font-size: 11px; }

.a-fz12 {
  font-size: 12px; }

.a-fz13 {
  font-size: 13px; }

.a-fz14 {
  font-size: 14px; }

.a-fz15 {
  font-size: 15px; }

.a-fz16 {
  font-size: 16px; }

.a-fz17 {
  font-size: 17px; }

.a-fz18 {
  font-size: 18px; }

.a-fz19 {
  font-size: 19px; }

.a-fz20 {
  font-size: 20px; }

.a-fz21 {
  font-size: 21px; }

.a-fz22 {
  font-size: 22px; }

.a-fz23 {
  font-size: 23px; }

.a-fz24 {
  font-size: 24px; }

.a-mt10 {
    margin-top: 10px; }
.a-mt24 {
      margin-top: 24px; }

.a-mb10 {
  margin-bottom: 10px; }

.a-mb11 {
  margin-bottom: 11px; }

.a-mb12 {
  margin-bottom: 12px; }

.a-mb13 {
  margin-bottom: 13px; }

.a-mb14 {
  margin-bottom: 14px; }

.a-mb15 {
  margin-bottom: 15px; }

.a-mb16 {
  margin-bottom: 16px; }

.a-mb17 {
  margin-bottom: 17px; }

.a-mb18 {
  margin-bottom: 18px; }

.a-mb19 {
  margin-bottom: 19px; }

.a-mb20 {
  margin-bottom: 20px; }

.a-mb21 {
  margin-bottom: 21px; }

.a-mb22 {
  margin-bottom: 22px; }

.a-mb23 {
  margin-bottom: 23px; }

.a-mb24 {
  margin-bottom: 24px; }

.a-clf:after {
  content: " ";
  display: block;
  clear: both; }

.a-fl {
  float: left; }

.a-fr {
  float: right; }

.a-tar {
  text-align: right; }

.a-tal {
  text-align: left; }

.a-tac {
  text-align: center; }

.a-fwt {
  font-weight: 200; }

.a-fwb {
  font-weight: 600; }

.a-nav_link li {
  display: inline-block;
  vertical-align: middle; }

/* text_link ===== */
a {
  text-decoration: none !important; }
  a:link, a:visited {
    color: #333; }
  a:hover, a:active {
    color: #999; }

/* a-title ----- */
.a-title {
  color: #374e72;
  margin: 32px 0;
  padding: 18px 0;
  border-bottom: 2px solid #dedede; }
  .a-title > * {
    display: inline-block; }
  .a-title .main {
    font-size: 20px; }
  .a-title .sub {
    font-size: 12px;
    font-weight: lighter; }
  .a-title.primary {
    background: url("../img/bg_title_paturn.gif") top left repeat;
    border-bottom: none;
    text-align: center; }
    .a-title.primary > * {
      display: block;
      color: #113366; }
    .a-title.primary .main {
      font-size: 28px;
      font-weight: bold; }
      [class^="l-column"] .a-title.primary .main {
        font-size: 20px; }
    .a-title.primary .sub {
      font-size: 13px; }

/* i-grade_ribbon ----- */
[class*="i-grade"] {
  position: relative;
  display: inline-block;
  height: 24px;
  font-size: 12px;
  line-height: 2em;
  color: #fff; }

.i-grade_primary {
  background-color: rgba(163, 118, 37, 0.7);
  padding: 0 4px; }
  .i-grade_primary:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    top: 0;
    right: -.5em;
    border-width: 1em .5em 1em 0px;
    border-color: #a37625 transparent #a37625 #a37625;
    border-style: solid;
    opacity: .7; }
.i-grade_secondary {
  background-color: rgba(57, 95, 159, 0.7);
  padding: 0 1em; }
  .i-grade_secondary:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    top: 0;
    right: -.5em;
    border-width: 1em .5em 1em 0px;
    border-color: #395f9f transparent #395f9f #395f9f;
    border-style: solid;
    opacity: .7; }

/* icon_menu */
.icon-menu span,
.icon-menu span:before,
.icon-menu span:after {
  position: absolute;
  height: 3px;
  /*線の太さ*/
  width: 25px;
  /*長さ*/
  border-radius: 3px;
  background: #fff;
  display: block;
  content: '';
  cursor: pointer; }
.icon-menu span:before {
  bottom: -8px; }
.icon-menu span:after {
  bottom: -16px; }

/* a-btn ----- */
.a-btn {
  display: inline-block;
  font-size: 14px;
  padding: 1em;
  line-height: 1;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }
  .a-btn:hover {
    opacity: .8;
    text-decoration: none; }
  .a-btn.link-common {
    background-color: #4e678e;
    color: #fff; }
    .a-btn.link-common span {
      margin-left: .5em; }
    .a-btn.link-common:hover {
      background-color: #5a85c8; }

/* return to top */
#page-top {
  position: fixed;
  bottom: 114px;
  right: 20px;
  display: none;
  -webkit-transition: bottom .2s ease-out;
  -o-transition: bottom .2s ease-out;
  transition: bottom .2s ease-out; }
  #page-top > a {
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
    width: 50px;
    height: 50px;
    padding: 0px;
    text-align: center;
    font-size: 0;
    background-color: #005794; }
    #page-top > a:before {
      display: inline-block;
      content: "";
      margin-top: 8px;
      width: 12px;
      height: 12px;
      border-right: 2px solid #fff;
      border-top: 2px solid #fff;
      transform: rotate(-45deg); }
    #page-top > a:hover {
      background-color: #005794; }

/* layout ----- */
/* l-header ----- */
@media screen and (min-width: 768px) {
  .l-column_5 {
    margin-right: -1%; 
  } 
}
.l-column_5 > * {
  display: inline-block;
  vertical-align: top;
  width: 100%; 
}
@media screen and (min-width: 768px) {
  .l-column_5 > * {
    width: 18.4%;
    margin-right: 1%; 
  }
}
@media screen and (min-width: 768px) {
  .l-column_3 {
    margin-right: -2%; 
  }
}
.l-column_3 > * {
  display: inline-block;
  vertical-align: top;
  width: 100%; 
}
@media screen and (min-width: 768px) {
  .l-column_3 > * {
    width: 30.5%;
    margin-right: 2%; 
  }
}

@media screen and (min-width: 768px) {
  .l-column_2 {
    margin-right: -2%; 
  }
  .l-column_2.center{
    margin: 0 auto;
    width:80%;
  }
}
.l-column_2 > * {
  display: inline-block;
  vertical-align: top;
  width: 100%; 
}
@media screen and (min-width: 768px) {
  .l-column_2 > * {
    width: 38.5%;
    max-width: 178px;
    margin: 0 5%; 
  }
}



@media screen and (min-width: 768px) {
  .l-column_2-1 {
    margin-right: -3%; 
  }
}
.l-column_2-1 > * {
  display: inline-block;
  vertical-align: top;
  width: 100%; 
}
@media screen and (min-width: 768px) {
  .l-column_2-1 > * {
    width: 47.0%;
    margin-right: 2%; 
  }
  .l-column_2-1 > section:first-child{
    width: 47.0%;
    margin-right: 3%; 
  }
}



/* l-header ----- */
.l-header_inner {
  padding: 12px;
  display: table;
  width: 100%;
  min-width: 320px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.l-header-tool {
  background-color: #374e72;
  color: #fff; }
  .l-header-tool [class*="inner"] {
    max-width: 980px;
    margin: 0 auto; }
.l-header_logo {
  display: table-cell;
  padding-top: 4px;
  width: 100%;
  vertical-align: middle; }
  .l-header_logo img {
    height: 18px;
    width: 151px; }
.l-header_sns {
  display: table-cell;
  white-space: nowrap; }
  .l-header_sns ul > li {
    display: inline-block; }
    .l-header_sns ul > li [class^=icon-], .l-header_sns ul > li [class*="icon-"] {
      font-size: 28px;
      line-height: 32px; }
    .l-header_sns ul > li + .l-header_sns ul > li {
      margin-left: 24px; }
    .l-header_sns ul > li a {
      display: inline-block;
      width: 32px;
      height: 32px;
      text-align: center;
      vertical-align: middle;
      text-decoration: none; }
      .l-header_sns ul > li a:link, .l-header_sns ul > li a:visited {
        color: #374e72; }
      .l-header_sns ul > li a:hover, .l-header_sns ul > li a:active {
        color: #5e7eb1; }
.l-header_title {
  font-size: 16px;
  font-weight: 100;
  padding-right: 24px;
  white-space: nowrap;
  font-feature-settings: "palt"; }
  @media screen and (min-width: 768px) {
    .l-header_title {
      font-size: 26px; } }
  .l-header_title a {
    color: #fff; }
    .l-header_title a:hover {
      opacity: .6; }
  .l-header_title span {
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle; }
    .l-header_title span img {
      height: 28px; }

/* l-header ----- */
.l-hero {
  background: url("../img/bg_main.jpg") 50% repeat;
  background-size: auto;
  color: #374e72; }
  @media screen and (min-width: 768px) {
    .l-hero {
      background-size: contain; } }
  .l-hero_inner {
    margin: 0 auto;
    padding: 12px;
    width: 100%;
    max-width: 960px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (min-width: 768px) {
      .l-hero_inner {
        padding: 12px 24px; } }
  .l-hero_logo {
    display: block;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .l-hero_logo {
        display: table-cell;
        white-space: nowrap; } }
    .l-hero_logo img {
      display: inline-block; }
  .l-hero_text {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    margin: 12px auto;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (min-width: 768px) {
      .l-hero_text {
        display: table-cell;
        vertical-align: middle;
        margin-bottom: .5em;
        line-height: 2;
        padding-left: 24px;
        width: 100%; } }
    .l-hero_text p {
      background-color: rgba(255, 255, 255, 0.6);
      padding: 1em;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }

/* module ----- */
/* l-header ----- */
.m-container_inner {
  width: 100%;
  max-width: 980px;
  min-width: 320px;
  margin: 0 auto;
  padding: 0 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (min-width: 768px) {
    .m-container_inner {
      padding: 0; } }

/* l-header ----- */
.m-nav_gloval {
  padding-bottom: 4px; }
.m-nav_list {
  text-align: center;
  font-size: 16px; }
  @media screen and (min-width: 768px) {
    .m-nav_list {
      font-size: 14px; } }
  .m-nav_list-item {
    display: block; }
    @media screen and (min-width: 768px) {
      .m-nav_list-item {
        display: inline-block;
        margin:0 5px 8px; } }
    .m-nav_list-item > a {
      background-color: #374e72;
      display: block;
      text-decoration: none;
      padding: 1em; }
      @media screen and (min-width: 768px) {
        .m-nav_list-item > a {
          background-color: #486694;
          padding: .5em 1em; } }
      .m-nav_list-item > a:link, .m-nav_list-item > a:visited, .m-nav_list-item > a:hover, .m-nav_list-item > a:active {
        color: #fff; }
      .m-nav_list-item > a:hover {
        background-color: #5071a6; }
      .m-nav_list-item > a[href^="#"] {
        font-weight: bold; }
  .m-nav_list-text {
    display: block;
    text-align: left; }
    @media screen and (min-width: 768px) {
      .m-nav_list-text {
        display: inline-block;
        border-right: 1px solid #fff; }
        .m-nav_list-text:last-child {
          border-right: none; } }
    .m-nav_list-text > a {
      background-color: #374e72;
      display: block;
      text-decoration: none;
      padding: 1em; }
      @media screen and (min-width: 768px) {
        .m-nav_list-text > a {
          padding: .25em .5em; } }
      .m-nav_list-text > a:link, .m-nav_list-text > a:visited, .m-nav_list-text > a:hover, .m-nav_list-text > a:active {
        color: #fff; }
      .m-nav_list-text > a:hover, .m-nav_list-text > a:active {
        background-color: #3f5a83; }
        @media screen and (min-width: 768px) {
          .m-nav_list-text > a:hover, .m-nav_list-text > a:active {
            background-color: inherit;
            opacity: .6; } }
.m-nav_article {
  color: #fff;
  display: table; }
  @media screen and (min-width: 768px) {
    .m-nav_article > * {
      display: table-cell;
      vertical-align: middle; } }
  @media screen and (min-width: 768px) and (max-width: 940px) {
    .m-nav_article > * {
      display: block; } }
  @media screen and (min-width: 768px) {
    .m-nav_article .m-nav_list {
      text-align: left; } }

/* m-drawer ===== */
#m-drawer {
  position: relative;
  margin-top: -24px;
  text-align: right;
  /* content_area */ }
  .m-drawer_unshown {
    display: none; }
  #m-drawer_open {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle; }
  #m-drawer_close {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out; }
  #m-drawer_content {
    background: #374e72;
    overflow: auto;
    position: fixed;
    right: 0;
    margin-top: 12px;
    width: 65%;
    /*出現と逆側に隙間を作る（閉じるカバーを表示）*/
    height: 100%;
    transition: .3s ease-in-out;
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
    z-index: 9999;
    /*最前面に*/ }
  #m-drawer_input:checked ~ #m-drawer_content {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  #m-drawer_input:checked ~ #m-drawer_open span {
    background-color: transparent; }
    #m-drawer_input:checked ~ #m-drawer_open span:before {
      animation: rotation-l 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) forwards; }
    #m-drawer_input:checked ~ #m-drawer_open span:after {
      bottom: -8px;
      animation: rotation-r 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) forwards; }

/* l-header ----- */
.m-card {
  margin-bottom: 24px;
  /* type_list ===== */
  /* type_airticle ===== */ }
  .m-card a + a {
    border-top: 2px solid #e0e0e0; }
    @media screen and (min-width: 768px) {
      .m-card a + a {
        border-top: none; } }
  @media screen and (min-width: 768px) {
    .m-card_list.col {
      width: 60%;
      margin: 0 auto; } 
      
   }
  @media screen and (min-width: 768px) {
    .m-card_list.col + .m-card_list.col {
      margin: 24px auto 0; } }
  .m-card_list {
    padding: 24px 0; }
    @media screen and (min-width: 768px) {
      .m-card_list {
        padding: 0 0 24px; } }
  .m-card_list + .m-card_list {
    border-top: 2px solid #dedede; }
    @media screen and (min-width: 768px) {
      .m-card_list + .m-card_list {
        border-top: none; } }
  .m-card_list > * {
    display: table-cell;
    vertical-align: top; }
    @media screen and (min-width: 768px) {
      .m-card_list > * {
        display: block; } }
  .m-card_list .thumb {
    padding-left: 4px;
    position: relative;
    width: 30%;
    min-width: 100px;
    /* :hover setting ====== */ }
    @media screen and (min-width: 768px) {
      .m-card_list .thumb {
        width: auto; } }
    .m-card_list .thumb img {
      width: 100%; }
      a:hover .m-card_list .thumb img {
        -webkit-opacity: .5;
        -moz-opacity: .5;
        -ms-opacity: .5;
        -o-opacity: .5;
        opacity: .5; }
    .m-card_list .thumb [class*="i-grade"] {
      position: absolute;
      bottom: 8px;
      left: 0;
      z-index: 2; }
    .m-card_list .thumb.primary .thumb_image {
      display: inline-block;
      background: #ffd580; }
    .m-card_list .thumb.secondary .thumb_image {
      display: inline-block;
      background: #7aacff; }
  .m-card_list .detail {
    padding-left: 24px; }
    @media screen and (min-width: 768px) {
      .m-card_list .detail {
        padding-left: 0; } }
    .m-card_list .detail-main {
      font-size: 14px;
      margin: .25em 0; }
    .m-card_list .detail-sub {
      color: #b1b1b1;
      font-size: 12px; }
      a:hover .m-card_list .detail-sub {
        text-decoration: underline !important; }
  .m-card_airticle + .m-card_airticle {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 2px solid #dedede; }
  .m-card_airticle > * {
    display: block; }
    @media screen and (min-width: 768px) {
      .m-card_airticle > * {
        display: table-cell;
        vertical-align: top; } }
  .m-card_airticle .thumb {
    text-align: center;
    margin: 0 auto 24px; }
    @media screen and (min-width: 768px) {
      .m-card_airticle .thumb {
        margin: 0;
        width: 40%; } }
    .m-card_airticle .thumb img {
      display: inline-block;
      background: url("../img/bg_title_paturn.gif") top left repeat;
      padding: 24px;
      min-width: 240px;
      width: 100%;
      max-width: 420px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
  @media screen and (min-width: 768px) {
    .m-card_airticle .detail {
      padding-left: 24px; } }
  .m-card_airticle .detail-main {
    font-size: 18px;
    margin: .5em 0; }
  .m-card_airticle .detail-sub {
    color: #b1b1b1;
    font-size: 12px; }
  .m-card_airticle .detail-text {
    font-size: 16px;
    margin-top: 1.5em; }

/* l-link_more ----- */
.l-link_more {
  border-top: 2px solid #dedede;
  margin-top: 64px;
  padding: 20px 0;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .l-link_more {
      text-align: right; } }

/* l-footer ----- */
#HENSEI2010-ABOUT_NIKKEI {
  min-width: 0; }
  #HENSEI2010-ABOUT_NIKKEI .HENSEI2010-liquid {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

/* media_change */
.a-hide_pc {
  display: block !important; }
  @media screen and (min-width: 768px) {
    .a-hide_pc {
      display: none !important; } }
.a-hide_sp {
  display: none !important; }
  @media screen and (min-width: 768px) {
    .a-hide_sp {
      display: block !important; } }


/* js add class 20201208 sp-header-fixd.js用 */
#js-headerFixd.is-active{
  position: fixed;
  top:0;
  z-index:10;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #js-headerFixd.is-active{
    position: static;
    top:auto;
  }
}



/* index.html */
@media screen and (min-width: 768px) {
  .m-card_list.col.is-ajia{
    max-width:178px;
    width:48.5%;
  }
}
/*# sourceMappingURL=common.css.map */
