@charset "utf-8";

/* ======================================================
 * parts_sp.css
 * ------------------------------------------------------
 * @media only screen and (max-width: 767px)
 * - 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
====================================================== */

@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  /* ----- font ----- */

  /* ----- a ----- */

  /* ----- opacity ----- */

  /* ----- transition ----- */

  /* ----- 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-csv::after,
  .a-video::after,
  [class*="heading-lv"] .a-blank .heading_title::after,
  [class*="heading-lv"] .a-pdf .heading_title::after,
  [class*="news-layout"] .a-blank .news_title::after,
  [class*="news-layout"] .a-pdf .news_title::after,
  .plugin-layout a .a-blank::after {
    background: url(/common/img/com_sprite01.png) no-repeat;
    background-size: 240px auto;
    vertical-align: top;
    content: "";
  }
  .a-blank::after,
  [class*="heading-lv"] .a-blank .heading_title::after,
  [class*="news-layout"] .a-blank .news_title::after,
  .plugin-layout a .a-blank::after { width: 12px; height: 12px; background-position: -120px 0; }
  .a-pdf::after,
  [class*="heading-lv"] .a-pdf .heading_title::after,
  [class*="news-layout"] .a-pdf .news_title::after { width: 14px; height: 14px; background-position: -133px 0; }
  .a-print::after { width: 15px;  height: 15px; background-position: -216px 0; }
  .a-mail::after { width: 12px; height: 10px; background-position: -200px 0; }
  .a-excel::after { width: 17px; height: 17px; background-position: -148px 0; }
  .a-word::after { width: 17px; height: 17px; background-position: -166px 0; }
  .a-ppt::after { width: 17px; height: 17px; background-position: -184px 0; }
  .a-rss::after { width: 12px; height: 12px; background-position: -180px -20px; }
  .a-zip::after { width: 13px; height: 13px; background-position: -202px 0; }
  .a-csv::after { width: 18px; height: 19px; background-position: -220px -215px; }
  .a-video::after { width: 14px; height: 11px; background-position: -220px -20px; }
  [class*="heading-lv"] .a-blank::after,
  [class*="heading-lv"] .a-pdf::after,
  [class*="news-layout"] .a-blank::after,
  [class*="news-layout"] .a-pdf::after {
    display: none;
  }
  .link-inline.a-blank::after,
  .link-inline.a-pdf::after {
    display: inline-block;
    margin: .25em 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: .3em 0 0 8px;
  }
  .link-text > li > .a-csv::after {
    display: inline-block;
    margin: 0 0 0 8px;
  }
  .link-button > li > .a-blank::after,
  .link-button > li > .a-pdf::after,
  .link-button > li > .a-excel::after,
  .link-button > li > .a-word::after,
  .link-button > li > .a-ppt::after,
  .link-button > li > .a-zip::after,
  .link-button > li > .a-print::after,
  .link-button-v2 > li > .a-blank::after,
  .link-button-v2 > li > .a-pdf::after,
  .link-button-v2 > li > .a-excel::after,
  .link-button-v2 > li > .a-word::after,
  .link-button-v2 > li > .a-ppt::after,
  .link-button-v2 > li > .a-zip::after,
  .link-button-v2 > li > .a-csv::after,
  .link-button-v2 > li > .a-print::after {
    position: absolute;
    top: 50%;
    right: 20px;
    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 10px;
  }
  [class*="news-layout"] .a-blank .news_title::after,
  [class*="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: 12px;
    height: 12px;
    margin: .25em 9px 0 9px;
  }
  .research_item .item_heading .a-pdf .item_heading_title::after {
    display: inline-block;
    background: url(/common/img/com_sprite01.png) no-repeat;
    background-size: 240px auto;
    vertical-align: middle;
    content: "";
    width: 14px;
    height: 14px;
    background-position: -133px 0;
  }

  /* ----- data-row-sp ----- */
  [data-row-sp]:not([data-row-sp="1"]) {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  [data-row-sp]:not([data-row-sp="1"]):not([data-row-sp="auto"]) > * {
    margin-top: 1.25em;
    margin-left: 15px;
  }
  [data-row-sp="2"] > *:nth-child(-n+2),
  [data-row-sp="3"] > *:nth-child(-n+3) {
    margin-top: 0 !important;
  }
  [data-row-sp="2"] > *:nth-child(2n+1),
  [data-row-sp="3"] > *:nth-child(3n+1) {
    margin-left: 0 !important;
  }
  [data-row-sp="2"] > * { width: calc((100% - 15px) / 2); }
  [data-row-sp="3"] > * { width: calc((100% - 30px) / 3); }
  [data-row-sp="auto"] {
    margin-right: -15px;
    margin-bottom: -.5em;
  }
  [data-row-sp="auto"] > * {
    margin-top: 0 !important;
    margin-right: 15px;
    margin-bottom: .5em;
    margin-left: 0;
  }
  .link-text[data-row-sp="auto"] {
    margin-right: -30px;
    margin-bottom: -.5em;
  }
  .link-text[data-row-sp="auto"] > li {
    margin-right: 30px;
    margin-bottom: .5em;
  }

  /* ------------------------------------------------------
   * Element >>> Heading
  ------------------------------------------------------ */
  [class^="heading-lv"] .heading_title {
    line-height: 1.25;
  }
  [class*="heading-lv"] a:link .heading_title {
    text-decoration: underline;
  }
  [class*="heading-lv"] a:hover .heading_title {
    text-decoration: none;
  }
  [class^="heading-lv"] .heading_type {
    margin-top: 0.5em;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
  }
  [class^="heading-lv"] .heading_type + .heading_type {
    margin-top: 0;
  }
  #main .heading-lv1 + * {
    margin-top: 2.15em;
  }
  #main .heading-lv2 + * {
    margin-top: 1.45em;
  }
  #main .heading-lv3 + *,
  #main .heading-lv4 + *,
  #main .heading-lv5 + * {
    margin-top: 1.1em;
  }
  /* ----- pageHead ----- */
  .pageHead {
   background-color: #008574;
  }
  .pageHead > [class^="heading-lv"] {
    margin: 0 auto;
  }
  .pageHead.heading-bg_movement {
    background: url("/common/img/heading_bg_movement.jpg") no-repeat 50% 0;
    background-size: cover;
  }
  .pageHead.heading-bg_research {
    background: url("/common/img/heading_bg_research.jpg") no-repeat 50% 0;
    background-size: cover;
  }
  .pageHead.heading-bg_about {
    background: url("/common/img/heading_bg_about.jpg") no-repeat 50% 0;
    background-size: cover;
  }
  .pageHead.heading-bg_seminar {
    background: url("/common/img/heading_bg_seminar.jpg") no-repeat 0 0;
    background-size: cover;
  }
  .pageHead.heading-bg_consulting {
    background: url("/common/img/heading_bg_consulting.jpg") no-repeat 50% 0;
    background-size: cover;
  }
  .pageHead.heading-bg_book {
    background: url("/common/img/heading_bg_book.jpg") no-repeat 0 0;
    background-size: cover;
  }
  .pageHead.heading-bg_diary {
    background: url("/common/img/heading_bg_diary.jpg") no-repeat 53% 0;
    background-size: cover;
  }
  .pageHead.heading-bg_voice {
    background: url("/common/img/heading_bg_voice.jpg") no-repeat 0 0;
    background-size: cover;
  }
  .pageHead.heading-bg_news {
    background: url("/common/img/heading_bg_news.jpg") no-repeat 50% 0;
    background-size: cover;
  }
  .pageHead.heading-bg_mailmag {
    background: url("/common/img/heading_bg_mailmag_sp.jpg") no-repeat 50% 0;
    background-size: cover;
  }
  .pageHead.heading-bg_training_cruises {
    background: url("/common/img/heading_bg_training_cruises.jpg") no-repeat 80% 0;
    background-size: cover;
  }
  /* ----- heading-lv1 ----- */
  .pageHead > .heading-lv1 {
    display: flex;
    flex-flow: column;
  }
  .heading-lv1 > .block {
    padding: 25px 15px;
   /*background-color: #008574;*/
  }
  .heading-lv1 .heading_title {
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
  }
  .heading-lv1 .heading_subtitle {
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .heading-lv1 .heading_date {
    font-size: 1.0rem;
    text-align: right;
    white-space: nowrap;
    padding: 1em 15px 0;
    background-color: #fff;
  }
  .heading-lv1 .icon_news_wrap {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
  }
  .heading-lv1 .icon_news_wrap .news_icon {
    margin-right: 5px;
    border: 1px solid #fff;
  }
  .heading-lv1 .icon_news_wrap.typeWhite{
    flex-wrap: wrap;

  }
  .icon_news_wrap.typeWhite .news_icon{
    margin-bottom: 0.5em;
    padding: 0 8px;
    align-self: flex-start;
    width: auto;
    color: #333;
    background-color: #fff;
  }
  .heading-lv1 .heading_title > .title_subText{
    font-size: 1.4rem;
  }
  /* ----- heading-lv1-v2 ----- */
  .pageHead > .heading-lv1-v2 {
    display: flex;
    align-items: flex-end;
    padding: 25px 15px 45px;
  }
  .heading-lv1-v2 > .block {
  }
  .heading-lv1-v2 .heading_title {
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
  }
  .heading-lv1-v2 .heading_subtitle {
    margin-top: 0.5em;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .heading-lv1-v2 .heading_date {
    color: #fff;
    font-size: 1.4rem;
    white-space: nowrap;
  }
  .heading-lv1-v2 .icon_news_wrap {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    flex-flow: wrap;
  }
  .heading-lv1-v2 .icon_news_wrap [class*="news_icon"] {
    width: auto;
    font-size: 1.1rem;
    color: #333;
    padding: 0 13px;
    margin-bottom: 5px;
    margin-right: 10px;
    background-color: #eee;
    white-space: nowrap;
  }

  /* ----- heading-lv1-bg ----- */
  .heading-lv1-bg {
    display: flex;
    align-items: center;
    padding: 20px 15px 20px;
    min-height: 120px;
  }
  .heading-lv1-bg > .block {
    position: relative;
    width: 100%;
    padding: 0 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
  }
  .heading-lv1-bg > .block::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    display: block;
    width: 84px;
    height: 2px;
    background-color: #fff;
  }
  .heading-lv1-bg .heading_title {
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
  }
  .heading-lv1-bg .heading_subtitle {
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .heading-lv1-bg .heading_date {
    color: #fff;
    font-size: 1.4rem;
    white-space: nowrap;
  }
  .heading-lv1-bg .icon_news_wrap {
    display: flex;
    margin-bottom: 20px;
  }
  .heading-lv1-bg .icon_news_wrap [class*="news_icon"] {
    width: auto;
    font-size: 1.3rem;
    color: #333;
    padding: 0 13px;
    margin: 0 5px;
    background-color: #eee;
    white-space: nowrap;
  }
  /* ----- heading-lv1-v2-bg ----- */
  .heading-lv1-v2-bg--wrap {
    background-color: #999;
  }
  .heading-lv1-v2-bg {
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding: 20px 15px 20px;
    min-height: 120px;
  }
  .heading-lv1-v2-bg > .block {
    position: relative;
    width: 100%;
    padding: 0 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
  }
  .heading-lv1-v2-bg > .block::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    display: block;
    width: 84px;
    height: 2px;
    background-color: #fff;
  }
  .heading-lv1-v2-bg .heading_title {
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    color: #fff;
  }

  /* ----- heading-lv1-seminar ----- */
  .heading-lv1-seminar {
    padding: 25px 15px 20px;
  }
  .heading-lv1-seminar > .block {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
  }
  .heading-lv1-seminar > .block > .heading_title {
    position: relative;
    width: 100%;
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    padding: 0 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .heading-lv1-seminar > .block > .heading_title::after {
    position: absolute;
    bottom: 0;
    left: auto;
    right: auto;
    margin: 0 auto;
    content: "";
    display: block;
    width: 84px;
    height: 2px;
    background-color: #fff;
  }
  .heading-lv1-seminar > .block >  .heading_subtitle {
    margin-top: 14px;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    font-weight: bold;
  }
  .heading-lv1-seminar > .block >  .heading_date {
    color: #fff;
    font-size: 1.4rem;
    white-space: nowrap;
  }
  .heading-lv1-seminar .icon_news_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: -5px;
    margin-bottom: 15px;
  }
  .heading-lv1-seminar .icon_news_wrap [class*="news_icon"] {
    width: auto;
    font-size: 1.1rem;
    color: #333;
    padding: 0 13px;
    margin: 5px 5px 0;
    background-color: #eee;
    white-space: nowrap;
  }

  /* ----- heading-lv2 ----- */
  .heading-lv2 {
    margin: 30px 0 20px;
  }
  .heading-lv2 .block {
    display: block;
    padding: 0 0 10px 0;
    text-decoration: none;
    color: #333;
    border-bottom: 2px solid #333;
  }
  .heading-lv2 .sort-block {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
  }
  .heading-lv2 .heading_title {
    position: relative;
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .heading-lv2 .heading_subtitle {
    font-weight: bold;
    line-height: 1.5;
  }
  .heading-lv2 .heading_subtext {
    font-size: 1.4rem;
  }
  .heading-lv2.js-accordion-SP_trigger .heading_title::before,
  .heading-lv2.js-accordion-SP_trigger .heading_title::after {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20px;
    height: 2px;
    margin-top: -1px;
    background-color: #008574;
    content: "";
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .heading-lv2.js-accordion-SP_trigger .heading_title::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .heading-lv2.js-accordion-SP_trigger.is-active .heading_title::before {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  /* ----- heading-lv3 ----- */
  .heading-lv3 {
    margin: 20px 0 10px;
  }
  .heading-lv3 .block {
    position: relative;
    display: block;
    padding: 0 0 0 15px;
    border-left: 2px solid #008574;
    text-decoration: none;
    color: #333;
  }
  .heading-lv3 .heading_title {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .heading-lv3 .heading_subtitle {
    font-weight: bold;
    font-size: 1.3rem;
  }
  .heading-lv3 a:hover .heading_title {
    text-decoration: underline;
  }
  .heading-lv3.js-accordion-SP_trigger .heading_title::before,
  .heading-lv3.js-accordion-SP_trigger .heading_title::after {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20px;
    height: 2px;
    margin-top: -1px;
    background-color: #008574;
    content: "";
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .heading-lv3.js-accordion-SP_trigger .heading_title::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .heading-lv3.js-accordion-SP_trigger.is-active .heading_title::before {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  /* ----- heading-lv4 ----- */
  .heading-lv4 {
    margin: 2.15em 0 1.1em;
  }
  .heading-lv4 .heading_title {
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
    color: #008574;
  }

  /* ----- heading-lv5 ----- */
  .heading-lv5 {
    margin: 30px 0 20px;
  }
  .heading-lv5 .heading_title {
    position: relative;
    padding-left: 22px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.3;
  }
  .heading-lv5 .heading_title::before {
    position: absolute;
    top: .4em;
    left: 0;
    width: 10px;
    height: 10px;
    border: 2px solid #555;
    content: "";
  }
  .heading-lv5-v2 {
    margin-bottom: 1em;
  }
  .heading-lv5-v2 .heading_title {
    position: relative;
    padding-left: 15px;
    line-height: 1.5;
  }
  .heading-lv5-v2 .heading_title::before {
    position: absolute;
    top: .5em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #008574;
    content: "";
  }
  /* ----- heading-lv6 ----- */
  .heading-lv6 {
    margin: 1.5em 0 0;
  }
  .heading-lv6 .heading_title {
    font-weight: bold;
    line-height: 1.5;
  }
  /* ----- heading-pos ----- */
  [class^="heading-lv"] .block.heading-pos {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  [class^="heading-lv"] .block.heading-pos > .heading-item {
    margin-top: 0;
  }
  /* ----- heading-link ----- */
  .heading-link.gp-mt-ver02 {
    margin: 3.75em 0 30px;
  }
  .heading-link {
    display: block;
    padding: 0 0 10px 0;
    color: #333;
    border-bottom: 2px solid #333;
  }
  .heading-link a.block:hover {
    color: #336699;
    text-decoration: none;
  }
  .heading-link .heading_title {
    position: relative;
    display: inline-block;
    padding-right: 15px;
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .heading-link .heading_title::after {
    position: absolute;
    content: "";
    top: 0.5em;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #008574;
  }

  /* ------------------------------------------------------
   * Element >>> Text
  ------------------------------------------------------ */
  /* ----- 通常テキスト(TX-1) ----- */
  p{
    font-size: 1.7rem;
  }
  /* ----- text-paragraph ----- */
  .text-paragraph {
    margin-top: 1em;
  }
  .text-paragraph-v2 {
    margin-top: 1em;
  }
  .text-paragraph-v3 {
    margin-top: 1em;
  }
  .text-paragraph-v4 {
    margin-top: 2.15em;
  }

  /* ----- text-note ----- */
  .text-note {
    font-size: 1.2rem;
  }
  .text-note-v2 {
    font-size: 1.0rem;
  }

  /* ----- f-highlight-v2 ----- */
  .f-highlight-v2 {
    font-weight: bold;
    color: #008574;
  }

  /* ----- text-lead ----- */
  .text-lead {
    margin: 1em 0 .75em;
    font-size: 1.8rem;
    font-weight: bold;
    color: #008574;
    line-height: 1.6363;
  }
  /* ----- text-lead-v2 ----- */
  .text-lead-v2 {
    margin: 1em 0 .75em;
    font-size: 1.6rem;
    font-weight: bold;
    color: #008574;
    line-height: 1.6363;
  }
  /* ----- text-lead-v3 ----- */
  .text-lead-v3 {
    margin: 1em 0 .75em;
    font-size: 1.8rem;
    font-weight: bold;
    color: #333;
    line-height: 1.6363;
  }
  /* ----- text-title ----- */
  .text-title {
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
    color: #008574;
  }
  /* ----- text-filesize ----- */
  .text-filesize {
    font-size: 75%;
  }

  /* ------------------------------------------------------
   * Element >>> List
  ------------------------------------------------------ */
  [class*="list-note"],
  [class*="list-bullet"],
  [class*="list-order"],
  [class*="list-check"] {
    margin-top: 1em;
  }
  [class*="list-description"] {
    margin-top: 1.5em;
  }
  [class*="list-note"] > li + li,
  [class*="list-bullet"] > li + li,
  [class*="list-order"] > li + li,
  [class*="list-check"] > li + li {
    margin-top: .5em;
  }
  [class*="list-"].is-nest {
    margin: .5em 0 .75em;
  }
  [class*="list-note"] > li > .list_detail,
  [class*="list-bullet"] > li > .list_detail,
  [class*="list-order"] > li > .list_detail,
  [class*="list-check"] > 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-check"] > li > .list_detail > *:first-child,
  [class*="list-check"] > 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;
  }
  [class*="list-note"].wide > li + li,
  [class*="list-bullet"].wide > li + li,
  [class*="list-order"].wide > li + li,
  [class*="list-check"].wide > li + li {
    margin-top: 1em;
  }

  /* ----- 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;
    font-size: 1.5rem;
    color: #666;
  }
  .list-note > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .list-note.list_note_al_center {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  /* v2 */
  .list-note-v2 > li {
    position: relative;
    padding-left: 3em;
    font-size: 1.7rem;
  }
  .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: 15px;
    font-size: 1.7rem;
  }
  .list-bullet > li::before {
    position: absolute;
    top: .5em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #008574;
    content: "";
  }
  /* v2 */
  .list-bullet-v2 > li {
    position: relative;
    padding-left: 12px;
    font-size: 1.5rem;
  }
  .list-bullet-v2 > li::before {
    position: absolute;
    top: .5em;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #999;
    content: "";
  }
  /* heading-lv6 + */
  .heading-lv6 + .list-bullet {
    margin-top: 0;
  }
  .heading-lv6 + .list-bullet > li + li {
    margin-top: 0;
  }

  /* ----- list-order ----- */
  .list-order > li {
    position: relative;
    padding-left: 2em;
    font-size: 1.7rem;
  }
  .list-order > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .list-order > li > .list_mark_heading {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .list-order > li > .list_text_heading {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
  }
  /* v2 */
  .list-order-v2 > li {
    position: relative;
    padding-left: 3em;
    font-size: 1.7rem;
  }
  .list-order-v2 > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }

  /* ----- list-description ----- */
  .list-description > dt {
    margin: 1em 0 .5em;
    font-weight: bold;
    font-size: 1.7rem;
    color: #008574;
  }
  .list-description > dt:first-child {
    margin-top: 0 !important;
  }
  .list-description > .list-description_dt {
    margin: 1em 0 .5em;
    font-weight: bold;
    color: #008574;
  }
  .list-description > dd {
    font-size: 1.7rem;
  }
  [class^="list-description-v"] > * {
    font-size: 1.4rem;
  }
  /* ----- list-description-v2 ----- */
  .list-description-v2 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
  }
  .list-description-v2 > dt {
    width: 41%;
    margin-right: 2%;
    font-weight: bold;
  }
  .list-description-v2 > dd {
    width: 57%;
  }
  /* ----- list-description-v3 ----- */
  .list-description-v3 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
  }
  .list-description-v3 > dt {
    width: 42%;
    margin-right: 2%;
    font-weight: bold;
  }
  .list-description-v3 > dd {
    width: 56%;
  }
  /* ----- list-description-v4 ----- */
  .list-description-v4 {
  }
  .list-description-v4 > dt {
    margin-bottom: 0.5em;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    color: #008574;
  }
  .list-description-v4 > dd {
  }
  /* ----- list-description-v5 ----- */
  .list-description-v5 {
    display: -webkit-flex;
    display: flex;
    margin-top: 0.5em;
  }
  .list-description-v5 > dt {
    min-width: 47px;
    margin-right: 1em;
  }
  /* ----- list-description-v7 ----- */
  .list-description-v7 > dt {
    margin: 1em 0 .5em;
    font-weight: bold;
    color: #008574;
  }
  .list-description-v7 > dt:first-child {
    margin-top: 0 !important;
  }
  .list-description-v7 > dd {
  }
  /* ----- list-check ----- */
  [class*="list-check"] > li {
    position: relative;
    padding-left: 40px;
    min-height: 30px;
  }
  .list-check > li {
    font-size: 1.7rem;
  }
  .list-check-v2 > li {
    font-weight: bold;
  }
  .list-check-v2 > li + li {
    margin-top: .5em;
  }
  [class*="list-check"] > li::before {
    position: absolute;
    top: -0.2em;
    left: 0;
    width: 30px;
    height: 30px;
    content: "";
    display: block;
    background: url("/common/img/com_sprite01.png") no-repeat -180px -130px;
  }
  /* ----- notice-list ----- */
  .notice-list {
    margin: 1em 0 0;
  }
  .notice-list > dt {
    font-weight: bold;
  }
  .notice-list > dd {
    margin-top: 0.5em;
  }

  /* ------------------------------------------------------
   * Element >>> Link
  ------------------------------------------------------ */
  [class*="link-text"] {
    margin-top: 1em;
  }
  [class*="link-text"].gp-mt-ver02 {
    margin-top: 2em;
  }
  [class*="link-text"] > li + li {
    margin-top: .75em;
  }
  [class*="link-button"] {
    margin-top: 1.5em;
  }
  [class*="link-button"] > li + li {
    margin-top: .75em;
  }
  [class*="link-button"] a {
    line-height: 1.5;
  }
  [class*="link-button"] > li > a {
    width: 100%;
  }
  [class*="link-button"].gp-al-center {
    margin-top: 1em;
  }
  [class*="link-button"].is-centering {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  [class*="link-button"].is-centering > li {
    display: -webkit-flex;
    display: flex;
    width: calc((100% - 15px) / 2);
  }
  [class*="link-button"].is-centering > li + li {
    margin-top: 0;
    margin-left: 15px;
  }
  [class*="link-button"].is-centering > li > a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  [class*="link-button"][data-row-sp] > li {
    display: -webkit-flex;
    display: flex;
    margin-top: .75em;
  }
  [class*="link-button"][data-row-sp] > li > a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
  }
  [class*="link-"].is-nest {
    margin: .5em 0 1em;
  }
  /* ----- link-inline ----- */
  a.link-inline {
  }
  a.link-inline:hover {
  }

  /* ----- link-text ----- */
  .link-text > li{
    font-size: 1.7rem;
  }
  .link-text > li > .not {
    position: relative;
    padding-left: 14px;
  }
  .link-text > li > .not::before {
    position: absolute;
    top: .5em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #008574;
    content: "";
  }
  .link-text > li > a,
  .link-text > li > span.block {
    display: inline-block;
    position: relative;
    padding-left: 14px;
  }
  .link-text > li > a::before,
  .link-text > li > span.block::before {
    position: absolute;
    top: .35em;
    left: 1px;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #008573;
    content: "";
  }

  /* ----- link-button ----- */
  .link-button > li > a {
    display: inline-block;
    position: relative;
    min-width: 61.11%;
    border: 1px solid #bbb;
    border-radius: 42px;
    box-shadow: 0px 2px 0px 0px rgba(221, 221, 221, 1);
    background-color: #fff;
    font-weight: bold;
    color: #333;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    -webkit-transition: all 0.07s ease-out 0s;
    transition: all 0.07s ease-out 0s;
  }
  .link-button > li > a > .button_inner {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 14px 25px 14px 35px;
    border-radius: 40px;
  }
  .link-button .link_label {
    display: inline-block;
    line-height: 1.5;
  }
  .link-button > li > a::before {
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -5px;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #008573;
    content: "";
    -webkit-transition: all 0.07s ease-out 0s;
    transition: all 0.07s ease-out 0s;
  }
  .link-button .link_label {
    display: inline-block;
    line-height: 1.3;
  }
  .link-button > li > .a-blank > .button_inner,
  .link-button > li > .a-pdf > .button_inner,
  .link-button > li > .a-excel > .button_inner,
  .link-button > li > .a-word > .button_inner,
  .link-button > li > .a-ppt > .button_inner,
  .link-button > li > .a-zip > .button_inner,
  .link-button > li > .a-csv > .button_inner,
  .link-button > li > .a-print > .button_inner {
    padding-right: 42px;
  }
  /* v2 */
  .link-button-v2 > li > a {
    display: inline-block;
    position: relative;
    min-width: 61.11%;
    border: 1px solid #e96300;
    border-radius: 50px;
    box-shadow: 0px 4px 0px 0px rgba(178, 76, 0, 1);
    background-color: #e96300;
    font-weight: bold;
    color: #fff;
    line-height: 1.5;
    font-size: 1.7rem;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    -webkit-transition: all 0.07s ease-out 0s;
    transition: all 0.07s ease-out 0s;
  }
  .link-button-v2 > li > a > .button_inner {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    border: 1px solid #e96300;
    padding: 13px 45px 13px 44px;
    border-radius: 48px;
  }
  .link-button-v2 .link_label {
    display: inline-block;
    line-height: 1.5;
  }
  .link-button-v2 > li > a::before {
    position: absolute;
    top: 50%;
    left: 25px;
    margin-top: -5px;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #fff;
    content: "";
    -webkit-transition: all 0.07s ease-out 0s;
    transition: all 0.07s ease-out 0s;
  }
  .link-button-v2 .link_label {
    display: inline-block;
    line-height: 1.3;
  }
  .link-button-v2 > li > .a-blank > .button_inner,
  .link-button-v2 > li > .a-pdf > .button_inner,
  .link-button-v2 > li > .a-excel > .button_inner,
  .link-button-v2 > li > .a-word > .button_inner,
  .link-button-v2 > li > .a-ppt > .button_inner,
  .link-button-v2 > li > .a-zip > .button_inner,
  .link-button-v2 > li > .a-zicsvp > .button_inner,
  .link-button-v2 > li > .a-print > .button_inner {
    padding-right: 62px;
  }
  .link-button-v2 > li > .a-seminar > .button_inner > .link_label {
    position: relative;
    padding-left: 50px;
  }
  .link-button-v2 > li > .a-seminar > .button_inner > .link_label::before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -15px;
    content: "";
    display: block;
    width: 34px;
    height: 33px;
    background: url("/common/img/com_sprite01.png") no-repeat -120px -32px;
    background-size: 240px auto;
  }

  /* ----- link-button-v3 ----- */
  .link-button-v3 {
    margin-top: 20px;
    padding-bottom: 5px;
  }
  .link-button-v3 > li > a {
    display: inline-block;
    position: relative;
    width: 100%;
    border: 1px solid #008574;
    border-radius: 42px;
    box-shadow: 0px 4px 0px 0px rgba(0, 95, 83, 1);
    background-color: #008574;
    font-weight: bold;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    -webkit-transition: all 0.07s ease-out 0s;
    transition: all 0.07s ease-out 0s;
  }
  .link-button-v3 > li > a > .button_inner {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 13px 25px 13px 35px;
    border: 1px solid #008574;
    border-radius: 40px;
  }
  .link-button-v3 .link_label {
    display: inline-block;
    line-height: 1.5;
  }
  .link-button-v3 > li > a::before {
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -5px;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #fff;
    content: "";
    -webkit-transition: all 0.07s ease-out 0s;
    transition: all 0.07s ease-out 0s;
  }

  /* ----- cv-button ----- */
  .cv-button {
    margin-top: 20px;
  }
  .cv-button > li > a {
    display: inline-block;
    position: relative;
    width: 100%;
    border: 1px solid #008574;
    border-radius: 42px;
    box-shadow: 0px 4px 0px 0px rgba(0, 95, 83, 1);
    background-color: #008574;
    font-weight: bold;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    -webkit-transition: all 0.07s ease-out 0s;
    transition: all 0.07s ease-out 0s;
  }
  .cv-button > li > a.a-blank::after {
    position: absolute;
    background-position: -164px -18px;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
  }
  .cv-button > li > a.a-pdf::after {
    position: absolute;
    background-position: -133px 0;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
  }
  .cv-button > li > a > .button_inner {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 13px 25px 13px 35px;
    border: 1px solid #008574;
    border-radius: 40px;
  }
  .cv-button .link_label {
    display: inline-block;
    line-height: 1.5;
  }
  .cv-button > li > a::before {
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -5px;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #fff;
    content: "";
    -webkit-transition: all 0.07s ease-out 0s;
    transition: all 0.07s ease-out 0s;
  }

  /* ------------------------------------------------------
   * Element >>> Image
  ------------------------------------------------------ */
  /* ----- image-set ----- */
  .image-set {
    margin-top: 1em;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .image-set .image_caption {
    margin-top: .7em;
    font-size: 1.5rem;
    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;
  }
  .image-set.gp-sp-al-center {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }

  /* ------------------------------------------------------
   * Element >>> Video
  ------------------------------------------------------ */

  /* ----- movie-set ----- */
  .movie-set {
    position: relative;
    margin-top: 1em;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 56.2318%;
  }
  .movie-set > iframe {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  /* ------------------------------------------------------
   * Element >>> Map
  ------------------------------------------------------ */

  /* ----- movie-set ----- */
  .map-set {
    position: relative;
    margin-top: 1em;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 75%;
  }
  .map-set > iframe {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  /* ------------------------------------------------------
   * Element >>> Form
  ------------------------------------------------------ */

  /* ------------------------------------------------------
   * Element >>> Other
  ------------------------------------------------------ */

  /* ------------------------------------------------------
   * Layout >>> Column
  ------------------------------------------------------ */
  [class*="column-layout"] > [class*="column_item"] > *:first-child,
  [class*="column-layout"] > [class*="column_item"] > section:first-child > [class*="heading-lv"],
  [class*="feature-layout"] > [class*="column_item"] > *:first-child,
  [class*="feature-layout"] > [class*="column_item"] > section:first-child > [class*="heading-lv"],
  [class*="comment-layout"] > [class*="column_item"] > *:first-child,
  [class*="comment-layout"] > [class*="column_item"] > section:first-child > [class*="heading-lv"],
  [class*="profile-layout"] > [class*="column_item"] > *:first-child,
  [class*="profile-layout"] > [class*="column_item"] > section:first-child > [class*="heading-lv"],
  [class*="office-layout"] > [class*="column_item"] > *:first-child,
  [class*="office-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;
  }
  [class*="column-layout"] > [class*="column_item"] > section:first-child > .heading-lv2 {
    margin-top: 30px !important;
  }
  [class*="column-layout"] > [class*="column_item"] > section:first-child > .heading-lv3 {
    margin-top: 20px !important;
  }

  /* ----- column-layout ----- */
  .column-layout {
    margin-top: 1em;
  }
  .column-layout-v2 {
    text-align: center;
  }
  .column_item-v2 {
    margin-top: 2em !important;
  }
  .column-layout > .column_item {
    margin-top: 1em;
  }
  .column-layout-v2 > .column_item.column_btn {
    margin-top: 1em;
  }
  .column-layout[data-row-sp="1"] > .column_item + .column_item {
    margin-top: 1.5em;
  }

  /* ----- column-media ----- */
  .column-media {
    margin-top: 1em;
  }
  .column-media[data-layout-sp="row"] > .column_image {
    max-width: calc((100% - 15px) / 2);
  }
  .column-media[data-layout-sp="row"] > .column_image[data-image="right"] {
    float: right;
    margin-left: 15px;
  }
  .column-media[data-layout-sp="row"] > .column_image[data-image="left"] {
    float: left;
    margin-right: 15px;
  }
  .column-media[data-layout-sp="col"] > .column_detail,
  .column-media[data-layout-sp="col-reverse"] > .column_image {
    margin-top: 1em;
  }
  .column-media[data-layout-sp="col-reverse"],
  .column-layout[data-layout-sp="col-reverse"] {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .column-media > .column_detail[data-wraparound="false"] {
    overflow: hidden;
  }
  .column-media.detail_padding > .column_detail[data-wraparound="false"] {
    overflow: hidden;
    padding-top: 20px;
  }
  /* ----- feature-layout ----- */
  .feature-layout {
    margin-top: 1em;
  }
  .feature-layout > .column_item {
    margin-top: 1em;
    position: relative;
    background-color: #fff9e3;
    padding: 15px 20px;
    min-height: 74px;
  }
  .feature-layout > .column_item > dt {
    width: 44px;
    height: 44px;
    padding-top: 7px;
    font-size: 1.1rem;
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
    border-radius: 50%;
    background-color: #008574;
    float: left;
    margin-right: 10px;
  }
  .feature-layout > .column_item > dt > span {
    font-size: 1.6rem;
    line-height: 1.2;
  }
  .feature-layout > .column_item > dd {
    overflow: hidden;
    min-height: 44px;
  }
  .feature-layout > .column_item > dd > .feature-dd-heading {
    margin-bottom: 1em;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .feature-layout > .column_item > dd > *:first-child {
    margin-top: 0;
  }
  /* ----- comment-layout ----- */
  .comment-layout {
    margin-top: 1em;
  }
  .comment-layout-v2 {
    margin-top: 1em;
  }
  .comment-layout > .column_item {
    margin-top: 1em;
    position: relative;
    display: flex;
    flex-flow: column-reverse;
  }
  .comment-layout-v2 > .column_item {
    position: relative;
    margin-top: 1em;
    padding-right: 57px;
  }
  .comment-layout > .column_item > dt {
    position: relative;
    padding-top: 17.2px;
    padding-right: 68px;
    font-size: 1.4rem;
    text-align: right;
    font-weight: bold;
    line-height: 1.2;
    min-height: 34px;
  }
  .comment-layout > .column_item > dd {
    padding: 15px 20px;
    background-color: #fff;
    border: 2px solid #f7f7f7;
    border-radius: 10px;
  }
  .comment-layout-v2 > .column_item > div {
    padding: 15px;
    background-color: #f8fbf8;
    border: 2px solid #d9e9d9;
    border-radius: 10px;
  }
  .comment-layout > .column_item > dt::after {
    display: block;
    content: "";
    position: absolute;
    top: -10px;
    right: 9px;
    width: 56px;
    height: 44px;
  }
  .comment-layout-v2 > .column_item::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    width: 59px;
    height: 44px;
  }
  .comment-layout > .column_item.type01 > dd {
    background-color: #f8fbf8;
    border: 2px solid #d9e9d9;
  }
  .comment-layout > .column_item.type01 > dt::after {
    background: url("/common/img/com_sprite01.png") no-repeat -40px -210px;
  }
  .comment-layout-v2 > .column_item::after {
    background: url("/common/img/com_sprite01.png") no-repeat 0 -340px;
  }
  .comment-layout > .column_item.type02 > dd {
    background-color: #fff0f0;
    border: 2px solid #f5dddd;
  }
  .comment-layout > .column_item.type02 > dt::after {
    background: url("/common/img/com_sprite01.png") no-repeat -100px -210px;
  }
  .comment-layout > .column_item.type03 > dd {
    background-color: #f3fafd;
    border: 2px solid #cfe7f2;
  }
  .comment-layout > .column_item.type03 > dt::after {
    background: url("/common/img/com_sprite01.png") no-repeat -40px -260px;
  }
  .comment-layout > .column_item.type04 > dd {
    background-color: #fff4de;
    border: 2px solid #efdcb7;
  }
  .comment-layout > .column_item.type04 > dt::after {
    background: url("/common/img/com_sprite01.png") no-repeat -100px -260px;
  }
  /* ----- profile-layout ----- */
  .profile-layout {
    margin-top: 1em;
  }
  .profile-layout > .column_item {
    margin-top: 1em;
    position: relative;
    display: flex;
    align-items: center;
    background-color: #fff9e3;
    padding: 20px;
  }
  .profile-layout > .column_item > .column-media {
    display: flex;
    align-items: center;
  }
  .profile-layout > .column_item > .column-media > .column_image[data-image="left"] {
    float: left;
    margin-right: 15px;
    flex-shrink: 0;
  }
  .profile-layout .profile_affiliation {
    font-weight: bold;
    font-size: 1.2rem;
  }
  .profile-layout .profile_name {
    font-weight: bold;
    font-size: 1.6rem;
  }
  /* ----- office-layout ----- */
  .office-layout {
    margin-top: 1em;
  }
  .office-layout > .column_item + .column_item {
    margin-top: 1em;
  }
  .office-layout .office-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 14px;
    background-color: #f4f4f4;
  }
  .office-layout .office-info + .office-info {
   margin-top: 1em;
  }
  .office-layout .office-info > dt {
    font-weight: bold;
    font-size: 1.5rem;
    color: #008574;
  }
  .office-layout .office-info-sub {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 14px;
  }
  .office-layout .office-info-sub + .office-info {
   margin-top: 1em;
  }

  /* ------------------------------------------------------
   * 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-top: 1em;
  }
  .table-layout .table_inner {
    width: 100%;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  .table-layout caption {
    text-align: left;
    margin-bottom: 0.5em;
  }
  .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.6rem;
    font-weight: bold;
    color: #008574;
  }
  .table-layout .table_caption {
    margin: .5em 0 1em;
    font-size: 1.1rem;
  }
  .table-layout th,
  .table-layout td {
    padding: 10px 15px;
    vertical-align: top;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    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: #555;
    color: #fff;
  }
  .table-layout th.cell-style1 {
    font-weight: bold;
  }
  .table-layout .cell-style2 {
    font-weight: bold;
    background-color: #f4f4f4;
  }
  .table-layout .cell-style3 {
    background-color: #fff0f0;
    font-weight: bold;
  }
  .table-layout[data-layout-sp="scroll"] {
    overflow-x: auto;
    padding-bottom: 4px;
  }
  .table-layout[data-layout-sp="scroll"]::-webkit-scrollbar {
    height: 12px;
  }
  .table-layout[data-layout-sp="scroll"]::-webkit-scrollbar-track {
    border-radius: 12px;
    background: #f1f1f1;
  }
  .table-layout[data-layout-sp="scroll"]::-webkit-scrollbar-thumb {
    border-radius: 12px;
    background: #888;
  }
  .table-layout[data-layout-sp="scroll"] th,
  .table-layout[data-layout-sp="scroll"] td {
    white-space: nowrap;
  }
  .table-layout[data-layout-sp="vertical"] col,
  .table-layout[data-layout-sp="vertical"] tbody,
  .table-layout[data-layout-sp="vertical"] tr,
  .table-layout[data-layout-sp="vertical"] th,
  .table-layout[data-layout-sp="vertical"] td {
    display: block;
    width: 100% !important;
  }
  /* ------------------------------------------------------
   * Layout >>> CV
  ------------------------------------------------------ */
  [class*="cv-layout"] {
    margin-top: 2.5em;
  }
  .cv-layout.gp-mt-ver02 {
    margin-top: 0;
  }
  [class*="cv-layout"] > [class*="cv_detail"] > *:first-child,
  [class*="cv-layout"] > [class*="cv_detail"] > section:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }

  /* ----- cv-layout ----- */
  [class*="cv-layout"] {
    margin-top: 1.85em;
    border: 2px solid #d0eadb;
  }
  [class*="cv-layout"] > .cv_title {
    padding: 17px 18px;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    background-color: #d0eadb;
  }
  [class*="cv-layout"] > .cv_detail {
    padding: 17px 18px;
  }

  [class*="cv-layout"] .cv_web_title,
  [class*="cv-layout"] .cv_tel_title {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  [class*="cv-layout"] .cv_web_title > .text_label {
    display: inline-block;
    text-align: center;
    position: relative;
    padding-left: 43px;
    min-height: 22px;
    font-weight: bold;
    color: #008574;
    font-size: 1.6rem;
  }
  [class*="cv-layout"] .cv_tel_title > .text_label {
    display: inline-block;
    text-align: center;
    position: relative;
    padding-left: 26px;
    min-height: 26px;
    font-weight: bold;
    color: #008574;
    font-size: 1.6rem;
  }
  [class*="cv-layout"] .cv_web_title > .text_label::before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -11px;
    content: "";
    display: block;
    width: 32px;
    height: 23px;
    background: url("/common/img/com_sprite01.png") no-repeat 0 -180px;
  }
  [class*="cv-layout"] .cv_tel_title > .text_label::before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -13px;
    content: "";
    display: block;
    width: 22px;
    height: 26px;
    background: url("/common/img/com_sprite01.png") no-repeat -40px -180px;
  }
  [class*="cv-layout"] .cv_telnumber-list {
  }
  [class*="cv-layout"] .cv_telnumber-list > li {
    text-align: center;
    font-weight: bold;
    font-size: 2.1rem;
  }
  [class*="cv-layout-v2"] > .cv_detail {
    padding: 15px 18px;
  }
  [class*="cv-layout-v2"] .cv_telnumber-list > li {
    text-align: center;
    font-weight: bold;
    font-size: 2.1rem;
  }
  [class*="cv-layout-v2"] .cv-button > li > a {
    min-width: inherit;
  }
  [class*="cv-layout"] > .cv_detail .column_item + .column_item {
    margin-top: 20px;
  }



  /* ------------------------------------------------------
   * Layout >>> Box
  ------------------------------------------------------ */
  [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 {
    margin-top: 2.85em;
    padding: 20px;
    background-color: #fff9e3;
  }
  .box-layout > .box_title {
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #008574;
    line-height: 1.5;
  }
  .box-layout > .box_detail {
  }
  .box-layout > .box_detail > *:first-child {
    margin-top: 0 !important;
  }
  .wide .box-layout {
    margin-top: 0.5em;
  }
  /* ----- box-layout-v2 ----- */
  .box-layout-v2 {
    margin-top: 1.85em;
    padding: 15px 20px;
    background-color: #f7f7f7;
  }
  .box-layout-v2 > .box_title {
    position: relative;
    margin-bottom: 15px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .box-layout-v2 > .box_title.type-download {
    padding-left: 25px;
  }
  .box-layout-v2 > .box_title.type-download::after {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -11px;
    content: "";
    display: block;
    width: 17px;
    height: 21px;
    background: url("/common/img/com_sprite01.png") no-repeat -120px -130px;
    background-size: 240px auto;
  }
  .box-layout-v2 > .box_title.type-relation {
    padding-left: 25px;
  }
  .box-layout-v2 > .box_title.type-relation::after {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url("/common/img/com_sprite01.png") no-repeat -140px -130px;
    background-size: 240px auto;
  }
  /* ----- box-layout-v3 ----- */
  .box-layout-v3 {
    margin-top: 1em;
    padding: 14px;
    border: 1px solid #ddd;
  }
  .box-layou-v3t > .box_title {
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #008574;
    line-height: 1.5;
  }
  .box-layout-v3 > .box_detail {
  }
  /* ----- box-layout-v4 ----- */
  .box-layout-v4 {
    margin-top: 1em;
    padding: 20px;
    background-color: #f4f4f4;
  }
  .box-layout-v4 > .box_detail {
  }
  /* ----- subscription-box ----- */
  .subscription-box {
    display: flex;
    justify-content: center;
    margin: 1.85em 0;
    padding: 15px 18px;
    border: 1px solid #ddd;
  }
  .subscription-detail strong  {
    font-size: 1.7rem;
    font-weight: bold;
  }
  /* ----- box-layout-v5 ----- */
  .box-layout-v5 {
    margin-top: 1.5em;
    padding: 15px 20px;
    border: 1px solid #ddd;
  }
  .box-layout-v5 > .box_title {
    margin-bottom: 1em;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    color: #008574;
  }
  .box-layout-v5 > .box_detail > .link-text[data-row-pc]:not([data-row-pc="1"]):not([data-row-pc="auto"]) > * {
    margin-top: 0.5em;
  }
  /* ----- box-layout-v6 ----- */
  .box-layout-v6 {
    margin-top: 2em;
    padding: 15px 20px;
    background-color: #fff;
  }
  .box-layout-v6 > .box_title {
    margin-bottom: 10px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #008574;
    line-height: 1.5;
  }
  /* ----- box-layout-v7 ----- */
  .box-layout-v7 {
    margin: 40px 0 30px;
    padding: 30px 20px;
    background-color: #fff9e3;
  }
  .box-layout-v7.gp-mt-ver02 {
    margin: 25px 0 30px;
  }
  .box-layout-v7 > .box_title {
    margin-bottom: 1em;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
  }
  .box-layout-v7 > .box_detail > .cv-button > li > a {
    font-size: 1.4rem;
    box-shadow: 0px 2px 0px 0px rgb(221, 221, 221);
  }
  .box-layout-v7 > .box_detail .link-text {
    text-align: left !important;
  }
  /* ----- box-layout-v8 ----- */
  .box-layout-v8 {
    margin-top: 2.5em;
    padding: 20px 20px;
    background-color: #fff9e3;
  }
  .box-layout-v8 > .box_title {
    margin-bottom: 0.5em;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
  }
  .box-layout-v8 .box_detail.saiyo_detail {
  }
  .box-layout-v8 .link-button > li > a > .button_inner {
    padding: 5px 25px 5px 35px;
  }
  .box-layout-v8 .link-button > li > a > .button_inner .link_label img {
    width: 190px;
  }
  /* ----- box-layout-v9 ----- */
  .box-layout-v9 {
    margin-top: 2.5em;
    padding: 20px 20px;
    background-color: #fff9e3;
  }
  .box-layout-v9 > .box_title {
    margin-bottom: 0.5em;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
  }
  .box-layout-v9 .box_detail.saiyo_detail {
  }
  .box-layout-v9 [class*="link-text"] > li + li {
    margin-top: .2em;
  }
  /* ----- heading-seminar-box ----- */
  .heading-seminar-box {
    margin-top: 20px;
    padding: 15px;
    background-color: #fff;
  }
  .heading-seminar-box > *:first-child {
    margin-top: 0;
  }
  /* ----- seminar-layout ----- */
  .seminar-layout {
    padding: 20px 20px 20px;
    background-color: #fff;
  }
  .seminar-layout > .seminar-dl {
  }
  .seminar-layout > .seminar-dl + .seminar-dl {
    margin-top: 0.7em;
  }
  .seminar-layout > .seminar-dl > dt {
    margin-bottom: 0.2em;
    font-size: 1.6rem;
    color: #008574;
    font-weight: bold;
  }
  .seminar-layout > .seminar-dl > dd {
  }

  /* ------------------------------------------------------
   * Layout >>> Other
  ------------------------------------------------------ */
  /* ----- accordion-layout ----- */
  [class^="accordion-layout"] {
    margin-top: 1.45em;
    border: 1px solid #ddd;
  }
  .accordion-layout-v2 {
    border: none;
  }
  [class^="accordion-layout"] > .accordion_trigger {
    position: relative;
  }
  .accordion-layout-v2 > .accordion_trigger {
    border: 1px solid #ddd;
  }
  [class^="accordion-layout"] .accordion_label {
    display: block;
    padding: 17px 48px 16px 15px;
    background-color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    cursor: pointer;
  }
  .accordion-layout-v2 .accordion_label {
    padding: 13px 48px 12px 15px;
    font-size: 1.7rem;
  }
  [class^="accordion-layout"] .is-active .accordion_label {
    color: #008574;
  }
  [class^="accordion-layout"] > .accordion_detail {
    padding: 20px 15px;
    border-top: 1px solid #ddd;
    background-color: #fff;
  }
  [class^="accordion-layout"] > .accordion_detail > *:first-child {
    margin-top: 0;
  }
  [class^="accordion-layout"] > .accordion_trigger::after {
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -7px;
    content: "";
    display: block;
    width: 25px;
    height: 15px;
    background: url("/common/img/com_sprite01.png") no-repeat -160px -145px;
    background-size: 240px auto;
    cursor: pointer;
  }
  [class^="accordion-layout"] > .accordion_trigger.is-active::after {
    background: url("/common/img/com_sprite01.png") no-repeat -160px -130px;
    background-size: 240px auto;
  }
  .accordion-layout-v2 > .accordion_detail {
    padding: 0;
  }

  /* ----- tab-layout ----- */
  .tab-layout {
    margin-top: 1em;
  }
  .tab-layout > .tab_navi {
    border-bottom: 2px solid #008572;
    margin: 0 -15px;
    padding: 0 0;
  }
  .tab-layout .tab_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: nowrap;
    flex-flow: nowrap;
    width: 100%;
    margin: 0 auto;
  }
  .tab-layout .tab_list > li {
    position: relative;
    display: -webkit-flex;
    display: flex;
    width: 100%;
  }
  .tab-layout .tab_list > li > a,
  .tab-layout.tab-news .tab_list > li > .non {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    width: 100%;
    padding: 10px 5px 9px 15px;
    border: 1px solid #ddd;
    border-bottom: none;
    background-color: #fff;
    font-size: 1.4rem;
    color: #333;
    text-decoration: none;
  }
  .tab-layout.tab-news .tab_list > li > .non {
    padding: 10px 5px 9px;;
    font-weight: bold;
  }
  .tab-layout .tab_list > li > a > .tab_label {
    font-weight: bold;
    display: block;
    position: relative;
    padding-left: 15px;
    margin-left: -15px;
  }
  .tab-layout .tab_list > li > a > .tab_label::before {
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -5px;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #008573;
    content: "";
  }
  .tab-layout .tab_list > .is-current,
  .tab-layout.tab-news .tab_list > li.is-current {
    padding-top: 0;
  }
  .tab-layout .tab_list > .is-current::before,
  .tab-layout.tab-news .tab_list > li.is-current::before {
    display: block;
    position: absolute;
    bottom: -10px;
    left: 47%;
    margin: 0 auto;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #008573 transparent transparent transparent;
    content: "";
  }
  .tab-layout.tab-news .tab_list > li.is-current::before {
    left: 50%;
    margin-left: -10px;
  }
  .tab-layout .tab_list > .is-current > a,
  .tab-layout.tab-news .tab_list > li.is-current > .non {
    border-color: #008572;
    background-color: #008572;
    color: #fff;
  }
  .tab-layout .tab_list > .is-current > a::after,
  .tab-layout.tab-news .tab_list > li.is-current > .non::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #008572;
    content: "";
  }
  .tab-layout > .tab_detail {
    display: none;
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
  }
  .tab-layout > .tab_detail.link-tab_detail {
    display: block;
  }
  .tab-layout > .tab_detail > *:first-child {
    margin-top: 0 !important;
  }

  /* ------------------------------------------------------
   * Component >>> Navi
  ------------------------------------------------------ */
  /* ----- navi-anchor ----- */
  .navi-anchor {
    margin-top: 1em;
  }
  .navi-anchor .navi_inner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .navi-anchor .navi_inner > li {
    width: 50%;
    padding: 0 15px 0 0;
    font-size: 1.7rem;
  }
  .navi-anchor .navi_inner[data-row-sp="1"] > li {
    width: 100%;
    padding: 0;
  }
  .navi-anchor .navi_inner > li:nth-child(n+3) {
    padding: .5em 15px 0 0;
  }
  .navi-anchor .navi_inner > li:nth-child(2n) {
    padding-right: 0;
  }
  .navi-anchor .navi_inner > li > a {
    display: inline-block;
    position: relative;
    padding-left: 18px;
  }
  .navi-anchor .navi_inner > li > a::before {
    position: absolute;
    top: 0.55em;
    left: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #008573 transparent transparent transparent;
    content: "";
  }
  /* ----- navi-anchor-v2 ----- */
  .navi-anchor-v2 {
    margin-top: 1em;
  }
  .navi-anchor-v2 .navi_inner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .navi-anchor-v2 .navi_inner > li {
    width: 100%;
    font-size: 1.7rem;
  }
  .navi-anchor-v2 .navi_inner > li:nth-child(n+2) {
    padding: .5em 0 0 0;
  }
  .navi-anchor-v2 .navi_inner > li > a {
    display: inline-block;
    position: relative;
    padding-left: 18px;
  }
  .navi-anchor-v2 .navi_inner > li > a::before {
    position: absolute;
    top: 0.55em;
    left: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #008573 transparent transparent transparent;
    content: "";
  }


  /* ----- faq-layout ----- */
  .faq-layout {
    margin-top: 1.85em;
    border: 1px solid #ddd;
  }
  .faq-layout > .faq_trigger {
    position: relative;
  }
  .faq-layout .faq_label {
    color: #008574;
    display: block;
    padding: 19px 48px 25px 50px;
    background-color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5;
    cursor: pointer;
  }
  .faq-layout .is-active .faq_label {
    color: #008574;
  }
  .faq-layout > .faq_detail {
    position: relative;
    padding: 15px 28px 20px 50px;
    border-top: 1px solid #ddd;
    background-color: #fff;
  }
  .faq-layout > .faq_trigger::before {
    position: absolute;
    top: 19px;
    left: 14px;
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background: url("/common/img/com_sprite01.png") no-repeat -185px -130px;
    background-size: 240px auto;
    cursor: pointer;
  }
  .faq-layout > .faq_detail::before {
    position: absolute;
    top: 15px;
    left: 14px;
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background: url("/common/img/com_sprite01.png") no-repeat -215px -130px;
    background-size: 240px auto;
  }
  .faq-layout > .faq_trigger::after {
    position: absolute;
    top: 25px;
    right: 14px;
    content: "";
    display: block;
    width: 25px;
    height: 15px;
    background: url("/common/img/com_sprite01.png") no-repeat -160px -145px;
    background-size: 240px auto;
    cursor: pointer;
  }
  .faq-layout > .faq_trigger.is-active::after {
    background: url("/common/img/com_sprite01.png") no-repeat -160px -130px;
    background-size: 240px auto;
  }

  /* ------------------------------------------------------
   * Component >>> Index
  ------------------------------------------------------ */
  [class*="index-layout"] {
    margin-top: 1em;
  }
  [class*="index-layout"] .index_caption > *:first-child,
  [class*="index-layout"] .index_caption > section:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }

  [class*="index-layout"] .index_item > .block {
    display: block;
    position: relative;
    color: #333;
    background-color: #fff;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    outline: none;
  }
  [class*="index-layout"] .index_item > .block > .item_image img {
    max-width: 100%;
  }
  [class*="index-layout"] .index_item > .block > .item_detail {
    padding: 13px 15px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  [class*="index-layout"] .index_item > .block > .item_detail > *:last-child {
    margin-bottom: 0;
  }
  [class*="index-layout"] .index_item .item_copy {
    position: relative;
    min-height: 30px;
    margin-bottom: 8px;
  }
  [class*="index-layout"] .index_item .item_copy_text {
    font-size: 1.1rem;
    padding-right: 32px;
  }
  [class*="index-layout"] .index_item .item_favorite {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    z-index: 3;
  }
  [class*="index-layout"] .index_item .item_favorite::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    background: url("/common/img/com_sprite01.png") no-repeat -210px -90px;
    background-size: 240px auto;
  }
  [class*="index-layout"] .index_item .item_favorite.is-favorite::after {
    background: url("/common/img/com_sprite01.png") no-repeat -120px -160px;
    background-size: 240px auto;
  }
  [class*="index-layout"] .index_item .item_heading {
    position: relative;
    margin-bottom: 8px;
  }
  [class*="index-layout"] .index_item .item_heading_title {
    font-size: 1.4rem;
    font-weight: bold;
  }
    [class*="index-layout"] .index_item a[target="_blank"] .item_heading_title::after {
    display: inline-block;
    content: "";
    background: url(/common/img/com_sprite01.png) no-repeat;
    background-size: 240px auto;
    width: 12px;
    height: 12px;
    background-position: -120px 0;
    margin: -6px 0 0 10px;
      vertical-align: middle;
  }
  [class*="index-layout"] .index_item a.a-pdf .item_heading_title::after {
    display: inline-block;
    content: "";
    background: url(/common/img/com_sprite01.png) no-repeat;
    background-size: 240px auto;
    width: 14px;
    height: 14px;
    background-position: -133px 0;
    margin: -6px 0 0 10px;
      vertical-align: middle;
  }
  [class*="index-layout"] .index_item .item_heading_title .text-age {
    font-size: 1.1rem;
  }
  [class*="index-layout"] .index_item .item_date {
    font-size: 1.1rem;
    font-weight: bold;
    color: #666;
  }
  [class*="index-layout"] .index_item .item_type {
    font-size: 1.1rem;
    font-weight: bold;
    color: #666;
    display: inline;
  }
  [class*="index-layout"] .index_item .item_icon {
    position: absolute;
    top: 5px;
    left: 0;
    display: inline-block;
    padding: 0 10px;
    border-radius: 15px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 20px;
    color: #fff;
    white-space: nowrap;
  }
  [class*="index-layout"] .index_item .item_icon.type01,
  [class*="index-layout"] .index_item .item_icon.type-accept {
    background-color: #eb6b6b;
  }
  [class*="index-layout"] .index_item .item_icon.type02,
  [class*="index-layout"] .index_item .item_icon.type-closed {
    background-color: #999;
  }
  [class*="index-layout"] .index_item .item_icon.type03 {
    background-color: #999;
  }
  [class*="index-layout"] .index_item .item_icon.type-rank {
    background-color: #555;
  }
  .index-layout .index_item > .block > .item_image {
    text-align: center;
    height: 122px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  .index-layout .index_item > .block > .item_image img {
    width: auto;
    max-height: 122px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .index-layout .index_item .item_date-box > .item_date_dl {
    display: flex;
    font-size: 1.1rem;
    color: #666;
  }
  .index-layout .index_item .item_date-box > .item_date_dl > dt {
    width: 55px;
  }
  .index-layout .index_item .item_date-box > .item_date_dl > dd {
    width: calc(100% - 55px);
  }
  .index-layout.ver02 > .index_item > .block > .item_image {
    border: 1px solid #ddd;
  }
  .index-layout.ver02 > .index_item + .index_item {
    margin-top: 20px;
  }
  .index-layout.ver02 > .index_item > .block {
    display: -webkit-flex;
    display: flex;
    border: 1px solid #ddd;
    -webkit-align-items: center;
    align-items: center;
  }
  .index-layout.ver02 .index_item > .block > .item_image {
    width: 145px;
    border-right: 1px solid #ddd;
  }
  .index-layout.ver02 .index_item > .block > .item_detail {
    border: none;
    width: calc(100% - 145px);
    padding: 20px 25px;
  }
  .index-layout-v2 > .index_item + .index_item {
    margin-top: 18px;
  }
  .index-layout-v2 > .index_item > .block {
    position: relative;
    width: 100%;
    display: flex;
    flex-flow: row-reverse;
    align-items: center;
    border: 1px solid #ddd;
  }
  .index-layout-v2 > .index_item > .block > .item_image {
    width: auto;
    height: 100%;
  }
  .index-layout-v2 > .index_item > .block > .item_image img {
    width: auto;
    height: 120px;
  }
  .index-layout-v2 > .index_item > .block > .item_detail {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    padding: 10px 0 10px 20px;
    border: none;
    display: flex;
    align-items: center;
  }
  .index-layout-v2 > .index_item > a.block .item_heading_title {
    padding-left: 20px;
  }
  .index-layout-v2 > .index_item > a.block .item_heading_title::before {
    position: absolute;
    top: 50%;
    left: 1px;
    margin-top: -5px;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #008573;
    content: "";
  }
  .index-layout-v2 > .index_item > .index_item_text {
    margin-top: 1em;
    font-size: 1.7rem;
  }
  .index-layout-v3 > .index_item {
    border-top: 1px solid #008574;
  }
  .index-layout-v3 > .index_item:last-child {
    border-bottom: 1px solid #008574;
  }
  .index-layout-v3 > .index_item > .block {
    display: flex;
    flex-flow: column-reverse;
    width: 100%;
    padding: 20px 0;
  }
  .index-layout-v3 > .index_item > .block > .item_image {
    margin-top: 18px;
  }
  .index-layout-v3 > .index_item > .block > .item_image > img {
    width: 100%;
    max-width: 100%;
  }
  .index-layout-v3 > .index_item > .block > .item_detail {
    padding: 0;
    border: none;
  }
  .index-layout-v3 > .index_item > a.block .item_heading {
    margin-bottom: 1em;
    padding-left: 15px;
    font-weight: bold;
  }
  .index-layout-v3 > .index_item > a.block .item_heading::before {
    position: absolute;
    top: .6em;
    left: 0;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #008573;
    content: "";
  }
  .index-layout-v3 > .index_item > .block .item_heading_title  {
    font-size: 1.8rem;
  }
  .index-layout-v3 > .index_item > .block .item_heading_sub  {
    font-size: 1.5rem;
  }
  .index-layout-v3 > .index_item .item_info {
    padding-left: 15px;
  }
  .index-layout-v3 > .index_item .item_info .item_info_text{
    font-size: 1.4rem;
  }
  .index-layout-v3 > .index_item .item_info .item_info_date {
    margin-top: 1em;
    font-size: 1.1rem;
    color: #666;
    font-weight: bold;
  }
  .index-layout-v4.gp-mt-ver02 {
    margin-top: 2em;
  }
  .index-layout-v4 > .index_item + .index_item {
    margin-top: 20px;
  }
  .index-layout-v4 > .index_item > .block {
    padding: 15px 18px;
    border: 1px solid #ddd;
  }
  .index-layout-v4 > .index_item > .block > .item_detail {
    display: block;
    padding: 0;
    border: none;
  }
  .index-layout-v4 > .index_item > a.a-blank::after {
    display: none;
  }
  .index-layout-v4 > .index_item > a.block .item_heading {
    margin-bottom: 0.5em;
    padding-left: 18px;
    font-weight: bold;
  }
  .index-layout-v4 > .index_item > a.block .item_heading::before {
    position: absolute;
    top: .6em;
    left: 2px;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #008573;
    content: "";
  }
  .index-layout-v4 > .index_item > .block .item_heading_title  {
    position: relative;
    font-size: 1.8rem;
  }
  .index-layout-v4 > .index_item > a.a-blank .item_heading_title::after {
    display: inline-block;
    background: url(/common/img/com_sprite01.png) no-repeat;
    vertical-align: middle;
    content: "";
    width: 14px;
    height: 14px;
    background-position: 0 0;
    margin-left: 10px;
  }
  .index-layout-v4 > .index_item > .block .item_heading_sub  {
    font-size: 1.8rem;
  }
  .index-layout-v4 > .index_item .item_info {
    color: #333;
    padding-left: 20px;
  }
  .index-layout-v4 > .index_item .item_info .item_info_text{
    font-size: 1.7rem;
  }
  .index-layout-v5 {
    margin-top: 20px;
  }
  .index-layout-v5 .index_item > .block > .item_detail {
    padding: 13px 13px;
  }
  .index-layout-v5 .index_item .item_copy {
    margin-bottom: 5px;
  }
  .index-layout-v5 .index_item .item_image {
    text-align: center;
  }
  .index-layout-v5 .index_item > .block > .item_image {
    text-align: center;
    height: 122px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  .index-layout-v5 .index_item > .block > .item_image img {
    width: auto;
    max-height: 122px;
    max-width: 100%;
  }
  .index-layout-v5 > .index_item .item_detail .item_heading .item_heading_title {
    /*padding-right: 30px;*/
  }
  .index-layout-v5 .index_item .item_copy_text {
    padding-right: 0;
  }
  .index-layout-v5 > .index_item .item_detail .item_money {
    margin-bottom: 15px;
    color: #666;
    font-size: 1.1rem;
  }
  .index-layout-v5 > .index_item .item_detail .item_date {
    font-size: 1.1rem;
  }
  .index-layout-v6 {
    margin-top: 15px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
  }
  .index-layout-v6.link-list-min {
    margin-top: 15px;
  }
  .index-layout-v6 > .index_item > a.block {
    position: relative;
  }
  .index-layout-v6 > .index_item > a.block.a-blank::after,
  .index-layout-v6 > .index_item > a.block.a-pdf::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto 0;
    background: url(/common/img/com_sprite01.png) no-repeat;
    background-size: 240px auto;
  }
  .index-layout-v6 > .index_item > a.block.a-blank::after {
    width: 12px;
    height: 12px;
    background-position: -120px 0;;
  }
  .index-layout-v6 > .index_item > a.block.a-pdf::after {
    width: 14px;
    height: 14px;
    background-position: -133px 0;;
  }
  .index-layout-v6 .index_item a[target="_blank"] .item_heading_title::after {
    display: none;
  }
  .index-layout-v6 .index_item a.a-pdf .item_heading_title::after {
    display: none;
  }
  .index-layout-v6 > .index_item > .block > .item_detail {
    padding: 15px 35px;
    border-left: none;
  }
  .index-layout-v6.link-list-min > .index_item > .block > .item_detail {
    padding: 14px 32px 12px;
  }
  .index-layout-v6.link-list-min > .index_item > .block > .item_detail .item_heading_title {
    font-weight: normal;
  }
  .index-layout-v6 > .index_item > .block > .item_detail .item_heading {
    margin-bottom: 5px;
  }
  .index-layout-v6 > .index_item > a.block .item_detail .item_heading_title {
    position: relative;
    color: #336699;
  }
  .index-layout-v6 > .index_item > a.block .item_detail .item_heading_title::before {
    position: absolute;
    content: "";
    top: 0.4em;
    left: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #008573;
  }
  .index-layout-v6 > .index_item > .block > .item_detail .item_date {
    color: #333;
    font-size: 1.2rem;
    font-weight: normal;
  }
  .index-layout-v7 > .index_item {
  }
  .index-layout-v7 > .index_item > .block,
  .index-layout-v7.column-layout > .index_item > .block {
    display: -webkit-flex;
    display: flex;
    height: 100%;
  }
  .index-layout-v7 > .index_item > .block > .item_image,
  .index-layout-v7.column-layout > .index_item > .block > .item_image {
    width: 48%;
    margin-bottom: 20px;
  }
  .index-layout-v7 > .index_item > .block > .item_detail {
    height: 100%;
    border: none;
    padding: 0;
  }
  .index-layout-v7 > .index_item > .block > .item_detail {
    width: 100%;
  }
  .index-layout-v7 .index_item + .index_item > .block > .item_detail {
    border-top: 1px solid #ddd;
    margin: 10px 0 0;
    padding: 15px 0 0;
  }
  .index-layout-v7 > .index_item > .block > .item_image + .item_detail,
  .index-layout-v7.column-layout > .index_item > .block > .item_detail {
    width: 48%;
    padding: 0;
    margin-top: 0;
    margin-left: 4%;
    border-top: none;
  }
  .index-layout-v7 > .index_item > .block > .item_detail > .item_class {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .index-layout-v7 > .index_item > .block > .item_detail > .item_name {
    margin-bottom: 0.5em;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    color: #008574;
  }
  .index-layout-v8 .index_item > .block > .item_image {
    text-align: center;
    height: 122px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  .index-layout-v8 .index_item > .block > .item_image img {
    width: auto;
    max-height: 122px;
    max-width: 100%;
  }
  .index-layout-v8 > .index_item .item_copy_text {
    padding-right: 0;
  }
  .index-layout-v9 {
    display: -webkit-flex;
    display: flex;
    margin-top: 0;
  }
  .index-layout-v9 > .index_item.movement-link {
    width: 47.5%;
    max-height: 95px;
  }
  .index-layout-v9 > .index_item.movement-link > .block {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    background: url(/movement/img/index_bg01.jpg) no-repeat 70% 0 / auto 100%;
  }
  .index-layout-v9 > .index_item.movement-link > .block > .item_detail {
    border: none;
    padding: 0 30px;
  }
  .index-layout-v9 > .index_item.movement-link > .block > .item_detail .item_heading_title {
    position: relative;
    color: #333;
    font-size: 1.6rem;
    text-shadow: 1px 1px 0px rgba(255,255,255,.5);
  }
  .index-layout-v9 > .index_item.movement-link > .block > .item_detail .item_heading_title::before {
    position: absolute;
    content: "";
    top: 0.3em;
    left: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #008573;
  }
  .index-layout-v9 > .index_item.movement-movie {
    width: 47.5%;
    margin-left: 5%;
  }
  .index-layout-v9 > .index_item.movement-movie > iframe {
    width: 100%;
    max-height: 95px;
  }
  .index-layout-v10 {
    margin-top: 0;
  }
  .index-layout-v10.ver02 {
    padding-bottom: 10px;
  }
  .index-layout-v10 > .index_item + .index_item {
    margin-top: 20px;
  }
  .index-layout-v10 > .index_item > .block {
    display: -webkit-flex;
    display: flex;
    border: 1px solid #ddd;
  }
  .index-layout-v10.ver02 > .index_item > .block {
    -webkit-align-items: center;
    align-items: center;
  }
  .index-layout-v10 .index_item > .block > .item_image {
    width: 145px;
    border-right: 1px solid #ddd;
  }
  .index-layout-v10 .index_item > .block > .item_detail {
    border: none;
    width: calc(100% - 145px);
    padding: 20px 25px;
  }
  .index-layout-v10 .index_item > .block > .item_detail .item_info_text {
    font-size: 1.4rem;
  }
  .index-layout-v11 .index_item > .block > .item_image {
    width: 100%;
    text-align: center;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  .index-layout-v11 .index_item > .block > .item_image img {
    max-width: 100%;
  }
  .index-layout-v12 > .index_item {
    border-top: 1px solid #008574;
  }
  .index-layout-v12 > .index_item:last-child {
    border-bottom: 1px solid #008574;
  }
  .index-layout-v12 > .index_item > .block {
    display: block;
    width: 100%;
    padding: 20px 0;
  }
  .index-layout-v12 > .index_item > .block > .item_detail {
    padding: 0;
    border: none;
  }
  .index-layout-v12 > .index_item > a.block .item_heading {
    margin-bottom: 1em;
    padding-left: 15px;
    font-weight: bold;
  }
  .index-layout-v12 > .index_item > a.block .item_heading::before {
    position: absolute;
    top: .6em;
    left: 0;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #008573;
    content: "";
  }
  .index-layout-v12 > .index_item > .block .item_heading_title  {
    font-size: 1.8rem;
  }
  .index-layout-v12 > .index_item > .block .item_heading_sub  {
    font-size: 1.4rem;
  }

  .hierarchy-layout {
    margin-left: -15px;
    margin-right: -15px;
    padding: 25px 15px;
    background-color: #f4f4f4;
  }

  .hierarchy-title {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
  }
  .index-layout-hierarchy {
  }
  .index-layout-hierarchy > .index_item + .index_item {
    margin-top: 10px;
  }
  .index-layout-hierarchy > .index_item > .block {
    width: 100%;
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    background-color: #fff;
  }
  .index-layout-hierarchy > .index_item > .block > .item_image {
    width: auto;
  }
  .index-layout-hierarchy > .index_item > .block > .item_image img {
    width: auto;
  }
  .index-layout-hierarchy > .index_item > .block > .item_detail {
    padding: 10px 18px;
    border: none;
    flex-grow: 1;
    line-height: 1.4;
  }

  .index-layout-seminar {
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 30px;
  }
  .index-layout-seminar .index_item {
    padding-left: 8px;
    padding-right: 8px;
  }
  .index-layout-seminar .index_item .item_image {
    width: 100%;
  }
  .index-layout-seminar .index_item .item_image img {
    width: 100%;
  }
  .index-layout-seminar .slick-dotted.slick-slider {
    margin-bottom: 30px;
  }
  .index-layout-seminar .slick-dots {
    display: block;
    padding: 0;
    width: auto;
    margin: 10px auto 0;
    list-style: none;
    text-align: center;
  }
  .index-layout-seminar .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
  }
  .index-layout-seminar .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
  }
  .index-layout-seminar .slick-dots li button:hover,
  .index-layout-seminar .slick-dots li button:focus {
    outline: none;
  }
  .index-layout-seminar .slick-dots li button:hover:before,
  .index-layout-seminar .slick-dots li button:focus:before {
    opacity: 1;
  }
  .index-layout-seminar .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: '';
    border-radius: 50%;
    background-color: #c5dbc5;
    text-align: center;
  }
  .index-layout-seminar .slick-dots li.slick-active button:before {
    background-color: #999;
  }


  /* ------------------------------------------------------
   * Component >>> Other
  ------------------------------------------------------ */
  /* ----- news-layout ----- */
  [class*="news-layout"] {
    margin-top: 1em;
  }
  [class*="news-layout"] .news_article + .news_article {
    border-top: 1px dotted #ddd;
  }
  [class*="news-layout"] .block {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 14px 0 13px;
    color: #333;
    text-decoration: none;
    outline: none;
  }
  [class*="news-layout"] .news_image {
    width: 90px;
    margin-right: 20px;
  }
  [class*="news-layout"] .news_detail {
  }
  [class*="news-layout"] .news_property {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  [class*="news-layout"] .news_date {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.8;
    margin-right: 10px;
    flex-shrink: 0;
  }
  [class*="news-layout"] .icon_news_wrap {
  }
  [class*="news_icon"] {
    display: inline-block;
    width: 110px;
    color: #fff;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
    border-radius: 30px;
    margin-right: 10px;
  }
  [class*="news-layout"] [class*="news_icon"] {
   width: auto;
   padding: 0 12px;
   margin-bottom: 5px;
  }
  [class*="news_icon"] + [class*="news_icon"] {
  }
  .news_icon.type1,
  .news_icon.type-information {
    background-color: #008574;
  }
  .news_icon.type2,
  .news_icon.type-event {
    background-color: #d99900;
  }
  .news_icon.type3,
  .news_icon.type-research {
    background-color: #2180ab;
  }
  [class*="news-layout"] .news_title {
    -webkit-flex: 1;
    flex: 1;
    line-height: 1.8;
    margin-top: 0.5em;
  }
  [class*="news-layout"] a .news_title {
    color: #0075c2;
  }
  [class*="news-layout"] a:hover .news_thumbnail,
  [class*="news-layout"] a:hover .news_title {
    text-decoration: none;
  }
  [class*="news-layout"] .news_image + .news_detail {
    display: block;
  }
  [class*="news-layout"] .news_image + .news_detail .news_title {
    margin-top: .5em;
  }
  .news-layout-v3 .news_article:first-child > .block {
    padding-top: 0;
  }
  .news-layout-v3  .news_article + .news_article {
    border-top: 1px solid #ddd;
  }
  .news-layout-v3 .news_property {
    display: block;
  }
  .news-layout-v3 .news_date {
    font-size: 1.4rem;
  }
  .news-layout-v3 .icon_news_wrap {
    margin: 0.5em 0 0.8em;
  }
  .news-layout-v3 .news_icon {
    width: auto;
    min-width: 80px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .news-layout-v3 .news_title {
    font-size: 1.7rem;
  }

  .news-layout-v4_wrap{
    margin-top: 36px;
  }
  .news-layout-v4_wrap > *:first-child{
    margin-top: 0;
  }
  .news-layout-v4_heading {
    margin: 36px 0 14px;
  }
  .news-layout-v4_heading .news-layout-v4_title {
    margin: 0;
    font-weight: bold;
    font-size: 1.4rem;
  }
  .news-layout-v4 .news_article ,
  .news-layout-v4 .news_article + .news_article {
    border-top: 1px solid #ddd;
  }
  .news-layout-v4 .news_article:last-child {
    border-bottom: 1px solid #ddd;
  }
  .news-layout-v4 .block {
    padding-top: 14px;
    padding-bottom: 12px;
  }
  .news-layout-v4 .icon_news_wrap {
    margin-bottom: -5px;
  }
  .news-layout-v4 .icon_news_wrap .news_icon {
    width: 87px;
    padding-left: 12px;
    padding-right: 12px;
    background: #eb6b6b;
  }
  .news-layout-v4 .news_title {
    line-height: 1.5;
  }

  .news-layout-v5_wrap{
    margin-top: 36px;
  }
  .news-layout-v5_wrap > *:first-child{
    margin-top: 0;
  }
  .news-layout-v5_heading {
    margin: 36px 0 14px;
  }
  .news-layout-v5_heading .news-layout-v5_title {
    margin: 0;
    font-weight: bold;
    font-size: 1.4rem;
  }
  .news-layout-v5 .news_article,
  .news-layout-v5 .news_article + .news_article {
    margin-top: 8px;
    border-top: 1px solid #ddd;
  }
  .news-layout-v5 .news_article:last-child {
    border-bottom: 1px solid #ddd;
  }
  .news-layout-v5 .block {
    display: block;
    padding-top: 14px;
    padding-bottom: 0;
  }
  .news-layout-v5 .block:last-child {
    padding-bottom: 12px;
  }
  .news-layout-v5 .block > *:first-child {
    margin-top: 0;
  }
  .news-layout-v5 .icon_news_wrap {
    margin-bottom: -5px;
  }
  .news-layout-v5 .icon_news_wrap .news_icon {
    width: 87px;
    padding-left: 12px;
    padding-right: 12px;
    background: #eb6b6b;
  }
  .news-layout-v5 .news_title {
    line-height: 1.5;
  }
  .news-layout-v5 .a-blank .news_title::after,
  .news-layout-v5 .a-pdf .news_title::after {
    display: none;
    content: none;
  }

  .news-layout-v6_wrap{
    margin-top: 36px;
  }
  .news-layout-v6_wrap > *:first-child{
    margin-top: 0;
  }
  .news-layout-v6_heading {
    margin: 36px 0 14px;
  }
  .news-layout-v6_heading .news-layout-v6_title {
    margin: 0;
    font-weight: bold;
    font-size: 1.4rem;
  }
  .news-layout-v6 .news_article,
  .news-layout-v6 .news_article + .news_article {
    border-top: 1px solid #ddd;
  }
  .news-layout-v6 .news_article:last-child {
    border-bottom: 1px solid #ddd;
  }
  .news-layout-v6 .block {
    display: block;
    padding-top: 14px;
    padding-bottom: 12px;
  }
  .news-layout-v6 .icon_news_wrap {
    margin-bottom: -5px;
  }
  .news-layout-v6 .icon_news_wrap .news_icon {
    width: 87px;
    padding-left: 12px;
    padding-right: 12px;
    background: #eb6b6b;
  }
  .news-layout-v6 .news_title {
    line-height: 1.5;
  }
  .news-layout-v6 .a-blank .news_title::after,
  .news-layout-v6 .a-pdf .news_title::after {
    display: none;
    content: none;
  }
  .news-layout-v6 .news_body {
    margin-top: 12px;
  }
  .news-layout-v6 .news_text {
    font-size: 1.2rem;
  }
  .news-layout-v6 .news_note-text {
    position: relative;
    padding-left: 1.4em;
    font-size: 1.2rem;
  }
  .news-layout-v6 .news_note-text > .news_note-text_mark{
    position: absolute;
    top: 0;
    left: 0;
  }



  /* ----- selectfield-item ----- */
  .sort-layout {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .sort-layout > .from-text {
    margin: 0 0.7em;
  }
  .selectfield-item {
    position: relative;
    width: 100%;
    margin: 35px 0 20px;
  }
  .sort-block .selectfield-item {
    margin: 0;
  }
  .selectfield-item .selectfield_trigger {
    position: relative;
    padding: 15px 45px 13px 15px;
    border: 1px solid #ddd;
    background-color: #fff;
    line-height: 1.1;
    cursor: pointer;
  }
  .selectfield-item .selectfield_trigger.first-text {
    color: #999;
  }
  .selectfield-item .selectfield_trigger::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    width: 0;
    height: 0;
    margin-top: -3px;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #008574 transparent transparent transparent;
    z-index: 1;
  }
  .selectfield-item .selectfield_balloon {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid #ddd;
    border-top: none;
    background-color: #fff;
    z-index: 3;
    display: none;
  }
  .selectfield-item .selectfield_list > li {
    display: block;
    padding: 15px 15px 13px;
    color: #333;
    line-height: 1.1;
    text-decoration: none;
  }
  .selectfield-item .selectfield_list > li[data-sort-category] {
    cursor: pointer;
  }
  .selectfield-item .selectfield_list > li[data-sort-category]:hover {
    background-color: #ebf1ed;
  }
  .selectfield-item .selectfield_list > li.is-current {
    cursor: default;
  }
  .selectfield-item .selectfield_list > li.is-current:hover {
    background-color: transparent;
  }
  /* ----- sort-item-select ----- */
  .sort-item-select > select {
    /* styling */
    width: 100%;
    background-color: white;
    border: 1px solid #ddd;
    display: inline-block;
    font: inherit;
    font-size: 1.6rem;
    padding: 12px 35px 12px 15px;
    /* reset */
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  .sort-item-select > select::-ms-expand {
    display: none;
  }
  /* arrows */
  .sort-item-select > select {
    background-image:
      linear-gradient(45deg, transparent 50%, #008574 50%),
      linear-gradient(135deg, #008574 50%, transparent 50%),
      linear-gradient(to right, #fff, #fff);
    background-position:
      calc(100% - 20px) calc(1.2em + 2px),
      calc(100% - 14px) calc(1.2em + 2px),
      20px 50%;
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
  }
  /* ----- news-no-text ----- */
  .tab-layout > .tab_detail > .news-no-text:first-child {
    margin-top: 30px !important;
  }
  /* ----- research-contents ----- */
  body[data-search-loading="true"]:after {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(/common/plugin/colorbox/images/loading.gif) no-repeat center center #000;
    opacity: 0.7;
    z-index: 10;
  }
  .research-contents {
    padding: 15px;
    background-color: #f4f4f4;
  }
  .research-contents .research-heading .heading_title {
    margin: 0.5em 0 0.7em;
    font-size: 2.1rem;
    font-weight: bold;
    text-align: center;
  }
  .research-contents > .research-contents-wrap {
    max-width: 1200px;
    margin: 0 auto;
  }
  .research-contents > .research-contents-wrap .search-box .kakueki-search {
    margin-top: 30px;
  }
  .research-contents > .research-contents-wrap .search-box .search-box_inner .search-form,
  .research-contents-v2 .search-form {
    display: -webkit-flex;
    display: flex;
  }
  .research-contents > .research-contents-wrap .search-box .search-box_inner .search-form .search-text,
  .research-contents-v2  .search-form .search-text {
    width: 74%;
    padding: 10px 0 10px 15px;
    border-radius: 0;
    border: solid 1px #ddd;
    box-shadow:2px 2px 3px -3px #dddddd inset;
    outline: none;
    background: none;
    background-color: #fff;
    font-size: 1.25rem;
  }
  .research-contents > .research-contents-wrap .search-box .search-box_inner .search-form .search-submit,
  .research-contents-v2 .search-form .search-submit {
    position: relative;
    width: 26%;
    background: #555;
  }
  .research-contents > .research-contents-wrap .search-box .search-box_inner .search-form .search-submit::before,
  .research-contents-v2 .search-form .search-submit::before {
    position: absolute;
    content: "";
    width: 23px;
    height: 24px;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto 0;
    background: url(/common/img/com_sprite01.png) no-repeat;
    background-size: 240px auto;
    background-position: -120px -189px;
    vertical-align: middle;
  }
  .research-contents > .research-contents-wrap .search-box .search-box_inner .search-form .search-submit [type="submit"],
  .research-contents-v2 .search-form .search-submit [type="submit"] {
    position: relative;
    width: 100%;
    border: none;
    background: none;
    padding: 11px 15px 10px 42px;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: bold;
    cursor: pointer;
  }
  .research-contents > .research-contents-wrap .results-box {
    margin-top: 15px;
    padding: 15px 20px 20px;
    background-color: #fff;
  }
  .research-contents-v2 .results-box {
    margin-top: 0;
    padding: 15px 20px 20px;
  }
  .research-contents > .research-contents-wrap .results-layout .results-item.button-item {
    margin-top: 10px;
    text-align: center;
  }
  .research-contents-v2 .results-item.button-item {
    margin-top: 0;
    text-align: center;
  }
  .research-contents > .research-contents-wrap .results-layout .results-item > :first-child,
  .research-contents-v2 .results-item > :first-child {
    margin-top: 0 !important;
  }
  .research-contents > .research-contents-wrap .results-box .results-description > dt,
  .research-contents-v2 .results-box .results-description > dt {
    margin-bottom: 0.5em;
    font-weight: bold;
  }
  .research-contents > .research-contents-wrap .results-box .results-description > dd > span,
  .research-contents-v2 .results-box .results-description > dd > span {
    display: block;
  }
  .research-contents > .research-contents-wrap .results-box .results-description > dd > span + span,
  .research-contents-v2 .results-box .results-description > dd > span + span {
    margin-top: 0.5em;
  }
  .research-contents > .research-contents-wrap .results-box .results-item.button-item .link-button-v3 > li > a,
  .research-contents-v2 .results-box .results-item.button-item .link-button-v3 > li > a {
    width: 185px;
  }
  .research-contents > .research-contents-wrap .results-box .results-item.button-item .link-button-v3 > li > a > .button_inner,
  .research-contents-v2 .results-box .results-item.button-item .link-button-v3 > li > a > .button_inner {
    padding: 10px 15px 10px 30px;
  }
  .research-contents > .research-contents-wrap .results-box .results-item.button-item .link-button-v3 > li > a .link_label::after,
  .research-contents-v2 .results-box .results-item.button-item .link-button-v3 > li > a .link_label::after {
    display: inline-block;
    content: "";
    width: 12px;
    height: 12px;
    margin-left: 10px;
    background: url(/common/img/com_sprite01.png) no-repeat;
    background-size: 240px auto;
    background-position: -164px -18px;
  }

  /* ----- research-layout ----- */
  .research_item + .research_item {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
  }
  .research-layout .item_info {
    margin-bottom: 15px;
  }
  .research-layout .item_info > .item_date {
    margin-bottom: 0.5em;
  }
  .research-layout .item_info > .item_icon_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .research-layout .item_info > .item_icon_wrap > .item_icon {
    display: inline-block;
    min-width: 90px;
    margin-right: 10px;
    margin-bottom: 0.5em;
    padding: 1px 15px 0;
    background-color: #008574;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
    border-radius: 30px;
  }
  [data-browser="ie11"] .research-layout .item_info > .item_icon_wrap > .item_icon {
    padding: 5px 20px 0;
  }
  .research-layout .item_heading .item_heading_title {
    font-size: 1.7rem;
  }
  .research-layout .item_text {
    margin-top: 10px;
  }
  .research-layout .item_text .speakers-sub {
    font-size: 1.2rem;
  }
  .research-layout .item_detail {
    margin-top: 15px;
    padding: 20px 20px;
    background-color: #fff9e3;
  }
  .research-layout .item_detail > :first-child {
    margin-top: 0 !important;
  }
  .research_item .item_heading .a-pdf::after {
   display: none;
  }
  .sp-FollowSearch {
    position: fixed;
    bottom: 75px;
    right: 15px;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0px 0px 5px 0px #cccccc;
    background-color: #008574;
    z-index: 5;
  }
  .sp-FollowSearch > a {
    display: block;
  }
  .sp-FollowSearch .sp-FollowSearch-text {
    position: relative;
    padding-top: 35px;
    color: #fff;
    font-size: 1.0rem;
    font-weight: bold;
    text-align: center;
  }
  .sp-FollowSearch .sp-FollowSearch-text::after {
    position: absolute;
    content: "";
    width: 23px;
    height: 24px;
    top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(/common/img/com_sprite01.png) no-repeat;
    background-size: 240px auto;
    background-position: -120px -189px;
  }

  /* ----- box-layout-contents ----- */
  .box-layout-contents {
    margin-top: 0;
    background: #f4f4f4;
  }
  .box-layout-contents > .box-layout-contents-wrap {
    padding: 25px 15px;
  }
  .box-layout-contents > .box-layout-contents-wrap > .column-media,
  .box-layout-contents > .box-layout-contents-wrap > .column-media > .column_detail {
    margin-top: 0;
  }
  .box-layout-contents .image-set.profile-photo > .image_inner {
    width: 195px;
  }
  .box-layout-contents .heading-lv4 .heading_title {
    font-size: 1.6rem;
  }
  .box-layout-contents .heading-lv4 {
    margin-bottom: 0.5em;
  }
  #main .box-layout-contents .heading-lv4 + * {
    margin-top: 0.5em;
  }
  .box-layout-contents > .box-layout-contents-wrap > .column-media [class*="list-bullet"] > li + li {
    margin-top: 0;
  }

  /* ----- over-container ----- */
  .over-container {
    margin: 30px -15px;
    background: #f4f4f4;
  }
  .over-container-v2 {
    margin: 0;
    background: #f4f4f4;
  }
  .pageFoot > .over-container {
    margin-right: 0;
    margin-left: 0;
  }
  .over-container > .over-container-wrap {
    padding: 30px 15px;
  }
  .over-container-v2 > .over-container-wrap-v2 {
    padding: 20px 15px;
  }
  .over-container-v2 > .over-container-wrap-v2 > .column-media {
    margin-top: 0 !important;
  }

  /* ----- graph-layout ----- */
  .graph-layout {
    margin-top: 2em;
  }
  .graph-layout .image_caption {
    margin-top: 0;
    margin-bottom: 0.2em;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
  }
  .graph-layout-v2 {
    margin: 20px auto 0;
    padding: 20px 15px;
    border: 1px solid #d8d8d8;
    text-align: center;
  }
  .graph-layout-v2 .box_title {
    margin-bottom: 1em;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
  }
  .graph-layout-v2 .box_detail {
    text-align: left;
  }
  .graph-layout-v2 .box_detail > .image-set-layout {
    margin-top: 20px;
  }
  .graph-layout-v2 .box_detail > .image-set-layout > .image_inner + .image_inner {
    margin-top: 60px;
  }
  .graph-layout-v2 .box_detail .list-note > li {
    color: #666;
  }

  /* ----- formula-layout ----- */
  .formula-layout-v1 {
    margin: 25px 0;
  }
  .formula-layout-v2 {
  }
  [class*="formula-layout"] .image-set .image_inner img {
    width: 100%;
  }
  .formula-layout-v2 .image-set {
    margin-top: 0.2em;
  }
  /* ----- flow-layout ----- */
  .flow-layout {
   margin-top: 2em;
  }
  .flow-layout + .flow-layout {
   margin-top: 2em;
  }
  .flow-layout > dt,
  .flow-layout > p.flow-layout_dt {
   position: relative;
   padding-top: 0.2em;
   padding-left: 110px;
   font-weight: bold;
   font-size: 1.6rem;
  }
  .flow-layout > dd {
   margin-top: 1em;
  }
  .flow-layout > dt > .step-icon,
  .flow-layout > p.flow-layout_dt > .step-icon {
   position: absolute;
   top: 0;
   left: 0;
   display: inline-block;
   min-width: 94px;
   margin-right: 9px;
   padding: 4px 12px;
   background-color: #eb6b6b;
   border-radius: 20px;
   font-size: 1.4rem;
   text-align: center;
   color: #fff;
   line-height: 1.1;
  }
  .flow-layout > dt > .step-icon-type02,
  .flow-layout > p.flow-layout_dt > .step-icon-type02 {
   position: absolute;
   top: 0;
   left: 0;
   display: inline-block;
   min-width: 94px;
   margin-right: 9px;
   padding: 4px 12px;
   background-color: #eb6b6b;
   border-radius: 20px;
   font-size: 1.4rem;
   text-align: center;
   color: #fff;
   line-height: 1.1;
  }
  .flow-layout > dt > .step-icon > span,
  .flow-layout > p.flow-layout_dt > .step-icon > span {
   font-size: 1.8rem;
  }


  /* ------------------------------------------------------
   * Element >>> Modal
  ------------------------------------------------------ */
  /* ----- modal-set ----- */
  .modal-set {
    margin-top: 1em;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }

  /* ----- modal-area ----- */
  .modal-area {
    display: none;
  }
  [class^="js-modal"],
  .a-modal {
    outline: none !important;
  }
  /* modal-photo */
  #colorbox.modal-photo {
   max-width: 100%;
  }
  #cboxOverlay.modal-photo {
   opacity: 0.7 !important;
  }
  #colorbox.modal-photo #cboxLoadedContent {
   padding: 40px 15px 15px;
  }
  #colorbox.modal-photo #cboxLoadedContent {
      border: none;
  }
  #colorbox.modal-photo #cboxClose {
    position: absolute;
    top: 8px;
    right: 8px;
    display: block;
    width: 25px;
    height: 25px;
    background: url(/common/img/com_sprite01.png) no-repeat;
    background-size: 240px auto;
    background-position: -85px -155px;
    cursor: pointer;
  }
  /* modal-photo */
  #colorbox.modal-youtube {
   max-width: 100%;
  }
  #cboxOverlay.modal-youtube {
   opacity: 0.7 !important;
  }
  #colorbox.modal-youtube #cboxLoadedContent {
   padding: 40px 15px 15px;
  }
  #colorbox.modal-youtube #cboxLoadedContent {
      border: none;
  }
  #colorbox.modal-youtube .cboxIframe {
      border: none;
  }
  #colorbox.modal-youtube #cboxClose {
    position: absolute;
    top: 8px;
    right: 8px;
    display: block;
    width: 25px;
    height: 25px;
    background: url(/common/img/com_sprite01.png) no-repeat;
    background-size: 240px auto;
    background-position: -85px -155px;
    cursor: pointer;
  }
  /* research_modal */
  #colorbox.research_modal #cboxContent {
    margin-top: 0;
    background: none;
  }
  #colorbox.research_modal #cboxLoadedContent {
      border: none;
  }
  #colorbox.research_modal #cboxClose {
    display: none !important;
  }
  /* ----- research-layout ----- */
  #colorbox.research_modal .results-heading {
    position: relative;
    padding: 13px 0 13px;
    background-color: #008574;
  }
  #colorbox.research_modal .results-heading > .closeBtn {
    position: absolute;
    top: 17px;
    right: 15px;
    display: block;
    width: 19px;
    height: 19px;
    background: url(/common/img/com_sprite01.png) no-repeat;
    background-size: 240px auto;
    background-position: -195px -32px;
  }
  #colorbox.research_modal .results-heading .heading_title {
    color: #fff;
    font-size: 1.9rem;
    font-weight: bold;
    text-align: center;
  }
  #colorbox.research_modal .results-heading-lv4 .heading_title {
    margin-bottom: 0.5em;
    font-size: 1.6rem;
  }
  #colorbox.research_modal .results-heading-lv5 {
    margin-bottom: 0.5em;
  }
  #colorbox.research_modal .results-heading-lv5[class*="icon"] {
    position: relative;
    padding-left: 35px;
  }
  #colorbox.research_modal .results-heading-lv5[class*="icon"]::before {
    position: absolute;
    content: "";
    top: 0.2em;
    left: 0;
    background: url(/common/img/com_sprite01.png) no-repeat;
    background-size: 240px auto;
  }
  #colorbox.research_modal .results-heading-lv5.icon01::before,
  #colorbox.research_modal .results-heading-lv5.icon-training::before {
    width: 19px;
    height: 17px;
    background-position:  -120px -216px;
  }
  #colorbox.research_modal .results-heading-lv5.icon02::before,
  #colorbox.research_modal .results-heading-lv5.icon-challenge::before {
    width: 18px;
    height: 20px;
    background-position:  -141px -216px;
  }
  #colorbox.research_modal .results-heading-lv5.icon03::before,
  #colorbox.research_modal .results-heading-lv5.icon-skill::before {
    width: 15px;
    height: 17px;
    background-position:  -162px -216px;
  }
  #colorbox.research_modal .results-heading-lv5.icon04::before,
  #colorbox.research_modal .results-heading-lv5.icon-other::before {
    width: 17px;
    height: 17px;
    background-position:  -179px -216px;
  }
  #colorbox.research_modal .results-heading-lv5 .heading_title {
    font-size: 1.6rem;
    font-weight: bold;
  }
  #colorbox.research_modal .results_modal-wrap {
    padding: 15px 15px 25px;
  }
  #colorbox.research_modal .results_modal-wrap .selectfield-item {
    margin-top: 0;
  }
  #colorbox.research_modal .results_modal-wrap > section + section {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #ddd;
  }
  #colorbox.research_modal .results_modal-wrap > section > section + section {
    margin-top: 25px;
  }
  #colorbox.research_modal .results_modal-wrap section:first-child .checkbox-list,
  #colorbox.research_modal .results_modal-wrap .checkbox-list.no-col {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #colorbox.research_modal .results_modal-wrap .checkbox-list > li {
    display: block;
  }
  #colorbox.research_modal .results_modal-wrap .checkbox-list > li + li {
    margin-top: 0.5em;
  }
  #colorbox.research_modal .results_modal-wrap section:first-child .checkbox-list > li,
  #colorbox.research_modal .results_modal-wrap .checkbox-list.no-col > li {
    width: 49%;
  }
  #colorbox.research_modal .results_modal-wrap section:first-child .checkbox-list > li:nth-child(even),
  #colorbox.research_modal .results_modal-wrap .checkbox-list.no-col > li:nth-child(even) {
    width: 49%;
    margin-left: 2%;
  }
  #colorbox.research_modal .results_modal-wrap section:first-child .checkbox-list > li:nth-child(-n+2),
  #colorbox.research_modal .results_modal-wrap .checkbox-list.no-col > li:nth-child(-n+2) {
    margin-top: 0;
  }
  #colorbox.research_modal .search_checkbox {
    position: relative;
    display: inline-block;
    cursor: pointer;
    line-height: 1.3;
  }
  #colorbox.research_modal .search_checkbox input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    visibility: hidden;
  }
  #colorbox.research_modal .search_checkbox .checkbox_label {
    position: relative;
    display: inline-block;
    padding: 0 0 0 25px;
    color: #336699;
    line-height: 1.3;
  }
  #colorbox.research_modal .search_checkbox .checkbox_label::before,
  #colorbox.research_modal .search_checkbox .checkbox_label::after {
    content: "";
    position: absolute;
    pointer-events: none;
  }
  #colorbox.research_modal .search_checkbox .checkbox_label::before {
    top: 1px;
    left: 0;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border: 1px solid #ddd;
  }
  #colorbox.research_modal .search_checkbox .checkbox_label::after {
    top: 0;
    left: 0;
    transform: rotate(-45deg);
    width: 9px;
    height: 6px;
    margin: 4px 0 0 3px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transition: all .2s ease-out 0s;
    opacity: 0;
  }
  #colorbox.research_modal .search_checkbox input[type="checkbox"]:checked + .checkbox_label {
  }
  #colorbox.research_modal .search_checkbox input[type="checkbox"]:checked + .checkbox_label::before {
    border-color: #008574;
    background-color: #008574;
  }
  #colorbox.research_modal .search_checkbox input[type="checkbox"]:checked + .checkbox_label::after {
    opacity: 1;
  }
  #colorbox.research_modal .results-execution {
    margin-top: 25px;
    text-align: center;
  }
  #colorbox.research_modal .results-execution > .results-calculation {
    margin-bottom: 10px;
    font-size: 1.4rem;
    font-weight: bold;
  }
  #colorbox.research_modal .results-execution > .results-calculation > .num {
    display: inline-block;
    margin-left: 5px;
    font-size: 2.4rem;
    font-weight: bold;
  }
  #colorbox.research_modal .results-execution > .results-search > .results-button {
    position: relative;
    display: inline-block;
    width: 290px;
    border: 1px solid #008574;
    border-radius: 42px;
    box-shadow: 0px 4px 0px 0px rgba(0, 95, 83, 1);
    background-color: #008574;
    -webkit-transition: all 0.07s ease-out 0s;
    transition: all 0.07s ease-out 0s;
  }
  #colorbox.research_modal .results-execution > .results-search > .results-button:hover {
    background-color: #fff;
    border: 1px solid #008574;
    box-shadow: none;
    transform: translate3d(0, 4px, 0);
  }
  #colorbox.research_modal .results-execution > .results-search > .results-button::before {
    position: absolute;
    content: "";
    width: 23px;
    height: 24px;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto 0;
    background: url(/common/img/com_sprite01.png) no-repeat;
    background-size: 240px auto;
    background-position: -120px -189px;
    vertical-align: middle;
  }
  #colorbox.research_modal .results-execution > .results-search > .results-button [type="submit"] {
    position: relative;
    width: 100%;
    border: none;
    background: none;
    padding: 15px 20px 15px 30px;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: bold;
    cursor: pointer;
  }
  #colorbox.research_modal .results-execution > .results-search > .results-button:hover [type="submit"] {
    color: #008574;
  }
  /* ----- non-research-text ----- */
  .non-research-text {
    margin: 40px 0;
    color: #cc0000;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
  }
  /* ----- plugin-layout ----- */
  .plugin-layout {
    margin-top: 1em;
  }
  .plugin-layout a {
    display: block;
    padding: 15px;
    border: 1px solid #ddd;
    color: #333;
    text-decoration: none;
    outline: none;
  }
  .plugin-layout .plugin_detail {
    margin-top: 15px;
  }
  .plugin-layout a .a-blank {
    color: #0075c2;
  }
  /* ----- slider-banner ----- */
  .slider-banner {
    position: relative;
    padding: 0 40px;
  }
  .slider-banner-v2 {
    position: relative;
  }
  .slider-banner li,
  .slider-banner-v2  li {
    padding: 0 10px;
    text-align: center;
  }
  .slider-banner li a {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .slider-banner li a img {
    margin: 0 auto;
    text-align: center;
  }
  .slider-banner .slick-prev,
  .slider-banner .slick-next,
  .slider-banner-v2 .slick-prev,
  .slider-banner-v2 .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    display: block;
    width: 20px;
    height: 35px;
    padding: 0;
    background: url(/common/img/com_sprite01.png) no-repeat -170px -160px;
    background-size: 240px auto;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
  }
  .slider-banner .slick-prev,
  .slider-banner-v2 .slick-prev {
    left: -40px;
    background: url(/common/img/com_sprite01.png) no-repeat -150px -160px;
    background-size: 240px auto;
  }
  .slider-banner .slick-next,
  .slider-banner-v2 .slick-next {
    right: -40px;
  }
  .slider-banner-v2 .slick-dots {
    display: block;
    bottom: -25px;
    padding: 0;
    width: auto;
    margin: 0 auto;
    list-style: none;
    text-align: center;
  }
  .slider-banner-v2 .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
  }
  .slider-banner-v2 .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
  }
  .slider-banner-v2 .slick-dots li button:hover,
  .slider-banner-v2 .slick-dots li button:focus {
    outline: none;
  }
  .slider-banner-v2 .slick-dots li button:hover:before,
  .slider-banner-v2 .slick-dots li button:focus:before {
    opacity: 1;
  }
  .slider-banner-v2 .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: '';
    border-radius: 50%;
    background-color: #bbb;
    text-align: center;
  }
  .slider-banner-v2 .slick-dots li.slick-active button:before {
    background-color: #008574;
  }


  .slider-imagelink {
    position: relative;
    margin-top: 1.5em;
  }
  .slider-imagelink ul li {
    position: relative;
  }
  .slider-imagelink ul li .imagelink_text {
    width: 100%;
    background-color: #008574;
    padding: 18px 15px;
    color: #fff;
    font-weight: bold;
    font-size: 1.6rem;
  }
  .slider-imagelink .slick-prev,
  .slider-imagelink .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 75px;
    margin-top: -27px;
    display: block;
    width: 20px;
    height: 37px;
    padding: 0;
    background: url(/common/img/com_sprite01.png) no-repeat -215px -160px;
    background-size: 240px auto;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    z-index: 10;
  }
  .slider-imagelink.slider-newyear .slick-prev,
  .slider-imagelink.slider-newyear .slick-next {
    top: 50%;
  }
  .slider-imagelink .slick-prev {
    left: 10px;
    background: url(/common/img/com_sprite01.png) no-repeat -190px -160px;
    background-size: 240px auto;
  }
  .slider-imagelink .slick-next {
    right: 10px;
  }
  .hero-slider-contents .slider-imagelink .slick-dotted.slick-slider {
    margin-bottom: 10px;
  }
  .slider-imagelink .slick-dotted.slick-slider {
    margin-bottom: 30px;
  }
  .slider-imagelink .slick-dots {
    display: block;
    bottom: -25px;
    padding: 0;
    width: auto;
    margin: 0 auto;
    list-style: none;
    text-align: center;
  }
  .slider-imagelink .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 7px;
    padding: 0;
    cursor: pointer;
  }
  .slider-imagelink .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
  }
  .slider-imagelink .slick-dots li button:hover,
  .slider-imagelink .slick-dots li button:focus {
    outline: none;
  }
  .slider-imagelink .slick-dots li button:hover:before,
  .slider-imagelink .slick-dots li button:focus:before {
    opacity: 1;
  }
  .slider-imagelink .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: '';
    border-radius: 50%;
    background-color: #bbb;
    text-align: center;
  }
  .slider-imagelink .slick-dots li.slick-active button:before {
    background-color: #008574;
  }
  .hero-slider-contents .slider-imagelink ul li .imagelink_text {
    padding: 18px 15px 40px;
    font-size: 1.8rem;
    text-align: center;
  }
  .hero-slider-contents .slider-imagelink .slick-dots {
    position: absolute;
    display: inline-block;
    right: 40%;
    bottom: 20px;
  }
  .hero-slider-contents .slider-imagelink .slick-dots li button::before {
    background-color: #fff;
  }
  .hero-slider-contents .slider-imagelink .slick-dots li.slick-active button::before {
    background-color: #999;
  }
  .imagelink_control {
    position: absolute;
    width: 15px;
    height: 17px;
    right: 0;
    bottom: -2px;
  }
  .imagelink_control .imagelink_play,
  .imagelink_control .imagelink_stop {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 17px;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
  }
  .imagelink_control .imagelink_play {
    display: none;
  }
  .imagelink_control .imagelink_play::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 17px;
    background: url("/common/img/com_sprite01.png") no-repeat -90px -180px;
  }
  .imagelink_control .imagelink_stop::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 17px;
    background: url("/common/img/com_sprite01.png") no-repeat -70px -180px;
  }
  .hero-slider-contents .imagelink_control {
    right: 33%;
    bottom: 17px;
  }
  .hero-slider-contents .imagelink_control .imagelink_stop::after {
    background: url("/common/img/com_sprite01.png") no-repeat -111px -311px;
  }
  .hero-slider-contents .imagelink_control .imagelink_play::after {
    background: url("/common/img/com_sprite01.png") no-repeat -131px -311px;
  }

  .map-iframe {
    max-width: 100%;
    height: auto;
  }
  .movie-iframe {
    max-width: 100%;
    height: auto;
  }

  .slider-index-layout {
    margin-top: 40px;
  }
  .slider-index-layout > [class*="indexLayout"] {
    margin: 20px -15px 0 !important
  }
  .slider-index-layout > [class*="indexLayout"] .index_item,
  .slider-indexLayout02 .index_item {
    border: 1px solid #ddd;
    margin: 0 10px;
  }
  .slider-index-layout > [class*="indexLayout"] .index_item > .block > .item_detail {
    border: none;
  }
  .slider-index-layout > [class*="indexLayout"] .index_item > .block > .item_detail .item_info_text {
    font-size: 1.4rem;
  }
  .slider-index-layout .slick-prev,
  .slider-index-layout .slick-next,
  .slider-indexLayout02 .slick-prev,
  .slider-indexLayout02 .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    display: block;
    width: 20px !important;;
    height: 37px !important;;
    padding: 0;
    background: url(/common/img/com_sprite01.png) no-repeat -215px -160px;
    background-size: 240px auto;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    z-index: 10;
  }
  .slider-index-layout .slick-prev,
  .slider-indexLayout02 .slick-prev {
    left: 10px;
    background: url(/common/img/com_sprite01.png) no-repeat -190px -160px;
    background-size: 240px auto;
  }
  .slider-index-layout .slick-next,
  .slider-indexLayout02 .slick-next {
    right: 10px;
  }
  .slider-indexLayout02 .slick-prev,
  .slider-indexLayout02 .slick-next {
    top: 45%;
  }
  .slider-index-layout .slick-dots,
  .slider-indexLayout02 .slick-dots {
    display: block;
    bottom: 0;
    padding: 0;
    width: auto;
    margin: 10px auto 0;
    list-style: none;
    text-align: center;
  }
  .slider-index-layout .slick-dots li,
  .slider-indexLayout02 .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
  }
  .slider-index-layout .slick-dots li button,
  .slider-indexLayout02 .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
  }
  .slider-index-layout .slick-dots li button:hover,
  .slider-index-layout .slick-dots li button:focus,
  .slider-indexLayout02 .slick-dots li button:hover,
  .slider-indexLayout02 .slick-dots li button:focus {
    outline: none;
  }
  .slider-index-layout .slick-dots li button:hover:before,
  .slider-index-layout .slick-dots li button:focus:before,
  .slider-indexLayout02 .slick-dots li button:hover:before,
  .slider-indexLayout02 .slick-dots li button:focus:before {
    opacity: 1;
  }
  .slider-index-layout .slick-dots li button:before,
  .slider-indexLayout02 .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: '';
    border-radius: 50%;
    background-color: #c5dbc5;
    text-align: center;
  }
  .slider-index-layout .slick-dots li.slick-active button:before,
  .slider-indexLayout02 .slick-dots li.slick-active button:before {
    background-color: #008574;
  }
  .slider-indexLayout02 .index_item > .block > .item_image {
    height: auto;
  }
  .slider-indexLayout02 .index_item > .block > .item_image img {
    width: 100%;
    max-height: none;
  }

  /* ------------------------------------------------------
   * component
  ------------------------------------------------------ */

  /*--- B48 ---*/
  .dl-box{
    margin-top: 1.25em;
    padding: 20px;
    border: 1px solid #ddd;
  }
  .dl-box .heading-lv4{
    margin: 0;
  }

  /*--- B66 ---*/
  [class*="index-layout"] .index_item .item_heading_lead {
    font-size: 1.2rem;
  }

  /*--- B67 ---*/
  .fellow-layout .column-media{
    margin: 0;
  }
  .fellow-layout .column-media > .column_image{
    width: 65%;
    margin: 0 auto;
  }
  .fellow-layout .fellow_title{
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.2;
    color: #008574;
  }
  .fellow-layout .fellow_title + *{
    margin-top: 1em;
  }
  .fellow-layout .fellow-box{
    margin-top: 1.5em;
    padding: 20px;
    background-color: #fff;
  }
  .fellow-layout .fellow_list{
    display: flex;
    margin-top: 1em;
  }
  .fellow-layout .fellow_title + .fellow_list{
    margin-top: 0.8em;
  }
  .fellow-layout .fellow_list > dt{
    width: 13%;
    margin-right: 5%;
  }
  .fellow-layout .fellow_list > dd{
    width: 82%;
  }

  /*--- B94 ---*/
  .satisfaction-layout {
    margin: 40px -15px;
    padding: 35px 35px;
    background: url(/research/jcsi/img/index_bg02.jpg) no-repeat 0 0;
    background-size: cover;
    color: #fff;
  }
  .satisfaction-layout > section > .heading-lv2 {
    margin: 0 0 20px;
  }
  .satisfaction-layout > section > .heading-lv2 .block {
    padding: 0;
    color: #fff;
    border-bottom: none;
  }
  .satisfaction-layout > section > .heading-lv2 .heading_title {
    font-size: 2.5rem;
    line-height: 1.3;
  }
  .satisfaction-layout > section > .heading-lv2 .block > .heading_subtitle {
    font-size: 1.4rem;
  }
  .satisfaction-layout > section > p {
    margin-top: 1em !important;
    font-size: 1.7rem;
    line-height: 1.5;
  }
  .business-layout {
    margin-bottom: 2em;
  }
  .business-layout > .column_item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .business-layout[data-row-pc]:not([data-row-pc="1"]):not([data-row-pc="auto"]) > * {
    margin-top: 2em;
  }
  .business-layout[data-row-pc]:not([data-row-pc="1"]):not([data-row-pc="auto"]) > * + * {
    margin-top: 3em;
  }
  .business-layout > .column_item > .item_icon {
    width: 85px;
  }
  .business-layout > .column_item > .item_icon + div {
    width: calc(100% - 100px);
    margin-left: 15px;
  }
  .business-layout > .column_item .column_detail > .column_text-lead {
    margin-bottom: 0.5em;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .business-layout > .column_item > .link-button {
    width: 100%;
  }
  .business-layout > .column_item > .link-button > li > a {
    width: 100%;
    min-width: auto;
  }

  /*--- C17 ---*/
  .heading-bg_saiyo {
    background-color: #fff
  }
  .heading-bg_saiyo >.heading-lv1-bg {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 0;
    min-height: auto;
  }
  .heading-bg_saiyo .heading-lv1-bg > .block {
    padding: 0;
  }
  .heading-bg_saiyo .heading-lv1-bg > .block::after {
    display: none;
  }
  .history-lead {
    margin: 0.5em 0 2em;
    font-size: 1.5rem;
    line-height: 1.6;
    font-weight: bold;
    text-align: center;
  }
  .history-lead-end {
    margin: 1.5em 0;
    font-size: 1.5rem;
    line-height: 1.6;
    font-weight: bold;
    text-align: center;
  }
  .column-history {
  }
  .column-history > .column_image .image-set {
    margin-top: 0;
  }
  .column-history > .column_image .image-set .image_inner {
    display: flex;
    width: auto !important;
  }
  .column-history > .column_image .image-set .image_inner > img {
    width: 165px;
    height: 165px !important;
    margin-right: 20px;
  }
  .column-history > .column_image .image-set .image_inner > .image_caption {
    margin-top: 0;
    font-size: 1.4rem;
    width: calc(100% - 185px);
  }
  .column-history > .column_image .image-set .image_caption .name_caption {
    font-weight: bold;
  }
  .column-history > .column_detail {
    margin-top: 1em;
  }

  /*--- C6 ---*/
  .history-layout > .history_article {
    border-bottom: 1px solid #ddd;
  }
  .history-layout > .history_article > .block {
    padding: 15px 0;
  }
  .history-layout > .history_article > .block > .history_detail {
    display: -webkit-flex;
    display: flex;
  }
  .history-layout > .history_article > .block > .history_detail > .history_property {
    width: 100px;
    color: #666;
    font-weight: bold;
  }
  .history-layout > .history_article > .block > .history_detail > [class*="history_item"] {
    width: calc(100% - 100px);
  }
  .history-layout > .history_article > .block > .history_detail > .history_item-v3 > .history_title {
    display: -webkit-flex;
    display: flex;
  }
  .history-layout > .history_article > .block > .history_detail .history_title > .history-logo {
    display: inline-block;
    margin-left: auto;
    padding-left: 1em;
    text-align: right;
  }
  .history-layout > .history_article > .block > .history_detail .history_title > .history-logo > img {
    width: 70%;
  }
  .history-layout > .history_article > .block > .history_detail .history_title > .history-logo.ver02 > img {
    width: 100%;
  }
  .history-layout > .history_article > .block > .history_detail > [class*="history_item"] > .history_image {
    width: 100vw;
    margin-top: 10px;
    margin-left: -115px;
    padding: 0 calc(50vw - 50%);
  }
  .history-layout > .history_article > .block > .history_detail > [class*="history_item"] > .history_image > .image_inner {
    text-align: center;
  }
  .column_detail.column_person {
    text-align: center;
  }
  .column_detail.column_person > .person-name {
    font-weight: bold;
  }

  /*--- D ---*/
  .seminar-heading .heading_title {
    margin: 0 auto 1em;
    font-size: 2.1rem;
    font-weight: bold;
    text-align: center;
  }
  .over-container .over-container-wrap > .over-container-heading.typeHeading-lv2 .heading_title {
    margin: 0 auto 1em;
    padding: 0 0 10px 0;
    border-bottom: 2px solid #333;
    font-size: 2.1rem;
    font-weight: bold;
    text-align: left;
  }
  .over-container .over-container-wrap > .over-container-heading-v2 .heading_title {
    margin: 0 auto 1em;
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
  }
  .over-container .over-container-wrap > .over-container-heading.ver02 .heading_title {
    margin-top: 2em;
  }
  .seminar-column-layout,
  .seminar-column02-layout {
  }
  .seminar-column02-layout + .seminar-column02-layout {
    margin-top: 1em;
  }
  .seminar-column-layout > .column_item-left {
  }
  .seminar-column-layout > .column_item-right {
  }
  .seminar-column02-layout > .column_item-v2min {
  }
  .seminar-column02-layout > .column_item-v2wide {
  }
  .seminar-column02-layout > [class*="column_item"] + [class*="column_item"] {
    margin-top: 20px;
  }
  .seminar-column-layout > [class*="column_item"] .seminar-column-inner {
    margin-top: 0 !important;
    padding: 25px;
    background-color: #fff;
  }
  .seminar-column-layout > [class*="column_item"] .heading-lv2 {
    margin-bottom: 0;
    background-color: #008574;
  }
  .seminar-column-layout > [class*="column_item"] section:first-child > .heading-lv2 {
    margin-top: 10px !important;
  }
  .seminar-column-layout > [class*="column_item"] .heading-lv2 .block {
    -webkit-align-items: center;
    align-items: center;
    padding: 10px 10px 10px 20px;
    border-bottom: none;
  }
  .seminar-column-layout > [class*="column_item"] .heading-lv2 .block .heading_title {
    color: #fff;
    font-size: 1.6rem;
  }
  .seminar-column-layout > [class*="column_item"] .heading-lv2 .link-button.heading-min {
    margin-top: 0;
  }
  .seminar-column-layout > [class*="column_item"] .heading-lv2 .link-button.heading-min > li > a {
    min-width: auto;
    border: none;
    box-shadow: none;
    transition: none;
  }
  .seminar-column-layout > [class*="column_item"] .heading-lv2 .link-button.heading-min > li > a:hover {
    transform: translate3d(0, 0, 0);
  }
  .seminar-column-layout > [class*="column_item"] .heading-lv2 .link-button.heading-min > li > a::before {
    display: none;
  }
  .seminar-column-layout > [class*="column_item"] .heading-lv2 .link-button.heading-min > li > a > .button_inner {
    padding: 5px 20px 5px 20px;
  }
  .seminar-column-layout > [class*="column_item"] .heading-lv3 {
    position: relative;
    margin: 0;
  }
  .seminar-column-layout > [class*="column_item"] .heading-lv3 .block {
    padding: 0 0 10px 25px;
    border-left: none;
    border-bottom: 1px solid #008574;
  }
  .seminar-column-layout > [class*="column_item"] .heading-lv3[class*="icon"]::before {
    position: absolute;
    content: "";
    top: 0.2em;
    left: 0;
    background: url(/common/img/com_sprite01.png) no-repeat;
    background-size: 240px auto;
  }
  .seminar-column-layout > [class*="column_item"] .heading-lv3.icon01::before,
  .seminar-column-layout > [class*="column_item"] .heading-lv3.icon-training::before {
    width: 19px;
    height: 17px;
    background-position:  -120px -216px;
  }
  .seminar-column-layout > [class*="column_item"] .heading-lv3.icon02::before,
  .seminar-column-layout > [class*="column_item"] .heading-lv3.icon-challenge::before {
    width: 18px;
    height: 20px;
    background-position:  -141px -216px;
  }
  .seminar-column-layout > [class*="column_item"] .heading-lv3.icon03::before,
  .seminar-column-layout > [class*="column_item"] .heading-lv3.icon-skill::before {
    width: 15px;
    height: 17px;
    background-position:  -162px -216px;
  }
  .seminar-column-layout > [class*="column_item"] .heading-lv3.icon04::before,
  .seminar-column-layout > [class*="column_item"] .heading-lv3.icon-other::before {
    width: 17px;
    height: 17px;
    background-position:  -179px -216px;
  }

  .seminar-column-layout > [class*="column_item"] .heading-lv3 .block .heading_title {
    font-size: 1.6rem;
  }
  .seminar-column-layout > [class*="column_item"] .seminar-column-inner > .link-text {
    margin-top: 0 !important;
  }
  .seminar-slider-banner-box {
    border-top: 1px solid #ddd;
    margin: 30px -100vw 0;
    padding: 20px 100vw 0;
  }
  .link-button.minimum > li > a > .button_inner {
    padding: 17px 25px 17px 35px;
  }
  .accordion-SP_trigger-v2 {
    position: relative;
    padding: 0 0 20px;
    background: #fff;
    text-align: center;
  }
  .js-accordion-SP_detail-v2 {
    overflow: hidden;
  }
  .accordion-SP_trigger-v2::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 30px;
    top: -30px;
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
  }
  .accordion-SP_trigger-v2 > span {
    position: relative;
    padding-left: 28px;
  }
  .accordion-SP_trigger-v2 > span::before,
  .accordion-SP_trigger-v2 > span::after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 12px;
    height: 2px;
    margin-top: -1px;
    background-color: #008574;
    content: "";
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .accordion-SP_trigger-v2 > span::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .accordion-SP_trigger-v2.is-active > span::before {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  /* point-layout */
  .point-layout > .inner{
    padding-bottom: 35px;
  }
  .point_lead_v1{
    color: #008574;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .point_lead_v2{
    margin-top: 1.2em;
  }
  .point-listWrap{
    margin-top: 1.8em;
  }
  .point-list{
    margin-top: 0.9em;
    display: flex;
    align-items: center;
  }
  .point-list:first-child{
    margin-right: 0;
  }
  .point-list > dt{
    max-width: 60px;
    margin-right: 13px;
  }
  .point-list > dd{
    font-weight: bold;
  }

  /* program-layout */
  .program-layout{
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  .program-layout:first-child{
    border-top: 1px solid #ddd;
  }
  .program-layout > .program_head {
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: cover;
  }
  .program-layout > .program_head.director{
    background-color: #472719;
  }
  .program-layout > .program_head.next_generations{
    background-color: #8d549f;
  }
  .program-layout > .program_head.general_manager{
    background-color: #4998a4;
  }
  .program-layout > .program_head.manager{
    background-color: #e39855;
  }
  .program-layout > .program_head.chief{
    background-color: #4aa6c8;
  }
  .program-layout > .program_head.mid{
    background-color: #5f70b1;
  }
  .program-layout > .program_head.young{
    background-color: #135ab7;
  }
  .program-layout > .program_head.freshman{
    background-color: #6cb034;
  }
  .program-layout > .program_head.senior{
    background-color: #3c3c3c;
  }
  .program-layout > .program_head.union_leader{
    background-color: #ad8153;
  }
  .program-layout > .program_head > .head_inner{
    padding: 25px 20px;
    background: rgba(0,0,0,0.3);
  }
  .program-layout > .program_head .head_tite > a{
    display: inline-block;
    position: relative;
    padding-left: 14px;
    color: #fff !important;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .program-layout > .program_head .head_tite > a::before {
    position: absolute;
    top: .35em;
    left: 1px;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #fff;
    content: "";
  }
  .program-layout > .program_head .head_lead{
    margin-top: 0.5em;
    color: #fff;
  }
  .program-layout .program_item{
    padding: 15px;
    border-top: 1px solid #ddd;
  }
  .program-layout .program_item:first-child{
    border: none;
  }
  .program-layout .program_item > .item_icon{
    display: inline-block;
    padding: 5px 15px;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1;
    border-radius: 20px;
    background-color: #008574;
  }
  /*--- D14 ---*/
  .lineup-layout{
    margin-top: 1.6em;
  }
  .lineup-title > .text_label {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #008574;
    line-height: 1.2;
  }
  .lineup-title > .text_label::before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    display: block;
  }
  .lineup-title.training > .text_label::before {
    margin-top: -11px;
    width: 22px;
    height: 20px;
    background: url("/common/img/com_sprite02.png") no-repeat 0 -19px;
    background-size: 92px auto;
  }
  .lineup-title.challenge > .text_label::before {
    margin-top: -13px;
    width: 22px;
    height: 23px;
    background: url("/common/img/com_sprite02.png") no-repeat -26px -19px;
    background-size: 92px auto;
  }
  .lineup-title.skill > .text_label::before {
    margin-top: -12px;
    width: 17px;
    height: 21px;
    background: url("/common/img/com_sprite02.png") no-repeat -52px -19px;
    background-size: 92px auto;
  }
  .lineup-title.other > .text_label::before {
    margin-top: -12px;
    width: 19px;
    height: 20px;
    background: url("/common/img/com_sprite02.png") no-repeat -73px -19px;
    background-size: 92px auto;
  }
  .index-layout-lineup{
    margin-top: 1.1em;
  }
  .index-layout-lineup + .index-layout-lineup{
    margin-top: 0.62em;
  }
  .index-layout-lineup > .index_item > .block {
    width: 100%;
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    background-color: #fff;
  }
  .index-layout-lineup > .index_item + .index_item {
    margin-top: 0.62em;
  }
  .index-layout-lineup > .index_item > .block > .item_image {
    width: auto;
  }
  .index-layout-lineup > .index_item > .block > .item_detail {
    width: calc(100% - 92px);
    padding: 10px 18px;
    border: none;
    flex-grow: 1;
    line-height: 1.4;
  }
  .index-layout-lineup > .index_item .item_heading_title > .text_sub{
    display: block;
    margin-top: 0.3em;
    font-size: 1.1rem;
  }

  /*--- D129 ---*/
  .heading-ordermade{
    margin-top: 1.5em;
    padding-bottom: 10px;
    font-size: 2.1rem;
    font-weight: bold;
    border-bottom: 2px solid #333;
    line-height: 1.5;
  }
  /* tab-layout */
  .tab-layout-ordermade{
    /*margin-top: 0 !important;*/
  }
  .tab-layout-ordermade > .tab_navi{
    /*display: none;*/
  }
  .tab-layout-ordermade > .tab_detail{
    padding-top: 0;
  }
  .tab-layout-ordermade + *{
    margin-top: 1.5em !important;
  }
  /* connote-layout */
  .connote-layout{
    display: flex;
    flex-flow: column-reverse;
  }
  .connote-sidebar{
    /*display: none;*/
  }
/*  .connote-sidebar > .sidebar-nav > .nav_list{
    border-top: 1px solid #ddd;
  }
  .connote-sidebar > .sidebar-nav > .nav_list > li{
    border-bottom: 1px solid #ddd;
  }
  .connote-sidebar > .sidebar-nav > .nav_list > li > a{
    display: block;
    padding: 12px 15px;
    color: #333;
  }
  .connote-sidebar > .sidebar-nav > .nav_list > li.is-active > a,
  .connote-sidebar > .sidebar-nav > .nav_list > li.is-current > a {
    color: #008574;
    font-weight: bold;
    background-color: #ebf2ed;
  }
  .connote-sidebar > .sidebar-nav > .nav_list > li > a > span{
    width: 100%;
    display: inline-block;
    position: relative;
  }
  .connote-sidebar > .sidebar-nav > .nav_list > li > a > span::before {
    position: absolute;
    top: .5em;
    right: 0;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #008573;
    content: "";
  }*/

  /* ----- selectfield-item ----- */
  .connote-sidebar {
    position: relative;
    width: 100%;
    margin: 35px 0 20px;
  }
  .sort-block .connote-sidebar {
    margin: 0;
  }
  .connote-sidebar .selectfield_trigger {
    position: relative;
    padding: 15px 45px 13px 15px;
    border: 1px solid #ddd;
    background-color: #fff;
    line-height: 1.1;
    cursor: pointer;
  }
  .connote-sidebar .selectfield_trigger::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    width: 0;
    height: 0;
    margin-top: -3px;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #008574 transparent transparent transparent;
    z-index: 1;
  }
  .connote-sidebar .sidebar-nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid #ddd;
    border-top: none;
    background-color: #fff;
    z-index: 3;
    display: none;
    max-height: 300px;
   overflow-y: auto;
  }
  .connote-sidebar .nav_list > li > a {
    display: block;
    padding: 15px 15px 13px;
    color: #333;
    line-height: 1.1;
    text-decoration: none;
  }
  .connote-sidebar .nav_list > li > a {
    cursor: pointer;
  }
  .connote-sidebar .nav_list > li > a:hover {
    background-color: #ebf1ed;
  }
  .connote-sidebar .nav_list > li.is-current > a {
    cursor: default;
    background-color: #ebf1ed;
  }
  .connote-sidebar .nav_list > li.is-current > a {
    color: #008574;
    font-weight: bold;
  }
  .connote-contents .heading-lv3{
    margin-top: 1.25em !important;
  }
  .link-button-ordermade{
    margin-top: 1em !important;
  }
  .link-button-v2 > li > .a-mail > .button_inner > .link_label {
    position: relative;
    padding-left: 42px;
  }
  .link-button-v2 > li > .a-mail > .button_inner > .link_label:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
    content: "";
    display: block;
    width: 27px;
    height: 21px;
    background: url("/common/img/com_sprite01.png") no-repeat -190px -470px;
  }

  /*--- E216 ---*/
  .voice-column{
    margin-top: 1.4em;
  }
  .voice-description-v1{
    font-size: 1.6rem;
  }
  .voice-description-v1 + .voice-description-v1{
    margin-top: 1em;
  }
  .voice-description-v1 > dt{
    font-weight: bold;
    color: #008574;
  }
  .voice-description-v1 > dd{
    margin-top: 0.2em;
  }
  .voice-description-v1 > dd > .link-text{
    margin: 0 !important;
  }
  .voice-description-v2 + .voice-description-v2{
    margin-top: 0.9em;
  }
  .voice-description-v2 > dt{
    font-weight: bold;
  }
  .voice-description-v2 > dd{
    margin-top: 0.2em;
  }
  .voice-box{
    margin-top: 1.6em;
    padding: 20px;
    background-color: #fff;
  }
  .voice-column > .column_image{
    margin-top: 1.6em;
  }

  /*--- F ---*/
  .book-column > .column_item{
    padding: 30px 20px 20px;
  }
  .book-column > .column_item.type01{
    background: url("/book/img/book_im01.jpg") no-repeat 100% 0 #fff;
    background-size: 160px auto;
  }
  .book-column > .column_item.type02{
    background: url("/book/img/book_im02.jpg") no-repeat 100% 0 #fff;
    background-size: 160px auto;
  }
  .book-column > .column_item + .column_item{
    margin-top: 1.8em;
  }
  .book-column > .column_item > .item_title{
    font-size: 1.6rem;
    font-weight: bold;
    color: #008574;
  }
  .book-column > .column_item > .item_text{
    margin-top: 1.2em;
  }
  .column-layout.typeBook > .column_item{
    margin-top: 1.5em;
  }
  .column-layout.typeBook .image-set > .image_inner{
    text-align: center;
  }
  .column-layout.typeBook .image-set > .image_inner > img{
    width: 60%;
    border: 1px solid #ddd;
  }
  .book-box{
    margin-top: 1.4em;
  }
  .book-box > .box_data{
    margin-top: 0.6em;
    font-size: 1.2rem;
    color: #666666;
  }

  /*--- F1 ---*/
  .column-media.typeBook .image-set > .image_inner{
    border: 1px solid #ddd;
  }

  /*--- B88 ---*/
  .profile-layout.typeDetail > .column_item > .column-media{
    flex-direction: column;
  }
  .profile-layout.typeDetail > .column_item > .column-media > .column_image[data-image="left"]{
    float: none;
    margin: 0 0 1em 0;
  }
  .profile-layout.typeDetail .profile_name {
    margin-bottom: 0.5em;
  }
  .seminar-heading-lv2 {
    display: flex;
    align-items: center;
  }
  .seminar-icon-wrap {
    margin-left: 10px;
    width: 70%;
  }
  .seminar_detail_heading {
    font-size: 1.6rem;
    color: #008574;
    font-weight: bold;
  }
  .heading-lv2-icon {
    margin-right: 0;
    margin-left: 10px;
    width: 67px;
    font-weight: normal;
    font-size: 1.2rem;
    color: #ffffff;
    background-color: #008574;
    white-space: nowrap;
  }
  .seminar-btn {
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 33px;
  }
  .seminar-btn-inner {
    cursor: pointer;
    display: inline-block;
    width: 21px;
    height: 33px;
    margin-left: 5px;
    line-height: 1;
    background: url(/common/img/com_sprite01.png) no-repeat -134px 5px;
  }
  .seminar-btn-inner.seminar-btn-on {
    background: url(/common/img/com_sprite01.png) no-repeat -155px 6px;
  }
  .seminar-info-box {
    display: none;
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 300px;
    color: #333333;
    font-size: 1.4rem;
    font-weight: normal;
    padding: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    background-color: #f3f8f5;
    pointer-events: none;
  }
  .seminar-info-box::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 14px;
    top: 100%;
    left: 45%;
    background: url(/seminar/detail/img/seminar-ic02.png) no-repeat 0 0/16px 14px;
  }
  .seminar_table_layout {
    display: flex;
    flex-flow: column;
    margin-top: 2em;
    border-top: 1px solid #ddd;
  }
  .seminar_table_layout > .seminar_table_detail {
    position: relative;
    padding: 16px 19px;
    vertical-align: top;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background-color: #fff;
    font-weight: normal;
    text-align: left;
  }
  .seminar_table_layout .seminar_detail_heading {
    position: relative;
    display: inline-block;
    font-size: 1.6rem;
    color: #008574;
    font-weight: bold;
    margin-bottom: 0.5em;
  }
  .seminar_table_layout td {
    position: relative;
    padding: 16px 19px;
  }
  .seminar_table_layout > .table_inner td > .link-text {
    margin-top: 1.315%;
    margin-bottom: 3.935%;
  }
  .seminar-table {
    width: 100%;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  .seminar-table-lv01 {
    background-color: #555;
    color: #fff;
    font-weight: bold;
    padding: 10px 15px;
    vertical-align: top;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    text-align: left;
  }
  .seminar-table-desc {
    padding: 10px 15px;
    vertical-align: top;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    background-color: #fff;
    font-weight: normal;
    text-align: left;
  }
  .seminar-table-title {
    font-size: 1.6rem;
    font-weight: bold;
    color: #008574;
    text-align: left;
    margin-bottom: 0.5em;
  }
  .seminar_lead > .seminar_detail_heading {
    font-size: 1.4rem;
    padding-bottom: 0.53%;
  }
  .seminar_lead_text {
    font-size: 1.2rem;
  }
  .seminar_avatar_lead {
    font-weight: bold;
    font-size: 1.2rem;
    padding-bottom: 2.46%;
  }
  .seminar_avatar_lead .seminar_avatar_name {
    font-size: 1.6rem;
  }
  .seminar_avatar_desc {
    padding: 17px 20px 21px;
    background-color: #fff9e3;
  }
  .seminar_avatar_desc > .column_image {
    margin-top: 7px;
  }
  .seminar_avatar_desc > .column_image > .image-set > .seminar-avatar-img {
    width: 130px;
  }
  .seminar_event_article:nth-of-type(n+3) {
    border-top: 1px dotted #dddddd;
    padding-top: 6.96%;
  }
  .event_article_list {
    font-weight: bold;
  }
  .event_article_list li {
    margin-top: 3.19%;
    position: relative;
    padding-left: 25.8%;
  }
  .event_article_list li:nth-of-type(n+2) {
    margin-top: 7%;
  }
  .event_article_list li:last-child {
    margin-bottom: 3.19%;
  }
  .event_article_list li .seminar_detail_icon {
    width: 21.74%;
    position: absolute;
    left: 0;
  }
  .event_article_list .seminar_detail_icon {
    font-weight: normal;
  }
  .seminar_detail_icon {
    width: auto;
    font-size: 1.2rem;
    color: #333;
    background-color: #eeeeee;
    white-space: nowrap;
  }
  .event_article_list .event_area {
    font-weight: normal;
  }
  .seminar-column:nth-of-type(4n+1) dd {
    background-color: #f8fbf8;
    border: 2px solid #d9e9d9;
  }
  .seminar-column:nth-child(4n+2) dd {
    background-color: #fff0f0;
    border: 2px solid #f5dddd;
  }
  .seminar-column:nth-child(4n+3) dd {
    background-color: #f3fafd;
    border: 2px solid #cfe7f2;
  }
  .seminar-column:nth-child(4n+4) dd {
    background-color: #fff4de;
    border: 2px solid #efdcb7;
  }
  .seminar-column:nth-child(4n+1) dt::after {
    background: url("/common/img/com_sprite01.png") no-repeat -40px -210px;
  }
  .seminar-column:nth-child(4n+2) dt::after {
    background: url("/common/img/com_sprite01.png") no-repeat -100px -210px;
  }
  .seminar-column:nth-child(4n+3) dt::after {
    background: url("/common/img/com_sprite01.png") no-repeat -40px -260px;
  }
  .seminar-column:nth-child(4n+4) dt::after {
    background: url("/common/img/com_sprite01.png") no-repeat -100px -260px;
  }

  /*--- G1 ---*/
  .lineup-list {
    margin-top: 15px;
  }
  .lineup-list > .lineup-list-heading .heading_title {
    margin-bottom: 0.3em;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .lineup-list > .lineup-list-layout {
    display: flex;
    flex-flow: row wrap;
  }
  .lineup-list > .lineup-list-layout > li {
    width: 24%;
    margin-right: 1.3%;
  }
  .lineup-list > .lineup-list-layout > li:nth-child(4n) {
    margin-right: 0;
  }
  .lineup-list > .lineup-list-layout > li:nth-child(n+5) {
    margin-top: 1.3%;
  }
  .diary-layout {
    display: flex;
    flex-flow: row wrap;
    height: 100%;
    padding: 25px 20px 25px;
    background-color: #fff;
    text-align: center;
  }
  section + .diary-layout {
    margin-top: 20px;
  }
  .diary-layout > * {
    width: 100%;
  }
  .diary-layout .box_detail {
    width: 100%;
    margin: 0.5em 0 1em;
  }
  .diary-layout .box_detail-v2 {
    text-align: left;
  }
  .diary-layout .box_title {
    font-size: 1.4rem;
    color: #008574;
    font-weight: bold;
  }
  .diary-layout [class*="link-button"] {
    margin-top: auto !important;
  }
  .diary-layout .link-button > li > a {
    min-width: auto;
  }
  .accordion-layout-v2.accordion-diary {
    margin-top: 2em;
  }
  .accordion-layout-v2.accordion-diary .accordion_detail {
    padding: 40px 0 0;
  }
  .accordion-layout-v2.accordion-diary .accordion_trigger .accordion_label {
    color:     #008574;
  }
  .accordion-layout-v2.accordion-diary .accordion_detail .column-layout.diary-column {
    margin-top: 2.5em;
  }

  /*--- H29 ---*/
  .json-training_cruises .index_item .item_icon{
    padding: 0px 13px;
  }
  .json-training_cruises .index_item .item_icon.type02 {
    background-color: #555;
  }
  .json-training_cruises .index_item > .block > .item_detail {
    padding: 13px 15px;
  }
  .json-training_cruises .index_item .item_copy {
    margin-bottom: 7px;
  }
  .json-training_cruises .index_item .item_heading {
    margin-bottom: 5px;
    line-height: 1.5;
  }
  .json-training_cruises .index_item .item_date {
    font-weight: normal;
    color: #666;
    line-height: 1.5;
  }
  .training_cruises-tab {
    margin-top: 45px;
  }
  .training_cruises-tab .tab_navi {
    display: none;
  }
  .training_cruises-tab .tab_navi-SP {
    position: relative;
    width: 100%;
    padding: 10px 5px 15px 15px;
    border: 1px solid #ddd;
    border-bottom: none;
    background-color: #008573;
    font-size: 1.8rem;
    line-height: 1.3;
    color: #fff;
    text-decoration: none;
  }
  .training_cruises-tab .tab_navi-SP > .tab_label {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-weight: bold;
    position: relative;
  }
  .training_cruises-tab .tab_detail + .tab_navi-SP {
    margin-top: 15px;
  }
  .training_cruises-tab .tab_detail {
    margin-bottom: 40px;
  }
  .training_cruises-tab .tab_navi-SP > .tab_label::before,
  .training_cruises-tab .tab_navi-SP > .tab_label::after {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20px;
    height: 2px;
    margin-top: -1px;
    background-color: #fff;
    content: "";
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .training_cruises-tab .tab_navi-SP > .tab_label::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .training_cruises-tab .tab_navi-SP.is-current > .tab_label::before {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  .training_cruises-tab .tab_navi-SP > .tab_label .tab_icon {
    width: 40px;
    margin-right: .7em;
  }
  .training_cruises-tab > .tab_detail {
    padding-top: 0;
  }
  .training_cruises-tab .tab_list > li > a > .tab_label {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .training_cruises-tab .tab_list > li > a > .tab_label::before {
    top: 50%;
    margin-top: -3px;
  }
  .training_cruises-tab .tab_list > li > a > .tab_label > .tab_icon {
    margin-right: 1em
  }
  .training_cruises-tab [class*="list-description"] {
    margin-top: 0.5em;
  }
  .training_cruises-tab [class^="list-description-v"] > * {
    font-size: 1.4rem;
  }
  .training_cruises-tab .list-description > dt:first-child {
    margin: 0;
  }
  .training_cruises-tab .list-description.ver02 {
    display: flex;
  }
  .training_cruises-tab .list-description.ver02 > dt {
    width: 95px;
  }
  .training_cruises-tab .list-description.ver02 > dd {
    width: calc(100% - 95px);
  }
  .training_cruises-tab .list-description-v6 {
    display: flex;
  }
  .training_cruises-tab .list-description-v6.ver02 {
    display: block;
  }
  .training_cruises-tab .list-description-v6 > dt {
    width: 70px;
    font-weight: bold;
  }
  .training_cruises-tab .list-description-v6 > dd {
    width: calc(100% - 70px);
  }
  .training_cruises-tab .list-description-v6.ver02 > dt,
  .training_cruises-tab .list-description-v6.ver02 > dd,
  .training_cruises-tab .list-description-v6.ver04 > dt,
  .training_cruises-tab .list-description-v6.ver04 > dd {
    width: auto;
  }
  .training_cruises-tab .list-description-v6.ver02 > dd > .list-bullet {
    margin-top: 0.5em !important;
  }
  .training_cruises-tab .list-description-v6.ver03 > dt {
    width: 75px;
    font-weight: bold;
  }
  .training_cruises-tab .list-description-v6.ver03 > dd {
    width: calc(100% - 75px);
  }
  .training_cruises-tab .list-description-v6.ver03 > dd > .list-bullet {
    margin-top: 0 !important;
  }
  /* ----- local-government-archive-list ----- */
  .local-government-archive-list {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 16px;
  }
  .local-government-archive-list:nth-of-type(n+2) {
    padding-top: 17px;
  }
  .local-government-archive-layout > .local-government-archive-list > .link-text {
    margin-top: 0px;
  }
  .local-government-archive-layout > .local-government-archive-list > .link-text li {
    margin-top: 0.4285em;
  }
  /* ----- local-government-archive-date ----- */
  .local-government-archive-date {
    margin-right: 1em;
    position: relative
  }
  .local-government-archive-date li {
    font-size: 1.2rem;
  }
  .local-government-archive-date .local-government-archive {
    font-size: 1.3rem;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 9.69229em;
  }
  /* -----list_introduction ----- */
  .list_introduction {
    text-align: center;
    font-weight: bold;
    margin-top: 1.1em;
    padding-right: 15px;
  }
  /* -----diary_catalog_layout ----- */
  .diary_catalog_layout {
    margin-top: 2.285em;
    padding: 19px 20px 16px;
    text-align: center;
    background-color: #fff9e3;
  }
  .diary_catalog_layout .catalog_heading {
    font-size: 1.6rem;
    font-weight: bold;
  }
  /* -----diary_product_layout ----- */
  .diary_product_layout {
    margin-top: 2.1em;
    padding-bottom: 0.75em;
  }
  .diary_product_layout .diary_product_inner {
    border: 1px solid #d8d8d8;
    padding: 16px 22px 22px 19px;
  }
  .diary_product_layout .diary_product_title {
    font-size: 1.5rem;
    font-weight: bold;
  }
  .diary_product_layout .diary_product_detail {
    margin-top: 0.66em;
    font-weight: bold;
  }
  /* ----- history_archive_layout ----- */
  .history_archive_layout {
    padding-bottom: 0.875em;
  }
  .history_archive_list {
    display: -webkit-flex;
    display: flex;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 17px;
    font-weight: bold;
  }
  .history_archive_list:nth-of-type(n+2) {
    padding: 16px 0px 14px;
  }
  .history_archive_list .history_list_year {
    font-size: 1.2rem;
    width: 21%;
  }
  .history_archive_list .history_list_desc {
    width: 91%;
  }
  /* -----diary_about_text ----- */
  .diary_about_text {
    margin-top: 1.5715em;
  }
  /* -----cv-button-v2 ----- */
  .cv-button-v2 {
    margin-top: 25px;
  }
  .cv-button-v2 > li > a {
    display: inline-block;
    position: relative;
    width: 100%;
    border: 1px solid #e96300;
    border-radius: 42px;
    box-shadow: 0px 4px 0px 0px rgba(178, 76, 0, 1);
    background-color: #e96300;
    font-weight: bold;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    -webkit-transition: all 0.07s ease-out 0s;
    transition: all 0.07s ease-out 0s;
  }
  .cv-button-v2 > li > a > .button_inner {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 15px 35px 15px 65px;
    border: 1px solid #e96300;
    border-radius: 40px;
  }
  .cv-button-v2 > li > a > .button_inner > .link_label {
    position: relative;
  }
  .cv-button-v2 > li > a > .button_inner > .link_label::before {
    position: absolute;
    content: "";
    width: 34px;
    height: 31px;
    top: -3px;
    left: -40px;
    background: url("/common/img/com_sprite01.png") no-repeat -120px -32px;
    background-size: 240px auto;
  }
  .cv-button-v2 .link_label {
    display: inline-block;
    line-height: 1.5;
    font-size: 1.7rem;
  }
  .cv-button-v2 > li > a::before {
    position: absolute;
    top: 50%;
    left: 30px;
    margin-top: -5px;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #fff;
    content: "";
    -webkit-transition: all 0.07s ease-out 0s;
    transition: all 0.07s ease-out 0s;
  }
  /* ----- cv-column-layout ----- */
  .cv-column-layout {
    margin-top: 20px !important;
    margin-bottom: 25px;
  }
  .cv-column-layout .cv-heading-lv3 {
    position: relative;
    padding-bottom: 0.5em;
    border-bottom: 2px solid #ddd;
    text-align: center;
  }
  .cv-column-layout .cv-heading-lv3::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #dddddd transparent transparent transparent;
  }
  .cv-column-layout .cv-heading-lv3::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #ffffff transparent transparent transparent;
    z-index: 1;
  }
  .cv-column-layout.ver02 .cv-heading-lv3::after {
    border-color: #f4f4f4 transparent transparent transparent;
  }
  .cv-column-layout .cv-heading-lv3 .heading_title {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .cv-column-layout .cv-heading-lv3 .heading_title > em {
    color: #e96300;
    font-style: normal;
    font-size: 2.1rem;
  }
  /* -----process-layout ----- */
  /* process-shipName */
  .process-layout > .process-shipName > ul {
    display: -webkit-flex;
    display: flex;
  }
  .process-layout > .process-shipName > ul > li {
    width: 50%;
    padding: 0 0 8px;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    line-height: 1;
  }
  .process-layout > .process-shipName > ul > li + li {
    border-left: 1px solid #ddd;
  }
  .process-layout > .process-shipName > ul > li > em {
    font-size: 1.8rem;
    font-style: normal;
    text-align: center;
  }
  .process-layout > .process-shipName > ul > li::after {
    display: inline-block;
    content: "";
    width: 31px;
    height: 16px;
    margin-bottom: 5px;
    margin-left: 5px;
    background: url("/theme-hierarchy/training_cruises/img/process_ic01.png") no-repeat 0 0;
    background-size: 31px;
    vertical-align: middle;
  }
  /* process-order */
  .process-layout > .process-order > .order-layout > .order-col {
    padding: 10px 0;
    position: relative;
  }
  .process-layout > .process-order > .order-layout > .order-col:nth-child(odd) {
    background-color: #f7f7f7;
  }
  .process-layout > .process-order > .order-layout > .order-col::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #ddd;
    top: 0;
    left: 1px;
    right: 0;
    margin: 0 auto;
  }
  .process-layout > .process-order > .order-layout > .order-col.gp-full::before {
    display: none;
  }
  .process-layout > .process-order > .order-layout > .order-col > .order-title {
    position: relative;
    text-align: center;
  }
  .process-layout > .process-order > .order-layout > .order-col > .order-title > .title-text {
    color: #008574;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .process-layout > .process-order > .order-layout > .order-col > .order-title > .title-text .num {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 30px;
    height: 30px;
    margin: 0 auto 5px;
    padding-top: 2px;
    border-radius: 50%;
    background-color: #008574;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1;
    font-weight: bold;
  }
  .process-layout > .process-order > .order-layout > .order-col > .order-date {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    position: relative;
  }
  .process-layout > .process-order > .order-layout > .order-col > .order-date > .date-col {
    width: 50%;
    padding: 8px 10px 0;
    font-size: 1.4rem;
    text-align: center;
  }
  .process-layout > .process-order > .order-layout > .order-col.gp-full > .order-date > .date-col {
    width: 100%;
  }
  .process-layout > .process-order > .order-layout > .order-col > .order-date.link-wrap > .link-box {
    position: relative;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 10px 15px 5px;
    padding: 15px 0 15px 20px;
    background-color: #fff;
  }
  .process-layout > .process-order > .order-layout > .order-col > .order-date.link-wrap > .link-box > .link-text {
    margin-top: 0;
  }
  /* -----akademeia-list ----- */
    .akademeia-list {
      margin-top: 0.5em;
    }
    .akademeia-list > .akademeia-position {
      display: block;
      font-weight: bold;
    }
    .akademeia-list > dd {
      font-weight: bold;
      display: block;
    }
    .akademeia-list > dd > .akademeia-name {
      display: block;
    }


  /* ----- special-feature-layout ----- */
  .special-feature-layout {
    margin-top: 2em;
  }
  .special-feature-layout .special-feature-head {
    margin-top: 1em;
  }
  .special-feature-head .special-feature-head_icon-wrap {
    margin-bottom: 5px;
  }
  .special-feature-head .special-feature-head_icon-wrap .special-feature-head_icon {
    display: inline-block;
    width: auto;
    min-width: 87px;
    margin-right: 10px;
    border-radius: 30px;
    padding-left: 15px;
    padding-right: 15px;
    background: #eb6b6b;
    text-align: center;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 22px;
    color: #fff;
  }
  .special-feature-head .special-feature-head_title {
    flex: 1;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .special-feature-layout .special-feature-body {
    margin-top: 10px;
  }
  .special-feature-body .special-feature-item {
    display: block;
    border-top: 1px solid #dddddd;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .special-feature-body .special-feature-item:last-child {
    border-bottom: 1px solid #dddddd;
  }
  .special-feature-item .special-feature-item_head {
    font-weight: bold;
    font-size: 1.5rem;
    color: #333333;
    line-height: 1.4;
  }
  .special-feature-item .special-feature-item_head .special-feature-item_icon {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 1.8rem;
    color: #eb6b6b;
    line-height: 1.16;
  }
  .special-feature-item .special-feature-item_head .special-feature-item_icon .special-feature-item_icon-num {
    font-size: 2.0rem;
    line-height: 1.05;
    vertical-align: bottom;
  }
  .special-feature-item .special-feature-item_body {
    margin-top: 10px;
  }
  .special-feature-item .special-feature-item_body .special-feature-item_text {
    font-size: 1.4rem;
  }
  .special-feature-item .special-feature-item_body .special-feature-item_text-note {
    position: relative;
    margin-top: 0.6em;
    padding-left: 1.4em;
    font-size: 1.2rem;
    color: #666666;
  }
  .special-feature-item .special-feature-item_body .special-feature-item_text-note > .special-feature-item_text-note_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .special-feature-layout .special-feature-foot {
    margin-top: 13px;
  }
  .special-feature-foot .special-feature-foot_indent-text {
    position: relative;
    padding-left: 5em;
    font-size: 1.4rem;
  }
  .special-feature-foot .special-feature-foot_indent-text > .indent {
    position: absolute;
    top: 0;
    left: 0;
    width: 5em;
    text-align: right;
  }

  /* ----- magazine-description-list ----- */
  .magazine-description-list-layout {
    margin-top: 38px;
  }
  .magazine-description-list-layout > .magazine-description-list {
    margin-top: 38px;
  }
  .magazine-description-list-layout > .magazine-description-list:first-child {
    margin-top: 0;
  }
  .magazine-description-list .magazine-description-list_head {
    font-weight: bold;
    font-size: 1.6rem;
  }
  .magazine-description-list .magazine-description-list_head a,
  .magazine-description-list .magazine-description-list_head span.block {
    position: relative;
    display: inline-block;
    padding-left: 12px;
  }
  .magazine-description-list .magazine-description-list_head a::before,
  .magazine-description-list .magazine-description-list_head span.block::before {
    position: absolute;
    top: 0.7em;
    left: 0;
    display: block;
    margin-top: -5px;
    border-left: 6px solid #138e7e;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    content: '';
  }
  .magazine-description-list .magazine-description-list_body {
    margin-top: 16px;
  }
  .magazine-description-list .magazine-description-list-item {
    margin-top: 6px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 6px;
  }
  .magazine-description-list-item .magazine-description-list-item_title {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 1.4rem;
    color: #138e7e;
  }
  .magazine-description-list-item .magazine-description-list-item_detail {
  }
  /* ----- movement-paper-detail-heading ----- */
  .movement-paper-detail-heading {
    position: relative;
    display: flex;
    column-gap: 21px;
    margin: 30px 0 20px;
    padding: 0 0 10px 0;
    border-bottom: 2px solid #333;
    text-decoration: none;
  }
  .movement-paper-detail-heading .movement-paper-detail-heading_mark {
    flex-shrink: 0;
    color: #333;
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .movement-paper-detail-heading .movement-paper-detail-heading_title {
    width: 100%;
  }
  .movement-paper-detail-heading .movement-paper-detail-heading_label {
    color: #333;
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.5;
  }

  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .column-media[data-layout-sp="row"]::after {
    display: block;
    clear: both;
    content: "";
  }
}


/* ======================================================
 * Media Queries
====================================================== */
/***
@media only screen and (min-width: 320px) and (max-width: 767px) {
}
@media only screen and (max-width: 736px) {
}
@media only screen and (max-width: 667px) {
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 568px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 414px) {
}
@media only screen and (max-width: 375px) {
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 320px) {
}
***/