<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ======================================================
 * parts_pc.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Common
 * - Element &gt;&gt;&gt; Heading
 * - Element &gt;&gt;&gt; Text
 * - Element &gt;&gt;&gt; List
 * - Element &gt;&gt;&gt; Link
 * - Element &gt;&gt;&gt; Image
 * - Element &gt;&gt;&gt; Video
 * - Element &gt;&gt;&gt; Form
 * - Element &gt;&gt;&gt; Other
 * - Layout &gt;&gt;&gt; Column
 * - Layout &gt;&gt;&gt; Table
 * - Layout &gt;&gt;&gt; Box
 * - Layout &gt;&gt;&gt; Other
 * - Component &gt;&gt;&gt; Navi
 * - Component &gt;&gt;&gt; Index
 * - Component &gt;&gt;&gt; Other
 * - Clearfix
 * Media Queries
 * Print
====================================================== */

@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  /* ----- font ----- */
  
  /* ----- a ----- */
  a:link img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  a.block {
    display: block;
    color: #333;
  }
  
  /* ----- opacity ----- */
  .plugin-layout a:hover .a-blank {
    opacity: .6;
  }
  
  /* ----- 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-video::after,
  .a-map::before,
  [class*="heading-lv"] .a-blank .heading_title::after,
  [class*="heading-lv"] .a-pdf .heading_title::after,
  .news-layout .a-blank .news_title::after,
  .news-layout .a-pdf .news_title::after,
  .plugin-layout a .a-blank::after {
    background: url(/common_img/com_sprite01.png) no-repeat;
    vertical-align: top;
    content: "";
  }
  .a-blank::after,
  [class*="heading-lv"] .a-blank .heading_title::after,
  .news-layout .a-blank .news_title::after,
  .plugin-layout a .a-blank::after {width: 15px;height: 15px;background-position: 0 0;}
  .a-pdf::after,
  [class*="heading-lv"] .a-pdf .heading_title::after,
  .news-layout .a-pdf .news_title::after { width: 15px; height: 16px; background-position: -80px 0; }
  .a-print::before,
  .link-text &gt; li &gt; .a-print::after { width: 18px; height: 18px; background-position: -120px 0; }
  .link-text-v2 &gt; li &gt; .a-print::after { width: 18px; height: 18px; background-position: -120px 0; }
  .cap-link-text &gt; li &gt; .a-print::after { width: 18px; height: 18px; background-position: -120px 0; }
  .a-mail::after { width: 14px; height: 12px; background-position: -160px 0; }
  .a-excel::after { width: 17px; height: 17px; background-position: 0 -40px; }
  .a-word::after { width: 17px; height: 17px; background-position: -40px -40px; }
  .a-ppt::after { width: 17px; height: 17px; background-position: -80px -40px; }
  .a-rss::after { width: 14px; height: 14px; background-position: -120px -40px; }
  .a-zip::after { width: 13px; height: 16px; background-position: -160px -40px; }
  .a-video::after { width: 15px; height: 12px; background-position: -200px -40px; }
  .a-map::before {width: 14px;height: 22px;background-position: -80px -80px;}
  [class*="heading-lv"] .a-blank::after,
  [class*="heading-lv"] .a-pdf::after,
  .news-layout .a-blank::after,
  .news-layout .a-pdf::after {
    display: none;
  }
  .link-inline.a-blank::after,
  .link-inline.a-pdf::after {
    display: inline-block;
    margin: 0.5em 8px 0 8px;
  }
  .link-inline.a-map {
    text-decoration: none;
  }
  .link-inline.a-map:hover {
    text-decoration: underline;
  }
  .link-inline.a-map::before {
    display: inline-block;
    margin: 0.3em 10px 0 0;
  }
  .link-text &gt; li &gt; .a-blank::after,
  .link-text &gt; li &gt; .a-pdf::after,
  .link-text &gt; li &gt; .a-print::after,
  .link-text &gt; li &gt; .a-mail::after,
  .link-text &gt; li &gt; .a-excel::after,
  .link-text &gt; li &gt; .a-word::after,
  .link-text &gt; li &gt; .a-ppt::after,
  .link-text &gt; li &gt; .a-rss::after,
  .link-text &gt; li &gt; .a-zip::after,
  .link-text &gt; li &gt; .a-video::after,
  .link-text-v2 &gt; li &gt; .a-blank::after,
  .link-text-v2 &gt; li &gt; .a-pdf::after,
  .link-text-v2 &gt; li &gt; .a-print::after,
  .link-text-v2 &gt; li &gt; .a-mail::after,
  .link-text-v2 &gt; li &gt; .a-excel::after,
  .link-text-v2 &gt; li &gt; .a-word::after,
  .link-text-v2 &gt; li &gt; .a-ppt::after,
  .link-text-v2 &gt; li &gt; .a-rss::after,
  .link-text-v2 &gt; li &gt; .a-zip::after,
  .link-text-v2 &gt; li &gt; .a-video::after,
  .cap-link-text &gt; li &gt; .a-blank::after,
  .cap-link-text &gt; li &gt; .a-pdf::after,
  .cap-link-text &gt; li &gt; .a-print::after,
  .cap-link-text &gt; li &gt; .a-mail::after,
  .cap-link-text &gt; li &gt; .a-excel::after,
  .cap-link-text &gt; li &gt; .a-word::after,
  .cap-link-text &gt; li &gt; .a-ppt::after,
  .cap-link-text &gt; li &gt; .a-rss::after,
  .cap-link-text &gt; li &gt; .a-zip::after,
  .cap-link-text &gt; li &gt; .a-video::after,
  .left-text &gt; .a-pdf::after {
    display: inline-block;
    margin: .5em 0 0 10px;
  }
  [class*="link-button"] &gt; li .a-print .link_label {
    padding-left: 23px;
  }
  [class*="link-button"] &gt; li .link_label.a-blank,
  [class*="link-button"] &gt; li .link_label.a-pdf,
  [class*="link-button"] &gt; li .link_label.a-zip {
    padding-right: 23px;
  }
  [class*="link-button"] &gt; li .link_label.a-blank::after,
  [class*="link-button"] &gt; li .link_label.a-pdf::after,
  [class*="link-button"] &gt; li .link_label.a-zip::after {
    vertical-align: top;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -7px;
  }
  [class*="link-button"] &gt; li .a-print {
    min-width: 168px;
  }
  [class*="link-button"] &gt; li .a-print .link_label::before {
    background: url(/common_img/com_sprite01.png) no-repeat;
    vertical-align: top;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
    width: 18px; height: 18px; background-position: -120px 0;
  }
  .link-button-v2 &gt; li .a-blank.link_label::after,
  .link-button-v3 &gt; li .a-blank.link_label::after { background-position: -40px 0; }
  [class*="heading-lv"] .a-blank .heading_title::after,
  [class*="heading-lv"] .a-pdf .heading_title::after,
  .link_label .link_label_inner.a-blank::after{
    display: inline-block;
    margin: 0.5em 0 0 17px;
  }
  .news-layout .a-blank .news_title::after,
  .news-layout .a-pdf .news_title::after {
    display: inline-block;
    margin: .25em 0 0 12px;
  }
  .plugin-layout a .a-blank::after {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: .3em 9px 0 9px;
  }
  .link-box-v2 &gt; .link-box_item.a-blank &gt; dl::after {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-position: 0 0;
    background: url(/common_img/com_sprite01.png) no-repeat;
    border: none;
    transform: rotate(0);
  }
  
  /* ----- data-row-pc ----- */
  [data-row-pc]:not([data-row-pc="1"]) {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  [data-row-pc]:not([data-row-pc="1"]):not([data-row-pc="auto"]) &gt; * {
    margin-top: 1.25em;
    margin-left: 36px;
  }
  [data-row-pc="2"] &gt; *:nth-child(-n+2),
  [data-row-pc="3"] &gt; *:nth-child(-n+3),
  [data-row-pc="4"] &gt; *:nth-child(-n+4),
  [data-row-pc="5"] &gt; *:nth-child(-n+5),
  [data-row-pc="6"] &gt; *:nth-child(-n+6) {
    margin-top: 0 !important;
  }
  [data-row-pc="1"] &gt; *,
  [data-row-pc="2"] &gt; *:nth-child(2n+1),
  [data-row-pc="3"] &gt; *:nth-child(3n+1),
  [data-row-pc="4"] &gt; *:nth-child(4n+1),
  [data-row-pc="5"] &gt; *:nth-child(5n+1),
  [data-row-pc="6"] &gt; *:nth-child(6n+1) {
    margin-left: 0 !important;
  }
  [data-row-pc="2"] &gt; * { width: calc((100% -  37px) / 2); }
  [data-row-pc="3"] &gt; * { width: calc((100% -  73px) / 3); }
  [data-row-pc="4"] &gt; * { width: calc((100% - 109px) / 4); }
  [data-row-pc="5"] &gt; * { width: calc((100% - 145px) / 5); }
  [data-row-pc="6"] &gt; * { width: calc((100% - 181px) / 6); }
  [data-row-pc="auto"] {
    margin-right: -36px;
    margin-bottom: -.5em;
  }
  [data-row-pc="auto"] &gt; * {
    margin-top: 0 !important;
    margin-right: 36px;
    margin-bottom: .5em;
    margin-left: 0;
  }
  .link-text[data-row-pc="auto"] {
    margin-right: -60px;
    margin-bottom: -.5em;
  }
  .link-text[data-row-pc="auto"] &gt; li {
    margin-right: 60px;
    margin-bottom: .5em;
  }
  [data-row-pc] .image_inner {
    width: 100%;
  }
  .image_inner a {
    display: block;
    background-color: #fff;
  }
  .image_inner a:hover {
    opacity: 0.8;
  }
  
  /* ------------------------------------------------------
   * Element &gt;&gt;&gt; Heading
  ------------------------------------------------------ */
  [class^="heading-lv"] .heading_title {
    line-height: 1.5;
  }
  [class^="heading-lv"] .heading_title[class*="js-equalHeight_"] {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  [class*="heading-lv"] a:link:hover {
    text-decoration: underline;
  }
  [class^="heading-lv"] a.block:not(.a-blank):not(.a-pdf) .heading_title::after {
    content: '';
    display: inline-block;
    position: relative;
    top: -0.2em;
    margin-left: 23px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #3f3f3f;
    border-right: 2px solid #3f3f3f;
    border-radius: 1px;
    transform: rotate(45deg)
  }
  #main .heading-lv1 + *,
  #main .heading-lv1 + section &gt; [class*="heading-lv"]:first-child {
    margin-top: 2.5em;
  }
  #main .heading-lv2 + *,
  #main .heading-lv2-v2 + *,
  #main .heading-lv2-v3 + *{
    margin-top: 1.9em;
  }
  #main .heading-lv3 + *,
  #main .heading-lv4 + * {
    margin-top: 1.25em;
  }
  #main .heading-lv5 + * {
    margin-top: .95em;
  }
  
  /* ----- heading-lv1 ----- */
  .heading-lv1 {
    margin: 0 0 2.5em;
  }
  .heading-lv1 .heading_title {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .heading-lv1 .heading_subtitle {
    color: #333;
    font-size: 1.4rem;
  }
  
  /* ----- heading-lv2 ----- */
  .heading-lv2 {
    margin: 3.8em 0 1.9em;
  }
  .heading-lv2 .block {
    display: block;
    position: relative;
    padding-bottom: 0.6em;
    text-decoration: none;
    border-bottom: 4px solid #dde1e4;
  }
  .heading-lv2 .block:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 72px;
    height: 4px;
    background: #fd0;
  }
  .heading-lv2 .heading_title {
    position: relative;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.44;
  }
  .heading-lv2 .heading_subtitle {
    color: #333;
    line-height: 1.5;
  }
  .heading-lv2 .heading_text {
    font-size: 1.8rem;
    font-weight: normal;
  }
  .heading-lv2 .heading_text a.link-inline:hover {
    text-decoration: none;
  }
  /* ----- heading-lv2-v2 ----- */
  .heading-lv2-v2 {
    margin: 3.8em 0 1.9em;
  }
  .heading-lv2-v2 .block {
    display: block;
    position: relative;
    padding-bottom: 0.6em;
    text-decoration: none;
    border-bottom: 4px solid #dde1e4;
  }
  .heading-lv2-v2 .block:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 72px;
    height: 4px;
    background: #1176CC;
  }
  .heading-lv2-v2 .heading_title {
    position: relative;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.44;
  }
  /* ----- heading-lv2-v3 ----- */
  .heading-lv2-v3 {
    margin: 3.8em 0 1.9em;
  }
  .heading-lv2-v3 .block {
    display: block;
    position: relative;
    padding-bottom: 0.6em;
    text-decoration: none;
    border-bottom: 4px solid #dde1e4;
  }
  .heading-lv2-v3 .block:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 72px;
    height: 4px;
    background: #58A52D;
  }
  .heading-lv2-v3 .heading_title {
    position: relative;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.44;
  }
  /* ----- heading-lv3 ----- */
  .heading-lv3 {
    margin: 3.75em 0 1.25em;
  }
  #main .heading-lv2 + section &gt; .heading-lv3 {
    margin-top: 0;
  }
  .heading-lv3 .block {
    display: block;
    padding-bottom: 8px;
    border-bottom: 2px solid #ddd;
    text-decoration: none;
  }
  .heading-lv3 .heading_title {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .heading-lv3 .heading_subtitle {
    color: #333;
    font-size: 1.4rem;
  }
  
  /* ----- heading-lv4 ----- */
  .heading-lv4 {
    margin: 2.5em 0 1.25em;
  }
  .heading-lv4 .block {
    text-decoration: none;
  }
  .heading-lv4 a.block:hover {
    text-decoration: underline;
  }
  .heading-lv4 .heading_title {
    position: relative;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
  }
  
  /* ----- heading-lv5 ----- */
  .heading-lv5 {
    margin: 1.9em 0 .95em;
  }
  .heading-lv5 .heading_title {
    position: relative;
    padding-left: 26px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .heading-lv5 .heading_title::before {
    position: absolute;
    top: .45em;
    left: 0;
    width: 10px;
    height: 10px;
    border: 2px solid #555;
    content: "";
  }
  /* ----- heading_title_prefix ----- */
  .heading-lv2.type-02 .block {
    padding-bottom: 0.8em;
  }
  .heading_title_prefix,
  .heading_title_prefix-v2 {
    display: inline-block;
    position: relative;
    top: -0.1em;
    margin-right: 1em;
    margin-bottom: 0.36em;
    padding: 0em 0.65em 0em 0.65em;
    line-height: 1.3;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
  }
  .heading_title_prefix {
    background-color: #58a52d;
  }
  .heading_title_prefix-v2 {
    background-color: #1176cc;
  }
  .heading_title_prefix-num {
    margin-left: 3px;
    font-size: 2.4rem;
  }
  /* ----- heading-lv2 type-03 ----- */
  .heading-lv2.type-03 .block {
  }
  .heading-lv2.type-03 .block .heading_title::after {
    display: inline-block;
    content: "";
    width: 99px;
    height: 76px;
    background: url(/common_img/com_im06.gif) no-repeat;
    position: relative;
    bottom: -10px;
  }
  /* ----- heading-uni1 ----- */
  .heading-uni1 {
    display: flex;
    justify-content: center;
  }
  .heading-uni1 .heading_title {
    position: relative;
    padding: 0 36px;
    text-align: center;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .heading-uni1 .heading_title::before,
  .heading-uni1 .heading_title::after {
    content: '';
    display: block;
    position: absolute;
    top: 0.25em;
    width: 2px;
    height: 38px;
    background-color: #58a52d;
  }
  .heading-uni1 .heading_title::before {
    left: 10px;
    transform: rotate(-30deg);
  }
  .heading-uni1 .heading_title::after {
    right: 10px;
    transform: rotate(30deg);
  }
  /* ------------------------------------------------------
   * Element &gt;&gt;&gt; Text
  ------------------------------------------------------ */
  /* ----- text-paragraph ----- */
  .text-paragraph {
    margin-top: 1em;
  }
  .text-paragraph:first-child {
    margin-top: 0;
  }
  .text-paragraph-v2 {
    margin-top: 0.5em;
  }
  .text-paragraphv2:first-child {
    margin-top: 0;
  }
  /* ----- text-indent ----- */
  .text-indent {
    padding-left: 1em;
  }
  
  /* ----- text-lead ----- */
  .text-lead {
    margin: 1em 0 0.85em;
    font-size: 2rem;
    font-weight: 700;
  }
  .pageHead-lead {
    margin: 1em 0 0.85em;
    font-size: 2rem;
    font-weight: 700;
  }
  .pageHead-lead-highlight {
    display: inline-block;
    margin: 0 0.2em 0.15em 0;
    padding: 0.2em 0.7em 0.2em;
    line-height: 1.4;
    color: #fff;
    font-size: 2.6rem;
    background-color: #00b0ec;
    border-radius: 10px;
  }
  * + .pageHead-lead-highlight {
    margin-left: 6px;
  }
  .pageHead-lead-highlight + span + .pageHead-lead-highlight {
    margin-right: 0.3em;
  }
  
  /* ------------------------------------------------------
   * Element &gt;&gt;&gt; List
  ------------------------------------------------------ */
  [class*="list-note"],
  [class*="list-bullet"],
  [class*="list-order"] {
    margin-top: 1em;
  }
  [class*="list-note"].is-adjacent,
  [class*="list-bullet"].is-adjacent,
  [class*="list-order"].is-adjacent,
  [class*="list-other"].is-adjacent {
    margin-top: 0;
  }
  [class*="list-description"] {
    margin-top: 1.5em;
  }
  [class*="list-bullet"] &gt; li + li,
  [class*="list-order"] &gt; li + li {
    margin-top: .5em;
  }
  [class*="list-"].is-nest {
    margin: .5em 0 .75em;
  }
  [class*="list-note"] &gt; li &gt; .list_detail,
  [class*="list-bullet"] &gt; li &gt; .list_detail,
  [class*="list-order"] &gt; li &gt; .list_detail,
  [class*="list-other"] &gt; li &gt; .list_detail {
    margin-top: .25em;
  }
  [class*="list-note"] &gt; li &gt; .list_detail &gt; *:first-child,
  [class*="list-note"] &gt; li &gt; .list_detail &gt; section:first-child &gt; [class*="heading-lv"],
  [class*="list-bullet"] &gt; li &gt; .list_detail &gt; *:first-child,
  [class*="list-bullet"] &gt; li &gt; .list_detail &gt; section:first-child &gt; [class*="heading-lv"],
  [class*="list-order"] &gt; li &gt; .list_detail &gt; *:first-child,
  [class*="list-order"] &gt; li &gt; .list_detail &gt; section:first-child &gt; [class*="heading-lv"],
  [class*="list-other"] &gt; li &gt; .list_detail &gt; *:first-child,
  [class*="list-other"] &gt; li &gt; .list_detail &gt; section:first-child &gt; [class*="heading-lv"],
  [class*="list-description"] &gt; dd &gt; *:first-child,
  [class*="list-description"] &gt; dd &gt; section:first-child &gt; [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  
  /* ----- list-al-right ----- */
  .list-al-right {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin-top: 1em;
  }
  .list-al-right &gt; [class*="list-"] {
    margin-top: 0;
  }
  
  /* ----- list-note ----- */
  .list-note {
    margin-top: 0.7em;
  }
  .list-note &gt; li {
    position: relative;
    padding-left: 1.3em;
    font-size: 1.4rem;
  }
  .list-note &gt; li &gt; .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .list-note-v2 &gt; li,
  .list-note-v3 &gt; li {
    position: relative;
    padding-left: 2em;
  }
  .list-note.gp-al-right &gt; li,
  .list-note-v2.gp-al-right &gt; li,
  .list-note-v3.gp-al-right &gt; li {
    display: table;
    margin-left: auto;
  }
  .list-note-v2 &gt; li &gt; .list_mark,
  .list-note-v3 &gt; li &gt; .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .list-note-v3 &gt; li &gt; .list_mark::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 2px;
    background-image: url(/common_img/com_sprite01.png);
    background-position: -102px -140px;
    background-repeat: no-repeat;
  }
  
  /* ----- list-note-order ----- */
  .list-note-order &gt; li {
    position: relative;
    padding-left: 2em;
    font-size: 1.4rem;
  }
  .list-note-order &gt; li + li {
    margin-top: 0.1em;
  }
  .list-note-order &gt; li &gt; .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .list-note-order &gt; li &gt; .list_mark::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 2px;
    background-image: url(/common_img/com_sprite01.png);
    background-position: -102px -140px;
    background-repeat: no-repeat;
  }
  .list-note-order-v2 {
    margin-top: 1em;
  }
  .list-note-order-v2 &gt; li {
    position: relative;
    padding-left: 1em;
    font-size: 1.4rem;
  }
  .list-note-order-v2 &gt; li &gt; .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  /* ----- list-bullet ----- */
  .list-bullet.is-type02 {
    margin-top: 0.4em;
  }
  .list-bullet &gt; li {
    position: relative;
    padding-left: 20px;
  }
  .list-bullet &gt; li::before {
    position: absolute;
    top: 0.6em;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #58a52d;
    content: "";
  }
  .list-bullet.is-type02 &gt; li {
    line-height: 1.5;
  }
  .list-bullet.is-type02 &gt; li::before {
    top: 0.5em;
  }
  /* v2 */
  .list-bullet-v2 &gt; li {
    position: relative;
    padding-left: 16px;
    font-size: 1.4rem;
  }
  .list-bullet-v2 &gt; li::before {
    position: absolute;
    top: .6em;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #666666;
    content: "";
  }
  .list-bullet-v2.type03 &gt; li {
    font-size: 1.6rem;
  }
  .list-bullet-v2.type03 &gt; li::before {
    top: .7em;
  }
  /* v3 */
  .list-bullet-v3 &gt; li {
    position: relative;
    padding-left: 20px;
  }
  
  .list-bullet-v3 &gt; li::before {
    position: absolute;
    top: 0.6em;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #1176cc;
    content: "";
  }
  /* v4 */
  .list-bullet-v4 &gt; li {
    position: relative;
    padding-left: 15px;
    font-weight: bold;
  }
  
  .list-bullet-v4 &gt; li::before {
    position: absolute;
    top: 0.8em;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #333333;
    content: "";
  }
  .list_indent {
    padding-left: 2em;
  }
    /* v5 */
  .list-bullet-v5 &gt; li {
    position: relative;
    padding-left: 20px;
  }
  .list-bullet-v5 &gt; li::before {
    position: absolute;
    top: 0.6em;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #FFDD00;
    content: "";
  }
  
  /* ----- list-order ----- */
  .list-order &gt; li {
    position: relative;
    padding-left: 2em;
  }
  .list-order &gt; li &gt; .list_mark {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700;
  }
  .list-order.is-type02 &gt; li {
    position: relative;
  }
  .list-order.is-type02 &gt; li + li {
    margin-top: 1.3em;
  }
  /* v2 */
  .list-order-v2 &gt; li {
    position: relative;
    padding-left: 2em;
    font-size: 1.6rem;
  }
  .list-order-v2 &gt; li + li {
    margin-top: 0.2em;
  }
  .list-order-v2 &gt; li &gt; .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  /* v3 */
  .list-order-v3 &gt; li {
    position: relative;
    padding-left: 2em;
    font-size: 1.6rem;
  }
  .list-order-v3 &gt; li + li {
    margin-top: 0.4em;
  }
  .list-order-v3 &gt; li &gt; .list_mark {
    position: absolute;
    top: 0.2em;
    left: 0;
    padding: 2px 2px 2px 3px;
    width: 22px;
    height: 22px;
    line-height: 1;
    text-align: center;
    color: #fff;
    font-size: 1.7rem;
    font-weight: bold;
    background-color: #f90;
    border-radius: 50px;
  }
  
  /* ----- list-description ----- */
  .list-description &gt; dt {
    margin: 1em 0 .5em;
    font-size: 1.6rem;
    font-weight: 700;
  }
  .list-description &gt; dt:first-child {
    margin-top: 0 !important;
  }
  .list-description &gt; dd {
    padding-left: 12px;
  }
  /* ----- list-other ----- */
  .list-other {
    margin-top: 1em;
  }
  .list-other &gt; li {
    display: -webkit-flex;
    display: flex;
  }
  .list-other &gt; li + li {
    margin-top: 0.5em;
  }
  .list-other &gt; li &gt; .list_mark {
    flex-shrink: 0;
    margin-right: 0.3em;
  }
  
  /* ------------------------------------------------------
   * Element &gt;&gt;&gt; Link
  ------------------------------------------------------ */
  [class*="link-text"] {
    margin-top: 1em;
  }
  [class*="link-text"] &gt; li + li {
    margin-top: 0.2em;
  }
  [class*="link-text"] &gt; li &gt; a:hover {
    text-decoration: underline;
  }
  [class*="link-button"] {
    margin-top: 1.5em;
  }
  .column-media &gt; .column_detail [class*="link-button"] &gt; li:last-child {
    margin-bottom: 3px;
  }
  [class*="link-button"] &gt; li + li {
    margin-top: 1em;
  }
  [class*="link-button"] a {
    line-height: 1.5;
  }
  [class*="link-button"].gp-al-center {
    margin-top: 2em;
  }
  [class*="link-button"].is-centering {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 2em;
  }
  [class*="link-button"].is-centering &gt; li {
    display: -webkit-flex;
    display: flex;
  }
  [class*="link-button"].is-centering &gt; li + li {
    margin-top: 0;
    margin-left: 36px;
  }
  [class*="link-button"][data-row-pc] &gt; li {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  [class*="link-button"]:not([data-row-pc="1"]):not([data-row-pc="auto"]) &gt; li {
    margin-top: 1.3em;
  }
  [class*="link-button"]:not([data-row-pc="1"]):not([data-row-pc="auto"]) &gt; li:first-child {
    margin-top: 0;
  }
  [class*="link-button"][data-row-pc] &gt; li &gt; a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    min-width: 0;
  }
  [class*="link-button"] &gt; li &gt; a[class*="js-equalHeight_"] {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  [class*="link-"].is-nest {
    margin: .5em 0 1em;
  }
  
  /* ----- link-inline ----- */
  a.link-inline {
    text-decoration: underline;
  }
  a.link-inline:hover {
    text-decoration: none;
  }
  
  /* ----- link-text ----- */
  .pageHead .link-text {
    margin-top: 0.5em;
  }
  .link-text &gt; li &gt; a {
    display: inline-block;
    position: relative;
    padding-left: 18px;
  }
  .link-text &gt; li &gt; a:hover {
    text-decoration: none;
  }
  .link-text &gt; li &gt; a::before {
    content: '';
    position: absolute;
    top: 0.6em;
    left: 0;
    width: 9px;
    height: 9px;
    border-top: 2px solid #3f3f3f;
    border-right: 2px solid #3f3f3f;
    border-radius: 1px;
    transform: rotate(45deg);
  }
  .link-text &gt; li .left-text {
    padding-left: 3%;
  }
  .link-text-v2 {
    margin-top: 0.7em;
  }
  .link-text-v2 &gt; li &gt; a {
    display: inline-block;
    position: relative;
    padding-left: 18px;
  }
  .link-text-v2 &gt; li &gt; a:hover {
    text-decoration: none;
  }
  .link-text-v2 &gt; li &gt; a::before {
    content: '';
    position: absolute;
    top: 0.6em;
    left: -2px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #3f3f3f;
    border-right: 2px solid #3f3f3f;
    border-radius: 1px;
    transform: rotate(45deg);
  }
  .cap-link-text &gt; li &gt; a {
    display: inline-block;
    position: relative;
    padding-left: 18px;
  }
  .cap-link-text &gt; li &gt; a:hover {
    text-decoration: none;
  }
  .cap-link-text &gt; li &gt; a::before {
    content: '';
    position: absolute;
    top: 0.6em;
    left: 0;
    width: 9px;
    height: 9px;
    border-top: 2px solid #3f3f3f;
    border-right: 2px solid #3f3f3f;
    border-radius: 1px;
    transform: rotate(45deg);
  }
  .cap-link-text &gt; li .left-text {
    padding-left: 3%;
  }
  
  /* ----- link-button ----- */
  .link-button &gt; li &gt; a {
    display: inline-block;
    position: relative;
    min-width: 376px;
    padding: 14px 20px 13px;
    border: 1px solid #e9e9e9;
    border-radius: 100px;
    background-color: #fff;
    color: #333;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  }
  .link-button &gt; li &gt; a:hover {
    background-color: #eee;
  }
  .link-button .link_label {
    display: inline-block;
    position: relative;
    line-height: 1.5;
    font-weight: 700;
  }
  .link-button .link_label .link_sublabel {
    display: block;
    font-size: 1.5rem;
    font-weight: normal;
  }
  .link-button &gt; .button-serch &gt; a,
  .link-button &gt; .button-serch-v2 &gt; a,
  .link-button &gt; .button-tel &gt; a,
  .link-button &gt; .button-mail &gt; a,
  .link-button &gt; .button-banking &gt; a {
    min-width: 480px;
  }
  .link-button &gt; .button-serch .link_label,
  .link-button &gt; .button-serch-v2 .link_label,
  .link-button &gt; .button-tel .link_label,
  .link-button &gt; .button-mail .link_label,
  .link-button &gt; .button-mail-v2 .link_label,
  .link-button &gt; .button-banking .link_label {
    position: relative;
    font-size: 2.4rem;
    font-weight: 700;
  }
  .link-button &gt; .button-serch .link_label::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    background-image: url("/common_img/com_sprite02.png");
    background-repeat: no-repeat;
  }
  .link-button &gt; .button-serch-v2 .link_label::before,
  .link-button &gt; .button-serch-v3 .link_label::before,
  .link-button &gt; .button-tel .link_label::before,
  .link-button &gt; .button-mail .link_label::before,
  .link-button &gt; .button-mail-v2 .link_label::before,
  .link-button &gt; .button-banking .link_label::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    background-repeat: no-repeat;
  }
  .button-tel.type-kojin .link_label::before,
  .button-mail.type-kojin .link_label::before,
  .button-serch-v2.type-kojin .link_label::before,
  .button-mail-v2.type-kojin .link_label::before {
    background-image: url(/common_img/com_sprite03_01.png);
  }
  .button-tel.type-hojin .link_label::before,
  .button-mail.type-hojin .link_label::before,
  .button-serch-v2.type-hojin .link_label::before,
  .button-mail-v2.type-hojin .link_label::before {
    background-image: url(/common_img/com_sprite03_02.png);
  }
  .link-button &gt; .button-serch &gt; a {
    padding: 22px 54px 20px 20px;
  }
  .link-button &gt; .button-serch .link_label {
    padding-left: 84px;
  }
  .link-button &gt; .button-serch .link_label::before {
    margin-top: -16px;
    width: 67px;
    height: 39px;
    background-position: 0 0;
  }
  .link-button &gt; .button-serch-v2 .link_label::before {
    background-position: 0 0;
  }
  .link-button &gt; .button-serch-v3 .link_label {
    padding-left: 63px;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .link-button &gt; .button-serch-v3 .link_label::before {
    margin-top: -12px;
    width: 46px;
    height: 27px;
    background-image: url(/common_img/com_sprite01.png);
    background-position: -40px -140px;
  }
  .link-button &gt; .button-tel &gt; a,
  .link-button &gt; .button-mail &gt; a {
    padding: 22px 20px 21px 20px;
  }
  .link-button &gt; .button-tel &gt; a {
    padding-right: 43px;
  }
  .link-button &gt; .button-tel .link_label {
    padding-left: 48px;
  }
  .link-button &gt; .button-tel .link_label::before {
    margin-top: -20px;
    width: 29px;
    height: 39px;
    background-position: -60px 0;
  }
  .link-button &gt; .button-mail .link_label {
    padding-left: 63px;
  }
  .link-button &gt; .button-mail .link_label::before,
  .link-button &gt; .button-mail-v2 .link_label::before {
    margin-top: -15px;
    width: 43px;
    height: 29px;
    background-position: -110px 0;
  }
  .link-button &gt; .button-serch-v2 &gt; a,
  .link-button &gt; .button-mail-v2 &gt; a {
    padding: 12px 90px 12px 90px;
  }
  .link-button &gt; .button-serch-v2 .link_label,
  .link-button &gt; .button-mail-v2 .link_label {
    position: static;
    font-size: 2.2rem;
  }
  .link-button &gt; .button-serch-v2 .link_label::before {
    margin-top: -20px;
    left: 44px;
    width: 39px;
    height: 39px;
  }
  .link-button &gt; .button-mail-v2 .link_label::before {
    left: 42px;
  }
  .link-button &gt; li.is-kojin &gt; a {
    color: #fff;
    background-color: #58a52d;
    border: none;
  }
  .link-button &gt; li.is-kojin &gt; a:hover {
    background-color: #79b757;
  }
  .link-button &gt; li.is-hojin &gt; a {
    color: #fff;
    background-color: #1176cc;
    border: none;
  }
  .link-button &gt; li.is-hojin &gt; a:hover {
    background-color: #4191d6;
  }
  .link-button &gt; .button-banking a {
    padding: 24px 20px 23px;
  }
  .link-button &gt; .button-banking .link_label {
    padding-left: 124px;
  }
  .link-button &gt; .button-banking .link_label::before {
    margin-top: -56px;
    width: 110px;
    height: 109px;
    background-position: 0 0;
    background-image: url("/common_img/com_im05.png");
  }
  
  /* v2 */
  .link-button-v2 &gt; li &gt; a {
    display: inline-block;
    position: relative;
    min-width: 280px;
    padding: 14px 32px 13px;
    border-radius: 100px;
    background-color: #58a52d;
    color: #fff;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  }
  .link-button-v2 &gt; li &gt; a:hover {
    background-color: #79b757;
  }
	
	/* 20240221追記　 */
	
  .link-button-v2_1 &gt; li &gt; a {
    background-color: #efe4b0;
    color: #202f55;
  }
  .link-button-v2_1 &gt; li &gt; a:hover {
    background-color: #f3ebc6;
		color: #5F6A85;
  }
	/* 20240221追記　end　 */
	
  .link-button-v2 .link_label {
    display: inline-block;
    position: relative;
    line-height: 1.5;
  }
  .link-button-v2.is-type02 &gt; li &gt; a {
    padding: 12px 28px 11px;
    width: 100%;
    font-size: 2rem;
    font-weight: 700;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  }
  .link-button-v2.is-type02 .link_label .link_label_sub {
    font-size: 1.4rem;
    font-weight: normal;
  }
  .link-button-v2.is-type02 .link_label &gt; span {
    display: block;
  }
  .link-button-v2 &gt; li.is-kojin &gt; a {
    background-color: #58a52d;
  }
  .link-button-v2 &gt; li.is-kojin &gt; a:hover {
    background-color: #79b757;
  }
  .link-button-v2 &gt; li.is-hojin &gt; a {
    background-color: #1176cc;
  }
  .link-button-v2 &gt; li.is-hojin &gt; a:hover {
    background-color: #4191d6;
  }
  /* v3 */
  .link-button-v3 &gt; li &gt; a {
    display: inline-block;
    position: relative;
    min-width: 280px;
    padding: 14px 32px 13px;
    border-radius: 100px;
    background-color: #1176cc;
    color: #fff;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  }
  .link-button-v3 &gt; li &gt; a:hover {
    background-color: #4191d6;
  }
  .link-button-v3 .link_label {
    display: inline-block;
    position: relative;
    line-height: 1.5;
  }
  /* v4 */
  .link-button-v4 &gt; li &gt; a {
    display: inline-block;
    position: relative;
    min-width: 280px;
    padding: 14px 36px 13px;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    background-color: #fff;
    color: #333;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  }
  .link-button-v4 &gt; li &gt; a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 21px;
    margin-top: -4px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #3f3f3f;
    border-right: 2px solid #3f3f3f;
    transform: rotate(45deg);
  }
  .link-button-v4 &gt; li &gt; a:hover {
    background-color: #eee;
  }
  .link-button-v4 .link_label {
    display: inline-block;
    position: relative;
    line-height: 1.5;
  }
  [data-row-pc].link-button-v4 .button-ic01 &gt; a {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 32px 35px 31px;
  }
  .link-button-v4 .button-ic01 &gt; a::before {
    content: '';
    display: inline-block;
    flex-shrink: 0;
    background-image: url(/common_img/com_sprite02.png);
    background-repeat: no-repeat;
  }
  .link-button-v4 .button-ic01.is-ic01-01 &gt; a::before {
    margin-right: 20px;
    width: 35px;
    height: 43px;
    background-position: -80px 4px;
  }
  .link-button-v4 .button-ic01.is-ic01-02 &gt; a::before {
    margin-right: 21px;
    width: 74px;
    height: 47px;
    background-image: url(/common_img/com_logo01.png);
  }
  .link-button-v4 .button-ic01.is-ic01-03 &gt; a::before {
    margin-right: 24px;
    width: 32px;
    height: 43px;
    background-position: -130px 0;
  }
  .link-button-v4 .button-ic01.is-ic01-04 &gt; a::before {
    margin-right: 21px;
    width: 45px;
    height: 43px;
    background-position: -180px 7px;
  }
  .link-button-v4 .button-ic01.is-ic01-05 &gt; a::before {
    margin-right: 24px;
    width: 32px;
    height: 43px;
    background-position: -240px 3px;
  }
  .link-button-v4 .button-ic01.is-ic01-06 &gt; a::before {
    margin-right: 25px;
    width: 38px;
    height: 43px;
    background-position: -286px 2px;
  }
  .link-button-v4 .button-ic01.is-ic01-07 &gt; a::before {
    margin-right: 22px;
    width: 33px;
    height: 43px;
    background-position: -340px 0;
  }
  .link-button-v4 .button-ic01.is-ic01-08 &gt; a::before {
    margin-right: 25px;
    width: 40px;
    height: 46px;
    background-position: -390px 0px;
  }
  .link-button-v4 .button-ic01.is-ic01-09 &gt; a::before {
    margin-right: 13px;
    width: 43px;
    height: 43px;
    background-position: -450px 3px;
  }
  .link-button-v4 .button-ic01.is-ic01-10 &gt; a::before {
    margin-right: 19px;
    width: 43px;
    height: 43px;
    background-position: -510px 5px;
  }
  [data-row-pc="3"].link-button-v4.type-02 &gt; li {
    width: calc((100% - 61px) / 3);
  }
  .link-button-v4.type-02 .link_label_sub {
    font-size: 1.6rem;
  }
  [data-row-pc]:not([data-row-pc="1"]):not([data-row-pc="auto"]).link-button-v4.type-02 &gt; li {
    margin-top: 30px;
    margin-left: 30px;
  }
  [data-row-pc].link-button-v4.type-02 &gt; li &gt; a {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 0;
  }
  [data-row-pc].link-button-v4.type-02 &gt; li &gt; a &gt; .link_label {
    display: table;
    position: static;
    width: 100%;
    min-height: 110px;
    height: 100%;
  }
  [data-row-pc].link-button-v4.type-02 &gt; .button-ic02 &gt; a &gt; .link_label {
    margin-left: 110px;
    width: calc(100% - 110px);
  }
  [data-row-pc].link-button-v4.type-02 &gt; li &gt; a &gt; .link_label &gt; .link_label_inner {
    display: table-cell;
    vertical-align: middle;
    padding: 24px 35px 24px 18px;
  }
  [data-row-pc].link-button-v4.type-02 &gt; li &gt; a &gt; .link_label &gt; .link_label_inner.type-noIcon {
    padding: 24px 35px 24px 32px;
  }
  [data-row-pc].link-button-v4.type-02 &gt; li &gt; a &gt; .link_label &gt; .link_label_inner.type-img {
    padding: 14px 35px 14px 32px;
  }
  [data-row-pc].link-button-v4.type-02 &gt; li &gt; a:hover {
    background-color: #fff;
  }
  [data-row-pc].link-button-v4.type-02 &gt; li &gt; a:hover &gt; .link_label {
    background-color: #eee;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .link-button-v4 .button-ic02 &gt; a::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    flex-shrink: 0;
    background-image: url(/common_img/com_sprite02.png);
    background-repeat: no-repeat;
    transform: translateY(-50%);
  }
  .link-button-v4 .button-ic02.is-ic02-01 &gt; a::before  {
    left: 20px;
    width: 72px;
    height: 63px;
    background-position: 0 -60px;
  }
  .link-button-v4 .button-ic02.is-ic02-02 &gt; a::before  {
    left: 27px;
    width: 62px;
    height: 70px;
    background-position: -90px -60px;
  }
  .link-button-v4 .button-ic02.is-ic02-03 &gt; a::before  {
    left: 26px;
    width: 61px;
    height: 59px;
    background-position: -170px -60px;
  }
  .link-button-v4 .button-ic02.is-ic02-04 &gt; a::before  {
    left: 22px;
    width: 67px;
    height: 63px;
    background-position: -250px -60px;
  }
  .link-button-v4 .button-ic02.is-ic02-05 &gt; a::before  {
    left: 27px;
    width: 54px;
    height: 54px;
    background-position: -330px -60px;
  }
  .link-button-v4 .button-ic02.is-ic02-06 &gt; a::before  {
    left: 16px;
    width: 80px;
    height: 55px;
    background-position: -400px -60px;
  }
  .link-button-v4 .button-ic02.is-ic02-07 &gt; a::before  {
    left: 29px;
    width: 55px;
    height: 58px;
    background-position: -491px -60px;
  }
  .link-button-v4 .button-ic02.is-ic02-08 &gt; a::before  {
    left: 29px;
    width: 52px;
    height: 62px;
    background-position: -561px -60px;
  }
  .link-button-v4 .button-ic02.is-ic02-09 &gt; a::before  {
    left: 20px;
    width: 74px;
    height: 47px;
    background-image: url(/common_img/com_logo01.png);
  }
  .link-button-v4 .button-ic02.is-ic02-10 &gt; a::before  {
    left: 21px;
    width: 80px;
    height: 50px;
    background-position: -620px -60px;
  }
  .link-button-v4 .button-ic02.is-ic02-11 &gt; a::before  {
    left: 17px;
    width: 80px;
    height: 58px;
    background-position: -700px -60px;
  }
  .link-button-v4 .button-ic02.is-ic02-12 &gt; a::before  {
    left: 20px;
    width: 64px;
    height: 70px;
    background-position: -1px -129px;
  }
  .link-button-v4 .button-ic02.is-ic02-13 &gt; a::before  {
    left: 30px;
    width: 49px;
    height: 63px;
    background-position: -90px -136px;
  }
  .link-button-v4 .button-ic02.is-ic02-14 &gt; a::before  {
    left: 25px;
    width: 71px;
    height: 69px;
    background-position: -167px -129px;
  }
  .link-button-v4 .button-ic02.is-ic02-15 &gt; a::before  {
    left: 27px;
    width: 56px;
    height: 56px;
    background-position: -262px -137px;
  }
  /* v5 */
  .link-button-v5 &gt; li &gt; a {
    display: inline-block;
    position: relative;
    min-width: 280px;
    padding: 14px 20px 13px;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    background-color: #fff;
    color: #333;
    line-height: 1.5;
    text-decoration: none;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  }
  .link-button-v5 &gt; li:hover {
    border-radius: 10px;
    cursor: pointer;
  }
  .link-button-v5 &gt; li:hover &gt; a {
    background-color: #eee;
  }
  .link-button-v5:not([data-row-pc="1"]):not([data-row-pc="auto"]) &gt; li {
    margin-top: 30px;
  }
  [data-row-pc].link-button-v5 &gt; li &gt; a {
    flex-flow: column;
    align-items: flex-start;
    padding: 20px 35px 23px 23px;
    height: 100%;
  }
  .link-button-v5 &gt; li &gt; a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 27px;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #3f3f3f;
    border-right: 2px solid #3f3f3f;
    transform: rotate(45deg);
  }
  .link-button-v5 &gt; li &gt; a:hover {
    background-color: #eee;
  }
  .link-button-v5 .link_label {
    display: inline-block;
    position: relative;
    line-height: 1.5;
  }
  .link-button-v6 {
    margin-top: 1em;
  }
  .link-button-v6 &gt; li &gt; a {
    position: relative;
    padding: 19px 40px;
    font-size: 2rem;
    font-weight: 700;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  }
  .link-button-v6 &gt; li &gt; a:hover {
    background-color: #eee;
  }
  .link-button-v6 &gt; li &gt; a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 21px;
    margin-top: -4px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #333333;
    border-right: 2px solid #333333;
    transform: rotate(45deg);
  }
  
  /* ------------------------------------------------------
   * Element &gt;&gt;&gt; Image
  ------------------------------------------------------ */
	
	/* ---   20240227追記   --- */
	
	.gp-img01 &gt; img{
		padding-left: 10px;
		vertical-align: middle !important;
	}
	
	/* ---   20240227追記end   --- */
	
  
  /* ----- 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.4rem;
    text-align: left;
  }
  .image-set.gp-al-right {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .image-set.gp-al-left {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  /* for IE11 hack */
  _:-ms-lang(x)::-ms-backdrop, .image-set.gp-al-center &gt; .image_inner,
  _:-ms-lang(x)::-ms-backdrop, .image-set.gp-al-right &gt; .image_inner{
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    min-width: 1px;
  }
	
  
  /* ------------------------------------------------------
   * Element &gt;&gt;&gt; Video
  ------------------------------------------------------ */
  
  /* ------------------------------------------------------
   * Element &gt;&gt;&gt; Form
  ------------------------------------------------------ */
  
  /* ------------------------------------------------------
   * Element &gt;&gt;&gt; Other
  ------------------------------------------------------ */
  .container[data-sidebar="false"] .section_exceed {
    position: relative;
    left: 50%;
    width: 100vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .container[data-sidebar="false"] .section_exceed .section_exceed_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .container[data-sidebar="true"] .section_exceed-wide,
  .container[data-sidebar="true"] .section_exceed-wide .section_exceed_inner {
    width: 1200px;
  }
  /* ------------------------------------------------------
   * Layout &gt;&gt;&gt; Column
  ------------------------------------------------------ */
  [class*="column-layout"] &gt; [class*="column_item"] &gt; *:first-child,
  [class*="column-layout"] &gt; [class*="column_item"] &gt; section:first-child &gt; [class*="heading-lv"],
  [class*="column-media"] &gt; [class*="column_"] &gt; *:first-child,
  [class*="column-media"] &gt; [class*="column_"] &gt; section:first-child &gt; [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  
  /* ----- column-layout ----- */
  .column-layout {
    margin-top: 2em;
  }
  .column-layout &gt; .column_item {
    margin-top: 1em;
  }
  
  /* ----- map-layout ----- */
  .map-layout {
    margin-top: 1em;
  }
  .map-layout .map-layout_inner {
    position: relative;
    padding-top: 100%;
  }
  .map-layout iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background-color: transparent;
    overflow: hidden;
  }
  .map_caption {
    margin-top: 5px;
  }
  
  /* ----- column-media ----- */
  .column-media {
    margin-top: 1em;
  }
  .column-media[data-media-size="1/2"] &gt; .column_image { width: calc((100% -  36px) / 2); }
  .column-media[data-media-size="1/3"] &gt; .column_image { width: calc((100% -  72px) / 3); }
  .column-media[data-media-size="1/4"] &gt; .column_image { width: calc((100% - 108px) / 4); }
  .column-media[data-media-size="1/5"] &gt; .column_image { width: calc((100% - 144px) / 5); }
  .column-media[data-media-size="1/6"] &gt; .column_image { width: calc((100% - 180px) / 6); }
  .column-media &gt; .column_image[data-image="right"] {
    float: right;
    margin-left: 36px;
  }
  .column-media &gt; .column_image[data-image="left"] {
    float: left;
    margin-right: 36px;
  }
  .column-media &gt; .column_detail[data-wraparound="false"] {
    overflow: hidden;
  }
  .column-media[data-media-size] .image_inner {
    width: 100%;
  }
  .column-media.is-pc-wMax34 .column_image {
    max-width: 40%;
  }
  .pc-1column {
    display: flex;
    align-items: center;
    margin-bottom: 1em;
  }
  
  /* ------------------------------------------------------
   * Layout &gt;&gt;&gt; Table
  ------------------------------------------------------ */
  [class^="table-layout"] {
    overflow-x: auto;
    padding-bottom: 1px;
  }
  [class*="table-layout"] th &gt; *:first-child,
  [class*="table-layout"] th &gt; section:first-child &gt; [class*="heading-lv"],
  [class*="table-layout"] td &gt; *:first-child,
  [class*="table-layout"] td &gt; section:first-child &gt; [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 table .image_inner  {
    max-width: 100%;
  }
  .table-layout caption {
    margin-bottom: 22px;
    text-align: left;
  }
  .table-layout caption &gt; *:first-child {
    margin-top: 0 !important;
  }
  .table-layout caption &gt; *:last-child {
    margin-bottom: 0 !important;
  }
  .table-layout .table_title {
    font-size: 1.8rem;
    font-weight: 700;
  }
  .table-layout .table_caption,
  .table-layout .table_caption-v2 {
    margin: .5em 0;
    font-size: 1.4rem;
  }
  .table-layout th,
  .table-layout td {
    padding: 15px 20px;
    vertical-align: top;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    background-color: #fff;
    font-weight: 400;
    text-align: left;
  }
  .table-layout thead th {
    vertical-align: middle;
  }
  .table-layout th &gt; *:first-child,
  .table-layout td &gt; *:first-child {
    margin-top: 0 !important;
  }
  .table-layout .cell-style1 {
    background-color: #eaecee;
  }
  .table-layout th.cell-style1 {
    text-align: center;
    font-weight: 700;
  }
  .table-layout .cell-style2 {
    text-align: center;
    background-color: #fafafa;
  }
  .table-layout .cell-style3 {
    background-color: #fff0f0;
    font-weight: 700;
  }
  .table-layout .cell-style4 {
    background-color: #dbeef4;
  }
  .table-layout .cell-style5 {
    background-color: #f1dcdb;
  }
  .table-layout .cell-style6 {
    background-color: #fce8dd;
  }
  .table-layout .cell-style7 {
    background-color: #ffc100;
  }
  .table-layout .cell-style8 {
    background-color: #eeece1;
  }
  .table-layout .cell-style9 {
    background-color: #f9f9f9;
  }
   .table-th-f-size {
    font-size: 2rem;
  } 
  /* ------------------------------------------------------
   * Layout &gt;&gt;&gt; Box
  ------------------------------------------------------ */
  [class*="box-layout"] {
    margin-top: 2.5em;
  }
  [class*="box-layout"] &gt; [class*="box_detail"] &gt; *:first-child,
  [class*="box-layout"] &gt; [class*="box_detail"] &gt; section:first-child &gt; [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  
  /* ----- box-layout ----- */
  .box-layout {
    margin-top: 1.85em;
    border: 1px solid #dde1e4;
  }
  .box-layout &gt; .box_title {
    padding: 17px 22px 17px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #dde1e4;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .box-layout &gt; .box_detail {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 22px 28px;
    background-color: #fff;
  }
  .box-layout.is-split {
    display: flex;
  }
  .box-layout.is-split  &gt; .box_title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 31.4%;
    border-bottom: none;
    border-right: 1px solid #dde1e4;
  }
  .box-layout.is-split  &gt; .box_detail {
    display: flex;
    align-items: center;
    padding: 22px 40px 22px;
    width: 68.6%;
  }
  .box-layout.is-split  &gt; .box_detail &gt; .box_detail_inner {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .box-layout &gt; .box_detail.type-contact {
    padding-top: 20px;
  }
  .box-layout &gt; .box_detail .box_detail_title {
    line-height: 1.2;
    font-size: 1.8rem;
  }
  .box-layout-v2 {
    background-color: #fffdd5;
  }
  .box-layout-v2 &gt; .box-layout_inner {
    margin-top: 0;
  }
  .box-layout-v2 .box_heading {
    padding: 26px 10px 0;
  }
  .box-layout-v2 .box_title {
    line-height: 1.5;
    text-align: center;
    font-size: 2.6rem;
    font-weight: 700;
  }
  .box-layout-v2 .box_heading + .box_detail {
    margin-top: 20px;
  }
  .box-layout-v2 .box_detail {
    padding: 0 8.5% 37px;
  }
  .box-layout-v2 .box_detail:only-child {
    padding-top: 36px;
  }
  .box-layout-v3 {
    background-color: #ffeded;
  }
  .box-layout-v3 &gt; .box-layout_inner {
    margin-top: 0;
  }
  .box-layout-v3 .box_heading {
    padding: 34px 10px 0;
  }
  .box-layout-v3 .box_title {
    line-height: 1.5;
    text-align: center;
    color: #dc3545;
    font-size: 2rem;
    font-weight: 700;
  }
  .box-layout-v3 .box_heading + .box_detail {
    margin-top: 20px;
  }
  .box-layout-v3 .box_detail {
    padding: 0 8.5% 33px;
  }
  .box-layout-v3 .box_detail:only-child {
    padding-top: 36px;
  }
  .box-layout-v4 {
    padding: 30px;
    background-color: #f9f9f9;
  }
  .box-layout-v4 &gt; *:first-child {
    margin-top: 0;
  }
  .box-layout-v5 {
    margin-top: 28px;
    border: 2px solid #58a52d;
    border-radius: 10px;
    overflow: hidden;
  }
  .box-layout-v5 &gt; .box_title {
    padding: 22px 30px 16px;
    text-align: center;
    line-height: 1.5;
    font-size: 2.4rem;
    font-weight: 700;
    background-color: #d2efb8;
  }
  .box-layout-v5 &gt; .box_detail {
    padding: 30px 30px 34px;
  }
  .box-layout-v5.type-02 {
    overflow: visible;
  }
  .box-layout-v5.type-02 &gt; .box_title {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 30px 0 11.8%;
    text-align: left;
    border-radius: 10px 10px 0 0;
  }
  .box-layout-v5.type-02 &gt; .box_title:before {
    flex-shrink: 0;
    content: '';
    display: inline-block;
    margin-top: -8px;
    margin-right: 28px;
    width: 92px;
    height: 122px;
    background: url(/common_img/com_ic04.png) 0 0 no-repeat;
  }
  .box-layout-v5.type-03 {
    border: 2px solid #dc3545;
  }
  .box-layout-v5.type-03 &gt; .box_title {
    background-color: #ffeded;
  }
  .box-layout-v5.type-03 &gt; .box_title {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
  }
  .box-layout-v5.type-03 &gt; .box_title:before {
    content: '';
    margin-right: 28px;
    width: 42px;
    height: 38px;
    background: url(/common_img/com_ic10.png) 0 0 no-repeat;
    display: block;
  }
  .box-layout-v5.type-04 {
    border: 2px solid #f46b8b;
  }
  .box-layout-v5.type-04 &gt; .box_title {
    background-color: #ffdce4;
  }
  .box-layout-v5.type-05 {
    border: 2px solid #333;
  }
  .box-layout-v6 {
    border-radius: 10px;
    border: 1px solid #eee;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
  }
  .column_item .box-layout-v6 {
    height: 100%;
  }
  .box-layout-v6 .box_title {
    text-align: center;
    background-color: #e4f6d3;
    font-size: 2rem;
    font-weight: 700;
  }
  .box-layout-v6 .box_title &gt; a {
    position: relative;
    display: block;
    padding: 12px 35px 14px;
    color: #333;
    text-decoration: none;
  }
  .box-layout-v6 .box_title &gt; a:hover {
    text-decoration: underline;
  }
  .box-layout-v6 .box_title &gt; a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #333333;
    border-right: 2px solid #333333;
    transform: rotate(45deg);
  }
  .box-layout-v6 &gt; .box_detail {
    background-color: #fff;
    padding: 30px 20px;
    height: 100%;
  }

  .box-layout-v7 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    padding: 30px 9%;
    width: 100%;
    background-color: #f9f9f9;
  }
  .box-layout-v7 .image-set {
    margin-top: 0;
  }
  .box-layout-v7 .image_inner {
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  }
  .box-layout-v7 &gt; .box_side {
    padding-top: 5px;
    padding-right: 36px;
  }
  .box-layout-v7 &gt; .box_main {
    flex-shrink: 0;
  }
  .box-layout-v7 &gt; .box_side-v2 {
    padding-right: 36px;
    width: 46.8%;
  }
  .box-layout-v7 &gt; .box_main-v2 {
    width: 53.2%;
  }
  .box-layout-v7 &gt; .box_main,
  .box-layout-v7 &gt; .box_main-v2 &gt; :first-child {margin-top: 0;}
  .box-layout-v8 {
    margin-top: 2em;
    padding: 20px 20px 42px;
    border: 1px solid #dde1e4;
  }
  .box-layout-v8 &gt; .box_title {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .box-layout-v8 &gt; .box_detail {
    display: flex;
    justify-content: center;
    margin-top: 32px;
  }
  .box-layout-v8 &gt; .box_detail &gt; .qr-layout {
    margin: 0 31px;
  }
  .qr-layout {
    display: flex;
  }
  .qr-layout &gt; .qr-layout_item {
    margin: 0 11px;
  }
  .qr-layout_item &gt; .qr-layout_text {
    display: inline-block;
    line-height: 1.3;
    padding: 3px 14px;
    font-weight: bold;
    background-color: #dde1e4;
    border-radius: 20px;
  }
  .qr-layout_item &gt; .qr-layout_img a:hover {
    opacity: 0.8;
  }
  .qr-layout_item &gt; .qr-layout_text + .qr-layout_img {
    margin-top: 13px;
  }
  .qr-layout_item &gt; .qr-layout_img.is-apple {
    max-width: 164px;
  }
  .qr-layout_item &gt; .qr-layout_img.is-google {
    max-width: 202px;
  }
  .qr-layout_item &gt; .qr-layout_img.is-qr {
    margin-top: 3px;
  }
  .box-layout-v9 {
    margin-top: 1em;
    padding: 30px;
    background-color: #f9f9f9;
  }
  .box-layout-v9 &gt; .box_title {
    padding-top: 5px;
    line-height: 1.5;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
  }
  .box-layout-v9 &gt; .box_title + .box_detail {
    margin-top: 26px;
  }
  .box-layout-v10 {
    margin-top: 26px;
    padding: 10px;
    background-color: #d2efb8;
  }
  .box-layout-v10 &gt; .box_title {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
  }
  .box-layout-v11 {
    margin-top: 1em;
    padding: 23px 30px 30px;
    background-color: #fafafa;
  }
  .box-layout-v11 &gt; :first-child {
    margin-top: 0;
  }
  .box-layout-v12 {
    margin-top: 1.85em;
    border: 1px solid #dde1e4;
  }
  .box-layout-v12 &gt; .box_title {
    padding: 17px 22px 17px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #dde1e4;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .box-layout-v12 &gt; .box_detail {
    display: block;
    padding: 20px 22px 28px;
    background-color: #fff;
  }
  .box-layout-v13 {
    padding: 20px 20px;
    height: 100%;
    background-color: #fff;
    border: 1px solid #dde1e4;
    border-radius: 10px;
  }
  .box-layout-v13 &gt; .box_title {
    font-weight: 700;
  }
  .box-layout-v13 &gt; .box_title + .box_detail {
    margin-top: 10px;
  }
  .box-layout-v14{
    background-color: #fff;
    border: 1px solid #dde1e4;
    border-radius: 10px;
  }
  .box-layout-v14 dt{
    text-align: center;
    font-size: 2.8rem;
    font-weight: 700;
    border-radius: 10px 10px 0 0;
    color: #fff;
    line-height: 1.3;
    padding: 20px;
  }
  .box-layout-v14 dt .box_title-small{
    font-size: 2.6rem;
  }
  .box-layout-v14.type-01 dt{
    background-color: #58a52d;
  }
  .box-layout-v14.type-02 dt{
    background-color: #ff9900;
  }
  .box-layout-v14 dd .box_detail{
    display: flex;
    padding: 40px 20px;
    border-bottom: 1px solid #dde1e4;
    align-items: center;
  }
  .box-layout-v14 dd .box_detail{
    display: flex;
    padding: 40px 0;
    border-bottom: 1px solid #dde1e4;
    align-items: center;
  }
  .box-layout-v14 dd .box_detail:last-child{
    border-bottom: none;
  }
  .box-layout-v14 dd .box_detail .box_item:first-child{
    position: relative;
  }
  .box-layout-v14 dd .box_detail .box_item:first-child::after{
    content: "";
    position: absolute;
    top: 50%;
    right: -13px;
    transform: translateY(-50%);
    display: block;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }
  .box-layout-v14.type-01 dd .box_detail .box_item:first-child::after{
    border-left: 26px solid #58a52d;
  }
  .box-layout-v14.type-02 dd .box_detail .box_item:first-child::after{
    border-left: 26px solid #ff9900;
  }
  .box-layout-v14 dd .box_detail .box_item{
    width: 50%;
    padding: 0 40px;
  }
  .box-layout-v14 dd .box_detail .box_item &gt; *{
    margin-top: 0.2em;
  }
  .box-layout-v14 dd .box_detail .box_item &gt; *:first-child{
    margin-top: 0;
  }
  .box-layout-v14 dd .box_detail .box_item .image-set{
    margin-top: 0;
  }
  .box-layout-v14 dd .box_detail .box_item .image-set .image_inner{
    width: 100%;
  }
  .box-layout-v14 dd .box_title-v2{
    font-size: 2.2rem;
    font-weight: 700;
  }
  .box-listWrap &gt; .box-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -9px;
  }
  .box-listWrap &gt; .box-list &gt; .box-list_item {
    padding: 0 9px;
    width: 33.333%;
  }
  .box-listWrap &gt; .box-list &gt; .box-list_item:nth-child(n + 4) {
    margin-top: 18px;
  }
  .box-list_item &gt; dl {
    padding: 20px;
    height: 100%;
    background-color: #fff;
    border: 1px solid #dde1e4;
    border-radius: 10px;
  }
  .box-list_item .box-list_title {
    text-align: center;
    color: #58a52d;
    font-size: 2rem;
    font-weight: 700;
  }
  .box-list_item .box-list_detail {
    margin-top: 0.5em;
  }
  .box-list-v2 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.5em;
  }
  .box-list-v2 &gt; .box-list_item {
    display: flex;
    align-items: center;
    flex-flow: column;
    width: calc((100% - 10px) / 2);
    margin-left: 9px;
    padding: 16px 5px 20px;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
  }
  .box-list-v2 &gt; .box-list_item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .box-list-v2 &gt; .box-list_item .box-list_label {
    display: inline-block;
    padding: 1px 12px 2px;
    line-height: 1.2;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    background-color: #58a52d;
  }
  .box-list-v2 &gt; .box-list_item .box-list_label-num {
    font-size: 1.7rem;
  }
  .box-list-v2 &gt; .box-list_item .box-list_detail {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .box-list-v2 &gt; .box-list_item .box-list_text {
    line-height: 1.44;
    font-size: 1.8rem;
  }
  
  /* ------------------------------------------------------
   * Layout &gt;&gt;&gt; Other
  ------------------------------------------------------ */
  /* ----- accordion-layout ----- */
  .accordion-layout {
    margin-top: 1.85em;
  }
  .accordion-layout &gt; .accordion_item {
    margin-top: 30px;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  }
  .accordion-layout &gt; .accordion_item.is-active {
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  }
  .accordion-layout &gt; .accordion_item:first-child {
    margin-top: 0;
  }
  .accordion-layout &gt; .accordion_trigger {
    position: relative;
  }
  .accordion-layout .accordion_label {
    display: flex;
    position: relative;
    padding: 18px 70px 18px 30px;
    width: 100%;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    cursor: pointer;
    border-radius: 10px;
    background-color: #fff;
  }
  .accordion-layout .accordion_label:hover {
    background-color: #eee;
  }
  .accordion-layout .accordion_label &gt; .accordion_label-prefix {
    flex-shrink: 0;
    margin-right: 18px;
    line-height: 1.3;
    color: #ef8700;
    font-size: 2.4rem;
    font-weight: 700;
  }
  .accordion_item &gt; .accordion_detail {
    padding: 20px 38px;
    border-top: 1px solid #ddd;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
  }
  .accordion_item.type-qa &gt; .accordion_detail {
    display: flex;
    width: 100%;
  }
  .accordion_item &gt; .accordion_detail .accordion_detail-prefix {
    flex-shrink: 0;
    padding-right: 24px;
    line-height: 1.2;
    color: #666;
    font-size: 2.4rem;
    font-weight: 700;
  }
  .accordion_item.type-qa &gt; .accordion_detail .accordion_detail_text {
    flex-grow: 1;
  }
  .accordion_item.type-qa &gt; .accordion_detail .accordion_detail_text &gt; :first-child {
    margin-top: 0px;
  }
  .accordion-layout .accordion_label::before,
  .accordion-layout .accordion_label::after {
    position: absolute;
    display: block;
    top: 50%;
    right: 30px;
    width: 23px;
    height: 3px;
    margin-top: -1px;
    background-color: #666666;
    content: "";
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .accordion-layout .accordion_label::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .accordion_item.is-active .accordion_trigger &gt; .accordion_label {
    border-radius: 10px 10px 0 0;
  }
  .accordion_item.is-active &gt; .accordion_trigger .accordion_label::before {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  
  /* ----- tab-layout ----- */
  [data-sidebar="false"] .tab-layoutWrap {
    width: 100vw;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  [data-sidebar="false"] .tab-layoutWrap .tab-layout .tab_list {
    margin: 0 auto;
    max-width: 1200px;
  }
  [data-sidebar="true"] .tab-layout .tab_list {
    margin: 0 -9px;
  }
  [data-sidebar="true"] .tab-layout .tab_list &gt; li {
    padding: 0 9px;
  }
  [data-sidebar="true"] .tab-layout.type-02 .tab_list {
    margin: 0 -18px;
  }
  [data-sidebar="true"] .tab-layout.type-02 .tab_list &gt; li {
    padding: 0 18px;
  }
  .tab-layout {
    margin-top: 1em;
  }
  .tab-layout &gt; .tab_navi {
    position: relative;
    padding-bottom: 15px;
    overflow: hidden;
  }
  .tab-layout &gt; .tab_navi:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 20px;
    background-color: #fff;
    border-top: 1px solid #ddd;
    z-index: 1;
  }
  .tab-layout .tab_list {
    display: -webkit-flex;
    display: flex;
    margin: 0 -18px;
  }
  .tab-layout .tab_list &gt; li {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    padding: 0 18px;
  }
  .tab-layout .tab_list &gt; li &gt; a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    width: 100%;
    padding: 15px 5px 14px;
    border: 1px solid #dde1e4;
    background-color: #fff;
    line-height: 1.33;
    text-align: center;
    color: #333333;
    font-size: 1.8rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 10px;
  }
  .tab-layout.type-02 .tab_list &gt; li &gt; a {
    padding: 22px 5px 21px;
  }
  .tab-layout .tab_list &gt; li &gt; a:hover {
    border-color: #dde1e4;
    background-color: #eee;
  }
  .tab-layout .tab_list &gt; .is-current {
    padding-top: 0;
    z-index: 2;
  }
  .tab-layout .tab_list &gt; .is-current &gt; a {
    color: #fff;
    text-align: center;
    border-color: #1176cc;
    background-color: #1176cc;
  }
  .tab-layout .tab_list a::before,
  .tab-layout .tab_list a::after {
    content: '';
    display: block;
    position: absolute;
    opacity: 0;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
    z-index: -2;
  }
  .tab-layout .tab_list &gt; .is-current &gt; a::before,
  .tab-layout .tab_list &gt; .is-current &gt; a::after {
    opacity: 1;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .tab-layout .tab_list a::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  }
  .tab-layout .tab_list a::after {
    top: 100%;
    left: 50%;
    margin-left: -8px;
    width: 15px;
    height: 15px;
    border-style: solid;
    margin-top: -7px;
    background-color: #1176cc;
    border: 1px solid #1176cc;
    transform: rotate(45deg);
    z-index: -2;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  }
  .tab-layout .tab_list &gt; .is-current &gt; a:hover {
    border-color: #4191d6;
    background-color: #4191d6;
    opacity: 1;
  }
  .tab-layout .tab_list &gt; .is-current &gt; a:hover::after {
    background-color: #4191d6;
    border-color: #4191d6;
  }
  .tab-layout.type-kojin .tab_list &gt; .is-current &gt; a {
    color: #fff;
    border-color: #58a52d;
    background-color: #58a52d;
  }
  .tab-layout.type-kojin .tab_list &gt; .is-current &gt; a:hover {
    border-color: #79b757;
    background-color: #79b757;
  }
  .tab-layout.type-kojin .tab_list a::after {
    background-color: #58a52d;
    border-color: #58a52d;
  }
  .tab-layout.type-kojin .tab_list &gt; .is-current &gt; a:hover::after {
    background-color: #79b757;
    border-color: #79b757;
  }
  .tab-layout &gt; .tab_detail {
    display: none;
    position: relative;
    margin: -6px auto 0;
    padding-top: 10px;
    max-width: 1200px;
    background-color: #fff;
  }
  .tab-layout &gt; .tab_detail &gt; *:first-child {
    margin-top: 0 !important;
  }
  
  /* ------------------------------------------------------
   * Component &gt;&gt;&gt; Navi
  ------------------------------------------------------ */
  /* ----- navi-anchor ----- */
  .navi-anchor {
    margin-top: 1em;
    overflow: hidden;
  }
  .navi-anchor .navi_inner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -29px 0 -24px;
  }
  .navi-anchor .navi_inner &gt; li {
    margin-bottom: 16px;
    padding: 0 28px 0 23px;
    line-height: 1.65;
    border-left: 1px solid #ccc;
  }
  .navi-anchor .navi_inner &gt; li:nth-child(-n+4) {
    padding-top: 0;
  }
  .navi-anchor .navi_inner &gt; li &gt; a {
    display: inline-block;
    position: relative;
    padding-left: 20px;
  }
  .navi-anchor .navi_inner &gt; li &gt; a::before {
    position: absolute;
    top: .5em;
    left: 2px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 9px;
    height: 9px;
    border-top: 2px solid #3f3f3f;
    border-right: 2px solid #3f3f3f;
    content: "";
  }

  .navi-anchor-v2 {
    display: flex;
    margin: 2em -17px 0;
  }
  .navi-anchor-v2 &gt; li {
    padding: 0 17px;
    width: 33.333%;
  }
  .navi-anchor-v2 &gt; li &gt; a {
    display: block;
    position: relative;
    padding: 15px 15px 30px;
    height: 100%;
    text-align: center;
    text-decoration: none;
    border: 1px solid #eee;
    border-radius: 10px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  }
  .navi-anchor-v2 &gt; li &gt; a:hover {
    background-color: #eee;
  }
  .navi-anchor-v2 &gt; li &gt; a::after {
    content: '';
    position: absolute;
    bottom: 10px;
    margin-left: -5px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #3f3f3f;
    border-right: 2px solid #3f3f3f;
    transform: rotate(135deg);
  }
  .navi-anchor-v2 .navi-anchor_text {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    line-height: 1.3;
    color: #333;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .navi-anchor-v2 .navi-anchor_image {
    width: 41px;
    margin-left: .7em;
    flex-shrink: 0;
  }
  .navi-anchor-v2 .navi-anchor_image &gt; img {
    width: 100%;
  }
  .navi-anchor-v2 .navi-anchor_list-note {
    display: flex;
    justify-content: center;
    margin-top: 0.3em;
  }
  .navi-anchor-v2 .navi-anchor_list-note &gt; li {
    position: relative;
    padding-left: 1.3em;
    font-size: 1.4rem;
    color: #dc3545;
  }
  .navi-anchor-v2 .navi-anchor_list-note &gt; li &gt; .navi-anchor_list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .navi-anchor-v2 .navi-anchor_label {
    display: inline-block;
    padding: 3px 12px;
    line-height: 1.1;
    font-size: 1.4rem;
    font-weight: 700;
  }
  .navi-anchor-v2 .navi-anchor_label &gt; .navi-anchor_num {
    font-size: 1.7rem;
  }
  .navi-anchor-v2 .navi-anchor_label.type-kojin {
    color: #fff;
    background-color: #58a52d;
  }
  .navi-anchor-v2 .navi-anchor_label.type-hojin {
    color: #fff;
    background-color: #1176cc;
  }
  
  /* ----- contact-block ----- */
  .contact-block {
    text-align: left;
  }
  .contact-block &gt; .contact_kana {
    margin-top: 1em;
    color: #048;
    font-size: 1.2rem;
  }
  .contact-block &gt; .contact_name {
    margin-top: 0.2em;
    color: #048;
    font-size: 2rem;
    font-weight: 700;
  }
  .contact-block &gt; .contact_post {
    margin-top: 1em;
  }
  .contact-block &gt; .contact_address {
    margin-top: 0.2em;
  }
  .contact-block &gt; .contact_tel {
    display: flex;
    align-items: center;
    position: relative;
    top: -3px;
    margin-top: 0.4em;
  }
  .contact-block &gt; .contact_tel:before {
    content: '';
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right: 7px;
    width: 18px;
    height: 21px;
    background: url(/common_img/com_sprite01.png) -40px -80px no-repeat;
  }
  .contact-block-v2 &gt; .contact_kana {
    margin-top: 0.6em;
    color: #048;
    font-size: 1.2rem;
  }
  .contact-block-v2 &gt; .contact_name {
    margin-top: 0.2em;
    color: #048;
    font-size: 2rem;
    font-weight: 700;
  }
  .contact-block-v2 &gt; .contact_address {
    margin-top: 1.3em;
  }
  .text-tel {
    margin-top: 0.5em;
    line-height: 1.2;
  }
  .text-tel &gt; a {
    display: inline-flex;
    align-items: center;
    color: #333;
    font-size: 3.2rem;
    font-weight: 700;
  }
  .text-tel-v2 {
    margin-top: 0.8em;
    line-height: 1.2;
  }
  .text-tel-v2:first-child {
    margin-top: 0;
  }
  .text-tel-v2 &gt; a {
    display: inline-flex;
    align-items: center;
    color: #333;
    font-size: 4.2rem;
    font-weight: 700;
  }
  .text-tel &gt; a::before,
  .text-tel-v2 &gt; a::before {
    content: '';
    display: inline-block;
    background-image: url(/common_img/com_sprite01.png);
    background-repeat: no-repeat;
  }
  .text-tel &gt; a::before {
    margin-right: 11px;
    width: 21px;
    height: 26px;
    background-position: 0 -140px;
  }
  .text-tel-v2 &gt; a::before {
    margin-right: 10px;
    width: 59px;
    height: 34px;
    background-position: -120px -80px;
  }
  .step-list {
    margin-top: 2em;
  }
  .step-list &gt; .step-list_item {
    display: flex;
    align-items: flex-start;
  }
  .step-list &gt; .step-list_item + .step-list_item {
    margin-top: 35px;
  }
  .step-list &gt; .step-list_item + .step-list_item .step-list_heading {
    position: relative;
  }
  .step-list &gt; .step-list_item + .step-list_item .step-list_heading::before {
    content: '';
    display: block;
    position: absolute;
    top: -24px;
    left: 50%;
    margin-left: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #dde1e4 transparent transparent transparent;
  }
  .step-list &gt; .step-list_item .step-list_heading {
    padding: 13px 25px;
    width: 280px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #dde1e4;
  }
  .step-list &gt; .step-list_item &gt; .step-list_detail {
    margin-top: -4px;
    margin-left: 36px;
    width: calc(100% - 316px);
  }
  .step-list_item .step-list_heading .step-list_label {
    display: inline-block;
    padding: 1px 12px;
    line-height: 1.2;
    font-size: 1.4rem;
    font-weight: 700;
  }
  .step-list_item .step-list_heading .step-list_label &gt; .step-list_num {
    margin-left: 2px;
    font-size: 1.7rem;
  }
  .step-list_item .step-list_heading .step-list_title {
    margin-top: 8px;
    line-height: 1.5;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .step-list_item .step-list_heading.type-kojin .step-list_label {
    color: #fff;
    background-color: #ff9900;
  }
  .step-list_item .step-list_heading.type-hojin .step-list_label {
    color: #fff;
    background-color: #00b0ec;
  }
  .step-list .step-list_heading {
    position: relative;
  }
  .step-list .step-list_heading::after {
    content: '';
    display: block;
    width: 100px;
    height: 75px;
    background-repeat: no-repeat;
  }
  .step-list .step-list_heading.type-kojin::after {
    background-image: url(/common_img/com_sprite03_01.png);
  }
  .step-list .step-list_heading.type-hojin::after {
    background-image: url(/common_img/com_sprite03_02.png);
  }
  .step-list .step-list_heading.type-kojin.is-icon01::after,
  .step-list .step-list_heading.type-hojin.is-icon01::after {
    margin: 13px auto 6px;
    background-position: 9px -60px;
  }
  .step-list .step-list_heading.type-kojin.is-icon02::after,
  .step-list .step-list_heading.type-hojin.is-icon02::after {
    margin: 13px auto 6px;
    background-position: -92px -60px;
  }
  .step-list .step-list_heading.type-kojin.is-icon03::after,
  .step-list .step-list_heading.type-hojin.is-icon03::after {
    margin: 12px auto 0px;
    background-position: -182px -60px;
  }
  .step-list .step-list_heading.type-kojin.is-icon04::after,
  .step-list .step-list_heading.type-hojin.is-icon04::after {
    margin: 9px auto 1px;
    background-position: 22px -155px;
  }
  .step-list .step-list_heading.type-kojin.is-icon05::after,
  .step-list .step-list_heading.type-hojin.is-icon05::after {
    margin: 10px auto 4px;
    background-position: -90px -155px;
  }
  .step-list .step-list_heading.type-kojin.is-icon06::after,
  .step-list .step-list_heading.type-hojin.is-icon06::after {
    margin: 13px auto 6px;
    background-position: -192px -155px;
  }
  .step-list-v2 {
    display: flex;
  }
  .step-list-v2 &gt; .step-list_item {
    position: relative;
    margin-right: 36px;
    padding: 13px 20px 29px;
    width: calc((100% - 73px)  / 3);
    text-align: center;
    background-color: #fff;
    border: 1px solid #dde1e4;
    border-radius: 10px;
  }
  .step-list-v2 &gt; .step-list_item:nth-child(3n) {
    margin-right: 0;
  }
  .step-list-v2 &gt; .step-list_item + .step-list_item::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: -27px;
    margin-top: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 0 16px 16px;
    border-color: transparent transparent transparent #dde1e4;
  }
  .step-list-v2 &gt; .step-list_item .step-list_heading {
    font-weight: bold;
  }
  .step-list-v2 &gt; .step-list_item .step-list_heading .step-list_label {
    display: inline-block;
    padding: 2px 12px;
    line-height: 1.2;
    color: #fff;
    font-size: 1.4rem;
    background-color: #f90;
  }
  .step-list-v2 &gt; .step-list_item .step-list_heading .step-list_label &gt; .step-list_num {
    font-size: 1.7rem;
  }
  .step-list-v2 &gt; .step-list_item .step-list_heading .step-list_title {
    margin-top: 10px;
    line-height: 1.5;
    font-size: 1.8rem;
  }
  .step-list-v2 &gt; .step-list_item &gt; .is-type01 + .step-list_img {
    margin-top: 22px;
    margin-left: 13px;
  }
  .step-list-v2 &gt; .step-list_item &gt; .is-type01 + .step-list_img {
    margin-top: 22px;
  }
  .step-list-v2 &gt; .step-list_item &gt; .is-type02 + .step-list_img {
    margin-top: 32px;
  }
  .step-list-v2 &gt; .step-list_item &gt; .is-type03 + .step-list_img {
    margin-top: 47px;
  }
  
  .step-list-v3 {
    display: flex;
    margin: 1em -18px 0;
  }
  .step-list-v3 &gt; .step-list_item {
    position: relative;
    padding: 0 18px;
    width: 33.333%;
  }
  .step-list-v3 &gt; .step-list_item.is-type02 {
    width: 66.666%;
  }
  .step-list-v3 &gt; .step-list_item + .step-list_item::before,
  .step-list-v3 &gt; .step-list_item + .step-list_item::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: -13px;
    margin-top: -3px;
    width: 25px;
    height: 5px;
    background-color: #dde1e4;
  }
  .step-list-v3 &gt; .step-list_item + .step-list_item::after {
    transform: rotate(90deg);
  }
  .step-list-v3 &gt; .step-list_item &gt; .step-list_item_inner {
    padding: 20px 30px 20px;
    height: 100%;
    background-color: #fff;
    border: 1px solid #dde1e4;
    border-radius: 10px;
  }
  .step-list-v3 .step-list_heading &gt; .step-list_title {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .step-list-v3 .step-list_heading &gt; .step-list_title &gt; .step-list_num {
    display: inline-block;
    text-align: center;
    margin-right: 7px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    color: #fff;
    background-color: #f90;
    border-radius: 20px;
  }
  .step-list-v3 .step-list_heading &gt; .step-list_img {
    margin-top: 27px;
    text-align: center;
  }
  .step-list-v3 &gt; .is-type02 .step-list_heading &gt; .step-list_img {
    margin-top: 21px;
  }

  .step-list-v3 &gt; .step-list_item .step-list_detail {
    margin-top: 25px;
  }
  .step-list-v3 &gt; .step-list_item.is-type02 .step-list_detail {
    margin-top: 20px;
  }
  
  .step-list-v4 {
    display: flex;
    margin-top: 20px;
  }
  .step-list-v4 &gt; .step-list_item {
    position: relative;
    margin-right: 36px;
    padding: 13px 20px 29px;
    width: calc((100% - 108px)  / 4);
    text-align: center;
    background-color: #fff;
    border: 1px solid #dde1e4;
    border-radius: 10px;
  }
  .step-list-v4 &gt; .step-list_item:nth-child(4n) {
    margin-right: 0;
  }
  .step-list-v4 &gt; .step-list_item + .step-list_item::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: -27px;
    margin-top: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 0 16px 16px;
    border-color: transparent transparent transparent #dde1e4;
  }
  .step-list-v4 &gt; .step-list_item .step-list_heading {
    font-weight: bold;
  }
  .step-list-v4 &gt; .step-list_item .step-list_heading .step-list_label {
    display: inline-block;
    padding: 2px 12px;
    line-height: 1.2;
    color: #fff;
    font-size: 1.4rem;
    background-color: #f90;
  }
  .step-list-v4 &gt; .step-list_item .step-list_heading .step-list_label &gt; .step-list_num {
    font-size: 1.7rem;
  }
  .step-list-v4 &gt; .step-list_item .step-list_heading .step-list_title {
    margin-top: 10px;
    line-height: 1.5;
    font-size: 1.8rem;
  }
  .step-list-v4 &gt; .step-list_item &gt; .is-type01 + .step-list_img {
    margin-top: 22px;
    margin-left: 13px;
  }
  .step-list-v4 &gt; .step-list_item &gt; .is-type02 + .step-list_img {
    margin-top: 32px;
  }
  .step-list-v4 &gt; .step-list_item &gt; .is-type03 + .step-list_img {
    margin-top: 24px;
  }
  .step-list-v4 &gt; .step-list_item &gt; .is-type04 + .step-list_img {
    margin-top: 18px;
  }
  
  /* ------------------------------------------------------
   * Component &gt;&gt;&gt; Index
  ------------------------------------------------------ */
  [class*="index-layout"] .index_caption &gt; *:first-child,
  [class*="index-layout"] .index_caption &gt; section:first-child &gt; [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  
  /* ------------------------------------------------------
   * Component &gt;&gt;&gt; Other
  ------------------------------------------------------ */
  /* ----- news-layout ----- */
  .news-layout {
    margin-top: 1em;
  }
  .news-layout .news_article + .news_article {
    border-top: 1px solid #e0e1e3;
  }
  .news-layout .news_article:last-child {
    border-bottom: 1px solid #e0e1e3;
  }
  .news-layout .block {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 20px 0 20px;
    color: #333;
    text-decoration: none;
    outline: none;
  }
  .news-layout .news_image {
    width: 90px;
    margin-right: 18px;
  }
  .news-layout .news_detail {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex: 1;
    flex: 1;
  }
  .news-layout .news_property {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 18px;
  }
  .news-layout .news_date {
    width: 8.2em;
    font-size: 1.6rem;
  }
  .news-layout .news_iconWrap {
    margin-left: 25px;
  }
  .news-layout .news_icon {
    display: block;
    padding: 5px 3px;
    width: 115px;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.2;
    text-align: center;
    border-radius: 20px;
  }
  .news-layout .news_icon + .news_icon {
    margin-top: 10px;
  }
  .news_icon.is-important { background-color: #dc3545; }
  .news_icon.is-internet { background-color: #26bcd6; }
  .news_icon.is-store { background-color: #0091e4; }
  .news_icon.is-products { background-color: #58a52d; }
  .news_icon.is-seminar { background-color: #e578ac; }
  .news_icon.is-campaign { background-color: #efa300; }
  .news_icon.is-other { background-color: #8a9197; }
  .news_icon.is-ex_rate {background-color: #885fcd; }
  .news-layout .news_title {
    -webkit-flex: 1;
    flex: 1;
    line-height: 1.6;
  }
  .news-layout a .news_title {
    color: #004488;
    text-decoration: none;
  }
  .news-layout a:visited .news_title {color:#64378e;text-decoration:underline;}
  .news-layout a:hover .news_thumbnail,
  .news-layout a:hover .news_title {
    text-decoration: underline;
  }
  .news-layout .news_image + .news_detail {
    display: block;
  }
  .news-layout .news_image + .news_detail .news_title {
    margin-top: .5em;
  }
  
  /* ----- news-layout-v2 ----- */
  .news-layout-v2 {
    margin-top: 1em;
  }
  .news-layout-v2 .news_article + .news_article {
    border-top: 1px solid #e0e1e3;
  }
  .news-layout-v2 .news_article:last-child {
    border-bottom: 1px solid #e0e1e3;
  }
  .news-layout-v2 .block {
    position: relative;
    padding: 20px 0 20px 20px;
    color: #333;
    text-decoration: none;
    outline: none;
  }
  .news-layout-v2 .block::before {
    content: '';
    position: absolute;
    top: 45%;
    left: 0;
    width: 9px;
    height: 9px;
    border-top: 2px solid #3f3f3f;
    border-right: 2px solid #3f3f3f;
    border-radius: 1px;
    transform: rotate(45deg);
  }
  .news-layout-v2 .news_title {
    font-size: 1.8rem;
  }
  .news-layout-v2 a .news_title {
    color: #004488;
    text-decoration: none;
  }
  .news-layout-v2 a:visited .news_title {color:#64378e;text-decoration:underline;}
  .news-layout-v2 a:hover .news_title {
    text-decoration: underline;
  }
  
  /* ----- move-layout ----- */
  .move-layout {
    margin: 2em auto 0;
    width: 100%;
    max-width: 598px;
  }
  .move-layout_inner {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .move-layout_inner &gt; iframe,
  .move-layout_inner &gt; video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  /* ----- plugin-layout ----- */
  .plugin-layout {
    margin-top: 1em;
  }
  .plugin-layout a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 27px 39px 26px;
    border: 1px solid #ddd;
    color: #333;
    text-decoration: none;
    outline: none;
  }
  .plugin-layout .plugin_detail {
    padding-left: 36px;
  }
  .plugin-layout a .a-blank {
    color: #0075c2;
    text-decoration: underline;
  }
  .plugin-layout a:hover .a-blank {
    text-decoration: none;
  }
  
  /* ----- callout-layout ----- */
  .callout-layout {
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
  }
  .callout-layout &gt; .callout-layout_image {
    flex-shrink: 0;
    width: 250px;
  }
  .callout-layout &gt; .callout-layout_image &gt; :first-child {
    margin-top: 0;
  }
  .callout-layout &gt; .callout-layout_detail {
    position: relative;
    margin-top: 4px;
    padding-left: 28px;
    width: calc(100% - 250px);
  }
  .callout-layout .callout-layout_detail_inner {
    padding: 40px;
    border: 1px solid #dde1e4;
  }
  .callout-layout .callout-layout_detail_inner &gt; :first-child {
    margin-top: 0;
  }
  .callout-layout [class*="list-bullet"] &gt; li + li {
    margin-top: 0.2em;
  }
  .callout-layout &gt; .callout-layout_detail:before,
  .callout-layout &gt; .callout-layout_detail:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 2px;
    margin-top: -18px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 28px 18px 0;
    border-color: transparent #fff transparent transparent;
  }
  .callout-layout &gt; .callout-layout_detail:before {
    left: 0;
    border-color: transparent #dde1e4 transparent transparent;
  }
  .link-box &gt; .link-box_item {
    display: flex;
    text-decoration: none;
  }
  .link-box &gt; .link-box_item:hover {
    opacity: 0.8;
  }
  .link-box &gt; .link-box_item &gt; .link-box_image {
    width: 48%;
  }
  .link-box &gt; .link-box_item &gt; .link-box_image .image-set {
    margin-top: 0;
  }
  .link-box &gt; .link-box_item &gt; .link-box_image img {
    width: 100%;
  }
  .link-box &gt; .link-box_item &gt; .link-box_detail {
    display: flex;
    align-items: center;
    position: relative;
    padding: 10px 78px 10px 38px;
    width: 52%;
  }
  .link-box &gt; .link-box_item &gt; .link-box_detail::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 23px;
    margin-top: -11px;
    width: 12px;
    height: 22px;
    background: url("/common_img/com_ic01.png") 0 0 no-repeat;
    background-size: 100% auto;
  }
  .link-box &gt; .link-box_item.type-kojin &gt; .link-box_detail {
    color: #fff;
    background-color: #58a52d;
  }
  .link-box &gt; .link-box_item.type-hojin &gt; .link-box_detail {
    color: #fff;
    background-color: #1276cc;
  }
  .link-box &gt; .link-box_item .link-box_title {
    line-height: 1.5;
    font-size: 2.9rem;
    font-weight: 700;
  }
  .link-box &gt; .link-box_item .link-box_text {
    margin-top: 5px;
    font-size: 1.8rem;
  }
  .link-box-v2 {
    margin-top: 2em;
  }
  .link-box-v2 &gt; .link-box_item {
    display: block;
    color: #333;
    text-decoration: none;
    border-radius: 10px;
    border: 1px solid #eee;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  }
  .link-box-v2 &gt; .link-box_item:hover .link-box_title span {
    text-decoration: underline;
  }
  .link-box-v2 &gt; .link-box_item + .link-box_item {
    margin-top: 25px;
  }
  .link-box-v2 &gt; .link-box_item &gt; dl {
    display: flex;
    position: relative;
    width: 100%;
    border-radius: 10px;
  }
  .link-box-v2 &gt; .link-box_item &gt; dl::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 21px;
    margin-top: -4px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #3f3f3f;
    border-right: 2px solid #3f3f3f;
    transform: rotate(45deg);
  }
  .link-box-v2 .link-box_title {
    display: flex;
    align-items: center;
    padding: 40px 10px 38px 35px;
    width: 32.7%;
    background-color: #fafafa;
    border-radius: 10px 0 0 10px;
  }
  .link-box-v2 .link-box_title &gt; span {
    display: table;
    min-height: 3em;
    line-height: 1.5;
    font-size: 2rem;
    font-weight: 700;
  }
  .link-box-v2 .link-box_title &gt; span &gt; span {
    display: table-cell;
    vertical-align: middle;
  }
  .link-box-v2 &gt; .link-box_item.a-blank::after {
    display: none;
  }
  .link-box-v2 .link-box_text {
    padding: 40px 55px 38px 10px;
    width: 67.3%;
    min-height: calc(3.5em + 88px)
  }
  .link-box-v2 .link-box_text &gt; span {
    display: table;
    height: 100%;
  }
  .link-box-v2 .link-box_text &gt; span &gt; span {
    display: table-cell;
    vertical-align: middle;
  }
  .interest-list {
    display: flex;
    justify-content: space-between;
    margin: 0 -8px;
    margin-bottom: 9px;
  }
  .interest-list.is-type02 {
    margin-bottom: 4px;
  }
  .interest-list &gt; .interest-list_item {
    padding: 0 8px;
    width: 100%;
  }
  .interest-list &gt; .interest-list_item &gt; .interest-list_item_inner {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
  }
  .interest-list &gt; .interest-list_item .interest-list_title,
  .interest-list &gt; .interest-list_item .interest-list_title-v2 {
    display: block;
    margin-bottom: 7px;
    padding: 2px;
    width: 100%;
    line-height: 1.2;
    text-align: center;
  }
  .interest-list &gt; .interest-list_item .interest-list_title.is-type02,
  .interest-list &gt; .interest-list_item .interest-list_title-v2.is-type02 {
    display: inline-block;
    min-width: 96px;
    width: auto;
  }
  
  .interest-list &gt; .interest-list_item .interest-list_title {
    border: 1px solid #333;
  }
  .interest-list &gt; .interest-list_item .interest-list_title-v2 {
    display: inline-block;
    color: #ef8700;
    width: 100%;
    border: 1px solid #ef8700;
  }
  .interest-list &gt; .interest-list_item .interest-list_detail,
  .interest-list &gt; .interest-list_item .interest-list_detail-v2 {
    display: block;
    line-height: 1.2;
    font-weight: bold;
    white-space: nowrap;
  }
  .interest-list &gt; .interest-list_item .interest-list_detail {
    font-size: 1.6rem;
  }
  .interest-list &gt; .interest-list_item .interest-list_detail-v2 {
    color: #ef8700;
    font-size: 2.2rem;
  }
  .interest-list &gt; .interest-list_item .interest-list_detail &gt; .is-num {
    line-height: 1;
    font-size: 2.6rem;
  }
  .interest-list &gt; .interest-list_item .interest-list_detail-v2 &gt; .is-num {
    line-height: 1;
    font-size: 4rem;
  }
  .interest-defList {
    display: flex;
    align-items: center;
    margin-top: 26px;
  }
  .interest-defList + .interest-defList {
    margin-top: 10px;
  }
  .interest-defList &gt; dt {
    flex-shrink: 0;
    display: inline-block;
    margin-right: 12px;
    padding: 2px 12px;
    font-size: 1.4rem;
    background-color: #dde1e4;
    border-radius: 14px;
  }
  .interest-defList &gt; dd {
    font-size: 1.5rem;
  }
  .slider-layout {
    margin-top: 2em;
    position: relative;
  }
  .slider-layout_inner {
    overflow: hidden;
    border-radius: 25px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  }
  .slider-list {
    position: relative;
  }
  .slider-list &gt; li + li {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .slider-list a:hover {
    opacity: 0.7;
  }
  .slider-controls {
    display: inline-block;
    position: absolute;
    right: 30px;
    bottom: 20px;
  }
  .slider-controls button {
    position: relative;
    display: block;
    width: 28px;
    height: 28px;
    padding: 0;
    background: none;
    outline: none;
    cursor: pointer;
    text-indent: -9999px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  }

  .slider_play::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #6eb92b;
  }
  .slider_pause:hover,
  .slider_play:hover {
    background-color: #eee;
  }
  .slider_pause::before,
  .slider_pause::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    width: 4px;
    height: 10px;
    background-color: #999;
  }
  .slider-controls .slider_pause,
  .slider-controls.is-active .slider_play {
    display: block;
  }
  .slider-controls.is-active .slider_pause,
  .slider-controls .slider_play{
    display: none;
  }
  .slider_pause::before {
    left: 8px;
  }
  .slider_pause::after {
    right: 8px;
  }
  
  .slider-layout .slick-dotted.slick-slider {
    margin-bottom: 0;
  } 
  .slider-layout .slick-dots {
    display: inline-block;
    bottom: 26px;
    left: auto;
    right: 72px;
    width: auto;
  }
  .slider-layout .slick-dots li {
    margin: 0 4px;
    width: 16px;
    height: 16px;
  }
  .slider-layout a {
    display: block;
  }
  .slider-layout img {
    display: inline;
    vertical-align: bottom;
  }
  .slider-layout .slick-list{
    border-radius: 25px;
    overflow: hidden;
  }
  .slider-layout  .slick-initialized .slick-slide li {
    display: block !important;
  }
  .slider-layout .slick-dots li button::before {
    content: '';
    top: 4px;
    left: 4px;
    width: 11px;
    height: 11px;
    background-color: #ddd;
    border-radius: 6px;
    opacity: 1;
  }
  .slider-layout .slick-dots li.slick-active button::before {
    background-color: #6eb92b;
  }
  .slider-layout .slick-dots li button:hover {
    opacity: 0.6;
  }
  .column-media.hojin_column_media {
    max-width: 788px;
  }
  .hojin_column_media .column_image {
    max-width: 376px;
  }
  .comment-layout .column_comment {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 2px solid #1176cc;
    border-radius: 9px;
  }
  .comment-layout .column_comment .heading-lv2 {
    margin-top: 0;
  }
  .comment-layout .column_comment .heading-lv2 .block {
    border: none;
  }
  .comment-layout .column_comment .heading-lv2 .block:after {
    content: none;
  }
  .comment-layout .column_comment .heading-lv2 .block .heading_title{
    height: 72px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    border-radius: 9px 9px 0 0;
    background-color: #e6f8ff;
    font-size: 28px;
  }
  .comment-layout .column_comment .column-media {
    padding: 0 32px 38px;
  }
  .comment-layout .column_comment .column-media .column_image {
    width: 150px;
    height: 170px;
  }
  .comment-layout .column_comment .column-media &gt; .column_detail[data-wraparound="false"] {
    overflow: visible;
  }
  .comment-layout .column_comment .column-media .column_detail .text-paragraph.gp-al-right {
    margin-top: 20px;
  }
  select#select_year {
    width: 418px;
    padding: 10px 0 10px 22px;
    border: 1px solid #c3c7cf;
    border-radius: 9px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    z-index: 2  ;
    background: none;
  }
  select#select_year:focus {
    outline: none;
  }
  select#select_year.js-select_year {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  select#select_year::-ms-expand {
    display: none;
}
  .select_wrapper {
    position: relative;
  }
  .select_wrapper::before,
  .select_wrapper::after {
    content: "";
    position: absolute;
    z-index: -1;
  }
  .select_wrapper::before {
    top: 22px;
    left: 383px;
    border-top: 8px solid #000;
    border-right: 7px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 7px solid transparent;
  }
  .select_wrapper::after {
    top: 20px;
    left: 384px;
    border-top: 7px solid #fff;
    border-right: 6px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 6px solid transparent;
  }
  .select_wrapper.js-select_wrapper::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 383px;
    border-top: 8px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 8px solid #000;
    border-left: 7px solid transparent;
  }
  .select_wrapper.js-select_wrapper::after {
    content: "";
    position: absolute;
    top: 18px;
    left: 384px;
    border-top: 7px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 7px solid #fff;
    border-left: 6px solid transparent;
  }
  .nav_year .nav_head {
    background-color: #8a9197;
  }
  .nav_year .nav_head &gt; a {
    color: #fff;
    text-decoration: none;
  }
  .nav_year .nav_category.stage1 &gt; li.is-current &gt; a,
  .nav_year .nav_category.stage1 &gt; li.is-open &gt; a {
    background-color: #f9f9f9;
  }
  .nav_year .nav_category.stage1 &gt; li.is-current &gt; a::after, .nav_category.stage1 &gt; li.is-open &gt; a::after {
    right: 13px;
    margin-top: -6px;
    transform: rotate(45deg);
  }
  .table-layout .table_inner.table_half {
    width: 50%;
  }
  .table-layout .table_inner.table_half caption p {
    width: 200%;
  }
  .table-layout .table_inner.table_quarter {
    width: 25%;
  }
  .table-layout .table_inner.table_quarter caption p {
    width: 400%;
  }
  .line-inquiry {
    margin-top: 55px;
    padding-top: 22px;
    border-top: solid 1px #ddd;
  }
  .text-image {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0.5em;
    margin-right: 0.3em;
  }
  .assist-paragraph .text-paragraph {
    margin-top: 1em;
  }
  .step-block {
    position: relative;
  }
  .step-block::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -40px;
    left: 50%;
    margin-left: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #dde1e4 transparent transparent transparent;
  }
  .text_tel {
    position: relative;
  }
  .text_tel:before {
    content: '';
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right: 7px;
    width: 18px;
    height: 21px;
    background: url(/common_img/com_sprite01.png) -40px -80px no-repeat;
  }
  .interview-icon-list {
    -webkit-display: flex;
    display: flex;
  }
  .box_detail .interview-icon-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .interview-icon-list &gt; li {
    margin-right: 10px;
    padding: 5px 20px 7px;
    background: #1276cc;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    border-radius: 20px;
  }
  .interview-icon-list &gt; li:last-child {
    margin-right: 0;
  }
  .footer-list-v2 li .link-inline.a-blank::after {
    margin: 0.3em 8px 0 8px;
  }
  .aside-layout {
    margin-top: 3.7em;
    margin-left: calc(((100vw - 1200px) / 2) * -1);
    margin-right: calc(((100vw - 1200px) / 2) * -1);
    padding: 58px 0;
    background-color: #fffdd5;
  }
  .aside-layout.type-side {
    margin-right: 0;
    margin-left: 0;
    padding-top: 26px;
  }
  .container + .aside-layout {
    margin-bottom: 60px;
  }
  .aside-layout.type-side .aside-layout_inner {
    padding: 0 8.5%;
  }
  .aside-layout.type-side .box-contact {
    margin-top: 20px;
  }
  .aside-layout_inner {
    margin: 0 auto;
    max-width: 1200px;
    min-width: 768px;
    width: auto;
  }
  .aside-layout_head {
    line-height: 1.3;
    text-align: center;
    font-size: 2.8rem;
    font-weight: 600;
  }
  .box-contact {
    margin-top: 2.2em;
    background-color: #fff;
    border: 1px solid #dde1e4;
  }
  .box-contact &gt; .box-contact_head {
    line-height: 1.5;
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
  }
  .box-contact &gt; .box-contact_detail {
    padding: 22px 20px 30px;
    text-align: center;
  }
  .box-contact_detail &gt; .box-contact_detail_inner {
    margin: 0 auto;
    max-width: 584px;
  }
  .aside-contact_title {
    font-weight: bold;
  }
  .aside-contact_title &gt; .is-main {
    font-size: 2rem;
  }
  .aside-contact_title &gt; .is-sub + .is-main {
    margin-left: 0.2em;
  }
  .box-contact_column {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    margin-top: 1em;
    width: 100%;
  }
  .box-contact_column_item {
    margin: 0 15px;
  }
  .box-contact_detail_tel,
  .box-contact_detail_fax {
    line-height: 1.3;
    font-size: 2.8rem;
    font-weight: 600;
  }
  .aside-contact_detail_date {
    margin-top: 1.4em;
    font-size: 1.4rem;
  }
  .aside-contact_detail_text {
    margin-top: 1em;
  }
  
  .external-link_modal {
    display: none;
  }
  .external-link_modal_title {
    padding: 15px 38px 15px;
    color: #fff;
    line-height: 1.5;
    font-size: 2rem;
    font-weight: 700;
    background-color: #0091e4;
    border-radius: 15px 15px 0 0;
  }
  .external-link_modal_detail {
    padding: 25px 38px 106px;
    background-color: #fff;
    border-radius: 0 0 15px 15px;
  }
  .external-link_modal_text {
    line-height: 1.5;
  }
  #colorbox.js-modal_external-link {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  }
  #cboxOverlay.js-modal_external-link {
    opacity: 0.2 !important;
  }
  #colorbox.js-modal_external-link #cboxLoadedContent {
    background-color: transparent;
  }
  #colorbox.js-modal_external-link #cboxContent {
    background-color: rgba(0,0,0,0.80);
  }
  #colorbox .external-link_modal {
    display: block;
  }
  #colorbox.js-modal_external-link #cboxClose {
    display: none;
  }
  #colorbox.js-modal_external-link #cboxClose.is-active {
    display: block;
  }
  #colorbox.js-modal_external-link #cboxClose {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    top: auto;
    bottom: 32px;
    left: 50%;
    margin: 30px auto 0;
    padding: 5px 10px 5px 37px;
    width: 120px;
    height: 40px;
    text-indent: 0;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 30px;
    transform: translateX(-50%);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  #colorbox.js-modal_external-link #cboxClose:hover {
    cursor: pointer;
    background-color: #eee;
  }
  #colorbox.js-modal_external-link #cboxClose::before,
  #colorbox.js-modal_external-link #cboxClose::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 22px;
    margin-top: -1px;
    width: 18px;
    height: 2px;
    background-color: #333;
  }
  #colorbox.js-modal_external-link #cboxClose::before {
    transform: rotate(45deg);
  }
  #colorbox.js-modal_external-link #cboxClose::after {
    transform: rotate(-45deg);
  }
  .external-link_modal_link {
    margin-top: 10px;
  }
  .external-link_modal_link &gt; a {
    display: inline-block;
    position: relative;
    padding-left: 18px;
    text-decoration: none;
    color: #333;
  }
  .external-link_modal_link &gt; a:hover {
    text-decoration: underline;
  }
  .external-link_modal_link &gt; a::before {
    content: '';
    position: absolute;
    top: 0.6em;
    left: -2px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #3f3f3f;
    border-right: 2px solid #3f3f3f;
    border-radius: 1px;
    transform: rotate(45deg);
  }
  .external-link_modal_link &gt; a.a-pdf::after {
    margin: 0.4em 8px 0 8px;
  }
  
  .information-link_modal {
    display: none;
  }
  .information-link_modal_title {
    padding: 20px 38px 10px;
    color: #dc3545;
    line-height: 1.5;
    font-size: 3rem;
    font-weight: 700;
    background-color: #fff;
    text-align: center;
  }
  .information-link_modal_detail {
    padding: 0 38px 106px;
    background-color: #fff;
    border-radius: 0 0 15px 15px;
  }
  .information-link_modal_detail &gt; *:first-child {
    margin-top: 0 !important;
  }
  .information-link_modal_text {
    line-height: 1.5;
  }
  #colorbox.js-modal_information-link {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  }
  #cboxOverlay.js-modal_information-link {
    opacity: 0.2 !important;
  }
  #colorbox.js-modal_information-link #cboxLoadedContent {
    background-color: transparent;
  }
  #colorbox.js-modal_information-link #cboxContent {
    background-color: rgba(0,0,0,0.80);
  }
  #colorbox .information-link_modal {
    display: block;
  }
  #colorbox.js-modal_information-link #cboxClose {
    display: none;
  }
  #colorbox.js-modal_information-link #cboxClose.is-active {
    display: block;
  }
  #colorbox.js-modal_information-link #cboxClose {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    top: auto;
    bottom: 32px;
    left: 50%;
    margin: 30px auto 0;
    padding: 5px 10px 5px 37px;
    width: 210px;
    height: 40px;
    text-indent: 0;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 30px;
    transform: translateX(-50%);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  #colorbox.js-modal_information-link #cboxClose:hover {
    cursor: pointer;
    background-color: #eee;
  }
  #colorbox.js-modal_information-link #cboxClose::before,
  #colorbox.js-modal_information-link #cboxClose::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 22px;
    margin-top: -1px;
    width: 18px;
    height: 2px;
    background-color: #333;
  }
  #colorbox.js-modal_information-link #cboxClose::before {
    transform: rotate(45deg);
  }
  #colorbox.js-modal_information-link #cboxClose::after {
    transform: rotate(-45deg);
  }
  .information-link_modal_link {
    margin-top: 10px;
  }
  .information-link_modal_link &gt; a {
    display: inline-block;
    position: relative;
    padding-left: 18px;
    text-decoration: none;
    color: #333;
  }
  .information-link_modal_link &gt; a:hover {
    text-decoration: underline;
  }
  .information-link_modal_link &gt; a::before {
    content: '';
    position: absolute;
    top: 0.6em;
    left: -2px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #3f3f3f;
    border-right: 2px solid #3f3f3f;
    border-radius: 1px;
    transform: rotate(45deg);
  }
  .information-link_modal_link &gt; a.a-pdf::after {
    margin: 0.4em 8px 0 8px;
  }
