@charset "utf-8";

/* ======================================================
 * parts_sp.css
 * ------------------------------------------------------
 * @media only screen and (max-width: 767px)
 * - Common
 * - Elements >>> Text
 * - Elements >>> List
 * - Elements >>> Link
 * - Elements >>> Image
 * - Elements >>> Other
 * - Conditional Elements >>> Heading
 * - Conditional Elements >>> Navi
 * - Layout >>> Table
 * - Layout >>> Column
 * - Layout >>> Box
 * - Layout >>> Other
 * - Components
 * - Clearfix
 * Media Queries
====================================================== */

@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  /* ----- sprite ----- */
  .a-blank::after,
  .a-pdf::after,
  .a-modal::after,
  [class*="heading-lv"] .a-blank .heading_title::after,
  [class*="heading-lv"] .a-pdf .heading_title::after,
  .news-layout .a-blank .news_title::after,
  .news-layout .a-pdf .news_title::after,
  .plugin-layout a .a-blank::after {
    vertical-align: top;
    background: url(/common/img/cmn_sprite_ic01.png) no-repeat;
    background-size: 250px auto;
    content: "";
  }
  .a-blank::after,
  [class*="heading-lv"] .a-blank .heading_title::after,
  .news-layout .a-blank .news_title::after,
  .plugin-layout a .a-blank::after {
    width: 12px;
    height: 10px;
    background-position: -50px -100px;
  }
  .a-pdf::after,
  [class*="heading-lv"] .a-pdf .heading_title::after,
  .news-layout .a-pdf .news_title::after {
    width: 32px;
    height: 13px;
    background-position: -25px -125px;
  }
  .a-modal::after {
    width: 22px;
    height: 22px;
    background-position: -50px -175px;
  }
  [class*="heading-lv"] .a-blank::after,
  [class*="heading-lv"] .a-pdf::after,
  .news-layout .a-blank::after,
  .news-layout .a-pdf::after {
    display: none;
  }
  
  /* link-inline */
  .link-inline.a-blank::after,
  .link-inline.a-pdf::after {
    display: inline-block;
    margin: .25em 8px 0 8px;
  }
  .link-inline.a-modal::after {
    display: inline-block;
    margin: 0 3px;
  }
  
  /* link-text */
  .link-text > li > .a-blank::after {
    display: inline-block;
    margin: .4em 0 0 8px;
  }
  .link-text > li > .a-pdf::after {
    display: inline-block;
    margin: .3em 0 0 8px;
  }
  
  /* link-button */
  [class*="link-button"] {
    margin-top: 1.0em;
  }
  [class*="link-button"] > li > .a-blank::after,
  [class*="link-button"] > li > .a-pdf::after,
  [class*="link-button"] > li > .a-modal::after,
  [class*="link-button"] > li > .a-mail::after,
  [class*="link-button"] > li > .a-tel::after {
    position: absolute;
    top: 50%;
    right: 10px;
    content: "";
    margin-top: -6px;
  }
  [class*="link-button"] > li > .a-modal::after {
    margin-top: -12px;
  }
  [class*="link-button"] > li > .a-mail::after,
  [class*="link-button"] > li > .a-tel::after {
    left: 13px;
  }
  [class*="link-button"] > li > .a-mail::after {
    width: 23px;
    height: 16px;
    margin-top: -8px;
    background: url(/common/img/cmn_sprite_ic01.png) no-repeat -170px -175px;
    background-size: 250px auto;
  }
  [class*="link-button"] > li > .a-tel::after {
    width: 17px;
    height: 28px;
    margin-top: -15px;
    background: url(/common/img/cmn_sprite_ic01.png) no-repeat -200px -175px;
    background-size: 250px auto;
  }
  
  /* heading-lv** */
  [class*="heading-lv"] .a-blank .heading_title::after {
    display: inline-block;
    margin: .4em 0 0 10px;
  }
  [class*="heading-lv"] .a-pdf .heading_title::after {
    display: inline-block;
    margin: .3em 0 0 10px;
  }
  
  /* news-layout */
  .news-layout .a-blank .news_title::after,
  .news-layout .a-pdf .news_title::after {
    display: inline-block;
    margin: .25em 0 0 10px;
  }
  
  /* plugin-layout */
  .plugin-layout a .a-blank::after {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: .25em 9px 0 9px;
  }
  
  /* ----- data-row-sp ----- */
  [data-row-sp="2"],
  [data-row-sp="3"]{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  [data-row-sp="2"] > *,
  [data-row-sp="3"] > *{
    margin-left: 15px;
  }
  [data-row-sp="auto"] > * {
    margin-right: 15px;
  }
  [data-row-sp="1"] > *:first-child,
  [data-row-sp="2"] > *:nth-child(-n+2),
  [data-row-sp="3"] > *:nth-child(-n+3){
    margin-top: 0 !important;
  }
  [data-row-sp="1"] > *,
  [data-row-sp="2"] > *:nth-child(2n+1),
  [data-row-sp="3"] > *:nth-child(3n+1){
    margin-left: 0 !important;
  }
  [data-row-sp="2"] > * {
    width: calc((100% - 15px) / 2);
  }
  [data-row-sp="3"] > * {
    width: calc((100% - 30px) / 3);
  }
  
  /* ------------------------------------------------------
   * Elements >>> Text
  ------------------------------------------------------ */
  /* ----- text-paragraph ----- */
  .text-paragraph{margin-top:1em!important;}
  .text-paragraph-2{margin-top:2em!important;}
  .text-paragraph-3{margin-top:3em!important;}
  
  /* ----- text-lead ----- */
  .text-lead {
    font-size: 1.5rem;
    font-weight: bold;
  }
  
  /* ------------------------------------------------------
   * Elements >>> List
  ------------------------------------------------------ */
  [class*="list-note"],
  [class*="list-bullet"],
  [class*="list-order"] {
    margin-top: 1em;
  }
  [class*="list-note"] > li + li,
  [class*="list-bullet"] > li + li,
  [class*="list-order"] > li + li,
  .is-nest {
    margin-top: 1.2em;
  }
  
  /* ----- list-al-right ----- */
  .list-al-right {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin-top: 1em;
  }
  .list-al-right > [class*="list-"] {
    margin-top: 0;
  }
  
  /* ----- list-note ----- */
  .list-note > li {
    position: relative;
    padding-left: 1.5em;
  }
  .list-note > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  /* ----- list-note-order ----- */
  .list-note-order > li {
    position: relative;
    padding-left: 3em;
  }
  .list-note-order > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .list-note-order > li > .list_mark::after {
    content: ".";
  }
  
  /* ----- list-bullet ----- */
  .list-bullet > li {
    position: relative;
    padding-left: 15px;
  }
  .list-bullet > li::before {
    position: absolute;
    top: .5em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #01298e;
    content: "";
  }
  
  /* ----- list-bullet-v2 ----- */
  .list-bullet-v2 > li {
    position: relative;
    padding-left: 12px;
  }
  .list-bullet-v2 > li::before {
    position: absolute;
    top: .5em;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #5f7ce5;
    content: "";
  }
  
  /* ----- list-order ----- */
  .list-order > li {
    position: relative;
    padding-left: 2em;
  }
  .list-order > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: bold;
  }
  
  /* ----- list-order-v2 ----- */
  .list-order-v2 > li {
    position: relative;
    padding-left: 3em;
  }
  .list-order-v2 > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  /* ----- list-order-v3 ----- */
  .list-order-v3 > li {
    position: relative;
    padding-left: 2em;
  }
  .list-order-v3 > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  /* ----- list-order-v4 ----- */
  .list-order-v4 > li {
    position: relative;
    padding-left: 1.5em;
  }
  .list-order-v4 > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  /* ----- list-order-v5 ----- */
  .list-order-v5 > li {
    position: relative;
    padding-left: 2em;
  }
  .list-order-v5 > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  /* ----- list-description ----- */
  [class*="list-description"] {
    margin-top: 1.0em;
  }
  [class*="list-description"] > dt {
    margin-bottom: .5em;
    font-weight: bold;
  }
  [class*="list-description"] > dd {
    padding-left: 1.2em;
  }
  
  /* ------------------------------------------------------
   * Elements >>> Link
  ------------------------------------------------------ */
  /* ----- link-text ----- */
  .link-text {
    margin-top: 1.0em;
  }
  .link-text > li + li {
    margin-top: 1.5em;
  }
  .link-text > li > a {
    display: inline-block;
    position: relative;
    padding-left: 11px;
    text-decoration: none;
    color: #000;
  }
  .link-text > li > a::before {
    position: absolute;
    top: .5em;
    left: 0;
    width: 5px;
    height: 7px;
    background: url(/common/img/cmn_sprite_ic01.png) no-repeat -100px 0;
    background-size: 250px auto;
    content: "";
  }
  
  /* data-row-sp */
  .link-text[data-row-sp="auto"] {
    display: block;
    margin-right: -30px;
    margin-bottom: -.5em;
  }
  .link-text[data-row-sp="auto"] > li {
    display: inline-block;
    margin: 0 30px 1.2em 0;
  }
  
  /* ----- link-button ----- */
  .link-button > li > a,
  .link-button > li > .no-link {
    position: relative;
    display: inline-block;
    min-width: 61.11%;
    padding: 13px 30px 14px;
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    text-align: center;
    text-decoration: none;
    line-height: 1.5;
  }
  .link-button-v2 > li > a,
  .link-button-v2 > li > .no-link {
    position: relative;
    display: inline-block;
    min-width: 61.11%;
    padding: 13px 30px 14px;
    background-color: #022a8d;
    color: #fff;
    text-align: center;
    text-decoration: none;
    line-height: 1.5;
  }
  .link-button-v2 > li > .a-blank::after {
    background: url(/common/img/cmn_sprite_ic01.png) no-repeat -75px -100px;
    background-size: 250px auto;
  }
  [class*="link-button"] > li > a .link_label {
    display: inline-block;
    line-height: 1.5;
  }
  [class*="link-button"] > li > a.a-pdf {
    padding: 13px 48px 14px 14px;
  }
  [class*="link-button"] > li > .a-contact {
    font-size: 2.0rem;
    font-weight: bold;
    padding: 8px 77px;
  }
  [class*="link-button"] > li > .a-tel {
    font-size: 2.0rem;
    font-weight: bold;
    padding: 8px 77px;
  }
  
  /* data-row-sp */
  .link-button[data-row-sp] > li {
    display: -webkit-flex;
    display: flex;
    margin-top: 15px;
  }
  .link-button[data-row-sp] > li > a,
  .link-button[data-row-sp] > li > .no-link {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
  }
  
  /* ------------------------------------------------------
   * Elements >>> Image
  ------------------------------------------------------ */
  /* ----- image-set ----- */
  .image-set {
    margin-top: 35px;
  }
  .image-set .image_caption {
    margin-top: 10px;
    text-align: left;
  }
  
  /* gp-al-** */
  .image-set.gp-al-center {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .image-set.gp-al-right {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  
  /* ------------------------------------------------------
   * Elements >>> Other
  ------------------------------------------------------ */
  /* ----- line-layout ----- */
  .line-layout {
    margin: 50px 0;
  }
  .line-layout .line_hr {
    display: block;
    height: 1px;
    margin: 0;
    border-top: 1px solid #ccc;
  }
  
  /* ------------------------------------------------------
   * Conditional Elements >>> Heading
  ------------------------------------------------------ */
  [class*="heading-lv"] a:link .heading_title {
    text-decoration: none;
  }
  [class*="heading-lv"] + section > [class*="heading-lv2"]:first-child {
    margin-top: 30px;
  }
  [class*="heading-lv"] + section > [class*="heading-lv3"]:first-child {
    margin-top: 25px;
  }
  [class*="heading-lv"] + section > [class*="heading-lv4"]:first-child {
    margin-top: 25px;
  }
  [class*="heading-lv"] + section > [class*="heading-lv5"]:first-child {
    margin-top: 20px;
  }
  [class*="heading-lv"] + * {
    margin-top: 0 !important;
  }
  
  /* ----- heading-lv1 ----- */
  .heading-lv1 {
    margin: 40px 0;
  }
  .heading-lv1 .heading_title {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.2;
  }
  
  /* ----- heading-lv2 ----- */
  .heading-lv2,
  .heading-lv2-2 {
    margin: 40px 0 20px;
  }
  .heading-lv2 .block {
    display: block;
    padding: 7px 13px 9px;
    background-color: #eaeaea;
    border-left: 2px solid #000;
    text-decoration: none;
  }
  .heading-lv2 .heading_title {
    position: relative;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.2;
  }
  .heading-lv2 a .heading_title {
    padding-left: 18px;
    color: #000;
  }
  .heading-lv2 a .heading_title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 14px;
    margin-top: -4px;
    background: url(/common/img/cmn_sprite_ic01.png) no-repeat -125px 0;
    background-size: 250px auto;
  }
  .heading-lv2 .a-blank .heading_title::before,
  .heading-lv2 .a-pdf .heading_title::before {
    display: none;
  }
  .heading-lv2 .a-blank .heading_title,
  .heading-lv2 .a-pdf .heading_title {
    padding-left: 0;
  }
  .heading-lv2-2 .block {
    display: block;
    padding: 7px 13px 9px 49px;
    background: #eaeaea url(/common/img/com_ic01_sp.png) no-repeat;
    background-size: 47px auto;
    text-decoration: none;
  }
  .heading-lv2-2 .heading_title {
    position: relative;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.2;
  }
  .heading-lv2-2 .heading_title::after {
    position: absolute;
    top: 0;
    left: -42px;
    content: ""
  }
  .heading-lv2-2 .heading_title.is-company::after {
    width: 16px;
    height: 26px;
    background:url(/common/img/cmn_sprite_ic01.png) no-repeat -25px -325px;
    background-size: 250px auto;
  }
  .heading-lv2-2 .heading_title.is-earnings::after {
    left: -44px;
    width: 20px;
    height: 23px;
    background:url(/common/img/cmn_sprite_ic01.png) no-repeat -75px -325px;
    background-size: 250px auto;
  }
  .heading-lv2-2 .heading_title.is-technology::after {
    top: 4px;
    left: -45px;
    width: 26px;
    height: 16px;
    background:url(/common/img/cmn_sprite_ic01.png) no-repeat -125px -325px;
    background-size: 250px auto;
  }
  .heading-lv2-2 .heading_title.is-environment::after {
    width: 21px;
    height: 26px;
    background:url(/common/img/cmn_sprite_ic01.png) no-repeat -200px -325px;
    background-size: 250px auto;
  }
  .heading-lv2-2 .heading_title.is-talent::after {
    top: -1px;
    left: -44px;
    width: 22px;
    height: 23px;
    background:url(/common/img/cmn_sprite_ic01.png) no-repeat -75px -375px;
    background-size: 250px auto;
  }
  
  /* ----- heading-lv3 ----- */
  .heading-lv3 {
    margin: 30px 0 20px;
  }
  .heading-lv3 .block {
    display: block;
    padding: 0 0 8px 0;
    border-bottom: 2px solid #000;
    text-decoration: none;
  }
  .heading-lv3 .heading_title {
    position: relative;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.2;
  }
  .heading-lv3 a .heading_title {
    padding-left: 18px;
    color: #333;
  }
  .heading-lv3 a .heading_title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 14px;
    margin-top: -4px;
    background: url(/common/img/cmn_sprite_ic01.png) no-repeat -125px 0;
    background-size: 250px auto;
  }
  .heading-lv3 .a-blank .heading_title::before,
  .heading-lv3 .a-pdf .heading_title::before {
    display: none;
  }
  .heading-lv3 .a-blank .heading_title,
  .heading-lv3 .a-pdf .heading_title {
    padding-left: 0;
  }
  
  /* ----- heading-lv4 ----- */
  .heading-lv4 {
    margin: 30px 0 15px;
  }
  .heading-lv4 .block {
    display: inline-block;
    text-decoration: none;
  }
  .heading-lv4 .heading_title {
    position: relative;
    padding-left: 21px;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .heading-lv4 .heading_title::before {
    position: absolute;
    top: .4em;
    left: 0;
    width: 11px;
    height: 11px;
    background-color: #666;
    content: "";
  }
  .heading-lv4 a .heading_title {
    color: #000;
  }
  .heading-lv4 a .heading_title::before {
    width: 11px;
    height: 11px;
    content: "";
    background: url(/common/img/cmn_sprite_ic01.png) no-repeat -75px -75px;
    background-size: 250px auto;
  }
  
  /* ----- heading-lv5 ----- */
  .heading-lv5 {
    margin: 25px 0 15px;
  }
  .heading-lv5 .heading_title,
  [class*="list-description"] .list_title{
    position: relative;
    padding-left: 20px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .heading-lv5 .heading_title::before{
    position: absolute;
    top: .7em;
    left: 0;
    width: 10px;
    height: 2px;
    background-color: #666;
    content: "";
  }
  /* ----- table_title ----- */
  .table_title {
    position: relative;
    margin: 40px 0 13px;
    padding-left: 32px;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.2;
  }
  .table_title::before {
    position: absolute;
    top: .6em;
    left: 0;
    width: 21px;
    height: 1px;
    background-color: #022a8d;
    content: "";
  }
  
  /* ------------------------------------------------------
   * Conditional Elements >>> Navi
  ------------------------------------------------------ */
  /* ----- navi-anchor ----- */
  .navi-anchor {
    margin-top: 1.0em;
    border: 1px solid #ccc;
  }
  .navi-anchor .navi-inner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 15px 10px;
  }
  .navi-anchor .navi-inner > li {
    width: 50%;
    margin-top: 20px;
    padding-right: 7px;
  }
  .navi-anchor .navi-inner > li:nth-child(-n+2) {
    margin-top: 0;
  }
  .navi-anchor .navi-inner > li:nth-child(2n) {
    padding: 0 0 0 7px;
  }
  .navi-anchor .navi-inner > li > a {
    display: inline-block;
    position: relative;
    padding-left: 13px;
    color: #000;
    text-decoration: none;
  }
  .navi-anchor .navi-inner > li > a::before {
    position: absolute;
    top: .5em;
    left: 0;
    width: 8px;
    height: 5px;
    background: url(/common/img/cmn_sprite_ic01.png) no-repeat -150px 0;
    background-size: 250px auto;
    content: "";
  }
  .navi-anchor-v2 {
    margin-top: 1.0em;
  }
  .navi-anchor-v2 .navi-inner[data-anc-pc]:not([data-anc-pc="1"]) {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .navi-anchor-v2 .navi-inner[data-anc-sp] > li {
    margin-top: 10px;
    margin-left: 15px;
  }
  .navi-anchor-v2 .navi-inner[data-anc-sp="2"] > li:nth-child(-n+2) {
    margin-top: 0 !important;
  }
  .navi-anchor-v2 .navi-inner[data-anc-sp="1"] > li,
  .navi-anchor-v2 .navi-inner[data-anc-sp="2"] > li:nth-child(2n+1) {
    margin-left: 0 !important;
  }
  .navi-anchor-v2 .navi-inner[data-anc-sp="2"] > li {
    width: calc((100% - 15px) / 2);
  }
  .navi-anchor-v2 .navi-inner > li {
    display: table;
  }
  .navi-anchor-v2 .navi-inner > li > a {
    position: relative;
    display: table-cell;
    width: 100%;
    padding: 10px 30px;
    background-color: #fff;
    border: 1px solid #000;
    font-size: 1.2rem;
    text-decoration: none;
    text-align: center;
    color: #000;
    vertical-align: middle;
  }
  .navi-anchor-v2 .navi-inner > li > a::before,
  .navi-anchor-v2 .navi-inner > li > a::after {
    position: absolute;
    content: ""
  }
  .navi-anchor-v2 .navi-inner > li > a::before {
    top: 50%;
    left: 10px;
  }
  .navi-anchor-v2 .navi-inner > li > a.type-company::before {
    width: 13px;
    height: 21px;
    margin-top: -11px;
    background: url(/common/img/cmn_sprite_ic01.png) no-repeat -25px -300px;
    background-size: 250px auto;
  }
  .navi-anchor-v2 .navi-inner > li > a.type-earnings::before {
    width: 16px;
    height: 18px;
    margin-top: -9px;
    background: url(/common/img/cmn_sprite_ic01.png) no-repeat -75px -300px;
    background-size: 250px auto;
  }
  .navi-anchor-v2 .navi-inner > li > a.type-technology::before {
    left: 5px;
    width: 23px;
    height: 14px;
    margin-top: -7px;
    background: url(/common/img/cmn_sprite_ic01.png) no-repeat -125px -300px;
    background-size: 250px auto;
  }
  .navi-anchor-v2 .navi-inner > li > a.type-environment::before {
    width: 18px;
    height: 23px;
    margin-top: -11px;
    background: url(/common/img/cmn_sprite_ic01.png) no-repeat -175px -300px;
    background-size: 250px auto;
  }
  .navi-anchor-v2 .navi-inner > li > a.type-talent::before {
    left: 7px;
    width: 19px;
    height: 20px;
    margin-top: -10px;
    background: url(/common/img/cmn_sprite_ic01.png) no-repeat -25px   -375px;
    background-size: 250px auto;
  }
  .navi-anchor-v2 .navi-inner > li > a::after {
    top: 50%;
    right: 14px;
    width: 8px;
    height: 5px;
    margin-top: -2px;
    background: url(/common/img/cmn_sprite_ic01.png) no-repeat -150px 0;
    background-size: 250px auto;
  }
  
  /* ------------------------------------------------------
   * Layout >>> Table
  ------------------------------------------------------ */
  /* ----- table-layout ----- */
  .table-layout {
    margin-top: 50px;
  }
  .table-layout .table_inner {
    width: 100%;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  .table-layout caption {
    margin-bottom: 13px;
    text-align: left;
  }
  .table-layout .table_title {
    margin: 0;
    font-size: 1.7rem;
    font-weight: bold;
  }
  .table-layout .table_caption {
    margin-top: .5em;
  }
  .table-layout th,
  .table-layout td {
    padding: 10px 12px;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background-color: #fff;
    font-weight: normal;
    text-align: left;
  }
  .table-layout th.cell-style1 {
    padding: 6px 12px;
  }
  .table-layout thead th {
    vertical-align: middle;
  }
  .table-layout th > *:first-child,
  .table-layout td > *:first-child {
    margin-top: 0 !important;
  }
  .table-layout .cell-style1 {
    background-color: #3056b0;
    color: #fff;
  }
  .table-layout th.cell-style1 {
    font-weight: bold;
  }
  .table-layout .cell-style2 {
    background-color: #e8ecf7;
  }
  .table-layout .cell-style3 {
    background-color: #eaeaea;
  }
  .table-layout .cell-style4 {
    background-color: #f7f7f7;
  }
  .table-layout .cell-style5 {
    background-color: #ffeeee;
  }
  
  /* data-layout-sp */
  .table-layout[data-layout-sp="scroll"] {
    overflow-x: auto;
    padding-bottom: 10px;
  }
  .table-layout[data-layout-sp="scroll"] .table_inner {
    width: 600px !important;
  }
  .table-layout[data-layout-sp="scroll"]::-webkit-scrollbar {
    height: 7px;
  }
  .table-layout[data-layout-sp="scroll"]::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #f1f1f1;
  }
  .table-layout[data-layout-sp="scroll"]::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #888;
  }
  .table-layout[data-layout-sp="vertical"] col,
  .table-layout[data-layout-sp="vertical"] tbody,
  .table-layout[data-layout-sp="vertical"] tr,
  .table-layout[data-layout-sp="vertical"] th,
  .table-layout[data-layout-sp="vertical"] td {
    display: block;
    width: 100% !important;
  }
  
  /* ------------------------------------------------------
   * Layout >>> Column
  ------------------------------------------------------ */  
  /* ----- column-layout ----- */
  .column-layout {
    margin-top: 50px;
  }
  .column-layout > .column_item {
    margin-top: 20px;
  }
  .column-layout > .column_item > *:first-child {
    margin-top: 0 !important;
  }
  
  /* ----- column-media ----- */
  .column-media {
    margin-top: 50px;
  }
  .column-media > .column_image > *:first-child,
  .column-media > .column_detail > *:first-child,
  .column-media > .column_detail > section:first-child > [class*="heading-lv"],
  .column-media > .column_image > .image-set > *:first-child{
    margin-top: 0 !important;
  }
  .column-media > .column_image > .image-set .image_inner.js-fitWidth {
    margin: 0 auto;
  }
  
  /* data-layout-sp */
  .column-media[data-layout-sp="row"] > .column_image {
    max-width: calc((100% - 15px) / 2);
  }
  .column-media[data-layout-sp="row"] > .column_image[data-image="right"] {
    float: right;
    margin-left: 15px;
  }
  .column-media[data-layout-sp="row"] > .column_image[data-image="left"] {
    float: left;
    margin-right: 15px;
  }
  .column-media[data-layout-sp="col"] > .column_detail,
  .column-media[data-layout-sp="col-reverse"] > .column_image {
    margin-top: 20px;
  }
  .column-media[data-layout-sp="col-reverse"] {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  /* data-wraparound */
  .column-media > .column_detail[data-wraparound="false"] {
    overflow: hidden;
  }
  
  /* ------------------------------------------------------
   * Layout >>> Box
  ------------------------------------------------------ */
  /* ----- box-layout ----- */
  .box-layout, .box-layout-v2, .box-layout-v3, .box-layout-v4 {
    margin-top: 20px;
    border: 1px solid #ccc;
  }
  .box-layout > .box_title {
    padding: 13px 15px;
    background-color: #f7f7f7;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.2;
  }
  .box-layout > .box_detail {
    padding: 15px;
    background-color: #fff;
  }
  .box-layout-v2 > .box-inner {
    border: 5px solid #fafafa;
    padding: 10px 15px;
  }
  .box-layout-v2 .box_title {
    font-size: 1.5rem;
    font-weight: bold;
  }
  .box-layout-v2 .box_title + .box_detail {
    margin-top: 1.2em;
  }
  .box-layout-v3 {
    padding: 15px;
    background-color: #f7f7f7;
  }
  .box-layout-v3 .box_title {
    font-weight: bold;
  }
  .box-layout-v3 .box_title + .box_detail {
    margin-top: 1.2em;
  }
  .box-layout-v4 {
    margin-top: 15px;
  }
  .box-layout-v4 > .box_title {
    padding: 8px 12px 9px;
    background-color: #3056b0;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.4;
    color: #fff;
  }
  .box-layout-v4 > .box_detail {
    padding: 10px;
  }
  .box-layout-v4 > .box_detail .column-media .column_image {
    text-align: center;
  }
  .box-layout-v4 > .box_detail .list-description-v2 > dd {
    padding-left: 1.4em;
  }
  .box-layout-v4 > .box_detail .list-description-v2 .list_detail + .list_detail {
    margin-top: 1.2em;
  }
  .box-layout-v4 > .box_detail .list-description-v2 .list_detail .year_text {
    float: left;
    width: 7.5em;
  }
  .box-layout-v4 > .box_detail .list-description-v2 .list_detail .list_text {
    overflow: hidden;
  }
  .box-layout-v5 {
    margin-top: 30px;
    padding: 24px 21px;
    background-color: #e8ecf7;
    border: 5px solid #dfe5f8;
  }
  [class*="box-layout"] > .box_detail > *:first-child {
    margin-top: 0 !important;
  }
  
  /* contact-layout */
  .contact-layout {
  }
  .contact-layout .contact_text {
    font-size: 1.4rem;
  }
  .contact-layout .contact_button {
    margin-top: 13px;
    padding: 0 12px;
    text-align: center;
  }
  .contact-layout .contact_button > *:first-child {
    margin-top: 0 !important;
  }
  .contact-layout .contact_button [class*="link-button"] > li > .a-contact,
  .contact-layout .contact_button [class*="link-button"] > li > .a-tel {
    width: 100%;
    min-height: inherit;
    padding: 8px 30px 8px 42px;
  }
  .contact-layout .contact_title {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
  }
  .contact-layout .contact_title + [class*="link-button"] {
    margin-top: 6px;
  }
  
  /* ------------------------------------------------------
   * Layout >>> Other
  ------------------------------------------------------ */
  /* ----- accordion-layout ----- */
  .accordion-layout {
    margin-top: 50px;
    border: 1px solid #ccc;
  }
  .accordion-layout > .accordion_trigger {
    position: relative;
  }
  .accordion-layout .accordion_label {
    display: block;
    padding: 15px 50px 15px 15px;
    background-color: #e8ecf7;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.4;
    cursor: pointer;
  }
  .accordion-layout > .accordion_detail {
    padding: 15px;
    border-top: 1px solid #ccc;
    background-color: #fff;
  }
  
  /* icon */
  .accordion-layout > .accordion_trigger::after {
    position: absolute;
    top: 50%;
    right: 12px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background-color: #022a8d;
    content: "";
  }
  .accordion-layout .accordion_label::before,
  .accordion-layout .accordion_label::after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 14px;
    height: 2px;
    margin-top: -1px;
    background-color: #fff;
    content: "";
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
    z-index: 1;
  }
  .accordion-layout .accordion_label::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .accordion-layout > .accordion_trigger.is-active .accordion_label::before {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  .accordion-layout > .faq-icon {
    position: relative;
  }
  .accordion-layout > .accordion_trigger.faq-icon .accordion_label,
  .accordion-layout > .accordion_detail.faq-icon {
    padding-left: 46px;
  }
  .accordion-layout > .accordion_trigger.faq-icon.type-q::before {
    position: absolute;
    top: 1.0em;
    left: 15px;
    width: 18px;
    height: 24px;
    background: url(/common/img/cmn_sprite_ic01.png) no-repeat -50px -225px;
    background-size: 250px auto;
    content: "";
  }
  .accordion-layout > .accordion_detail.faq-icon.type-a::before {
    position: absolute;
    top: 1.2em;
    left: 15px;
    width: 16px;
    height: 18px;
    background: url(/common/img/cmn_sprite_ic01.png) no-repeat -75px -225px;
    background-size: 250px auto;
    content: "";
  }
  
  /* ----- tab-layout ----- */
  .tab-layout {
    margin-top: 50px;
  }
  .tab-layout > .tab_navi {
    overflow: hidden;
  }
  .tab-layout .tab_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .tab-layout .tab_navi.tab_top .tab_list > li {
    padding-bottom: 10px;
  }
  .tab-layout .tab_navi.tab_bottom .tab_list > li {
    padding-top: 10px;
  }
  .tab-layout .tab_list[data-tab-pc-row] > li {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    margin-left: 15px;
  }
  .tab-layout .tab_list[data-tab-sp-row="1"] > li,
  .tab-layout .tab_list[data-tab-sp-row="2"] > li:nth-child(2n+1),
  .tab-layout .tab_list[data-tab-sp-row="3"] > li:nth-child(3n+1) {
    margin-left: 0 !important;
  }
  .tab-layout .tab_list[data-tab-sp-row="2"] > li {
    width: calc((100% - 15px) / 2);
  }
  .tab-layout .tab_list[data-tab-sp-row="3"] > li {
    width: calc((100% - 30px) / 3);
  }
  .tab-layout .tab_list > li > a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    width: 100%;
    padding: 12px 10px 14px;
    border: 1px solid #000;
    background-color: #fff;
    font-size: 1.2rem;
    color: #000;
    text-decoration: none;
    text-align: center;
  }
  .tab-layout .tab_list > .is-current > a {
    background-color: #000;
    color: #fff;
  }
  .tab-layout .tab_list > .is-current > a::after {
    position: absolute;
    left: 50%;
    margin-left: -8px;
    content: "";
  }
  .tab-layout .tab_navi.tab_top .tab_list > .is-current > a::after {
    bottom: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 9px 0 9px;
    border-color: #000000 transparent transparent transparent;
  }
  .tab-layout .tab_navi.tab_bottom .tab_list > .is-current > a::after {
    top: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 10px 9px;
    border-color: transparent transparent #000000 transparent;
  }
  .tab-layout > .tab_detail {
    display: none;
    padding: 30px 0;
  }
  .tab-layout > .tab_detail > *:first-child,
  .tab-layout > .tab_detail > section:first-child [class*="heading"]{
    margin-top: 0 !important;
  }
  
  /* ----- numbers-layout----- */
  .numbers-layout {
    margin-top: 20px;
  }
  .numbers-layout + .numbers-layout {
    margin-top: 12px;
  }
  .numbers-layout[data-numbers-sp] {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .numbers-layout[data-numbers-sp] > * {
    margin-top: 12px;
    margin-left: 15px;
  }
  .numbers-layout[data-numbers-sp="auto"] > *:first-child,
  .numbers-layout[data-numbers-sp="1"] > *:first-child,
  .numbers-layout[data-numbers-sp="2"] > *:nth-child(-n+2),
  .numbers-layout[data-numbers-sp="3"] > *:nth-child(-n+3),
  .numbers-layout[data-numbers-sp="4"] > *:nth-child(-n+4) {
    margin-top: 0 !important;
  }
  .numbers-layout[data-numbers-sp="auto"] > *,
  .numbers-layout[data-numbers-sp="1"] > *,
  .numbers-layout[data-numbers-sp="2"] > *:nth-child(2n+1),
  .numbers-layout[data-numbers-sp="3"] > *:nth-child(3n+1),
  .numbers-layout[data-numbers-sp="4"] > *:nth-child(4n+1) {
    margin-left: 0 !important;
  }
  .numbers-layout[data-numbers-sp="2"] > * {
    width: calc((100% - 15px) / 2);
  }
  .numbers-layout[data-numbers-sp="3"] > * {
    width: calc((100% - 30px) / 3);
  }
  .numbers-layout[data-numbers-sp="4"] > * {
    width: calc((100% - 45px) / 4);
  }
  .numbers-layout .numbers_item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .numbers-layout[data-numbers-sp="auto"] .numbers_item,
  .numbers-layout[data-numbers-sp="1"] .numbers_item {
    width: 100%;
  }
  .numbers-layout .numbers_item .numbers_icon {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 9px 0 0;
    font-size: 1.2rem;
    color: #fff;
  }
  .numbers-layout .numbers_item .numbers_icon > span {
    padding: 0 9px;
    background-color: #000;
  }
  .numbers-layout[data-numbers-sp="auto"] .numbers_item .numbers_icon {
    min-width: 78px;
  }
  .numbers-layout .numbers_item .numbers_count_text {
    margin-right: 5px;
    letter-spacing: 1px;
    font-size: 3.8rem;
    font-weight: bold;
    color: #022a8d;
    line-height: 1.0;
  }
  .numbers-layout .numbers_item .numbers_text {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    margin-right: 5px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.2;
  }
  .numbers-layout .numbers_item .numbers_caption {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    margin-right: 5px;
    font-size: 1.8rem;
    line-height: 1.2;
  }
  .numbers-layout .numbers_item .numbers_icon.block,
  .numbers-layout .numbers_item .numbers_count_text.block,
  .numbers-layout .numbers_item .numbers_text.block,
  .numbers-layout .numbers_item .numbers_caption.block {
    width: 100%;
  }
  
  /* ------------------------------------------------------
   * Components
  ------------------------------------------------------ */
  /* ----- news-layout ----- */
  .news-layout {
    margin-top: 50px;
  }
  .news-layout .news_article {
    border-bottom: 1px solid #ccc;
  }
  .news-layout .block {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 20px 0;
    color: #000;
    text-decoration: none;
    outline: none;
  }
  .news-layout .news_article:first-child .block {
    padding-top: 0;
  }
  .news-layout .news_image {
    width: 70px;
    margin-right: 12px;
  }
  .news-layout .news_detail {
    -webkit-flex: 1;
    flex: 1;
  }
  .news-layout .news_property {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .news-layout .news_date {
    font-size: 1.3rem;
  }
  .news-layout [class*="news_icon"] {
    position: relative;
    display: inline-block;
    margin-left: 15px;
    padding: 0 10px;
    color: #01298e;
    text-align: center;
  }
  .news-layout [class*="news_icon"]::before,
  .news-layout [class*="news_icon"]::after {
    position: absolute;
    top: .2em;
    width: 1px;
    height: 1.0em;
    background-color: #022a8d;
    content: "";
  }
  .news-layout [class*="news_icon"]::before {
    left: 0;
  }
  .news-layout [class*="news_icon"]::after {
    right: 0;
  }
  .news-layout .news_title {
    -webkit-flex: 1;
    flex: 1;
    margin-top: .5em;
  }
  .news-layout a .news_title {
    color: #000;
  }
  
  /* ----- plugin-layout ----- */
  .plugin-layout {
    margin-top: 50px;
    border: 1px solid #ccc;
  }
  .plugin-layout .plugin-inner {
    border: 5px solid #fafafa;
  }
  .plugin-layout a {
    display: block;
    padding: 15px;
    color: #000;
    text-decoration: none;
    text-align: center;
    outline: none;
  }
  .plugin-layout .plugin_detail {
    margin-top: 15px;
  }
  .plugin-layout a .a-blank {
    color: #666;
    text-decoration: underline;
  }
  
  /* ----- modal-layout ----- */
  .modal-layout {
    margin-top: 25px;
    text-align: center;
  }
  .modal-layout .modal_list {
    position: relative;
    padding: 0px 14px;
  }
  
  /* modal slider */
  .modal_list .slick-arrow {
    position: absolute;
    top: 50%;
    width: 13px;
    height: 22px;
    margin-top: -22px;
    background: none;
    border: none;
    text-indent: -9999px;
    cursor: pointer;
  }
  .modal_list .slick-arrow.slick-prev {
    left: -9px;
    background: url(/common/img/cmn_sprite_ic01.png) no-repeat 0 -50px;
    background-size: 250px auto;
  }
  .modal_list .slick-arrow.slick-next {
    right: -22px;
    background: url(/common/img/cmn_sprite_ic01.png) no-repeat -25px -50px;
    background-size: 250px auto;
  }
  .modal_list .slick-dots {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 10px;
  }
  .modal_list .slick-dots li {
    position: relative;
    width: 8px;
    height: 8px;
    margin-left: 13px;
    border-radius: 12px;
    background-color: #ccc;
  }
  .modal_list .slick-dots li.slick-active {
    background-color: #000;
  }
  .modal_list .slick-dots li:first-child {
    margin-left: 0;
  }
  .modal_list .slick-list {
    position: relative;
  }
  
  /* inline */
  .modal-layout .modal_inlines {
    display: none;
  }
  
  /* modal-photo */
  .modal-layout .modal-photo {
    position: relative;
    display: inline-block;
    width: 84.06%;
    margin-top: 0;
  }
  
  /* modal icon */
  .modal-layout .modal_item a,
  .modal-layout .modal-photo a{
    position: relative;
    display: inline-block;
  }
  .modal-layout .modal_item a::before,
  .modal-layout .modal_item a::after,
  .modal-layout .modal-photo a::before,
  .modal-layout .modal-photo a::after {
    position: absolute;
    content: "";
  }
  .modal-layout .modal_item a::before,
  .modal-layout .modal-photo a::before{
    bottom: 0;
    right: 0;
    width: 33px;
    height: 33px;
    background-color: #000;
    z-index: 1;
  }
  .modal-layout .modal_item a::after,
  .modal-layout .modal-photo a::after {
    bottom: 5px;
    right: 4px;
    width: 22px;
    height: 22px;
    background: url(/common/img/cmn_sprite_ic01.png) no-repeat -150px -300px;
    z-index: 1;
  }
  
  #cboxOverlay {
    opacity: 0.5 !important;
    filter: alpha(opacity = 50) !important;
  }
  #cboxLoadedContent {
    border: none;
    padding: 35px 15px 15px;
  }
  #cboxLoadedContent > * > *:first-child {
    margin-top: 0 !important;
  }
  #cboxLoadedContent .modal_list {
    padding: 0 15px;
  }
  #cboxLoadedContent .modal_list .slick-arrow {
    margin-top: -32px;
  }
  #cboxLoadedContent .modal_list .slick-dots {
    margin-top: 17px;
  }
  #cboxLoadedContent .modal_list .slick-dots li {
    width: 64px;
    height: auto;
    margin-left: 6px;
  }
  #cboxLoadedContent .modal_list .slick-dots li:first-child {
    margin-left: 0;
  }
  #cboxLoadedContent .modal_list .slick-dots li.slick-active img {
    position: relative;
  }
  #cboxLoadedContent .modal_list .slick-dots li.slick-active::before {
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -3.5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 3.5px 6px 3.5px;
    border-color: transparent transparent #000000 transparent;
    content: "";
  }
  #cboxLoadedContent .modal_list .slick-dots li.slick-active::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 0 2px #000 inset;
    content: "";
  }
  #cboxClose {
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: url(/common/img/cmn_sprite_ic01.png) no-repeat -125px -75px;
    background-size: 250px auto;
  }
  
  /* ----- movie-set ----- */
  .movie-set {
    margin-top: 20px;
  }
  .movie-set .movie_inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
  }
  .movie-set iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
  }
  
  /* ----- map-layout ----- */
  .map-layout > .map_inner {
    width: 100%;
    height: 185px;
  }
  
  /* ----- index-page-head ----- */
  .index-page-head {
    position: relative;
    width: 100%;
    padding-top: 151px;
  }
  .index-page-head + .index-page-head {
    margin-top: 40px;
  }
  .index-page-head.type-ictsolution {
    background: #555 url(/common/img/com_index_im01_sp.jpg) no-repeat;
    background-size: 100% auto;
  }
  .index-page-head.type-innovation {
    background: #555 url(/common/img/com_index_im02_sp.jpg) no-repeat;
    background-size: 100% auto;
  }
  .index-page-head.type-mobilenetwork {
    background: #555 url(/common/img/com_index_im03_sp.jpg) no-repeat;
    background-size: 100% auto;
  }
  .index-page-head.type-infrastructure {
    background: #555 url(/common/img/com_index_im04_sp.jpg) no-repeat;
    background-size: 100% auto;
  }
  .index-page-head.type-global {
    background: #555 url(/common/img/com_index_im05_sp.jpg) no-repeat;
    background-size: 100% auto;
  }
  /* index_text_area */
  .index-page-head .index_text_area {
    padding: 18px 15px 25px;
    background: rgba(0,0,0,0.6);
    color: #fff;
  }
  .index-page-head .index_text_area .index_title {
    display: inline-block;
    margin-left: -15px;
    padding: 0 0 15px 18px;
    border-bottom: 1px solid #4972d8;
    font-size: 2.4rem;
    font-weight: bold;
  }
  .index-page-head .index_text_area .index_text_detail {
    margin-top: 15px;
  }
  .index-page-head .index_text_area .index_text_detail .index_lead {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .index-page-head .index_text_area .index_text_detail .index_lead + .index_text {
    margin-top: 18px;
  }
  .index-page-head .index_text_area .index_text_detail .index_text {
    line-height: 1.5;
  }
  /* index_column_area */
  .index-page-head .index_column_area {
    padding: 0 15px 20px;
    background: rgba(0,0,0,0.6);
  }
  .index-page-head .index_column_area .index_column_title {
    height: 100%;
    padding: 0px 0 2px 10px;
    border-left: 1px solid #4972d8;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
  }
  .index-page-head .index_column_area .index-column-layout {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 15px;
  }
  .index-page-head .index_column_area .index-column-layout > .index_column_item {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: calc((100% - 15px) / 2);
    height: 100%;
    background-color: #fff;
    margin-top: 10px;
    margin-left: 15px;
    padding: 42px 11px;
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
  }
  .index-page-head .index_column_area .index-column-layout > .index_column_item:nth-child(-n+2) {
    margin-top: 0 !important;
  }
  .index-page-head .index_column_area .index-column-layout > .index_column_item:nth-child(2n+1) {
    margin-left: 0 !important;
  }
  .index-page-head .index_column_area .index-column-layout > .index_column_item .index_list_nomal > li {
    letter-spacing: -1px;
  }
  .index-page-head .index_column_area .index-column-layout > .index_column_item .index_list_nomal > li + li {
    margin-top: 10px;
  }
  .index-page-head .index_column_area .index-column-layout > .index_column_item .index_list_description > dt {
    margin-bottom: 12px;
  }
  .index-page-head .index_column_area .index-column-layout > .index_column_item .index_list_description > dd {
    font-weight: normal;
  }
  .index-page-head .index_column_area .index-column-layout > .index_column_item .index_list_description > dd + dd {
    margin-top: 10px;
  }
  
  /* ----- index-link-button ----- */
  .index-link-button {
    display: table;
    z-index: 1;
  }
  .index-link-button > .no-link {
    display: block;
  }
  .index-link-button > a,
  .index-link-button > .no-link {
    position: relative;
    display: table-cell;
    min-width: 205px;
    padding: 13px 20px;
    background: #022a8d;
    color: #fff;
    font-size: 1.7rem;
    text-align: center;
    text-decoration: none;
    overflow:hidden;
  }
  
  /* ----- index-slide-link ----- */
  .index-slide-link {
    margin-top: 30px;
  }
  .index-slide-link .index_slide_inner .js-index_images_area {
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
  .index-slide-link .index_slide_inner .js-index_text_area {
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
  .index-slide-link .index_slide_inner.is-move .js-index_images_area,
  .index-slide-link .index_slide_inner.is-move .js-index_text_area {
    opacity: 0;
  }
  .index-slide-link[data-slide-link="right"] .index_slide_inner.is-move .js-index_images_area {
    -webkit-transform: translate(50px, 0);
    transform: translate(50px, 0);
  }
  .index-slide-link[data-slide-link="right"] .index_slide_inner.is-move .js-index_text_area {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
  }
  .index-slide-link[data-slide-link="left"] .index_slide_inner.is-move .js-index_images_area {
    -webkit-transform: translate(-50px, 0);
    transform: translate(-50px, 0);
  }
  .index-slide-link[data-slide-link="left"] .index_slide_inner.is-move .js-index_text_area {
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
  }
  
  /* ----- index-link-wrap ----- */
  .index-link-wrap .index_link_layout a {
    text-decoration: none;
  }
  /* index_images_area */
  .index-link-wrap .index_link_layout .index_images_area {
    box-shadow: 0px 0px 15px rgba(0,0,0,0.4);
  }
  .index-link-wrap.type-link-right .index_link_layout .index_images_area {
    margin-left: 34px;
  }
  .index-link-wrap.type-link-left .index_link_layout .index_images_area {
    margin-right: 34px;
  }
  
  /* index_text_area */
  .index-link-wrap .index_link_layout .index_text_area {
    margin-top: -66px;
  }
  .index-link-wrap .index_link_layout .index_text_area .index_text_inner .index_title_area {
    display: -webkit-flex;
    display: flex;
  }
  .index-link-wrap.type-link-right .index_link_layout .index_text_area .index_text_inner .index_title_area {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .index-link-wrap.type-link-left .index_link_layout .index_text_area .index_text_inner .index_title_area {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .index-link-wrap .index_link_layout .index_text_area .index_text_inner .index_title_area .index_title {
    position: relative;
    z-index: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 81px;
    font-size: 2.0rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
  }
  .index-link-wrap.type-link-right .index_link_layout .index_text_area .index_text_inner .index_title_area .index_title {
    padding: 20px 40px 16px 52px;
    left: -25px;
  }
  .index-link-wrap.type-link-left .index_link_layout .index_text_area .index_text_inner .index_title_area .index_title {
    padding: 20px 52px 16px 40px;
    right: -25px;
  }
  .index-link-wrap .index_link_layout .index_text_area .index_text_inner .index_title_area .index_title::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: rgba(0,0,0,0.85);
    -webkit-transform: skewX(-27.4deg);
    transform: skewX(-27.4deg);
    box-shadow: 0px 0px 15px rgba(0,0,0,0.4);
  }
  .index-link-wrap .index_link_layout .index_text_area .index_text_inner .index_title_area .index_title .title_label {
    position: relative;
    z-index: 1;
  }
  .index-link-wrap .index_link_layout .index_text_area .index_text_inner .index_text_detail {
    margin-top: 10px;
    padding: 0 15px;
    color: #000;
  }
  .index-link-wrap .index_link_layout .index_text_area .index_text_inner .index-link-button {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  
  /* ----- index-column-link ----- */
  .index-column-link {
    margin-top: 40px;
  }
  .container[data-wide="true"] .index-column-link .index-inner {
    padding: 0 15px;
  }
  .index-column-link .index-inner > *:first-child {
    margin-top: 0 !important;
  }
  
  /* ----- index-layout ----- */
  .index-layout {
    position: relative;
  }
  .index-layout > a {
    text-decoration: none;
  }
  .index-layout > .a-blank::after,
  .index-layout > .a-psd::after {
    display: none;
  }
  .index-layout > .block {
    display: block;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
  }
  .index-layout > .block [class*="index_caption"] {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .index-layout > .block [class*="index_caption"] .index_caption_inner {
    padding: 12px;
    background: rgba(0,0,0,0.7);
    color: #fff;
  }
  .index-layout > .a-blank [class*="index_caption"] .index_caption_inner,
  .index-layout > .a-pdf [class*="index_caption"] .index_caption_inner{
    position: relative;
  }
  .index-layout > .a-blank [class*="index_caption"] .index_caption_inner {
    padding: 12px 40px 12px 12px;
  }
  .index-layout > .a-pdf [class*="index_caption"] .index_caption_inner {
    padding: 12px 55px 12px 12px;
  }
  .index-layout > .a-blank [class*="index_caption"] .index_caption_inner::after,
  .index-layout > .a-pdf [class*="index_caption"] .index_caption_inner::after {
    position: absolute;
    background: url(/common/img/cmn_sprite_ic01.png) no-repeat;
    background-size: 250px auto;
    content: "";
  }
  .index-layout > .a-blank [class*="index_caption"] .index_caption_inner::after {
    right: 15px;
    bottom: 18px;
    width: 12px;
    height: 10px;
    background-position: -75px -100px;
  }
  .index-layout > .a-pdf [class*="index_caption"] .index_caption_inner::after {
    right: 10px;
    bottom: 16px;
    width: 32px;
    height: 13px;
    background-position: -25px -125px;
  }
  .index-layout > .block [class*="index_caption"] [class*="index_title"] {
    font-size: 1.4rem;
    font-weight: bold;
  }
  .index-layout > .block [class*="index_caption"] .index_title-lv2 {
    font-size: 1.7rem;
  }
  .index-layout > .block [class*="index_caption"] .index_title-lv3 {
    font-size: 1.4rem;
  }
  .index-layout + * {
    margin-top: 15px;
  }
  .index-layout-v2 > a {
    text-decoration: none;
  }
  .index-layout-v2 > a > *:first-child {
    margin-top: 0 !important;
  }
  .index-layout-v2 > a > .column-media .column_image {
    box-shadow: 3px 3px 10px rgba(0,0,0,0.2);
  }
  .index-layout-v2 > a > .column-media .column_image img {
    vertical-align: bottom;
  }
  .index-layout-v2 > a > .column-media .column_detail .index_title {
    position: relative;
    margin-bottom: 10px;
    padding-left: 1.0em;
    font-size: 1.5rem;
    font-weight: bold;
    color: #000;
  }
  .index-layout-v2 > a > .column-media .column_detail .index_title::after {
    position: absolute;
    top: .5em;
    left: 0;
    width: 5px;
    height: 8px;
    background: url(/common/img/cmn_sprite_ic01.png) no-repeat -100px 0;
    background-size: 250px auto;
    content: "";
  }
  .index-layout-v2 > a > .column-media .column_detail .index_text {
    padding-left: 1.0em;
    color: #000;
  }
  .index-layout-v3 {
    border: 1px solid #000;
  }
  .index-layout-v3 > a {
    display: inline-block;
    background-color: #fff;
    text-decoration: none;
    color: #000;
  }
  .index-layout-v3 > a > .index_box .box_title {
    position: relative;
    padding: 6px 25px 6px 28px;
    background-color: #f7f7f7;
    font-size: 1.5rem;
    font-weight: bold;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
  }
  .index-layout-v3 > .a-blank > .index_box .box_title {
    padding: 6px 40px 6px 28px;
  }
  .index-layout-v3 > .a-pdf > .index_box .box_title {
    padding: 6px 50px 6px 28px;
  }
  .index-layout-v3 > .a-blank > .index_box .box_title::before,
  .index-layout-v3 > .a-pdf > .index_box .box_title::before {
    position: absolute;
    background:url(/common/img/cmn_sprite_ic01.png) no-repeat;
    background-size: 250px auto;
    content: "";
  }
  .index-layout-v3 > .a-blank > .index_box .box_title::before {
    top: 12px;
    right: 15px;
    width: 12px;
    height: 10px;
    background-position: -50px -100px;
  }
  .index-layout-v3 > .a-pdf > .index_box .box_title::before {
    top: 11px;
    right: 10px;
    width: 32px;
    height: 13px;
    background-position: -25px -125px;
  }
  .index-layout-v3 > a > .index_box .box_title::after {
    position: absolute;
    top: 13px;
    left: 13px;
    width: 5px;
    height: 8px;
    background: url(/common/img/cmn_sprite_ic01.png) no-repeat -100px 0;
    background-size: 250px auto;
    content: "";
  }
  .index-layout-v3 > a > .index_box .box_detail {
    padding: 10px 15px;
    background-color: #fff;
  }
  .index-layout-v4 {
    position: relative;
  }
  .index-layout-v4 > a {
    text-decoration: none;
  }
  .index-layout-v4 > .block {
    display: block;
    box-shadow: 3px 3px 15px rgba(0,0,0,0.4);
  }
  .index-layout-v4 > a.a-blank .index-link-button .no-link .link_label::after,
  .index-layout-v4 > a.a-pdf .index-link-button .no-link .link_label::after {
    display: inline-block;
    margin-left: 10px;
    background: url(/common/img/cmn_sprite_ic01.png) no-repeat;
    background-size: 250px auto;
    content: "";
  }
  .index-layout-v4 > a.a-blank .index-link-button .no-link .link_label::after {
    width: 12px;
    height: 10px;
    background-position: -75px -100px;
  }
  .index-layout-v4 > a.a-pdf .index-link-button .no-link .link_label::after {
    width: 32px;
    height: 13px;
    background-position: -25px -125px;
  }
  .index-layout-v4 > .block .index_caption .index_caption_inner {
    position: relative;
    margin-top: -72px;
    padding: 13px 15px;
    background: rgba(0,0,0,0.7);
    color: #fff;
  }
  .index-layout-v4 > .block .index_caption .index_title {
    margin-bottom: 8px;
    font-size: 2.0rem;
    font-weight: bold;
  }
  .index-layout-v4 > .block .index_caption .index-link-button {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 12px;
  }
  
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .column-media[data-layout-sp="row"]::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * Media Queries
====================================================== */
@media only screen and (min-width: 320px) and (max-width: 767px) {
}
@media only screen and (min-width: 690px) and (max-width: 767px) {
  /* ----- index-page-head ----- */
  /* index_column_area */
  .index-page-head .index_column_area .index-column-layout > .index_column_item {
    width: calc((100% - 40px) / 5);
    margin-left: 10px;
    font-size: 1.2rem;
  }
  .index-page-head .index_column_area .index-column-layout > .index_column_item:nth-child(-n+2) {
    margin-top: 10px!important;
  }
  .index-page-head .index_column_area .index-column-layout > .index_column_item:nth-child(2n+1) {
    margin-left: 10px !important;
  }
  .index-page-head .index_column_area .index-column-layout > .index_column_item:nth-child(-n+5) {
    margin-top: 0 !important;
  }
  .index-page-head .index_column_area .index-column-layout > .index_column_item:nth-child(5n+1) {
    margin-left: 0 !important;
  }
  .index-page-head .index_column_area .index-column-layout > .index_column_item .index_list_nomal > li + li {
    margin-top: 5px;
  }
  .index-page-head .index_column_area .index-column-layout > .index_column_item .index_list_description > dt {
    margin-bottom: 5px;
  }
  .index-page-head .index_column_area .index-column-layout > .index_column_item .index_list_description > dd + dd {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 667px) {
}
@media only screen and (min-width: 600px) and (max-width: 689px) {
  /* ----- index-page-head ----- */
  /* index_column_area */
  .index-page-head .index_column_area .index-column-layout > .index_column_item {
    width: calc((100% - 30px) / 4);
    margin-left: 10px;
    font-size: 1.2rem;
  }
  .index-page-head .index_column_area .index-column-layout > .index_column_item:nth-child(-n+2) {
    margin-top: 10px!important;
  }
  .index-page-head .index_column_area .index-column-layout > .index_column_item:nth-child(2n+1) {
    margin-left: 10px !important;
  }
  .index-page-head .index_column_area .index-column-layout > .index_column_item:nth-child(-n+4) {
    margin-top: 0 !important;
  }
  .index-page-head .index_column_area .index-column-layout > .index_column_item:nth-child(4n+1) {
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 568px) {
}
@media only screen and (min-width: 440px) and (max-width: 599px) {
  /* ----- index-page-head ----- */
  /* index_column_area */
  .index-page-head .index_column_area .index-column-layout > .index_column_item {
    width: calc((100% - 20px) / 3);
    margin-left: 10px;
    font-size: 1.2rem;
  }
  .index-page-head .index_column_area .index-column-layout > .index_column_item:nth-child(-n+2) {
    margin-top: 10px!important;
  }
  .index-page-head .index_column_area .index-column-layout > .index_column_item:nth-child(2n+1) {
    margin-left: 10px !important;
  }
  .index-page-head .index_column_area .index-column-layout > .index_column_item:nth-child(-n+3) {
    margin-top: 0 !important;
  }
  .index-page-head .index_column_area .index-column-layout > .index_column_item:nth-child(3n+1) {
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 414px) {
}
@media only screen and (max-width: 375px) {
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 320px) {
}