@charset "utf-8";

/* ======================================================
 * parts_pc.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
====================================================== */

@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  /* ----- sprite ----- */
  .a-blank::after,
  .a-pdf::after,
  .a-xls::after,
  .a-zip::after,
  .link-button > .a-blank > span::after,
  .link-button > .a-pdf > span::after,
  .link-button > .a-xls > span::after,
  .link-button-v2 > .a-blank > span::after,
  .link-button-v2 > .a-pdf > span::after,
  .link-button-v2 > .a-xls > span::after,
  .link-button-v3 > .a-zip > span::after,
  [class*="heading-lv"] .heading_title .a-blank::after,
  [class*="heading-lv"] .heading_title .a-pdf::after,
  .news-layout .a-blank .news_title::after,
  .news-layout .a-pdf .news_title::after,
  .plugin-layout .a-blank::after,
  .navi-index .a-blank .navi_title::after,
  .navi-index .navi_title .a-blank::after,
  .navi-index-v2 .a-blank .navi_title > span::after,
  .navi-index-v3 .a-blank .navi_title::after {
    vertical-align: top;
    background: url(/shared/img/com_sprite01.png) no-repeat;
    content: "";
  }
  .a-blank::after,
  .link-button > .a-blank > span::after,
  .link-button-v2 > .a-blank > span::after,
  [class*="heading-lv"] .heading_title .a-blank::after,
  .news-layout .a-blank .news_title::after,
  .plugin-layout .a-blank::after,
  .navi-index .a-blank .navi_title::after,
  .navi-index .navi_title .a-blank::after,
  .navi-index-v2 .a-blank .navi_title > span::after,
  .navi-index-v3 .a-blank .navi_title::after {
    width: 10px;
    height: 10px;
    background-position: 0 0;
  }
  .a-pdf::after,
  .link-button > .a-pdf > span::after,
  .link-button-v2 > .a-pdf > span::after,
  [class*="heading-lv"] .heading_title .a-pdf::after,
  .news-layout .a-pdf .news_title::after {
    width: 14px;
    height: 14px;
    background-position: -100px 0;
  }
  .a-xls::after,
  .link-button > .a-xls > span::after,
  .link-button-v2 > .a-xls > span::after {
    width: 14px;
    height: 14px;
    background-position: -200px 0;
  }
  .a-zip::after,
  .link-button-v3 > .a-zip > span::after {
    width: 13px;
    height: 16px;
    background-position: -150px 0;
  }
  .link-button > .a-blank::after,
  .link-button > .a-pdf::after,
  .link-button > .a-xls::after,
  .link-button-v2 > .a-blank::after,
  .link-button-v2 > .a-pdf::after,
  .link-button-v2 > .a-xls::after {
    display: none;
  }

  /* link-inline */
  .link-inline.a-blank::after,
  .link-inline.a-pdf::after,
  .link-inline.a-xls::after {
    display: inline-block;
    margin: .3em 8px 0 8px;
  }

  /* link-text */
  .link-text > li > .a-blank::after,
  .link-text > li > .a-pdf::after,
  .link-text > li > .a-xls::after {
    display: inline-block;
    margin: .3em 0 0 8px;
  }

  /* link-button */
  .link-button > .a-blank > span::after,
  .link-button > .a-pdf > span::after,
  .link-button > .a-xls > span::after,
  .link-button-v2 > .a-blank > span::after,
  .link-button-v2 > .a-pdf > span::after,
  .link-button-v2 > .a-xls > span::after,
  .link-button-v3 > .a-zip > span::after {
    display: inline-block;
    margin: .35em 0 0 8px;
    content: "";
  }
  .link-button > .a-pdf > span::after,
  .link-button-v2 > .a-pdf > span::after,
  .link-button > .a-xls > span::after,
  .link-button-v2 > .a-xls > span::after {
    margin-top: .2em;
  }
  .link-button-v2 > .a-blank::after {
    background-position: -50px 0;
  }
  .link-button > .a-pdf::after,
  .link-button-v2 > .a-pdf::after,
  .link-button > .a-xls::after,
  .link-button-v2 > .a-xls::after{
    margin-top: -7px;
  }
  .link-button-v3 > .a-zip > span::after {
    margin: .3em 0 0 5px;
  }

  /* heading-lv** */
  [class*="heading-lv"] .heading_title .a-blank::after,
  [class*="heading-lv"] .heading_title .a-pdf::after {
    display: inline-block;
    margin: .5em 0 0 15px;
  }

  /* news-layout */
  .news-layout .a-blank::after,
  .news-layout .a-pdf::after {
    display: none;
  }
  .news-layout .a-blank .news_title::after,
  .news-layout .a-pdf .news_title::after {
    display: inline-block;
    margin: .3em 0 0 14px;
  }

  /* plugin-layout */
  .plugin-layout .a-blank::after {
    display: inline-block;
    margin: .4em 0 0 10px;
  }
  
  /* navi-index */
  .navi-index .block[class*="a-"]::after,
  .navi-index-v2 .block[class*="a-"]::after,
  .navi-index-v3 .block[class*="a-"]::after {
    display: none;
  }
  .navi-index .a-blank .navi_title::after,
  .navi-index .navi_title .a-blank::after {
    display: inline-block;
    margin: .45em 0 0 6px;
  }
  .navi-index-v2 .a-blank .navi_title > span::after {
    display: inline-block;
    margin: .25em 0 0 8px;
  }
  .navi-index-v3 .a-blank .navi_title::after {
    display: inline-block;
    margin: .4em 0 0 8px;
  }


  /* ----- data-row-pc ----- */
  [data-row-pc]:not([data-row-pc="1"]) {
    -webkit-display: flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  [data-row-pc] > * {
    margin-left: 36px;
  }
  [data-row-pc="2"] > *:nth-child(-n+2),
  [data-row-pc="3"] > *:nth-child(-n+3),
  [data-row-pc="4"] > *:nth-child(-n+4) {
    margin-top: 0 !important;
  }
  [data-row-pc="1"] > *,
  [data-row-pc="2"] > *:nth-child(2n+1),
  [data-row-pc="3"] > *:nth-child(3n+1),
  [data-row-pc="4"] > *:nth-child(4n+1) {
    margin-left: 0 !important;
  }
  [data-row-pc="2"] > * {
    width: calc((100% - 36px) / 2);
  }
  [data-row-pc="3"] > * {
    width: calc((100% - 72px) / 3);
  }
  [data-row-pc="4"] > * {
    width: calc((100% - 108px) / 4);
  }

  /* for IE11 hack */
  _:-ms-lang(x)::-ms-backdrop, [data-row-pc="2"] > * {
    width: calc(((100% - 36px) / 2) - 0.1px);
  }
  _:-ms-lang(x)::-ms-backdrop, [data-row-pc="3"] > * {
    width: calc(((100% - 72px) / 3) - 0.1px);
  }
  _:-ms-lang(x)::-ms-backdrop, [data-row-pc="4"] > * {
    width: calc(((100% - 108px) / 4) - 0.1px);
  }
  /* for Edge hack */
  @supports (-ms-ime-align:auto) {
    [data-row-pc="2"] > * {
      width: calc(((100% - 36px) / 2) - 0.1px);
    }
    [data-row-pc="3"] > * {
      width: calc(((100% - 72px) / 3) - 0.1px);
    }
    [data-row-pc="4"] > * {
      width: calc(((100% - 108px) / 4) - 0.1px);
    }
  }
  
  /* ------------------------------------------------------
   * Elements >>> element-mt
  ------------------------------------------------------ */
  .element-mt-S { margin-top: 10px !important; }
  .element-mt-M { margin-top: 20px !important; }
  .element-mt-L { margin-top: 30px !important; }
  .element-mt-XL { margin-top: 40px !important; }
  .element-mt-XXL { margin-top: 55px !important; }
  
  /* ------------------------------------------------------
   * Elements >>> Text
  ------------------------------------------------------ */
  /* ----- text-paragraph ----- */
  .text-paragraph {
    margin-top: 1em !important;
  }
  .text-paragraph-v2 {
    margin-top: 2em !important;
  }
  
  .text-catch {
    font-size: 2rem;
    font-weight: bold;
    color: #00307c;
  }
  
  /* ----- text-lead ----- */
  .text-lead {
    font-size: 2rem;
  }
  .text-lead-orange {
    font-size: 2rem;
    font-weight: bold;
    color: #d55500;
  }
  .text-lead-large {
    font-size: 2.4rem;
    font-weight: bold;
  }

  /* ------------------------------------------------------
   * Elements >>> List
  ------------------------------------------------------ */
  [class*="list-note"],
  [class*="list-bullet"],
  [class*="list-order"],
  [class*="list-indent"],
  [class*="list-inline"] {
    margin-top: 1em;
  }
  [class*="list-note"] > li + li,
  [class*="list-bullet"] > li + li,
  [class*="list-order"] > li + li,
  [class*="list-indent"] > li + li,
  [class*="list-"] > li > [class*="list-"] {
    margin-top: .5em;
  }
  [class*="list-"][data-list-layout="section"] > li + li {
    margin-top: 30px;
  }
  
  /* ----- list-note ----- */
  .list-note {
    color: #666;
  }
  .list-note > li {
    position: relative;
    padding-left: 1em;
    font-size: 1.4rem;
  }
  .list-note > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .list-note.is-small > li {
    font-size: 1.3rem;
  }
  
  /* ----- list-note-order ----- */
  .list-note-order {
    color: #666;
  }
  .list-note-order > li {
    position: relative;
    padding-left: 2.5em;
    font-size: 1.4rem;
  }
  .list-note-order > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .list-note-order.is-small > li {
    font-size: 1.3rem;
  }
  
  /* ----- list-bullet ----- */
  .list-bullet > li {
    position: relative;
    padding-left: 20px;
  }
  
  /* icon */
  .list-bullet > li::before {
    position: absolute;
    top: .45em;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #6f88b0;
    content: "";
  }
  
  /* ----- list-bullet-v2 ----- */
  .list-bullet-v2 > li {
    position: relative;
    padding-left: 20px;
  }
  
  /* icon */
  .list-bullet-v2 > li::before {
    position: absolute;
    top: .55em;
    left: 2px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #333;
    content: "";
  }
  /* ----- list-bullet-v3 ----- */
  .list-bullet-v3 > li {
    position: relative;
    padding-left: 20px;
    font-size: 1.4rem;
  }
  
  /* icon */
  .list-bullet-v3 > li::before {
    position: absolute;
    top: .6em;
    left: 2px;
    width: 6px;
    height: 2px;
    background-color: #666;
    content: "";
  }
  
  /* ----- list-order ----- */
  .list-order > li {
    position: relative;
    padding-left: 2.2em;
  }
  .list-order > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .list-order > li > .list_mark::after {
    content: ".";
  }
  
  /* ----- list-order-v2 ----- */
  .list-order-v2 > li {
    position: relative;
    padding-left: 3.2em;
    font-size: 1.4rem;
  }
  .list-order-v2 > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .list-order-v2 > li > .list_mark::before {
    content: "（";
  }
  .list-order-v2 > li > .list_mark::after {
    content: "）";
  }
  
  /* ----- list-description ----- */
  .list-description {
    margin-top: 1em;
  }
  .list-description > dt {
    margin: 0 0 .2em;
    font-weight: bold;
  }
  .list-description > dd > *:first-child {
    margin-top: 0 !important;
  }
  .list-description[data-layout-pc="row"] > dt,
  .list-description[data-layout-pc="row"] > dd {
    display: inline;
  }
  .list-description[data-layout-pc="row"] > dt::after {
    content: "：";
  }
  
  /* ----- list-indent ----- */
  .list-indent > li {
    position: relative;
  }
  .list-indent > li > .indent {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
  }
  .list-indent[data-indent="1em"] > li { padding-left: 1em; }
  .list-indent[data-indent="2em"] > li { padding-left: 2em; }
  .list-indent[data-indent="3em"] > li { padding-left: 3em; }
  .list-indent[data-indent="4em"] > li { padding-left: 4em; }
  .list-indent[data-indent="5em"] > li { padding-left: 5em; }
  .list-indent[data-indent="6em"] > li { padding-left: 6em; }
  .list-indent[data-indent="7em"] > li { padding-left: 7em; }
  .list-indent[data-indent="8em"] > li { padding-left: 8em; }
  .list-indent[data-indent="9em"] > li { padding-left: 9em; }
  .list-indent[data-indent="10em"] > li { padding-left: 10em; }
  .list-indent[data-indent="1em"] > li > .indent { width: 1em; }
  .list-indent[data-indent="2em"] > li > .indent { width: 2em; }
  .list-indent[data-indent="3em"] > li > .indent { width: 3em; }
  .list-indent[data-indent="4em"] > li > .indent { width: 4em; }
  .list-indent[data-indent="5em"] > li > .indent { width: 5em; }
  .list-indent[data-indent="6em"] > li > .indent { width: 6em; }
  .list-indent[data-indent="7em"] > li > .indent { width: 7em; }
  .list-indent[data-indent="8em"] > li > .indent { width: 8em; }
  .list-indent[data-indent="9em"] > li > .indent { width: 9em; }
  .list-indent[data-indent="10em"] > li > .indent { width: 10em; }
  
  /* ----- list-inline ----- */
  .list-inline {
    margin-right: -30px;
    overflow: hidden;
    letter-spacing: -.4em;
  }
  .list-inline > li {
    display: inline-block;
    margin-right: 30px;
    letter-spacing: normal;
  }
  
  
  /* ------------------------------------------------------
   * Elements >>> Link
  ------------------------------------------------------ */  
  
  /* ----- link-text ----- */
  [class*="link-text"] {
    margin-top: 1em;
  }
  .link-text > li + li {
    margin-top: .75em;
  }
  .link-text > li > a {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    color: #333;
    text-decoration: none;
  }
  .link-text > li > a:hover {
    color: #00a27c;
    text-decoration: underline;
  }
  
  /* icon */
  .link-text > li > a::before {
    position: absolute;
    top: .55em;
    left: -2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    border-top: 1px solid #555;
    border-right: 1px solid #555;
    content: "";
  }
  
  /* data-row-pc */
  .link-text[data-row-pc="auto"] {
    margin-right: -40px;
    margin-bottom: -.5em;
  }
  .link-text[data-row-pc="auto"] > li {
    margin: 0 40px .5em 0;
  }
  
  .link-text-v2 {
    margin-top: 1.0rem;
  }
  .link-text-v2 > li > a {
    display: block;
    padding: 23px;
    border-bottom: 1px solid #ddd;
    background: #fff;
    text-decoration: none;
  }
  .link-text-v2 > li > a:hover {
    background: #eff8f6;
  }
  .link-text-v2 > li:first-child > a {
    border-top: 1px solid #ddd;
  }
  .link-text-v2 > li > a[class*="a-"]::after {
    display: inline-block;
    margin: .3em 0 0 8px;
  }
  
  /* list-button */
  .list-button {
    margin-top: 20px;
  }
  .list-button[data-row-pc].gp-al-center {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .list-button[data-row-pc].gp-al-right {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .list-button[data-row-pc] > li {
    -webkit-display: flex;
    display: flex;
    margin-top: 20px;
  }
  .list-button[data-row-pc] > li > a {
    -webkit-display: flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    min-width: 0;
  }
  .list-button[data-row-pc] > li > a.gp-al-left {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .list-button[data-row-pc] > li > a.gp-al-right {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  
  /* ----- link-button ----- */
  .link-button > a {
    display: inline-block;
    position: relative;
    padding: 13px 20px 12px;
    border: 1px solid #ddd;
    background-color: #fff;
    color: #333;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
  }
  .link-button > a:hover {
    color: #00a27c;
    background-color: #eff8f6;
    border-color: #d6efe9;
  }
  .link-button .link_label {
    display: inline-block;
    line-height: 1.5;
  }
  
  /* icon */
  .link-button > a > span {
    position: relative;
    padding-left: 18px;
    display: inline-block;
  }
  .link-button:not(.i-close) > a > span::before {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-top: -3px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    content: "";
  }
  .link-button:not(.i-close) > a:hover > span::before {
    border-top-color: #00a27c;
    border-right-color: #00a27c;
  }
  .link-button.i-close > a > span::before,
  .link-button.i-close > a > span::after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 12px;
    height: 2px;
    margin-top: -1px;
    background: #888;
    content: "";
  }
  .link-button.i-close > a > span::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .link-button.i-close > a > span::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .link-button.i-close > a:hover > span::before,
  .link-button.i-close > a:hover > span::after {
    background: #00a27c;
  }
  
  /* ----- link-button-v2 ----- */
  .link-button-v2 > a {
    display: inline-block;
    position: relative;
    padding: 13px 20px 12px;
    border: 1px solid #00307c;
    background-color: #00307c;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
  }
  .link-button-v2 > a:hover {
    background-color: #00a27c;
    border-color: #00a27c;
  }
  .link-button-v2 .link_label {
    display: inline-block;
    line-height: 1.5;
  }
  
  /* icon */
  .link-button-v2 > a > span {
    position: relative;
    padding-left: 18px;
    display: inline-block;
  }
  .link-button-v2 > a > span::before {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-top: -3px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
  }
  
  /* ----- link-button-v3 ----- */
  .link-button-v3 > a {
    display: inline-block;
    position: relative;
    padding: 13px 20px 12px;
    border: 1px solid #00307c;
    background-color: #ecf3ff;
    color: #333;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
  }
  .link-button-v3 > a:hover {
    color: #00a27c;
    background-color: #eff8f6;
    border-color: #d6efe9;
  }
  .link-button-v3 .link_label {
    display: inline-block;
    line-height: 1.5;
  }
  
  /* icon */
  .link-button-v3 > a > span {
    position: relative;
    padding-left: 18px;
    display: inline-block;
  }
  .link-button-v3 > a > span::before {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-top: -3px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    content: "";
  }
  .link-button-v3 > a:hover > span::before {
    border-top-color: #00a27c;
    border-right-color: #00a27c;
  }
  
  /* ----- category-button ----- */
  .category-button > a {
    position: relative;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    padding: 23px 120px 22px;
    border: 2px solid #ccc;
    background: #fff;
    font-size: 2.0rem;
    line-height: 1.5;
    color: #333;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
  }
  .category-button > a::before {
    position: absolute;
    display: block;
    top: 50%;
    left: 30px;
    background-image: url(/shared/img/com_sprite01.png);
    background-repeat: no-repeat;
    content: "";
  }
  .category-button .link_label {
    position: relative;
    display: inline-block;
    padding-left: 18px;
  }
  .category-button .link_label::before {
    position: absolute;
    top: 50%;
    left: -3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 11px;
    height: 11px;
    margin-top: -7px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    -webkit-transition: border .3s;
    transition: border .3s;
    content: "";
  }
  /*color set*/
  .category-button.category01 > a { border-color: #00307c; }
  .category-button.category02 > a { border-color: #179f6d; }
  .category-button.category03 > a { border-color: #e55e34; }
  .category-button.category01 > a:hover { border-color: #cfdff8; background: #e0ebff; color: #00307c; }
  .category-button.category02 > a:hover { border-color: #d6efe9; background: #eff8f6; color: #179f6d; }
  .category-button.category03 > a:hover { border-color: #fde7e0; background: #fff2ee; color: #e06a46; }
  .category-button.category01 > a:hover .link_label::before { border-color: #00307c; }
  .category-button.category02 > a:hover .link_label::before { border-color: #179f6d; }
  .category-button.category03 > a:hover .link_label::before { border-color: #e06a46; }
  /*icon*/
  .category-button.category01 > a::before {
    width: 67px;
    height: 47px;
    margin-top: -24px;
    background-position: 0 -100px;
  }
  .category-button.category02 > a::before {
    width: 87px;
    height: 50px;
    margin-top: -25px;
    background-position: -100px -100px;
  }
  .category-button.category03 > a::before {
    width: 64px;
    height: 44px;
    margin-top: -22px;
    background-position: -200px -100px;
  }

  /* ------------------------------------------------------
   * Elements >>> Image
  ------------------------------------------------------ */
  /* ----- image-set ----- */
  .image-set {
    margin-top: 30px;
  }
  .image-set .image_caption {
    margin-top: 10px;
    font-size: 1.4rem;
    text-align: left;
  }

  /* gp-al-** */
  .image-set.gp-al-center {
    -webkit-display: flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .image-set.gp-al-right {
    -webkit-display: flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }

  /* ------------------------------------------------------
   * Elements >>> Other
  ------------------------------------------------------ */

  /* ------------------------------------------------------
   * Conditional Elements >>> Heading
  ------------------------------------------------------ */
  [class*="heading-lv"] .heading_title > a:link {
    color: #333;
    text-decoration: none;
  }
  [class*="heading-lv"] .heading_title a:hover {
    color: #00a27c;
    text-decoration: underline;
  }
  [class*="heading-lv"] + * {
    margin-top: 0 !important;
  }
  /*[class*="heading-lv"] + section > [class*="heading-lv2"]:first-child {
    margin-top: 40px;
  }
  [class*="heading-lv"] + section > [class*="heading-lv3"]:first-child {
    margin-top: 30px;
  }
  [class*="heading-lv"] + section > [class*="heading-lv4"]:first-child {
    margin-top: 30px;
  }
  [class*="heading-lv"] + section > [class*="heading-lv5"]:first-child {
    margin-top: 20px;
  }*/

  /* ----- heading-lv1 ----- */
  .heading-lv1 {
    margin: 40px 0 40px;
    padding: 25px 0;
  }
  .heading-lv1 .heading_title {
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .heading-lv1 .heading_subtitle {
    color: #333;
    font-size: 1.4rem;
  }

  /* ----- heading-lv2 ----- */
  .heading-lv2 {
    margin: 70px 0 20px;
  }
  .heading-lv2 .block {
    position: relative;
    display: block;
    padding: 4px 0 3px 30px;
  }
  .heading-lv2 .block::before,
  .heading-lv2 .block::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 100%;
    content: "";
  }
  .heading-lv2 .block::before {
    background: #00307c;
  }
  .heading-lv2 .block::after {
    height: 15px;
    background: #00a27c;
  }
  .heading-lv2 .heading_title {
    position: relative;
    font-size: 2.8rem;
    line-height: 1.5;
  }
  .heading-lv2 .heading_subtitle {
    color: #333;
    line-height: 1.5;
  }
  .heading-lv2 .heading_title > a {
    display: inline-block;
    position: relative;
    padding-right: 30px;
    color: #333;
  }
  .heading-lv2 .heading_title > a::before {
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    top: 50%;
    right: 2px;
    margin-top: -8px;
    border-top: 1px solid #717171;
    border-right: 1px solid #717171;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
  }

  /* ----- heading-lv3 ----- */
  .heading-lv3 {
    margin: 45px 0 20px;
  }
  .heading-lv3 .block {
    display: block;
    padding: 0 0 12px;
    border-bottom: 3px solid #c0cde0;
    text-decoration: none;
  }
  .heading-lv3 .heading_title {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .heading-lv3 .heading_title > a {
    display: inline-block;
    position: relative;
    padding-right: 30px;
  }
  .heading-lv3 .heading_title > a::before {
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    top: 50%;
    right: 2px;
    margin-top: -8px;
    border-top: 1px solid #717171;
    border-right: 1px solid #717171;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
  }

  /* ----- heading-lv4 ----- */
  .heading-lv4 {
    margin: 30px 0 15px;
  }
  .heading-lv4 .heading_title {
    position: relative;
    padding: 2px 0 0 20px;
    font-size: 2.1rem;
    line-height: 1.3;
  }
  .heading-lv4 .heading_title::before {
    position: absolute;
    top: 4px;
    left: 0;
    width: 4px;
    height: calc(100% - 8px);
    background-color: #00307c;
    content: "";
  }

  /* ----- heading-lv5 ----- */
  .heading-lv5 {
    margin: 25px 0 12px;
  }
  .heading-lv5 .heading_title {
    position: relative;
    padding-left: 20px;
    font-size: 2.0rem;
    line-height: 1.3;
  }
  .heading-lv5 .heading_title::before {
    position: absolute;
    top: .5em;
    left: 0;
    width: 10px;
    height: 3px;
    background: #c0cde0;
    content: "";
  }

  /* ----- heading-lv6 ----- */
  .heading-lv6 {
    margin: 20px 0 10px;
  }
  .heading-lv6 .heading_title {
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.3;
  }

  /* ------------------------------------------------------
   * Conditional Elements >>> Navi
  ------------------------------------------------------ */
  /* ----- navi-anchor ----- */
  .navi-anchor {
    margin-top: 30px;
  }
  .navi-anchor .navi-inner {
    -webkit-display: flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .navi-anchor .navi-inner > li {
    margin: 0 20px 0.8em 0;
    padding: 0 20px 0 0;
    border-right: 1px solid #ccc;
  }
  .navi-anchor .navi-inner > li.is-edge {
    border-right: none;
  }
  .navi-anchor .navi-inner > li > a {
    display: inline-block;
    position: relative;
    padding-left: 18px;
    color: #333;
    text-decoration: none;
  }
  .navi-anchor .navi-inner > li > a:hover {
    color: #00a27c;
    text-decoration: underline;
  }
  .navi-anchor .navi-inner > li > a::before {
    position: absolute;
    top: .5em;
    left: 2px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 5px;
    height: 5px;
    border-top: 1px solid #555;
    border-right: 1px solid #555;
    content: "";
  }
  
  /* ----- navi-index ----- */
  .navi-index {
    margin-top: 40px;
  }
  .navi-index .navi_item {
    display: -webkit-flex;
    display: flex;
  }
  .navi-index .navi_item:nth-child(n+3) {
    margin-top: 30px;
  }
  .navi-index .navi_item a {
    color: #333;
    text-decoration: none;
  }
  .navi-index .navi_item .block {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
    flex-flow: column;
    width: 100%;
    padding: 25px 28px;
    border: 2px solid #00307c;
    background: #fff;
    -webkit-transition: background .3s, border .3s;
    transition: background .3s, border .3s;
  }
  .navi-index a.block .navi_title,
  .navi-index .navi_title a {
    display: block;
    position: relative;
    margin-bottom: 10px;
    padding-left: 18px;
    font-size: 2.0rem;
    font-weight: bold;
    -webkit-transition: color .3s;
    transition: color .3s;
  }
  .navi-index a.block .navi_title::before,
  .navi-index .navi_title a::before {
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    top: 50%;
    left: -4px;
    margin-top: -8px;
    border-top: 1px solid #717171;
    border-right: 1px solid #717171;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border .3s;
    transition: border .3s;
    content: "";
  }
  .navi-index a.block:hover {
    background: #eff8f6;
    border-color: #d6efe9;
  }
  .navi-index a.block:hover .navi_title,
  .navi-index .navi_title a:hover {
    color: #00a27c;
  }
  .navi-index a.block:hover .navi_title::before,
  .navi-index .navi_title a:hover::before {
    border-color: #00a27c;
  }
  
  /* ----- navi-index-v2 ----- */
  .navi-index-v2 {
    margin-top: 40px;
  }
  .navi-index-v2 .navi_item {
    display: -webkit-flex;
    display: flex;
  }
  .navi-index-v2[data-row-pc="2"] .navi_item:nth-child(n+3),
  .navi-index-v2[data-row-pc="3"] .navi_item:nth-child(n+4),
  .navi-index-v2[data-row-pc="4"] .navi_item:nth-child(n+5){
    margin-top: 30px;
  }
  .navi-index-v2 .navi_item a {
    display: block;
    color: #333;
    text-decoration: none;
  }
  .navi-index-v2 .navi_item .navi_title a {
    display: inline-block;
  }
  .navi-index-v2 .navi_item .block {
    width: 100%; /* for IE11 */
    position: relative;
    border: 2px solid #00307c;
    background: #fff;
    -webkit-transition: background .3s, border .3s;
    transition: background .3s, border .3s;
  }
  .navi-index-v2 a.block .navi_figure {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
  .navi-index-v2 .navi_detail {
    width: 100%;
    min-height: 48px;
    padding: 10px 18px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
    flex-flow: column;
    -webkit-flex: 1 0 48px;
    flex: 1 0 48px;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .navi-index-v2 .navi_detail.gp-al-top {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .navi-index-v2 .navi_title {
    font-size: 2.0rem;
    font-weight: bold;
    -webkit-transition: color .3s, background .3s;
    transition: color .3s, background .3s;
    vertical-align: middle;
    line-height: 1.15;
  }
  .navi-index-v2[data-row-pc="4"] .navi_title {
    font-size: 1.6rem;
  }
  .navi-index-v2 a.block .navi_title > span,
  .navi-index-v2 .navi_title > span > a {
    position: relative;
    display: inline-block;
    padding: 2px 0 2px 18px;
  }
  .navi-index-v2[data-row-pc="4"] a.block .navi_title > span,
  .navi-index-v2[data-row-pc="4"] .navi_title > span > a {
    padding-left: 12px;
  }
  .navi-index-v2 a.block .navi_title > span::before,
  .navi-index-v2 .navi_title > span > a::before {
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    top: 0.3em;
    left: -4px;
    border-top: 1px solid #717171;
    border-right: 1px solid #717171;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border .3s;
    transition: border .3s;
    content: "";
  }
  .navi-index-v2[data-row-pc="4"] a.block .navi_title > span::before,
  .navi-index-v2[data-row-pc="4"] .navi_title > span > a::before {
    width: 8px;
    height: 8px;
    top: 0.35em;
    left: -3px;
  }
  .navi-index-v2[data-row-pc="4"] .navi_text {
    font-size: 1.4rem;
  }
  .navi-index-v2 a.block:hover {
    background: #eff8f6;
    border-color: #d6efe9;
  }
  .navi-index-v2 a.block:hover .navi_figure {
    opacity: .7;
  }
  .navi-index-v2 a.block:hover .navi_detail,
  .navi-index-v2 .navi_title a:hover {
    color: #00a27c;
  }
  .navi-index-v2 a.block:hover .navi_title > span::before,
  .navi-index-v2 .navi_title > span > a:hover::before {
    border-color: #00a27c;
  }
  
  /* ----- navi-index-v3 ----- */
  .navi-index-v3 {
    margin-top: 30px;
  }
  .navi-index-v3 .block {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 30px;
    border: 2px solid #d0dff7;
    background: #eef4ff;
    color: #333;
    text-decoration: none;
  }
  .navi-index-v3 [data-image="right"] .block {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .navi-index-v3 a.block:hover {
    border-color: #daf1eb;
    background-color: #f1f9f8;
  }
  .navi-index-v3 .navi_detail {
    padding-top: 20px;
    overflow: hidden;
  }
  .navi-index-v3 .navi_title {
    position: relative;
    margin-bottom: .5em;
    padding-left: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    -webkit-transition: color .3s;
    transition: color .3s;
  }
  .navi-index-v3 .navi_title::before {
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    top: 50%;
    left: -4px;
    margin-top: -8px;
    border-top: 1px solid #717171;
    border-right: 1px solid #717171;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border .3s;
    transition: border .3s;
    content: "";
  }
  .navi-index-v3 a.block:hover .navi_title {
    color: #00a27c;
  }
  .navi-index-v3 a.block:hover .navi_title::before {
    border-color: #00a27c;
  }

  /* ------------------------------------------------------
   * Layout >>> Table
  ------------------------------------------------------ */
  /* ----- table-layout ----- */
  .table-layout {
    margin-top: 30px;
  }
  .table-layout .table_unit {
    width: 100%;
    border-top: 1px solid #bbb;
    border-right: 1px solid #bbb;
  }
  .table-layout caption {
    text-align: left;
  }
  .table-layout .table_title {
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .table-layout .table_caption {
    margin: 0 0 .5em;
  }
  .table-layout th,
  .table-layout td {
    padding: 10px 15px;
    vertical-align: top;
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #bbb;
    background-color: #fff;
    font-weight: normal;
    text-align: left;
  }
  .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: #666666;
    color: #fff;
    vertical-align: middle;
  }
  .table-layout .cell-style1 a {
    color: #fff;
    text-decoration: underline;
  }
  .table-layout .cell-style1 a:hover {
    text-decoration: none;
  }
  .table-layout .cell-style2 {
    background-color: #f4f4f4;
  }

  /* ------------------------------------------------------
   * Layout >>> Column
  ------------------------------------------------------ */  
  /* ----- column-layout ----- */
  .column-layout {
    margin-top: 30px;
  }
  .column-layout > .column_item {
    margin-top: 24px;
  }
  .column-layout > .column_item > *:first-child {
    margin-top: 0 !important;
  }
  .column-layout > .column_item > section:first-child > *:first-child {
    margin-top: 0;
  }
  .column-layout > .column_item > section:first-child > .heading-lv2 {
    margin-top: calc(70px - 24px);
  }
  .column-layout > .column_item > section:first-child > .heading-lv3 {
    margin-top: calc(45px - 24px);
  }
  .column-layout > .column_item > section:first-child > .heading-lv4 {
    margin-top: calc(30px - 24px);
  }
  .column-layout > .column_item > section:first-child > .heading-lv5 {
    margin-top: calc(25px - 24px);
  }
  .column-layout > .column_item > section:first-child > .heading-lv6 {
    margin-top: 0;
  }
  .contents > .column-layout[data-row-pc="2"]:first-child > .column_item:nth-child(-n+2) > section:first-child > [class*="heading-lv"],
  .contents > .column-layout[data-row-pc="3"]:first-child > .column_item:nth-child(-n+3) > section:first-child > [class*="heading-lv"],
  .contents > .column-layout[data-row-pc="4"]:first-child > .column_item:nth-child(-n+4) > section:first-child > [class*="heading-lv"] {
    margin-top: 0;
  }

  /* ----- column-media ----- */
  .column-media {
    margin-top: 30px;
  }
  .column-media > .column_image > *:first-child,
  .column-media > .column_detail > *:first-child {
    margin-top: 0 !important;
  }

  /* data-media-size */
  .column-media[data-media-size="1/2"] > .column_image {
    width: calc((100% - 36px) / 2);
  }
  .column-media[data-media-size="1/3"] > .column_image {
    width: calc((100% - 72px) / 3);
  }
  .column-media[data-media-size="1/4"] > .column_image {
    width: calc((100% - 108px) / 4);
  }

  /* data-image */
  .column-media > .column_image[data-image="right"] {
    float: right;
    margin-left: 36px;
  }
  .column-media > .column_image[data-image="left"] {
    float: left;
    margin-right: 36px;
  }

  /* data-wraparound */
  .column-media > .column_detail[data-wraparound="false"] {
    overflow: hidden;
  }

  /* ------------------------------------------------------
   * Layout >>> Box
  ------------------------------------------------------ */
  /* ----- box-layout ----- */
  .box-layout {
    margin-top: 30px;
    padding: 25px 32px 24px;
    background-color: #fff;
    border: 1px solid #ddd;
  }
  .box-layout > .box_title {
    margin-bottom: 15px;
    padding-left: 16px;
    border-left: 4px solid #00307c;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.3;
  }
  .box-layout > .box_title a {
    position: relative;
    display: inline-block;
    padding-right: 20px;
    color: #333;
    text-decoration: none;
  }
  .box-layout > .box_title a::before {
    position: absolute;
    top: 50%;
    right: -2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-top: -4px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    content: "";
  }
  .box-layout > .box_title a:hover {
    color: #00a27c;
    text-decoration: underline;
  }
  .box-layout > .box_detail > *:first-child {
    margin-top: 0 !important;
  }
  
  /* ----- box-layout-v2 ----- */
  .box-layout-v2.as-bg-blue { background-color: #ecf2fe !important; }
  .box-layout-v2.as-bg-orange { background-color: #fff2ee !important; }
  
  .box-layout-v2 {
    margin-top: 30px;
    padding: 25px 33px 24px;
    background-color: #ecf2fe;
  }
  .box-layout-v2 > .box_title {
    margin-bottom: 15px;
    padding-left: 16px;
    border-left: 4px solid #00307c;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.3;
  }
  .box-layout-v2 > .box_title a {
    position: relative;
    display: inline-block;
    padding-right: 20px;
    color: #333;
    text-decoration: none;
  }
  .box-layout-v2 > .box_title a::before {
    position: absolute;
    top: .45em;
    right: -2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    -webkit-transition: border .3s;
    transition: border .3s;
    content: "";
  }
  .box-layout-v2 > .box_title a:hover {
    color: #00a27c;
    text-decoration: underline;
  }
  .box-layout-v2 > .box_title a:hover::before {
    border-color: #00a27c;
  }
  .box-layout-v2 > .box_detail > *:first-child {
    margin-top: 0 !important;
  }
  .box-layout-v2 .box_lead {
    font-size: 2.4rem;
    font-weight: bold;
  }

  /* ------------------------------------------------------
   * Layout >>> Other
  ------------------------------------------------------ */
  /* ----- accordion-layout ----- */
  .accordion-layout {
    margin-top: 30px;
    border: 1px solid #ddd;
  }
  .accordion-layout + .accordion-layout {
    margin-top: 20px;
  }
  .accordion-layout > .accordion_trigger {
    position: relative;
  }
  .accordion-layout .accordion_label {
    display: block;
    padding: 20px 54px 18px 21px;
    background-color: #fff;
    font-size: 1.6rem;
    line-height: 1.5;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .accordion-layout .is-active .accordion_label {
    background: #f4f4f4;
  }
  .accordion-layout .accordion_label:hover {
    background: #eff8f6;
    color: #00a27c;
  }
  .accordion-layout > .accordion_detail {
    display: none;
    padding: 20px 21px;
    border-top: 1px solid #ddd;
    background-color: #fff;
  }
  .accordion-layout > .accordion_detail > *:first-child,
  .accordion-layout > .accordion_detail > section:first-child > *:first-child {
    margin-top: 0;
  }

  /* icon */
  .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: #888;
    content: "";
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
  }
  .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);
  }

  /* ----- tab-layout ----- */
  .tab-layout {
    margin-top: 30px;
  }
  .tab-layout > .tab_navi {
    padding-bottom: 7px;
    overflow: hidden;
  }
  .tab-layout .tab_list {
    -webkit-display: flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -6px;
  }
  .tab-layout .tab_list > li {
    -webkit-display: flex;
    display: flex;
    width: calc(100% / 4);
    padding: 0 6px;
  }
  .tab-layout .tab_list > li > a {
    -webkit-display: flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    width: 100%;
    padding: 0 6px 8px;
    border-bottom: 1px solid #ddd;
    color: #333;
    text-decoration: none;
  }
  .tab-layout .tab_list > li:not(.is-current) > a:hover {
    color: #00a27c;
    text-decoration: underline;
  }
  .tab-layout .tab_list > .is-current > a {
    padding-bottom: 5px;
    border-color: #00a27c;
    border-width: 2px;
    font-weight: bold;
    color: #00a27c;
  }
  .tab-layout .tab_list > .is-current > a::after {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    margin: 1px 0 0 -4px;
    border-style: solid solid none;
    border-color: #00a27c transparent transparent;
    border-width: 5px 4px 0;
    content: "";
  }
  .tab-layout > .tab_detail {
    display: none;
    padding-top: 20px;
  }
  .tab-layout > .tab_detail > *:first-child {
    margin-top: 0 !important;
  }

  /* ------------------------------------------------------
   * Components
  ------------------------------------------------------ */
  /* ----- news-icon ----- */
  .news-icon {
    display: inline-block;
    min-width: 6.17em;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 1.2rem;
    line-height: 20px;
    text-align: center;
  }
  .news-icon.type01 { border-color: #d55500; color: #d55500; }
  .news-icon.type02 { border-color: #00307c; color: #00307c; }
  .news-icon.type03 { border-color: #008662; color: #008662; }
  .news-icon.type04 { border-color: #00307c; color: #ffffff; background-color: #00307c; }
  .news-icon.type05 { border-color: #00a27c; color: #ffffff; background-color: #00a27c; }
  .news-icon.type06 { border-color: #e55e34; color: #ffffff; background-color: #e55e34; }
  .news-icon.type07 { border-color: #994696; color: #ffffff; background-color: #994696; }
  
  /* ----- news-layout ----- */
  .news-layout .news-icon {
    margin-left: 4px;
  }
  .news-layout {
    margin-top: 30px;
    border-top: 1px solid #ddd;
  }
  .news-layout .news_article {
    border-bottom: 1px solid #ddd;
  }
  .news-layout .block {
    -webkit-display: flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 23px 10px 22px;
    color: #333;
    text-decoration: none;
    outline: none;
  }
  .news-layout a.block:hover {
    background: #eff8f6;
  }
  .news-layout .news_detail {
    -webkit-display: flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex: 1;
    flex: 1;
  }
  .news-layout .news_property {
    -webkit-display: flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 10px;
  }
  .news-layout .news_date {
    width: 8.8em;
    padding-right: 6px;
    font-size: 1.4rem;
  }
  .news-layout .news_title {
    -webkit-flex: 1;
    flex: 1;
    line-height: 1.6;
  }
  .news-layout a .news_title {
    color: #34649f;
    text-decoration: none;
  }
  .news-layout a:hover .news_thumbnail,
  .news-layout a:hover .news_title {
    color: #00a27c;
    text-decoration: underline;
  }
  .news-layout .news_image + .news_detail {
    display: block;
  }
  .news-layout .news_image + .news_detail .news_title {
    margin-top: .5em;
  }
  
  /* ----- faq-layout ----- */
  .faq-layout {
    margin-top: 30px;
    border-bottom: 2px solid #ddd;
  }
  .faq-layout .faq_article {
    border-top: 2px solid #ddd;
  }
  .faq-layout .faq_question {
    position: relative;
    padding: 19px 10px 16px 68px;
    background: #f4f4f4;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .faq-layout .faq_answer {
    position: relative;
    padding: 24px 10px 25px 68px;
    background: #fff;
  }
  .faq-layout .faq_lead {
    margin-bottom: .8em;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .faq-layout .faq_question::before,
  .faq-layout .faq_answer::before{
    position: absolute;
    display: block;
    width: 36px;
    height: 36px;
    top: 14px;
    left: 15px;
    background-image: url(/shared/img/com_sprite01.png);
    background-repeat: no-repeat;
    content: "";
  }
  .faq-layout .faq_question::before {
    background-position: -50px -50px;
  }
  .faq-layout .faq_answer::before {
    top: 18px;
    background-position: -100px -50px;
  }
  
  /* ----- faq-layout-v2 ----- */
  .faq-layout-v2 {
    margin-top: 30px;
    padding-top: 18px;
  }
  .faq-layout-v2 .faq_article {
    border: 2px solid #00307c;
  }
  .faq-layout-v2 .faq_question {
    position: relative;
    padding: 10px 10px 8px 90px;
    background: #00307c;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
  }
  .faq-layout-v2 .faq_answer {
    position: relative;
    padding: 32px 10px 35px 95px;
    background: #fff;
  }
  .faq-layout-v2 .faq_answer > *:first-child {
    margin-top: 0;
  }
  .faq-layout-v2 .faq_question::before,
  .faq-layout-v2 .faq_answer::before{
    position: absolute;
    display: block;
    background-image: url(/shared/img/com_sprite01.png);
    background-repeat: no-repeat;
    content: "";
  }
  .faq-layout-v2 .faq_question::before {
    width: 55px;
    height: 56px;
    top: -18px;
    left: 18px;
    background-position: 0 -150px;
  }
  .faq-layout-v2 .faq_answer::before {
    width: 53px;
    height: 53px;
    top: 18px;
    left: 23px;
    background-position: -100px -150px;
  }
  .faq-layout-v2 .faq_list {
    font-size: 2.0rem;
    line-height: 1.3;
  }
  .faq-layout-v2 .faq_list > li + li {
    margin-top: .8em;
  }
  .faq-layout-v2 .faq_list sup {
    top: -.5em;
  }
  .faq-layout-v2 .faq_color {
    color: #e55e34;
  }
  .faq-layout-v2 .faq_int {
    font-size: 2.4rem;
    line-height: 1.1;
  }

  /* ----- plugin-layout ----- */
  .plugin-layout {
    margin-top: 40px;
  }
  .plugin-layout .plugin_block {
    -webkit-display: flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 29px;
    border: 1px solid #eee;
    color: #333;
    text-decoration: none;
    outline: none;
  }
  .plugin-layout .plugin_banner a {
    display: block;
    background: #fff;
  }
  .plugin-layout .plugin_banner a img {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
  .plugin-layout .plugin_banner a:hover img {
    opacity: .7;
  }
  .plugin-layout .plugin_label {
    margin-left: 28px;
  }
  .plugin-layout .plugin_label a {
    position: relative;
    display: inline-block;
    padding-left: 16px;
    color: #333;
    text-decoration: none;
  }
  .plugin-layout .plugin_label a:hover {
    color: #00a27c;
    text-decoration: underline;
  }
  .plugin-layout .plugin_label a::before {
    position: absolute;
    top: .55em;
    left: -2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    border-top: 1px solid #555;
    border-right: 1px solid #555;
    content: "";
  }
  .plugin-layout .plugin_detail {
    width: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    margin-top: 15px;
    font-size: 1.4rem;
  }
  
  /* ------------------------------------------------------
   * Unique Components
  ------------------------------------------------------ */
  /* ----- president-compo ----- */
  .president-compo {
    position: relative;
  }
  .president-compo .president_name {
    position: absolute;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
    flex-flow: column;
    -webkit-justify-content: center;
    justify-content: center;
    width: 362px;
    height: 100%;
    top: 0;
    right: 0;
  }
  .president-compo .president_position {
    margin-bottom: 10px;
    font-size: 2.4rem;
    font-weight: bold;
  }
  
  /* ----- select-widget ----- */
  .select-widget {
    margin-top: 30px;
  }
  .select-widget .select_wrap {
    position: relative;
  }
  .select-widget .select_wrap select,
  .select-widget .select_wrap .select_text {
    height: 40px;
    padding: 0 30px 0 20px;
    border: 1px solid #bbb;
    font-size: 1.4rem;
    line-height: 40px;
  }
  .select-widget .select_wrap select {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden
  }
  .select-widget .select_wrap .select_text {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
  }
  .select-widget .select_wrap .select_text::after {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    right: 14px;
    margin-top: -4px;
    border-style: solid solid none;
    border-width: 7px 5px 0;
    border-color: #666 transparent transparent;
    content: "";
  }
  .select-widget .select_wrap .select_list {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    max-height: 200px;
    border: 1px solid #bbb;
    border-top: none;
    background: #fff;
    z-index: 10;
    overflow-y: auto;
    cursor: pointer;
  }
  .select-widget .select_wrap .select_list > li {
    padding: 7px 20px;
    font-size: 1.4rem;
    -webkit-transition: background .3s, color .3s;
    transition: background .3s, color .3s;
    cursor: pointer;
  }
  .select-widget .select_wrap .select_list > li:hover {
    background: #00a27c;
    color: #fff;
  }
  .select-widget .select_panel {
    display: none;
  }
  .select-widget .select_panel > .heading-lv2:first-child {
    margin-top: 40px;
  }
  
  /* ----- googlemap-frame ----- */
  .googlemap-frame {
    margin-top: 30px;
  }
  .googlemap-frame .frame_box {
    width: 100%;
    height: 400px;
    border: 1px solid #ddd;
  }
  
  /* ----- video-layout ----- */
  .video-layout {
    margin-top: 30px;
  }
  .video-layout .video_frame {
    margin: 10px auto 0;
  }
  .video-layout > *:first-child {
    margin-top: 0;
  }
  .video-layout .video_frame {
    position: relative;
    width: 640px;
    height: 360px;
  }
  .video-layout .video_frame[data-media-type="file"] video {
    width: 100%;
  }
  
  /* ----- chart-layout ----- */
  .chart-layout .chart_frame {
    width: 100%;
    height: 800px;
  }
  
  /* ----- related-box ----- */
  .related-box {
    margin-top: 30px;
    background: #f4f4f4;
  }
  .related-box .box_label {
    display: inline-block;
    padding: 2px 30px 1px;
    font-size: 1.8rem;
    font-weight: bold;
    background: #666;
    color: #fff;
  }
  .related-box .box_detail {
    padding: 15px 30px 25px;
  }
  .related-box .box_detail > *:first-child {
    margin-top: 0;
  }
  .related-box .box_icon {
    margin: 1.0em 0 5px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #666;
  }
  .related-box .box_icon + * {
    margin-top: 0;
  }
  
  /* ----- staff-layout ----- */
  .staff-layout {
    margin-top: 30px;
  }
  .staff-layout .block_title {
    margin-bottom: 1em;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .staff-layout .staff_list + .staff_list {
    margin-top: 30px;
  }
  .staff-layout .staff_list .list {
    display: -webkit-flex;
    display: flex;
  }
  .staff-layout .staff_list .list + .list {
    margin-top: 15px;
  }
  .staff-layout .staff_list .staff_role {
    width: 220px;
    -webkit-flex: 0 0 220px;
    flex: 0 0 220px;
    margin-right: 13px;
    padding-right: 16px;
    border-right: 1px solid #bbb;
    font-weight: bold;
    text-align: right;
  }
  .staff-layout .staff_list .staff_name {
    -webkit-align-self: center;
    align-self: center;
  }
  
  /* ----- lead-box ----- */
  .lead-box {
    margin-top: 30px;
    padding: 22px 5px;
    border-top: 1px solid #e8ddc6;
    border-bottom: 1px solid #e8ddc6;
  }
  .lead-box .box_lead {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    color: #960;
    line-height: 1.3;
  }

  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .column-media::after {
    display: block;
    clear: both;
    content: "";
  }

    /* ------------------------------------------------------
   * Slick
  ------------------------------------------------------ */
  .slick-slider
  {
      position: relative;

      display: block;
      box-sizing: border-box;

      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

      -webkit-touch-callout: none;
      -khtml-user-select: none;
      -ms-touch-action: pan-y;
          touch-action: pan-y;
      -webkit-tap-highlight-color: transparent;
  }

  .slick-list
  {
      position: relative;

      display: block;
      overflow: hidden;

      margin: 0;
      padding: 0;
  }
  .slick-list:focus
  {
      outline: none;
  }
  .slick-list.dragging
  {
      cursor: pointer;
      cursor: hand;
  }

  .slick-slider .slick-track,
  .slick-slider .slick-list
  {
      -webkit-transform: translate3d(0, 0, 0);
         -moz-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0);
           -o-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
  }

  .slick-track
  {
      position: relative;
      top: 0;
      left: 0;

      display: block;
  }
  .slick-track:before,
  .slick-track:after
  {
      display: table;

      content: '';
  }
  .slick-track:after
  {
      clear: both;
  }
  .slick-loading .slick-track
  {
      visibility: hidden;
  }

  .slick-slide
  {
      display: none;
      float: left;

      height: 100%;
      min-height: 1px;
  }
  [dir='rtl'] .slick-slide
  {
      float: right;
  }
  .slick-slide img
  {
      display: block;
  }
  .slick-slide.slick-loading img
  {
      display: none;
  }
  .slick-slide.dragging img
  {
      pointer-events: none;
  }
  .slick-initialized .slick-slide
  {
      display: block;
  }
  .slick-loading .slick-slide
  {
      visibility: hidden;
  }
  .slick-vertical .slick-slide
  {
      display: block;

      height: auto;

      border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
      display: none;
  }

}