.notice-board{
    margin-top: 20px;
    position: relative;
    background: #fff0cd;
    box-shadow: 0px 0px 0px 5px #fff0cd;
    padding: 0.2em 0.5em;
    color: #454545;
}
.notice-board:after{
    position: absolute;
    content: '';
    right: -7px;
    top: -7px;
    border-width: 0 15px 15px 0;
    border-style: solid;
    border-color: #ffdb88 #fff #ffdb88;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.region-text {
  display: flex;
  margin-top: 1em;
}
.region-text dt {
  margin-right: 20px;
}
.attention_block{
  border: solid #dc3545 2px;
  padding: 10px;
  margin-top: 1em;
}
.column-layout .column_item &gt; .disclosure-mt {
  margin-top: 2em !important;
}
.tel-number-text {
  margin-top: .1em;
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1.4;
}
.tel-number-text + * {
  margin-top: 12px;
}
.border-none-top {
  border-top: none!important;
}
.border-none-bottom {
  border-bottom: none!important;
}
.border-none-right {
  border-right: none!important;
}
.border-none-left {
  border-left: none!important;
}
.border-top-solid {
  border-top: 1px solid #ddd;
}
.border-bottom-solid {
  border-bottom: 1px solid #ddd;
}
.border-right-solid {
  border-right: 1px solid #ddd;
}
.border-left-solid {
  border-left: 1px solid #ddd;
}
.column-layout .disclosure-column_item {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.column-layout .disclosure-column_item .disclosure-list {
  align-self: flex-end;
}

  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .column-media::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * Media Queries
====================================================== */
/***
@media screen and (min-width: 1921px) {
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
}
***/
@media screen and (min-width: 768px) and (max-width: 1230px) {
  .aside-layout {
    margin-left: auto;
    margin-right: auto;
    padding: 58px 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .link-button &gt; li &gt; a {
    min-width: 280px;
  }
  .interest-list &gt; .interest-list_item .interest-list_title,
  .interest-list &gt; .interest-list_item .interest-list_title-v2 {
    padding: 2px 1px;
    font-size: 1.4rem;
  }
  .interest-list &gt; .interest-list_item .interest-list_detail {
    font-size: 1.29vw;
  }
  .interest-list &gt; .interest-list_item .interest-list_detail-v2 {
    font-size: 1.774vw;
  }
  .interest-list &gt; .interest-list_item .interest-list_detail &gt; .is-num {
    line-height: 1;
    font-size: 2.097vw;
  }
  .interest-list &gt; .interest-list_item .interest-list_detail-v2 &gt; .is-num {
    line-height: 1;
    font-size: 3.226vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .box-layout-v6 &gt; .box_detail {
    padding: 15px;
  }
  .interest-list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .interest-list &gt; .interest-list_item {
    padding: 0 5px;
    width: auto;
  }
  .interest-list &gt; .interest-list_item:first-child {
    margin-bottom: 15px;
    width: 100%;
  }
  .interest-list &gt; .interest-list_item:only-child {
    margin-bottom: 5px;
  }
  .interest-list &gt; .interest-list_item .interest-list_title,
  .interest-list &gt; .interest-list_item .interest-list_title-v2 {
    padding: 2px 3px;
    font-size: 1.2rem;
  }
  .interest-list &gt; .interest-list_item .interest-list_title-v2 {
    width: auto;
  }
  .interest-list &gt; .interest-list_item .interest-list_detail {
    font-size: 1.3rem;
  }
  .interest-list &gt; .interest-list_item .interest-list_detail-v2 {
    font-size: 1.8rem;
  }
  .interest-list &gt; .interest-list_item .interest-list_detail &gt; .is-num {
    line-height: 1;
    font-size: 2.1rem;
  }
  .interest-list &gt; .interest-list_item .interest-list_detail-v2 &gt; .is-num {
    line-height: 1;
    font-size: 3.3rem;
  }
  .link-box &gt; .link-box_item &gt; .link-box_detail {
    padding: 10px 48px 10px 20px;
  }
  .link-box &gt; .link-box_item .link-box_title {
    font-size: 2.4rem;
  }
  .link-box &gt; .link-box_item .link-box_text {
    font-size: 1.6rem;
  }
  .interest-defList {
    display: flex;
    align-items: center;
    margin-top: 14px;
  }
  .interest-defList + .interest-defList {
    margin-top: 8px;
  }
  .interest-defList &gt; dt {
    flex-shrink: 0;
    display: inline-block;
    margin-right: 12px;
    padding: 2px 12px;
    font-size: 1.4rem;
    background-color: #dde1e4;
    border-radius: 14px;
  }
  .interest-defList &gt; dd {
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) and (max-width: 800px) {
  .link-box &gt; .link-box_item .link-box_title {
    font-size: 2.1rem;
  }
  .link-box &gt; .link-box_item .link-box_text {
    margin-top: 0;
    font-size: 1.4rem;
  }
}

/* ======================================================
 * Print
====================================================== */
@media print {
  #colorbox.js-modal_external-link #cboxLoadedContent,
  #colorbox.js-modal_information-link #cboxLoadedContent {
    overflow: hidden !important;
  }
  .aside-layout {
    margin-left: -2000px;
    margin-right: -2000px;
  }
}

/* ======================================================
 * IE11
====================================================== */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .line-break-IE .contact-block &gt; .contact_address {
    width: 100%;
  }
}</pre></body></html>