@charset "utf-8";

/* ======================================================
 * parts_pc.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Common
 * - Element >>> Heading
 * - Element >>> Text
 * - Element >>> List
 * - Element >>> Link
 * - Element >>> Image
 * - Element >>> Video
 * - Element >>> Form
 * - Element >>> Other
 * - Layout >>> Column
 * - Layout >>> Table
 * - Layout >>> Box
 * - Layout >>> Other
 * - Component >>> Navi
 * - Component >>> Index
 * - Component >>> Other
 * - Clearfix
 * Media Queries
 * Print
====================================================== */

@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  /* ----- a ----- */
  a:link img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  a.block {
    display: block;
    color: #333;
  }
  
  /* ----- sprite ----- */
  .a-blank::after,
  .a-pdf::after,
  .a-print::after,
  .a-mail::after,
  .a-excel::after,
  .a-word::after,
  .a-ppt::after,
  .a-rss::after,
  .a-zip::after,
  .a-video::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 {
    background: url(/common/img/com_sprite01.png) no-repeat;
    vertical-align: top;
    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: 12px; background-position: -80px -40px; }
  .a-pdf::after,
  [class*="heading-lv"] .a-pdf .heading_title::after,
  .news-layout .a-pdf .news_title::after { width: 16px; height: 16px; background-position: 0 -360px; }
  .a-print::after { width: 17px; height: 14px; background-position: -40px -360px; }
  .a-mail::after { width: 16px; height: 12px; background-position: -80px -360px; }
  .a-excel::after { width: 17px; height: 17px; background-position: -120px -360px; }
  .a-word::after { width: 17px; height: 17px; background-position: -160px -360px; }
  .a-ppt::after { width: 17px; height: 17px; background-position: -200px -360px; }
  .a-rss::after { width: 14px; height: 14px; background-position: 0 -400px; }
  .a-zip::after { width: 16px; height: 20px; background-position: -40px -400px; }
  .a-video::after { width: 16px; height: 13px; background-position: -80px -400px; }
  [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.a-blank::after,
  .link-inline.a-pdf::after,
  .link-inline.a-mail::after {
    display: inline-block;
    margin: .3em 8px 0 8px;
  }
  .link-text > li > .a-blank::after,
  .link-text > li > .a-pdf::after,
  .link-text > li > .a-print::after,
  .link-text > li > .a-mail::after,
  .link-text > li > .a-excel::after,
  .link-text > li > .a-word::after,
  .link-text > li > .a-ppt::after,
  .link-text > li > .a-rss::after,
  .link-text > li > .a-zip::after,
  .link-text > li > .a-video::after {
    display: inline-block;
    margin: .4em 0 0 10px;
  }
  .link-button > li > .a-blank::after,
  .link-button > li > .a-pdf::after,
  .link-button-v2 > li > .a-blank::after,
  .link-button-v2 > li > .a-pdf::after {
    position: absolute;
    top: 50%;
    right: 13px;
    margin-top: -7px;
  }
  [class*="heading-lv"] .a-blank .heading_title::after,
  [class*="heading-lv"] .a-pdf .heading_title::after {
    display: inline-block;
    margin: .4em 0 0 15px;
  }
  .news-layout .a-blank .news_title::after,
  .news-layout .a-pdf .news_title::after {
    display: inline-block;
    margin: .25em 0 0 10px;
  }
  .plugin-layout a .a-blank::after {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: .3em 9px 0 9px;
  }
  
  /* ----- data-row-pc ----- */
  [data-row-pc]:not([data-row-pc="1"]) {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  [data-row-pc]:not([data-row-pc="1"]):not([data-row-pc="auto"]) > * {
    margin-top: 1.25em;
    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),
  [data-row-pc="5"] > *:nth-child(-n+5),
  [data-row-pc="6"] > *:nth-child(-n+6) {
    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),
  [data-row-pc="5"] > *:nth-child(5n+1),
  [data-row-pc="6"] > *:nth-child(6n+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); }
  [data-row-pc="5"] > * { width: calc((100% - 144px) / 5); }
  [data-row-pc="6"] > * { width: calc((100% - 180px) / 6); }
  [data-browser="ie11"] [data-row-pc="2"] > * { width: calc((100% -  36px) / 2 - 0.1px); }
  [data-browser="ie11"] [data-row-pc="3"] > * { width: calc((100% -  72px) / 3 - 0.1px); }
  [data-browser="ie11"] [data-row-pc="4"] > * { width: calc((100% - 108px) / 4 - 0.1px); }
  [data-browser="ie11"] [data-row-pc="5"] > * { width: calc((100% - 144px) / 5 - 0.1px); }
  [data-browser="ie11"] [data-row-pc="6"] > * { width: calc((100% - 180px) / 6 - 0.1px); }
  [data-browser="edge"] [data-row-pc="2"] > * { width: calc((100% -  36px) / 2 - 0.1px); }
  [data-browser="edge"] [data-row-pc="3"] > * { width: calc((100% -  72px) / 3 - 0.1px); }
  [data-browser="edge"] [data-row-pc="4"] > * { width: calc((100% - 108px) / 4 - 0.1px); }
  [data-browser="edge"] [data-row-pc="5"] > * { width: calc((100% - 144px) / 5 - 0.1px); }
  [data-browser="edge"] [data-row-pc="6"] > * { width: calc((100% - 180px) / 6 - 0.1px); }
  [data-row-pc="auto"] {
    margin-right: -36px;
    margin-bottom: -.5em;
  }
  [data-row-pc="auto"] > * {
    margin-top: 0 !important;
    margin-right: 36px;
    margin-bottom: .5em;
    margin-left: 0;
  }
  .link-text[data-row-pc="auto"] {
    margin-right: -60px;
    margin-bottom: -.5em;
  }
  .link-text[data-row-pc="auto"] > li {
    margin-right: 60px;
    margin-bottom: .5em;
  }
  
  /* ------------------------------------------------------
   * Element >>> Heading
  ------------------------------------------------------ */
  [class^="heading-lv"] .heading_title {
    line-height: 1.5;
  }
  [class^="heading-lv"] .heading_title[class*="js-equalHeight_"] {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  [class*="heading-lv"] a:link .heading_title {
    text-decoration: none;
  }
  #main .heading-lv1 + *,
  #main .heading-lv1 + section > [class*="heading-lv"]:first-child {
    margin-top: 2.5em;
  }
  #main .heading-lv2 + * {
    margin-top: 1.9em;
  }
  #main .heading-lv3 + *,
  #main .heading-lv4 + * {
    margin-top: 1.25em;
  }
  #main .heading-lv5 + * {
    margin-top: .95em;
  }
  
  /* ----- heading-category ----- */
  .heading-category {
    display: table;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto 2.5em;
  }
  .heading-category .block {
    display: table-cell;
    height: 400px;
    vertical-align: middle;
  }
  .heading-category .heading_title {
    max-width: 1200px;
    margin: 0 auto;
    color: #014099;
    font-size: 3.6rem;
  }
  .heading-category .heading_lead {
    max-width: 1200px;
    margin: 15px auto 0;
    color: #333;
    font-size: 2.2rem;
  }

  /* ----- heading-lv1 ----- */
  .heading-lv1 {
    margin-bottom: 2.5em !important;
  }
  .heading-lv1 .heading_title {
    font-size: 4.0rem;
    font-weight: bold;
    line-height: 1.2;
  }
  .heading-lv1 .heading_subtitle {
    color: #333;
    font-size: 1.4rem;
  }
  .heading-lv1 .heading_small {
    font-size: 2.7rem;
  }
  
  /* ----- heading-lv2 ----- */
  .heading-lv2,
  .heading-lv2-v2,
  .heading-lv2-v3,
  .heading-lv2-v4,
  .heading-lv2-v6 {
    margin: 2em 0 1.9em;
  }
  .heading-lv2 {
    border-bottom: solid 2px #014099;
  }
  .heading-lv2 .block {
    position: relative;
    display: block;
    margin: 0 0 12px;
    padding: 0 0 0 30px;
    text-decoration: none;
  }
  .heading-lv2 .block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 9px;
    height: 100%;
    background: #014099;
    background: -moz-linear-gradient(top, #014099 0%, #0161b4 50%, #008bd5 100%);
    background: -webkit-linear-gradient(top, #014099 0%,#0161b4 50%,#008bd5 100%);
    background: linear-gradient(to bottom, #014099 0%,#0161b4 50%,#008bd5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#014099', endColorstr='#008bd5',GradientType=0 );
  }
  .heading-lv2 .block::after {
    content: "";
    position: absolute;
    top: 0;
    left: 4px;
    display: block;
    width: 1px;
    height: 100%;
    background: #ffffff;
  }
  .heading-lv2 .heading_title {
    position: relative;
    font-size: 2.7rem;
    line-height: 1.3;
  }
  .heading-lv2 a:hover .heading_title {
    color: #014099;
  }
  .heading-lv2 a .heading_title::after {
    content: "";
    display: inline-block;
    width: 23px;
    height: 7px;
    margin: 0 0 0 7px;
    background: url(/common/img/com_sprite01.png) no-repeat -40px -40px;
    vertical-align: middle;
  }
  .heading-lv2 a.a-blank .heading_title::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 0 0 10px;
    background: url(/common/img/com_sprite01.png) no-repeat -80px -40px;
    vertical-align: middle;
  }
  .heading-lv2 .heading_subtitle {
    margin-top: -4px;
    margin-bottom: 5px;
    color: #333;
    font-size: 1.4rem;
    line-height: 1.1;
  }
  /* v2 */
  .heading-lv2-v2 .block {
    display: block;
    text-decoration: none;
  }
  .heading-lv2-v2 .heading_title {
    position: relative;
    padding-bottom: 10px;
    color: #333;
    font-size: 3.2rem;
    line-height: 1.5;
    text-align: center;
  }
  .heading-lv2-v2 .heading_title::after {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 40px;
    height: 2px;
    margin-left: -20px;
    background: #014099;
    content: "";
  }
  /* v3 */
  .heading-lv2-v3 {
    border-bottom: solid 2px #014099;
  }
  .heading-lv2-v3 .block {
    display: block;
    padding: 16px 0 15px;
    text-decoration: none;
  }
  .heading-lv2-v3 .heading_title {
    position: relative;
    padding-left: 58px;
    font-size: 2.7rem;
    line-height: 1.5;
  }
  .heading-lv2-v3 .heading_title::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 27px;
    height: 34px;
    background: url(/common/img/com_sprite01.png) no-repeat 0 -440px;
    content: "";
  }
  /* v4 */
  .heading-lv2-v4 {
    border-bottom: solid 2px #014099;
  }
  .heading-lv2-v4 .block {
    display: block;
    padding: 16px 0 15px;
    text-decoration: none;
  }
  .heading-lv2-v4 .heading_title {
    position: relative;
    padding-left: 51px;
    font-size: 3.0rem;
    line-height: 1.5;
  }
  .heading-lv2-v4 .heading_title::before {
    position: absolute;
    top: .3em;
    left: 0;
    width: 30px;
    height: 22px;
    background: url(/common/img/com_sprite01.png) no-repeat -40px -440px;
    content: "";
  }
  /* v5 */
  .heading-column {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    padding: 25px 78px 30px;
    background: #0166b7;
    background: -moz-linear-gradient(left, #014099 0%, #0069ba 50%, #008cd6 100%);
    background: -webkit-linear-gradient(left, #014099 0%,#0069ba 50%,#008cd6 100%);
    background: linear-gradient(to right, #014099 0%,#0069ba 50%,#008cd6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#014099', endColorstr='#008cd6',GradientType=1 );
  }
  .heading-column > .column_item .heading-lv2-v5 {
    border-bottom: solid 2px #014099;
  }
  .heading-column > .column_item .heading-lv2-v5 > .block {
    display: block;
    text-decoration: none;
  }
  .heading-column > .column_item .heading-lv2-v5 > .block > .heading_title {
    position: relative;
    padding: 0 0 10px 51px;
    color: #fff;
    font-size: 3.2rem;
    line-height: 1.5;
  }
  .heading-column > .column_item .heading-lv2-v5 > .block > .heading_title::before {
    position: absolute;
    top: .3em;
    left: 0;
    width: 30px;
    height: 22px;
    background: url(/common/img/com_sprite01.png) no-repeat -80px -440px;
    content: "";
  }
  /* v6 */
  .heading-lv2-v6 .block {
    display: block;
    text-decoration: none;
  }
  .heading-lv2-v6 .heading_title {
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .heading-lv2-v6 a:hover .heading_title {
    color: #014099;
  }
  .heading-lv2-v6 .heading_subtitle {
    position: relative;
    font-size: 1.8rem;
    line-height: 1.3;
  }
  .heading-lv2-v6 a .heading_subtitle::after {
    content: "";
    display: inline-block;
    width: 23px;
    height: 7px;
    margin: 0 0 0 8px;
    background: url(/common/img/com_sprite01.png) no-repeat -40px -40px;
    vertical-align: middle;
  }
  
  /* ----- heading-lv3 ----- */
  .heading-lv3 {
    margin: 2.3em 0 1.25em;
  }
  .heading-lv3 .block {
    display: block;
    padding: 12px 23px 12px;
    background: #f3f3f8;
    text-decoration: none;
  }
  .heading-lv3 .heading_title {
    font-size: 2.2rem;
    line-height: 1.5;
  }
  .heading-lv3 a:hover .heading_title {
    color: #014099;
  }
  .heading-lv3 a .heading_title::after {
    content: "";
    display: inline-block;
    width: 23px;
    height: 7px;
    margin: 0 0 0 7px;
    background: url(/common/img/com_sprite01.png) no-repeat -40px -40px;
    vertical-align: middle;
  }
  .heading-lv3 a.a-blank .heading_title::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 0 0 9px;
    background: url(/common/img/com_sprite01.png) no-repeat -80px -40px;
    vertical-align: middle;
  }
  .heading-lv3 .heading_subtitle {
    color: #333;
    font-size: 1.4rem;
  }
  
  /* ----- heading-lv4 ----- */
  .heading-lv4 {
    margin: 2.0em 0 1.25em;
  }
  .heading-lv4 .block {
    display: block;
    text-decoration: none;
  }
  .heading-lv4 .heading_title {
    position: relative;
    padding-left: 22px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .heading-lv4 a:hover .heading_title {
    color: #014099;
  }
  .heading-lv4 .heading_title::before {
    position: absolute;
    top: .1em;
    left: 0;
    width: 4px;
    height: 24px;
    background-color: #014099;
    content: "";
  }
  .heading-lv4 a .heading_title::after {
    content: "";
    display: inline-block;
    width: 23px;
    height: 7px;
    margin: 0 0 0 8px;
    background: url(/common/img/com_sprite01.png) no-repeat -40px -40px;
    vertical-align: middle;
  }
  .heading-lv4 a.a-blank .heading_title::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 0 0 10px;
    background: url(/common/img/com_sprite01.png) no-repeat -80px -40px;
    vertical-align: middle;
  }

  /* ----- heading-lv5 ----- */
  .heading-lv5 {
    margin: 1.0em 0 .95em;
  }
  .heading-lv5 .heading_title {
    position: relative;
    padding-left: 25px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .heading-lv5 .heading_title::before {
    position: absolute;
    top: .6em;
    left: 0;
    width: 15px;
    height: 2px;
    background: #008cd6;
    content: "";
  }

  /* ----- heading-book ----- */
  .heading-book {
    width: 100%;
    height: 220px;
    margin-bottom: 2.5em;
    background: #008fe6 url(/common/img/com_bg02.jpg) no-repeat 100% 0;
  }
  .heading-book .block {
    -webkit-display: flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 100%;
    padding: 0 21px 0 72px;
  }
  .heading-book .block .title_item {
    color: #fff;
  }
  .heading-book .block .title_item .heading_title .title01 {
    display: block;
    width: 153px;
    height: 26px;
    margin-left: -13px;
    background: url(/common/img/com_tx01.png) no-repeat 0 0;
    text-indent: -9999px;
  }
  .heading-book .block .title_item .heading_title .title02 {
    display: block;
    line-height: 1.3;
    margin-top: 10px;
    font-size: 3.2rem;
  }
  .heading-book .block .title_item .book_num {
    display: block;
    line-height: 1.3;
    margin-top: 10px;
    font-size: 1.4rem;
  }
  .heading-book .block .person_item {
    -webkit-display: flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 368px;
    height: 180px;
    padding: 20px 10px 20px 20px;
    background: #1e5799;
    background: -moz-linear-gradient(left, #014099 0%, #0067b8 50%, #008cd6 100%);
    background: -webkit-linear-gradient(left, #014099 0%,#0067b8 50%,#008cd6 100%);
    background: linear-gradient(to right, #014099 0%,#0067b8 50%,#008cd6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#014099', endColorstr='#008cd6',GradientType=1 );
  }
  .heading-book .block .person_item .person_image {
    margin-right: 25px;
  }
  .heading-book .block .person_item .person_detail {
    color: #fff;
  }
  .heading-book .block .person_item .person_detail .belong {
    font-size: 1.6rem;
  }
  .heading-book .block .person_item .person_detail .name {
    font-size: 2.4rem;
  }
  
  /* ------------------------------------------------------
   * Element >>> Text
  ------------------------------------------------------ */
  .contents p {
    margin: 1em 0;
  }

  /* ----- text-paragraph ----- */
  .text-paragraph {
    margin: 2.5em 0 1.5em;
  }
  
  /* ----- text-lead ----- */
  .text-lead {
    margin: 1em 0;
    color: #255ba8;
    font-size: 1.8rem;
  }

  /* ----- text-title ----- */
  .text-title {
    margin: 1em 0;
    font-size: 1.8rem;
    font-weight: bold;
  }
  
  /* ----- text-sizeL ----- */
  .text-sizeL {
    font-size: 2rem !important;
  }
  
  /* ----- text-black ----- */
  .text-black {
    color: #333 !important;
  }
  
  /* ------------------------------------------------------
   * Element >>> List
  ------------------------------------------------------ */
  [class*="list-note"],
  [class*="list-bullet"],
  [class*="list-order"],
  [class*="list-description"] {
    margin: 1em 0;
  }
  [class*="list-note"] > li + li,
  [class*="list-bullet"] > li + li,
  [class*="list-order"] > li + li {
    margin-top: .5em;
  }
  [class*="list-"].is-nest {
    margin: .2em 0 .75em;
  }
  [class*="list-note"] > li > .list_detail,
  [class*="list-bullet"] > li > .list_detail,
  [class*="list-order"] > li > .list_detail {
    margin-top: .25em;
  }
  [class*="list-note"] > li > .list_detail > *:first-child,
  [class*="list-note"] > li > .list_detail > section:first-child > [class*="heading-lv"],
  [class*="list-bullet"] > li > .list_detail > *:first-child,
  [class*="list-bullet"] > li > .list_detail > section:first-child > [class*="heading-lv"],
  [class*="list-order"] > li > .list_detail > *:first-child,
  [class*="list-order"] > li > .list_detail > section:first-child > [class*="heading-lv"],
  [class*="list-description"] > dd > *:first-child,
  [class*="list-description"] > dd > section:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  
  /* ----- 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;
    color: #666;
    font-size: 1.4rem;
  }
  .list-note > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  /* v2 */
  .list-note-v2 > li {
    position: relative;
    padding-left: 3em;
    color: #666;
    font-size: 1.4rem;
  }
  .list-note-v2 > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .list-note-v2 > li > .list_mark::after {
    content: ".";
  }
  
  /* ----- list-bullet ----- */
  .list-bullet > li {
    position: relative;
    padding-left: 20px;
  }
  .list-bullet > li::before {
    position: absolute;
    top: .5em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #255ba8;
    content: "";
  }
  /* v2 */
  .list-bullet-v2 > li {
    position: relative;
    padding-left: 15px;
    color: #666;
    font-size: 1.4rem;
  }
  .list-bullet-v2 > li::before {
    position: absolute;
    top: .5em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #999;
    content: "";
  }
  
  /* ----- list-order ----- */
  .list-order > li {
    position: relative;
    padding-left: 2.5em;
  }
  .list-order > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
    color: #255ba8;
    font-weight: bold;
  }
  /* v2 */
  .list-order-v2 > li {
    position: relative;
    padding-left: 3.5em;
    color: #666666;
    font-size: 1.4rem;
  }
  .list-order-v2 > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  /* ----- list-description ----- */
  .list-description {
    margin: 1em 0;
  }
  .list-description > dt {
    font-size: 1.8rem;
    font-weight: bold;
  }
  .list-description > dt:first-child {
    margin-top: 0 !important;
  }
  .list-description > dd + dt {
    margin-top: 2.5px;
  }
  .list-description > dd {
  }
  /* v2 */
  .list-description-v2 {
    margin: 1em 0 0;
  }
  .list-description-v2 + .list-description-v2 {
    margin-top: 0;
  }
  .list-description-v2 > dt {
    float: left;
    font-weight: bold;
  }
  .list-description-v2 > dd {
    overflow: hidden;
  }
  /* v3 */
  .list-description-v3 {
    margin: 1em 0;
  }
  .list-description-v3 > dt {
    position: relative;
    padding-left: 1em;
    font-weight: bold;
  }
  .list-description-v3 > dt::before {
    position: absolute;
    top: .6em;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #255ba8;
    border-radius: 50%;
    content: "";
  }
  .list-description-v3 > dd {
    padding-left: 1em;
  }
  .list-description-v3 > dt + dd {
    margin-top: 8px;
  }
  /* v3 type-row */
  .list-description-v3.type-row > dt {
    float: left;
    margin-right: 1em;
  }
  
  /* ------------------------------------------------------
   * Element >>> Link
  ------------------------------------------------------ */
  [class*="link-text"] {
    margin: 1em 0;
  }
  [class*="link-text"] > li + li {
    margin-top: .5em;
  }
  [class*="link-text"] > li > a:hover {
    text-decoration: underline;
  }
  [class*="link-button"] {
    margin: 1em 0;
  }
  [class*="link-button"] > li + li {
    margin-top: 1em;
  }
  [class*="link-button"] a {
    line-height: 1.5;
  }
  [class*="link-button"].gp-al-center {
    margin-top: 2em;
  }
  [class*="link-button"].is-centering {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 2em;
  }
  [class*="link-button"].is-centering > li {
    display: -webkit-flex;
    display: flex;
  }
  [class*="link-button"].is-centering > li + li {
    margin-top: 0;
    margin-left: 36px;
  }
  [class*="link-button"][data-row-pc] > li {
    display: -webkit-flex;
    display: flex;
  }
  [class*="link-button"][data-row-pc] > li > a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    min-width: 0;
  }
  [class*="link-button"] > li > a[class*="js-equalHeight_"] {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  [class*="link-"].is-nest {
    margin: .5em 0 1em;
  }
  
  /* ----- link-inline ----- */
  a.link-inline {
    text-decoration: underline;
  }
  a.link-inline:hover {
    text-decoration: underline;
  }
  
  /* ----- link-text ----- */
  a.a-normal::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 7px;
    margin: 0 0 0 8px;
    background: url(/common/img/com_sprite01.png) no-repeat 0 -40px;
    vertical-align: middle;
  }
  .link-text > li > a {
    display: inline-block;
    text-decoration: none;
  }
  
  /* ----- link-button ----- */
  .link-button > li > a {
    overflow: hidden;
    display: inline-block;
    position: relative;
    z-index: 1;
    min-width: 280px;
    min-height: 70px;
    padding: 20px 40px 20px 20px;
    border: 1px solid #aaa;
    border-radius: 35px;
    color: #333;
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
  }
  .link-button > li > a::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #014099;
    border-radius: 34px;
    transform: scale(0, 1);
    content: "";
  }
  .link-button > li > a:hover {
    animation: hover .6s forwards;
  }
  .link-button > li > a:hover::before {
    animation: hover-in .3s forwards alternate, hover-out .3s .3s forwards alternate;
  }
  .link-button.backpage-link > li > a {
    padding: 20px 20px 20px 40px;
  }
  .link-button .link_label {
    display: inline-block;
    line-height: 1.5;
  }
  .link-button > li > a::after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 18px;
    height: 7px;
    margin-top: -4px;
    background: url(/common/img/com_sprite01.png) no-repeat 0 -40px;
    content: "";
  }
  .link-button.backpage-link > li > a::after {
    position: absolute;
    top: 50%;
    right: auto;
    left: 20px;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
    width: 18px;
    height: 7px;
    margin-top: -4px;
    background: url(/common/img/com_sprite01.png) no-repeat 0 -40px;
    content: "";
  }
  .link-button > li > a.a-blank::after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    background: url(/common/img/com_sprite01.png) no-repeat -80px -40px;
    content: "";
  }
  .link-button > li > a.a-pdf::after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background: url(/common/img/com_sprite01.png) no-repeat 0 -360px;
    content: "";
  }
  /* v2 */
  .link-button-v2 > li > a {
    overflow: hidden;
    display: inline-block;
    position: relative;
    z-index: 1;
    min-width: 280px;
    min-height: 70px;
    padding: 20px 20px 20px;
    border-radius: 35px;
    color: #fff;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
  }
  .link-button-v2 > li > a::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -2;
    background: #014099;
    border-radius: 35px;
    content: "";
  }
  .link-button-v2 > li > a::after {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: -1;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    background: #fff;
    transform: scale(0, 1);
    content: "";
  }
  .link-button-v2 > li > a:hover {
    animation: hover2 .6s forwards;
  }
  .link-button-v2 > li > a:hover::after {
    animation: hover-in .3s forwards alternate, hover-out .3s .3s forwards alternate;
  }
  .link-button-v2 > li > a.a-blank,
  .link-button-v2 > li > a.a-pdf {
    padding-right: 45px;
  }
  .link-button-v2 .link_label {
    display: inline-block;
    line-height: 1.5;
  }
  .link-button-v2 > li > a.a-blank .link_label::after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    background: url(/common/img/com_sprite01.png) no-repeat -160px -40px;
    content: "";
  }
  .link-button-v2 > li > a.a-pdf .link_label::after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background: url(/common/img/com_sprite01.png) no-repeat 0 -360px;
    content: "";
  }

  /* ----- link-img-button ----- */
  .link-img-button {
    margin-top: 1.85em;
  }
  .link-img-button > li > a {
    position: relative;
    display: table;
    width: 100%;
    height: 100px;
    border: solid 1px #ccc;
    color: #333;
    text-decoration: none;
  }
  .link-img-button > li > a::after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 18px;
    height: 7px;
    margin-top: -4px;
    background: url(/common/img/com_sprite01.png) no-repeat 0 -40px;
    content: "";
  }
  .link-img-button > li > a > .image {
    display: table-cell;
    width: 150px;
    vertical-align: middle;
  }
  .link-img-button > li > a > .title {
    display: table-cell;
    width: auto;
    line-height: 1.5;
    padding: 10px 40px 10px 20px;
    font-size: 2rem;
    vertical-align: middle;
  }
  .link-img-button > li > a:hover > .title {
    color: #014099;
    text-decoration: underline;
  }

  /* ----- link-img-column ----- */
  .link-img-column .block {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .link-img-column a {
    text-decoration: none;
  }
  .link-img-column a:hover {
    color: #014099;
    text-decoration: underline;
  }
  .link-img-column .image {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
  }
  .link-img-column .image + .title {
    margin-left: 20px;
  }
  .link-img-column .title {
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 1;
    flex: 1;
  }
  .link-img-column a .title > .title_label::after {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 7px;
    margin: 0 0 0 8px;
    background: url(/common/img/com_sprite01.png) no-repeat 0 -40px;
    vertical-align: middle;
    content: "";
  }
  /* v2 */
  .link-img-column-v2 > a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    text-decoration: none;
  }
  .link-img-column-v2 > a::after {
    display: none;
  }
  .link-img-column-v2 > a:hover {
    text-decoration: underline;
  }
  .link-img-column-v2 > a > .image {
    max-width: 100px;
    max-height: 100px;
  }
  .link-img-column-v2 > a > .image > img {
    max-height: 100px;
  }
  .link-img-column-v2 > a > .title {
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 1;
    flex: 1;
    margin-left: 20px;
  }
  .link-img-column-v2 > a .title_label::after {
    position: relative;
    display: inline-block;
    margin: 0 0 0 8px;
    background: url(/common/img/com_sprite01.png) no-repeat;
    vertical-align: middle;
    content: "";
  }
  .link-img-column-v2 > .block .title_label::after {
    width: 18px;
    height: 7px;
    background-position: 0 -40px;
  }
  .link-img-column-v2 > .a-blank .title_label::after {
    width: 12px;
    height: 12px;
    background-position: -80px -40px;
  }
  .link-img-column-v2 > .a-pdf .title_label::after {
    width: 16px;
    height: 16px;
    background-position: 0 -360px;
  }

  /* ----- column-link ----- */
  .column-link {
    margin-top: 1.85em;
  }
  .column-link .column_item {
    border: solid 1px #ddd;
  }
  .column-link .column_item .block {
    display: block;
    text-decoration: none;
  }
  .column-link .column_item .column_detail {
    padding: 15px 19px;
  }
  .column-link .column_item .column_detail > dt {
    color: #0078cb;
    font-size: 1.7rem;
    font-weight: bold;
  }
  .column-link .column_item a:hover .column_detail > dt {
    text-decoration: underline;
  }
  .column-link .column_item .column_detail > dd {
    margin-top: 8px;
  }
  /* v2 */
  .column-link-v2 {
    margin-top: 1.85em;
  }
  .column-link-v2 .column_item .block {
    position: relative;
    -webkit-display: flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    padding: 19px 62px 0 0;
    background: url(/common/img/com_bg01.png) no-repeat 50% 100%;
    text-decoration: none;
  }
  .column-link-v2 .column_item a.block::after {
    position: absolute;
    right: 19px;
    bottom: 20px;
    width: 18px;
    height: 7px;
    background: url(/common/img/com_sprite01.png) no-repeat 0 -40px;
    content: "";
  }
  .column-link-v2 .column_item .title {
    padding: 0 10px 0 40px;
    line-height: 1.3;
    font-size: 2.6rem;
  }
  .column-link-v2 .column_item a:hover .title {
    color: #014099;
  }
  .column-link-v2 .column_item .image {
    width: 183px;
    margin-left: auto;
  }
  /* v3 */
  .column-link-v3 {
    margin-top: 1.85em;
  }
  .column-link-v3 .column_item .block {
    display: block;
    text-decoration: none;
  }
  .column-link-v3 .column_item .title {
    -webkit-display: flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    padding: 20px 10px 18px;
    background: rgba(225,225,225,0.7);
    font-size: 2.2rem;
    text-align: center;
    line-height: 1.3;
  }
  .column-link-v3 .column_item a:hover .title {
    color: #014099;
    text-decoration: underline;
  }
  .column-link-v3 .column_item a .title::after {
    position: absolute;
    top: 50%;
    right: 19px;
    width: 18px;
    height: 7px;
    margin-top: -4px;
    background: url(/common/img/com_sprite01.png) no-repeat 0 -40px;
    content: "";
  }
  /* v4 */
  .column-link-v4 {
    margin-top: 1.85em;
  }
  .column-link-v4 .column_item .block {
    display: block;
    text-decoration: none;
  }
  .column-link-v4 .column_item .image {
    border-bottom: solid 2px #008cd6;
  }
  .column-link-v4 .column_item .detail {
    padding: 15px 0 0;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .column-link-v4 .column_item a:hover .detail {
    color: #014099;
    text-decoration: underline;
  }
  .column-link-v4 .column_item a .detail::after {
    display: inline-block ;
    width: 18px;
    height: 7px;
    margin: 0 0 2px 10px;
    background: url(/common/img/com_sprite01.png) no-repeat 0 -40px;
    content: "";
  }

  
  /* ------------------------------------------------------
   * Element >>> Image
  ------------------------------------------------------ */
  /* ----- image-set ----- */
  .image-set {
    margin: 1em 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .image-set .image_caption {
    margin-top: .6em;
    color: #666;
    font-size: 1.4rem;
    text-align: left;
  }
  .image-set.gp-al-right {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .image-set.gp-al-left {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  /* for IE11 hack */
  _:-ms-lang(x)::-ms-backdrop, .image-set.gp-al-center > .image_inner,
  _:-ms-lang(x)::-ms-backdrop, .image-set.gp-al-right > .image_inner{
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    min-width: 1px;
  }
  
  /* ------------------------------------------------------
   * Element >>> Video
  ------------------------------------------------------ */
  .movie-layout {
    margin: 1em 0;
    text-align: center;
  }
  .column-layout .movie-layout iframe {
    width: 100%;
  }
  /* ------------------------------------------------------
   * Layout >>> Column
  ------------------------------------------------------ */
  [class*="column-layout"] > [class*="column_item"] > *:first-child,
  [class*="column-layout"] > [class*="column_item"] > section:first-child > [class*="heading-lv"],
  [class*="column-media"] > [class*="column_"] > *:first-child,
  [class*="column-media"] > [class*="column_"] > section:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  
  /* ----- column-layout ----- */
  .column-layout {
    margin: 1em 0;
  }
  .column-layout > .column_item {
    margin-top: .5em !important;
  }
  .column-layout .image-set .image_inner {
    width: 100%;
  }
  .image_inner.large-image {
    width: 100%;
  }
  
  /* ----- column-media ----- */
  .column-media {
    margin: 1em 0;
  }
  .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); }
  .column-media[data-media-size="1/5"] > .column_image { width: calc((100% - 144px) / 5); }
  .column-media[data-media-size="1/6"] > .column_image { width: calc((100% - 180px) / 6); }
  .column-media > .column_image[data-image="right"] {
    float: right;
    margin-left: 36px;
  }
  .column-media > .column_image[data-image="left"] {
    float: left;
    margin-right: 36px;
  }
  .column-media > .column_detail[data-wraparound="false"] {
    overflow: hidden;
  }
  
  /* ------------------------------------------------------
   * Layout >>> Table
  ------------------------------------------------------ */
  [class^="table-layout"] {
    overflow-x: auto;
    padding-bottom: 1px;
  }
  [class*="table-layout"] th > *:first-child,
  [class*="table-layout"] th > section:first-child > [class*="heading-lv"],
  [class*="table-layout"] td > *:first-child,
  [class*="table-layout"] td > section:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  
  /* ----- table-layout ----- */
  .table-layout {
    margin: 1em 0;
  }
  .table-layout .table_inner {
    width: 100%;
    border: 2px solid #ddd;
  }
  .table-layout caption {
    margin-bottom: 22px;
    text-align: left;
  }
  .table-layout caption > *:first-child {
    margin-top: 0 !important;
  }
  .table-layout caption > *:last-child {
    margin-bottom: 0 !important;
  }
  .table-layout .table_title {
    font-size: 1.8rem;
    font-weight: bold;
  }
  .table-layout .table_caption {
    margin: .5em 0;
    color: #666;
    font-size: 1.4rem;
  }
  .table-layout th,
  .table-layout td {
    padding: 14px 10px;
    vertical-align: top;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    background-color: #fff;
    font-weight: normal;
    text-align: left;
  }
  .table-layout th {
    padding: 14px 20px;
    font-weight: bold;
  }
  .table-layout thead th {
    vertical-align: middle;
  }
  .table-layout[data-layout-sp=vertical] th + td {
    border-left: none;
  }
  .table-layout th > *:first-child,
  .table-layout td > *:first-child {
    margin-top: 0 !important;
  }
  .table-layout .cell-style1 {
    background-color: #255ba8;
    color: #fff;
  }
  .table-layout .cell-style2 {
    background-color: #f3f3f8;
  }
  .table-layout .cell-style3 {
    background-color: #e0f6ff;
  }
  
  /* ------------------------------------------------------
   * Layout >>> Box
  ------------------------------------------------------ */
  [class*="box-layout"] {
    margin-top: 1.85em;
  }
  [class*="box-layout"] > [class*="box_detail"] > *:first-child,
  [class*="box-layout"] > [class*="box_detail"] > section:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  
  /* ----- box-layout ----- */
  .box-layout {
    padding: 35px 40px 32px;
    border: 1px solid #e9e9e9;
  }
  .box-layout > .box_title {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .box-layout > .box_detail {
    margin-top: 17px;
  }
  .box-layout > .box_detail p {
    margin-bottom: 0;
  }
  /* v2 */
  .box-layout-v2 {
    padding: 30px 40px 40px;
    background: #f3f3f8;
  }
  .box-layout-v2 > .box_title {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .box-layout-v2 > .box_title > .box_mark {
    display: inline-block;
    width: 34px;
    line-height: 34px;
    margin: 0 16px 2px 0;
    border-radius: 17px;
    background: #255ba8;
    color: #fff;
    text-align: center;
    vertical-align: middle;
  }
  .box-layout-v2 > .box_detail {
    margin-top: 17px;
  }
  .box-layout-v2 > .box_detail > .box_more {
    background: #fff;
    border: solid 1px #ddd;
  }
  .box-layout-v2 > .box_detail > .box_more > dt {
    position: relative;
    display: inline-block;
    padding: 8px 13px 6px;
    line-height: 1.3;
    background: #014099;
    background: -moz-linear-gradient(left, #014099 0%, #0165b7 50%, #008cd6 100%);
    background: -webkit-linear-gradient(left, #014099 0%,#0165b7 50%,#008cd6 100%);
    background: linear-gradient(to right, #014099 0%,#0165b7 50%,#008cd6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#014099', endColorstr='#008cd6',GradientType=1 );
    color: #fff;
    font-weight: bold;
  }
  .box-layout-v2 > .box_detail > .box_more > dt::before {
    position: absolute;
    bottom: -8px;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 0;
    border-color: #01419a transparent transparent transparent;
    content: "";
  }
  .box-layout-v2 > .box_detail > .box_more > dd {
    padding: 16px 28px 8px;
  }
  .box-layout-v2 > .box_detail > .box_more > dd > *:first-child {
    margin-top: 0;
  }
  /* v3 */
  .box-layout-v3 {
    margin: 1em 0;
    padding: 40px;
    background: #f3f3f8;
  }
  .box-layout-v3 .box_title {
    margin-bottom: 30px;
  }
  .box-layout-v3 .box_title > .box_title_label {
    position: relative;
    padding-left: 22px;
    font-size: 2.2rem;
    line-height: 1.5;
  }
  .box-layout-v3 .box_title > .box_title_label::before {
    position: absolute;
    top: .1em;
    left: 0;
    width: 4px;
    height: 24px;
    background-color: #014099;
    content: "";
  }
  .box-layout-v3 .box_detail > .box_detail_item {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .box-layout-v3 .box_detail > .box_detail_item + .box_detail_item {
    margin-top: 15px;
  }
  .box-layout-v3 .box_detail > .box_detail_item > * {
    width: 100%;
    margin: 0;
  }
  /* v3 link-button */
  .box-layout-v3 [class^="link-button"] {
    position: relative;
    z-index: 1;
  }
  .box-layout-v3 [class^="link-button"] > li > a {
    display: block;
  }
  .box-layout-v3 .link-button > li > a {
    background-color: #fff;
  }
  .box-layout-v3 .link-button > li > a::before {
    z-index: 1;
  }
  .box-layout-v3 [class^="link-button"] .link_label {
    position: relative;
    z-index: 1;
  }
  /* v4 */
  .box-layout-v4 {
    padding: 40px;
    background: #f3f3f8;
  }
  .box-layout-v4 > .box_title {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .box-layout-v4 > .box_title > .box_label_icon {
    height: 35px;
    margin-right: 20px;
    padding: 5px 21px;
    background-color: #e5e5eb;
    border-radius: 17.5px;
    font-size: 1.6rem;
  }
  .box-layout-v4 > .box_title > .box_title_label {
    font-size: 2.2rem;
    line-height: 1.5;
  }
  .box-layout-v4 > .box_title + .box_detail {
    margin-top: 30px;
  }
  .box-layout-v4 > .box_detail .column-layout[data-row-pc]:not([data-row-pc="1"]) > .column_item {
    margin-top: 0 !important;
  }
  .box-layout-v4 > .box_detail .column-layout[data-row-pc="2"] > .column_item:nth-child(n+3) {
    margin-top: 30px !important;
  }
  /* merit and demerit */
  .box-layout.merit-demerit-box {
    padding: 25px 31px 25px;
    border: 1px solid #e9e9e9;
  }
  .box-layout.merit-demerit-box > .box_title.title-merit {
    font-size: 1.8rem;
  }
  .box-layout.merit-demerit-box > .box_title.title-merit::before {
    content: "";
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: 0 10px 4px 0;
    background: url(/common/img/com_sprite01.png) no-repeat 0 -640px;
    vertical-align: middle;
  }
  .box-layout.merit-demerit-box > .box_title.title-demerit {
    font-size: 1.8rem;
  }
  .box-layout.merit-demerit-box > .box_title.title-demerit::before {
    content: "";
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: 0 10px 4px 0;
    background: url(/common/img/com_sprite01.png) no-repeat -40px -640px;
    vertical-align: middle;
  }
  .box-layout.merit-demerit-box > .box_detail {
    margin-top: 8px;
  }

  /* ----- contact-box-layout ----- */
  .contact-box-layout {
    position: relative;
    -webkit-display: flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 1em 0;
    padding: 30px 0;
    background: #eaf5fb;
  }
  .contact-box-layout .text {
    margin: 0;
    font-size: 2.0rem;
    font-weight: bold;
  }
  .contact-box-layout .text.tel-type {
    font-size: 1.8rem;
  }
  .contact-box-layout .text.tel-type .tel-icon {
    position: relative;
    line-height: 1.2;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 3.6rem;
  }
  .contact-box-layout .text .tel-icon::before {
    content: "";
    position: absolute;
    top: 5px;
    left: -40px;
    display: block;
    width: 22px;
    height: 30px;
    background: url(/common/img/com_sprite01.png) no-repeat -120px -600px;
  }
  .contact-box-layout .text + .link-button-v2 {
    margin: 0 0 0 35px;
  }
  .contact-box-layout .link-button-v2 > li > a {
    min-width: 376px;
  }
  .contact-box-layout .link-button-v2 > li > a.a-mail .link_label::after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 27px;
    height: 20px;
    margin-top: -10px;
    background: url(/common/img/com_sprite01.png) no-repeat -120px -440px;
    content: "";
  }

  
  /* ------------------------------------------------------
   * Layout >>> Other
  ------------------------------------------------------ */
  /* ----- accordion-layout ----- */
  .accordion-layout {
    margin-top: 1.85em;
    border: 1px solid #ddd;
  }
  .accordion-layout:hover {
    border: 1px solid #aaa;
  }
  .accordion-layout > .accordion_trigger {
    position: relative;
    margin: 0;
  }
  .accordion-layout .accordion_trigger::before {
    content: "Q";
    position: absolute;
    top: 0.2em;
    left: 23px;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 3.2rem;
    font-weight: bold;
  }
  .accordion-layout .accordion_label {
    display: block;
    padding: 20px 83px 18px 73px;
    background-color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
    cursor: pointer;
  }
  .accordion-layout .accordion_label:hover {
    background: #f3f3f3;
  }
  .accordion-layout > .accordion_detail {
    position: relative;
    padding: 20px 23px 20px 73px;
    border-top: 1px solid #ddd;
    background-color: #fff;
  }
  .accordion-layout > .accordion_detail::before {
    content: "A";
    position: absolute;
    top: 0.2em;
    left: 23px;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 3.2rem;
    font-weight: bold;
  }
  .accordion-layout > .accordion_detail > *:first-child {
    margin-top: 0;
  }
  .accordion-layout > .accordion_trigger::after {
    position: absolute;
    top: 50%;
    right: 23px;
    width: 36px;
    height: 36px;
    margin-top: -18px;
    background: #fff;
    border: 1px solid #999;
    border-radius: 5px;
    content: "";
    cursor: pointer;
  }
  .accordion-layout .accordion_label::before,
  .accordion-layout .accordion_label::after {
    position: absolute;
    top: 50%;
    right: 33px;
    z-index: 2;
    width: 16px;
    height: 2px;
    margin-top: -1px;
    background-color: #999;
    content: "";
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s 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: 1em 0;
  }
  .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_list > li {
    width: calc((100% - 108px) / 4);
    margin-right: 36px;
    border-bottom: solid 1px #999999;
  }
  .tab-layout .tab_list > li.is-current {
    border-bottom: solid 3px #008cd6;
  }
  .tab-layout .tab_list > li:last-child {
    margin-right: 0;
  }
  .tab-layout .tab_list > li > a {
    display: block;
    position: relative;
    width: 100%;
    padding: 5px 5px 5px;
    font-size: 2rem;
    text-align: center;
    text-decoration: none;
  }
  .tab-layout .tab_list > .is-current > a {
    color: #666;
  }
  .tab-layout > .tab_detail {
    padding-top: 20px;
  }
  .tab-layout > .tab_detail.js-tabs_detail {
    display: none;
  }
  .tab-layout > .tab_detail > *:first-child {
    margin-top: 0 !important;
  }
  
  /* ------------------------------------------------------
   * Component >>> Navi
  ------------------------------------------------------ */
  /* ----- navi-anchor ----- */
  .navi-anchor {
    margin: 1em 0;
  }
  .navi-anchor .navi_inner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .navi-anchor .navi_inner > li {
    margin-top: .9em !important;
  }
  .navi-anchor .navi_inner > li > a {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    text-decoration: none;
  }
  .navi-anchor .navi_inner > li > a:hover {
    text-decoration: underline;
  }
  .navi-anchor .navi_inner > li > a::before {
    content: "";
    position: absolute;
    top: .3em;
    left: 0;
    display: block;
    width: 15px;
    height: 15px;
    background: url(/common/img/com_sprite01.png) no-repeat -120px -400px;
  }
  
  /* ------------------------------------------------------
   * Component >>> Index
  ------------------------------------------------------ */
  [class*="index-layout"] .index_caption > *:first-child,
  [class*="index-layout"] .index_caption > section:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  
  /* ------------------------------------------------------
   * Component >>> Other
  ------------------------------------------------------ */
  /* ----- news-layout ----- */
  .news-layout {
    margin: 1em 0;
  }
  .news-layout .news_article {
    border-bottom: 1px solid #ddd;
  }
  .news-layout .block {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 19px 0 17px;
    color: #333;
    text-decoration: none;
    outline: none;
  }
  .news-layout .a-normal::after {
    display: none;
  }
  .news-layout .news_detail {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex: 1;
    flex: 1;
  }
  .news-layout .news_property {
    display: -webkit-flex;
    display: flex;
    margin-right: 18px;
  }
  .news-layout .news_date {
    color: #666;
    font-size: 1.4rem;
  }
  .news-layout .icon_wrap {
    width: 105px;
    margin-left: 18px;
  }
  .news-layout [class*="news_icon"] {
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 1.2rem;
    line-height: 22px;
    text-align: center;
  }
  .news-layout .news_icon.type1 {
    background-color: #f29026;
  }
  .news-layout .news_icon.type2 {
    background-color: #e9c416;
  }
  .news-layout .news_icon.type3 {
    background-color: #8f64bc;
  }
  .news-layout .news_icon.type4 {
    background-color: #67b752;
  }
  .news-layout .news_title {
    -webkit-flex: 1;
    flex: 1;
    line-height: 1.6;
  }
  .news-layout .a-normal .news_title::after {
    display: inline-block;
    width: 18px;
    height: 7px;
    margin: 0 0 2px 10px;
    background: url(/common/img/com_sprite01.png) no-repeat 0 -40px;
    content: "";
  }
  .news-layout a .news_title {
    color: #333;
  }
  .news-layout a:hover .news_title {
    color: #014099;
  }
  .news-layout a:hover .news_thumbnail,
  .news-layout a:hover .news_title {
    text-decoration: underline;
  }
  .news-layout .news_image + .news_detail {
    display: block;
  }
  .news-layout .news_image + .news_detail .news_title {
    margin-top: .5em;
  }
  
  /* ----- plugin-layout ----- */
  .plugin-layout {
    margin: 1em 0;
  }
  .plugin-layout a {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 35px 40px 20px;
    border: 1px solid #ddd;
    color: #333;
    text-decoration: none;
    outline: none;
  }
  .plugin-layout .plugin_banner {
    width: 158px;
  }
  .plugin-layout .plugin_detail {
    -webkit-flex: 1;
    flex: 1;
    padding-left: 36px;
  }
  .plugin-layout .plugin_detail > *:first-child {
    margin-top: 0;
  }
  .plugin-layout a:hover .a-blank {
    color: #014099;
  }
  .plugin-layout a .a-blank::after {
    margin: 0 0 0 12px;
    vertical-align: middle;
  }
  .plugin-layout .plugin_detail .f-bold {
    margin-bottom: .6em;
  }
  .plugin-layout .plugin_detail .f-bold + p {
    margin-top: 0;
    font-size: 1.4rem;
  }
  
  /* ----- map-layout ----- */
  .map-layout {
    margin: 1em 0;
  }
  .map-layout iframe {
    width: 100%;
    height: 684px;
  }
  
  /* ----- solution-keyword-layout ----- */
  .solution-keyword-layout {
    margin: 1em 0;
  }
  .solution-keyword-layout .keyword-list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .solution-keyword-layout .keyword-list > li {
    width: calc((100% - 45px) / 4);
    margin-right: 15px;
  }
  .solution-keyword-layout .keyword-list > li:nth-child(4n) {
    margin-right: 0;
  }
  .solution-keyword-layout .keyword-list > li:nth-child(n+5) {
    margin-top: 15px;
  }
  .solution-keyword-layout .keyword-list > li a {
    overflow: hidden;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    z-index: 1;
    width: 100%;
    height: 100%;
    min-height: 70px;
    padding: 18px 15px 17px;
    background-color: #fff;
    border: solid 1px #ccc;
    border-radius: 34px;
    line-height: 1.25;
    font-size: 2rem;
    text-decoration: none;
    text-align: center;
  }
  .solution-keyword-layout .keyword-list > li a:hover {
    animation: hover .6s forwards;
  }
  .solution-keyword-layout .keyword-list > li a:hover::after {
    animation: hover-in .3s forwards alternate, hover-out .3s .3s forwards alternate;
  }
  .solution-keyword-layout .keyword-list > li a::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    background: #014099;
    transform: scale(0, 1);
    content: "";
  }
  .solution-keyword-layout .keyword-list > li a::before {
    position: relative;
    z-index: 2;
    content: "";
    display: inline-block;
    margin: 0 10px 0 0;
    background: url(/solution/img/solution_sprite01.png) no-repeat;
    vertical-align: middle;
  }
  .solution-keyword-layout .keyword-list > li.keyword01 a::before {
    width: 24px;
    height: 26px;
    background-position: 0 0;
  }
  .solution-keyword-layout .keyword-list > li.keyword02 a::before {
    min-width: 23px;
    height: 29px;
    background-position: -100px 0;
  }
  .solution-keyword-layout .keyword-list > li.keyword03 a::before {
    min-width: 23px;
    height: 29px;
    background-position: 0 -50px;
  }
  .solution-keyword-layout .keyword-list > li.keyword04 a::before {
    min-width: 30px;
    height: 30px;
    background-position: -100px -50px;
  }
  .solution-keyword-layout .keyword-list > li.keyword05 a::before {
    min-width: 30px;
    height: 30px;
    background-position: 0 -100px;
  }
  .solution-keyword-layout .keyword-list > li.keyword06 a::before {
    min-width: 26px;
    height: 26px;
    background-position: -100px -100px;
  }
  .solution-keyword-layout .keyword-list > li.keyword07 a::before {
    min-width: 31px;
    height: 26px;
    background-position: 0 -150px;
  }
  .solution-keyword-layout .keyword-list > li.keyword08 a::before {
    min-width: 24px;
    height: 19px;
    background-position: -100px -150px;
  }
  .solution-keyword-layout .keyword-list > li.keyword09 a::before {
    min-width: 36px;
    height: 17px;
    background-position: 0 -200px;
  }
  .solution-keyword-layout .keyword-list > li.keyword10 a::before {
    min-width: 30px;
    height: 35px;
    background-position: -100px -200px;
  }
  .solution-keyword-layout .keyword-list > li a > span {
    position: relative;
    z-index: 2;
  }
  .solution-keyword-layout .more-link {
    margin-top: 30px;
  }
  .solution-keyword-layout .more-link > a {
    display: block;
    width: 100%;
    padding: 20px 0;
    background: #f3f3f8;
    font-size: 2rem;
    text-decoration: none;
    text-align:  center;
  }
  .solution-keyword-layout .more-link > a::after {
    display: inline-block;
    width: 18px;
    height: 7px;
    margin: 0 0 2px 10px;
    background: url(/common/img/com_sprite01.png) no-repeat 0 -40px;
    content: "";
  }
  
  /* ----- solution-facility-layout ----- */
  .solution-facility-layout {
    margin: 1em 0;
  }
  .solution-facility-layout .facility-list {
    -webkit-display: flex;
    display: flex;
    flex-wrap: wrap;
    margin-top: -30px;
  }
  .solution-facility-layout .facility-list > li {
    width: 22.75%;
    margin-top: 30px;
    margin-right: 3%;
  }
  .solution-facility-layout .facility-list > li:nth-child(4n) {
    margin-right: 0;
  }
  .solution-facility-layout .facility-list > li > a {
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: block;
    line-height: 68px;
    border: solid 1px #ccc;
    border-radius: 34px;
    font-size: 2rem;
    text-decoration: none;
    text-align: center;
  }
  .solution-facility-layout .facility-list > li > a::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #014099;
    border-radius: 34px;
    transform: scale(0, 1);
    content: "";
  }
  .solution-facility-layout .facility-list > li > a:hover {
    animation: hover .6s forwards;
  }
  .solution-facility-layout .facility-list > li > a:hover::before {
    animation: hover-in .3s forwards alternate, hover-out .3s .3s forwards alternate;
  }
  .solution-facility-layout .more-link {
    margin-top: 30px;
  }
  .solution-facility-layout .more-link a {
    min-width: 440px;
  }

  /* ----- facility-icon ----- */
  .facility-icon {
    display: inline-block;
    min-width: 200px;
    padding: 8px 20px 4px;
    background: #008cd6;
    border-radius: 2px;
    color: #fff;
    text-align: center;
  }

  /* ----- example-layout ----- */
  .example-layout {
    margin: 1em 0;
  }
  .example-layout .example-list {
    -webkit-display: flex;
    display: flex;
    flex-wrap: wrap;
    margin-top: -30px !important;
  }
  .example-layout .example-list > li {
    display: table;
    width: 17.66%;
    margin-top: 30px;
    margin-right: 2.91%;
  }
  .example-layout .example-list > li:nth-child(5n) {
    margin-right: 0;
  }
  .example-layout .example-list > li > a {
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: table-cell;
    height: 68px;
    padding: 10px 10px 10px;
    border: solid 1px #ccc;
    border-radius: 34px;
    font-size: 1.8rem;
    line-height: 1.4;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
  }
  .example-layout .example-list > li > a::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #014099;
    border-radius: 34px;
    transform: scale(0, 1);
    content: "";
  }
  .example-layout .example-list > li > a:hover {
    animation: hover .6s forwards;
  }
  .example-layout .example-list > li > a:hover::before {
    animation: hover-in .3s forwards alternate, hover-out .3s .3s forwards alternate;
  }

  /* ----- topics-layout ----- */
  .topics-layout {
    -webkit-display: flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin: 1em 0;
    padding: 20px 20px 20px 50px;
    background: #f3f3f8;
  }
  .topics-layout .title {
    padding-right: 35px;
    font-size: 2rem;
    white-space: nowrap;
  }
  .topics-layout .year-list {
    -webkit-display: flex;
    display: flex;
    flex-wrap: wrap;
    margin-top: -10px;
  }
  .topics-layout .year-list > li {
    margin-top: 10px;
    margin-right: 8px;
  }
  .topics-layout .year-list > li:nth-child(8n) {
    margin-right: 0;
  }
  .topics-layout .year-list > li > a {
    display: block;
    width: 108px;
    line-height: 33px;
    background: #fff;
    border: solid 1px #999999;
    border-radius: 16px;
    font-size: 1.8rem;
    text-decoration: none;
    text-align: center;
  }
  .topics-layout .year-list > li > a:hover {
    color: #014099;
  }
  .topics-layout .year-list > li.on > a {
    background: #008cd6;
    color: #fff;
    border-color: #008cd6;
  }

  /* ----- related-layout ----- */
  .related-layout {
    margin: 1em 0;
    padding-top: 25px;
    border-top: solid 1px #ddd;
  }
  .related-layout .title {
    font-size: 2rem;
    font-weight: bold;
  }
  .related-layout .related-link-list {
    -webkit-display: flex;
    display: flex;
    margin-top: 1em;
  }
  .related-layout .related-link-list > li {
    margin-right: 35px;
  }
  .related-layout .related-link-list > li > a {
    text-decoration: none;
  }
  .related-layout .related-link-list > li > a:hover {
    text-decoration: underline;
  }
  .related-layout .related-link-list > li > a::after {
    display: inline-block;
    width: 18px;
    height: 7px;
    margin: 0 0 2px 10px;
    background: url(/common/img/com_sprite01.png) no-repeat 0 -40px;
    vertical-align: middle;
    content: "";
  }

  /* ----- access-ranking-box ----- */
  .access-ranking-box {
    margin: 1em 0;
    padding: 30px 40px 35px;
    background: #f3f3f8;
  }
  .access-ranking-box .title {
    font-size: 2rem;
    font-weight: bold;
  }
  .access-ranking-box .list-order > li {
    padding-left: 1.5em;
  }

  /* ----- slide-layout ----- */
  .slide-layout {
    width: 667px;
    margin: 1em auto 0;
  }
  .slide-layout .slide-main-list {
    position: relative;
  }
  .slide-layout .slide-main-list .slick-arrow.slick-prev {
    position: absolute;
    top: 234px;
    left: -50px;
    display: block;
    width: 18px;
    height: 33px;
    background: url(/common/img/com_sprite01.png) no-repeat 0 -480px;
    border: none;
    text-indent: -9999px;
    cursor: pointer;
    outline: none;
  }
  .slide-layout .slide-main-list .slick-arrow.slick-next {
    position: absolute;
    top: 234px;
    right: -50px;
    display: block;
    width: 18px;
    height: 33px;
    border: none;
    background: url(/common/img/com_sprite01.png) no-repeat -40px -480px;
    border: none;
    text-indent: -9999px;
    cursor: pointer;
    outline: none;
  }
  .slide-layout .slide-thumb-list {
    padding: 15px 10px 0;
  }
  .slide-layout .slide-thumb-list .slick-slide {
    margin: 0 10px;
  }
  .slide-layout .slide-thumb-list .list-item {
    border: solid 2px #ddd;
    cursor: pointer;
  }
  .slide-layout .slide-thumb-list .slick-current .list-item {
    border: solid 2px #008cd6;
  }

  /* ----- category-layout ----- */
  .category-layout {
    margin: 20px 0 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* category-label-list */
  .category-layout .category-label-list {
    display: -webkit-flex;
    display: flex;
    margin-right: 33px;
  }
  .category-layout .category-label-list > li {
    margin-left: 5px;
    padding: 5px 13px 5px 12px;
    background-color: #f3f3f8;
    border-radius: 17.5px;
    font-size: 1.4rem;
  }
  .category-layout .category-label-list > li:first-child {
    margin-left: 0;
  }
  /* category-icon-list */
  .category-layout .category-icon-list {
    display: -webkit-flex;
    display: flex;
  }
  .category-layout .category-icon-list > li {
    margin-left: 5px;
  }
  .category-layout .category-icon-list > li:first-child {
    margin-left: 0;
  }
  .category-layout .category-icon-list > li > img {
    max-width: 64px;
  }
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .column-media::after,
  .list-description-v2::after,
  .list-description-v3.type-row::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * Animation
====================================================== */
@keyframes hover {
  0%, 100% {
    color: #333;
  }
  50% {
    color: #fff;
  }
}
@keyframes hover2 {
  0%, 100% {
    color: #fff;
  }
  50% {
    color: #333;
  }
}
@keyframes hover-in {
  0% {
    transform-origin: left top;
    transform: scale(0, 1);
  }
  100% {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
@keyframes hover-out {
  0% {
    transform-origin: right top;
    transform: scale(1, 1);
  }
  100% {
    transform-origin: right top;
    transform: scale(0, 1);
  }
}

/* ======================================================
 * Print
====================================================== */
@media print {
  .heading-column {
    position: inherit;
    left: auto;
    transform: translateX(0);
    width: 100%;
  }
}