@charset "utf-8";

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

@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  /* ----- font ----- */
  
  /* ----- a ----- */
  a:link img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  a.block {
    display: block;
    color: #333;
  }
  
  /* ----- opacity ----- */
  .link-inline:hover,
  .link-text > li > a:hover,
  .link-text-v2 > li > a:hover,
  [class*="heading-lv"] a:hover .heading_title,
  .navi-anchor .navi_inner > li > a:hover,
  .news-layout a:hover .news_thumbnail,
  .news-layout a:hover .news_title {
    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,
  [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,
  .release-box_block.a-blank .release-box_text::after,
  .release-box_block.a-pdf .release-box_text::after {
    background: url(../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,
  .release-box_block.a-blank .release-box_text::after { width: 17px; height: 17px; background-position: 0 0; }
  .a-pdf::after,
  [class*="heading-lv"] .a-pdf .heading_title::after,
  .news-layout .a-pdf .news_title::after,
  .release-box_block.a-pdf .release-box_text::after { width: 20px; height: 20px; background-position: -80px 0; }
  .a-print::after { width: 17px; height: 14px; background-position: -160px -80px; }
  .a-mail::after { width: 14px; height: 12px; background-position: -160px -120px; }
  .a-excel::after { width: 16px; height: 16px; 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: -200px -80px; }
  .a-zip::after { width: 13px; height: 16px; background-position: -80px -120px; }
  .a-video::after { width: 15px; height: 12px; background-position: -120px -120px; }
  [class*="heading-lv"] .a-blank::after,
  [class*="heading-lv"] .a-pdf::after,
  .news-layout .a-blank::after,
  .news-layout .a-pdf::after,
  .release-box_block.a-blank::after,
  .release-box_block.a-pdf::after {
    display: none;
  }
  .link-inline.a-blank::after {
    display: inline-block;
    margin: .2em 8px 0 8px;
  }
  .link-inline.a-pdf::after {
    display: inline-block;
    margin: .1em 8px 0 8px;
  }
  .link-text > li > .a-blank::after,
  .link-text > li > .a-excel::after,
  .link-text > li > .a-word::after,
  .link-text > li > .a-ppt::after,
  .link-text > li > .a-zip::after,
  .link-text-v2 > li > .a-blank::after,
  .link-text-v2 > li > .a-excel::after,
  .link-text-v2 > li > .a-word::after,
  .link-text-v2 > li > .a-ppt::after,
  .link-text-v2 > li > .a-zip::after{
    display: inline-block;
    margin: .1em 0 0 12px;
  }
  .link-text > li > .a-pdf::after,
  .link-text-v2 > li > .a-pdf::after {
    display: inline-block;
    margin: 0 0 0 12px;
  }
  .link-text > li > .a-print::after,
  .link-text > li > .a-mail::after,
  .link-text > li > .a-rss::after,
  .link-text > li > .a-video::after,
  .link-text-v2 > li > .a-print::after,
  .link-text-v2 > li > .a-mail::after,
  .link-text-v2 > li > .a-rss::after,
  .link-text-v2 > li > .a-video::after {
    display: inline-block;
    margin: .2em 0 0 12px;
  }
  .link-button > li > .a-blank::after,
  .link-button > li > .a-pdf::after,
  .link-button-v2 > li > .a-blank::after,
  .link-button-v2 > li > .a-pdf::after,
  .link-button-v3 > li > .a-blank::after,
  .link-button-v3 > li > .a-pdf::after {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -10px;
  }
  .link-button-v2 > li > .a-blank:hover::after,
  .link-button-v3 > li > .a-blank::after {
    background-position: -40px 0;
  }
  [class*="heading-lv"] .a-blank .heading_title::after,
  [class*="heading-lv"] .a-pdf .heading_title::after {
    display: inline-block;
    margin: .3em 0 0 15px;
  }
  .news-layout .a-blank .news_title::after,
  .news-layout .a-pdf .news_title::after {
    display: inline-block;
    margin: .25em 0 0 12px;
  }
  .release-box_block.a-blank .release-box_text::after,
  .release-box_block.a-pdf .release-box_text::after {
    display: inline-block;
    margin: .25em 0 0 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"]) > * {
    /*! margin-top: 1.25em; */
    /*! margin-left: 3%; */
  }
  [data-row-pc="10"]:not([data-row-pc="1"]):not([data-row-pc="auto"]) > * {
    margin-top: 1.25em;
    margin-left: 1%;
  }
  [data-row-pc="2"] > *:nth-child(-n+2),
  [data-row-pc="3"] > *:nth-child(-n+3),
  [data-row-pc="4"] > *:nth-child(-n+4),
  [data-row-pc="5"] > *:nth-child(-n+5),
  [data-row-pc="6"] > *:nth-child(-n+6),
  [data-row-pc="10"] > *:nth-child(-n+10) {
    /*! margin-top: 0 !important; */
  }
  [data-row-pc="1"] > *,
  [data-row-pc="2"] > *:nth-child(2n+1),
  [data-row-pc="3"] > *:nth-child(3n+1),
  [data-row-pc="4"] > *:nth-child(4n+1),
  [data-row-pc="5"] > *:nth-child(5n+1),
  [data-row-pc="6"] > *:nth-child(6n+1),
  [data-row-pc="10"] > *:nth-child(10n+1) {
    margin-left: 0 !important;
  }
  [data-row-pc="2"] > * { /*! width: 48.5%; */ }
  [data-row-pc="3"] > * { width: 31.3%; }
  [data-row-pc="4"] > * { width: 22.75%; }
  [data-row-pc="5"] > * { width: 16.6%; }
  [data-row-pc="6"] > * { width: 14.16%; }
  [data-row-pc="10"] > * { width: 9.1%; }
  [data-row-pc="auto"] {
    margin-right: -3%;
    margin-bottom: -.5em;
  }
  [data-row-pc="auto"] > * {
    margin-top: 0 !important;
    margin-right: 3%;
    margin-bottom: .5em;
    margin-left: 0;
  }
  .link-text[data-row-pc="auto"] {
    margin-right: -60px;
    margin-bottom: -.5em;
  }
  .link-text[data-row-pc="auto"] > li {
    margin-right: 60px;
    margin-bottom: .5em;
  }
  .list-description-wrap:not([data-row-pc="1"]):not([data-row-pc="auto"]) > * {
    margin-top: 0.8em;
    margin-left: 3%;
  }
  [data-row-pc]:not([data-row-pc="1"]):not([data-row-pc="auto"]) [data-row-pc="2"] > * { margin-left: 3%; }
  
  /* ------------------------------------------------------
   * Element >>> Heading
  ------------------------------------------------------ */
  [class^="heading-lv"] .heading_title {
    line-height: 1.5;
  }
  [class^="heading-lv"] .heading_title[class*="js-equalHeight_"] {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  [class*="heading-lv"] a:link .heading_title {
    -webkit-transition: background .2s ease-out 0s, color .2s ease-out 0s, border .2s ease-out 0s, opacity .2s ease-out 0s;
    transition: background .2s ease-out 0s, color .2s ease-out 0s, border .2s ease-out 0s, opacity .2s ease-out 0s;
    outline: none;
    color: #3063c7;
    text-decoration: none;
  }
  #main .heading-lv1 + *,
  #main .heading-lv1 + section > [class*="heading-lv"]:first-child {
    margin-top: 2.5em;
  }
  #main .heading-lv1 + .heading-image {
    width: 100%;
    margin-top: 30px;
  }
  #main .heading-lv1 + .heading-image img{max-height:300px}
  #main .heading-layout_style1 .heading-lv1 + .heading-image {
    /*! background-color: #3AB6FB94; */
  }
  #main .heading-lv2 + * {
    margin-top: 1.9em;
  }
  #main .heading-lv3 + * {
    margin-top: 1.5em;
  }
	#main .heading-lv4 + * {
    margin-top: 1.25em;
  }
  #main .heading-lv5 + * {
    margin-top: .95em;
  }
  
  /* ----- heading-layout ----- */
  .heading-layout {
    position: relative;
    min-width: 1200px;
    max-width: 100vw;
    /*! margin: 0 -40px; */
    padding: 0;
  }
  .heading-layout .heading-lv1 {
    max-width: 1600px;
    margin-bottom: 0;
    padding: 0px 20px;
  }
  .heading-text {
    /*! position: absolute; */
    /*! bottom: 0; */
    /*! right: 0; */
    /*! width: 36vw; */
    /*! min-width: 494px; */
    /*! padding: 20px; */
    /*! background-color: #fff; */
    /*! box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05); */
    left: 40%;
  }
  [data-sidebar="true"] .heading-text {
    /*! padding-right: 0px; */
    width: 40%;
  }
  .heading-text_lead {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    margin-top: 20px;
    color: white;
    display: flex;
  }
  .heading-text_detail {
    margin-top: 15px;
    font-size: 14px;
    color: #ccc;
  }
  
  /* ----- heading-lv1 ----- */
  .heading-lv1 {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
  [data-main-wide="true"] .heading-lv1 {
    max-width: 1600px;
  }
  .heading-lv1 .heading_title {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.2;
    color: white;
  }
  .heading-lv1 .heading_subtitle {
    padding-bottom: .3em;
    color: #333;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
  }
  .heading-lv1 .heading_category + .heading_title {
    margin-top: .75em;
  }
  .heading_category_list > li {
    float: left;
    min-width: 130px;
    margin-right: 10px;
    padding: 5px 20px;
    border-radius: 15px;
    color: #fff;
    text-align: center;
    line-height: 1;
  }
  .heading_category_list > .icon-style1 {
    background-color: #dc6494;
  }
  .heading_category_list > .icon-style2 {
    background-color: #44a1d3;
  }
  .heading_category_list > .icon-style3 {
    background-color: #0baf98;
  }
  .heading_category_list > .icon-style4 {
    background-color: #a4c41d;
  }
  .heading_category_list > .icon-style5 {
    background-color: #6e56a2;
  }
  .heading_date {
    margin-top: 1em;
    text-align: right;
  }
  
  /* ----- heading-lv2 ----- */
  .heading-lv2 {
    position: relative;
    /*! margin: 30px 0 1.2em; */
    /*! padding-bottom: 1.5em; */
    padding: 30px 0px 10px 0px;
    margin: 0px auto;
    text-align: center;
  }
  .heading-lv2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 150px;
    height: 2px;
    background-color: #2b327c;
    left: calc((100% - 150px) / 2);
  }
  .heading-lv2 .block {
    display: block;
    text-decoration: none;
  }
  .heading-lv2 a.block {
    color: #3063c7;
  }
  .heading-lv2 a.block:hover {
    text-decoration: none;
  }
  .heading-lv2 .heading_title {
    position: relative;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.3;
    color: #2b327c;
  }
  .heading-lv2 a.block .heading_title {
    color: #3063c7;
  }
  .heading-lv2 a.block:hover .heading_title {
    text-decoration: underline;
    opacity: 1;
  }
  .heading-lv2 .heading_subtitle {
    padding-bottom: .5em;
    font-size: 1.8rem;
    font-weight: 700;
    color: #333;
    line-height: 1.4;
  }
  
  /* ----- heading-lv3 ----- */
  .heading-lv3 {
    position: relative;
    margin: 3em 0 1.2em;
    padding-bottom: 1em;
  }
  .heading-lv3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 1px;
    background-color: #999;
  }
  .heading-lv3 .block {
    display: block;
    text-decoration: none;
  }
  .heading-lv3 a.block {
    color: #3063c7;
  }
  .heading-lv3 a.block:hover {
    text-decoration: none;
  }
  .heading-lv3 .heading_title {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .heading-lv3 a.block .heading_title {
    color: #3063c7;
  }
  .heading-lv3 a.block:hover .heading_title {
    text-decoration: underline;
    opacity: 1;
  }
  .heading-lv3 .heading_subtitle {
    padding-bottom: .3em;
    color: #333;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  
  /* ----- heading-lv4 ----- */
  .heading-lv4 {
    margin: 2em 0 1.2em;
  }
  .heading-lv4 a.block {
    color: #3063c7;
  }
  .heading-lv4 .heading_title {
    position: relative;
    padding-left: 26px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .heading-lv4 a.block:hover .heading_title {
    text-decoration: underline;
    opacity: 1;
  }
  .heading-lv4 .heading_title::before {
    position: absolute;
    top: .7em;
    left: 0;
    width: 16px;
    height: 2px;
    background-color: #ef7c0a;
    content: "";
  }
  
  /* ----- heading-lv5 ----- */
  .heading-lv5 {
    margin: 1.9em 0 1.2em;
  }
  .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: .7em;
    left: 0;
    width: 16px;
    height: 1px;
    background-color: #666;
    content: "";
  }
  
  /* ------------------------------------------------------
   * Element >>> Text
  ------------------------------------------------------ */
  /* ----- text-paragraph ----- */
  .text-paragraph {
    margin-top: 0.8em;
  }
  .text-paragraph-v2 {
    margin-top: 1.6em;
  }
  
  /* ----- text-lead ----- */
  .text-lead {
    margin: 1em 0 .75em;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
  }
  .text-lead-v2 {
    margin: 1em 0 .75em;
    font-size: 2rem;
    font-weight: 700;
    color: #ef7c0a;
    line-height: 1.4;
  }
  
  /* ----- text-title ----- */
  .text-title {
    margin: 1em 0 .3em;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
  }
  
  /* ----- text-bg ----- */
  .text-bg {
    display: inline-block;
    margin: 1em 0 .75em;
    padding: 3px 10px;
    background-color: #666;
    color: #fff;
    line-height: 1.4;
  }
  .text-bg-v2 {
    display: inline-block;
    margin: 1em 0 .75em;
    padding: 3px 10px;
    background-color: #dbeef9;
    font-size: 1.8rem;
    line-height: 1.4;
  }
  
  /* ------------------------------------------------------
   * Element >>> List
  ------------------------------------------------------ */
  [class*="list-note"],
  [class*="list-bullet"],
  [class*="list-order"] {
    margin-top: 1.2em;
  }
  .list-note.mt-extend {
    margin-top: 2em;
  }
  .list-bullet.mt-extend {
    margin-top: 2em;
  }
  .list-order li.mt-extend {
    margin-top: 1.5em;
  }
  [class*="list-description"] {
    margin-top: 1.2em;
  }
  [class*="list-note"] > li + li,
  [class*="list-bullet"] > li + li,
  [class*="list-order"] > li + li {
    margin-top: 1em;
  }
  [class*="list-"].is-nest {
    margin: .5em 0 .75em;
  }
  [class*="list-note"] > li > .list_detail,
  [class*="list-bullet"] > li > .list_detail,
  [class*="list-order"] > li > .list_detail {
    margin-top: .5em;
  }
  [class*="list-note"] > li > .list_detail > *:first-child,
  [class*="list-note"] > li > .list_detail > section:first-child > [class*="heading-lv"],
  [class*="list-bullet"] > li > .list_detail > *:first-child,
  [class*="list-bullet"] > li > .list_detail > section:first-child > [class*="heading-lv"],
  [class*="list-order"] > li > .list_detail > *:first-child,
  [class*="list-order"] > li > .list_detail > section:first-child > [class*="heading-lv"],
  [class*="list-description"] > dd > *:first-child,
  [class*="list-description"] > dd > section:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  [class*="list-order"] > li > .list_detail .image-set,
  [class*="list-order"] > li > .list_detail .column-layout {
    margin-top: .5em;
  }
  
  /* ----- list-al-right ----- */
  .list-al-right {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin-top: 1em;
  }
  .list-al-right > [class*="list-"] {
    margin-top: 0;
  }
  
  /* ----- list-note ----- */
  .list-note > li {
    position: relative;
    padding-left: 1.8em;
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .list-note > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  /* ----- list-note-order ----- */
  .list-note-order > li {
    position: relative;
    padding-left: 3em;
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .list-note-order > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  /* ----- list-bullet ----- */
  .list-bullet > li {
    position: relative;
    padding-left: 20px;
    font-weight: 700;
    line-height: 1.4;
  }
  
  .list-bullet > li::before {
    position: absolute;
    top: .6em;
    left: 0;
    width: 10px;
    height: 1px;
    background-color: #ef7c0a;
    content: "";
  }
  /* v2 */
  .list-bullet-v2 > li {
    position: relative;
    padding-left: 16px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.4;
  }
  .list-bullet-v2 > li::before {
    position: absolute;
    top: .6em;
    left: 0;
    width: 6px;
    height: 1px;
    background-color: #666;
    content: "";
  }
  
  /* v3 */
  .list-bullet-v3 > li {
    position: relative;
    padding-left: 20px;
    line-height: 1.4;
  }
  
  .list-bullet-v3 > li::before {
    position: absolute;
    top: .6em;
    left: 0;
    width: 10px;
    height: 1px;
    background-color: #ef7c0a;
    content: "";
  }
  
  /* ----- list-order ----- */
  .list-order > li {
    position: relative;
    padding-left: 2em;
    line-height: 1.4;
  }
  .list-order > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700;
  }
  /* v2 */
  .list-order-v2 > li {
    position: relative;
    padding-left: 3em;
    font-size: 1.4rem;
  }
  .list-order-v2 > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  /* ----- list-description ----- */
  .list-description-wrap {
    margin-top: 1em;
  }
  .list-description > dt {
    margin: 1em 0 .5em;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
  }
  .list-description > dt:first-child {
    margin-top: 0 !important;
  }
  .list-description > dd {
    padding-left: 12px;
    line-height: 1.4;
  }
  /* v2 */
  .list-description-v2 > dt {
    float: left;
    margin: 1em 0 0;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
  }
  .list-description-v2 > dt::after {
    content: "：";
  }
  .list-description-v2 > dt:first-child {
    margin-top: 0 !important;
  }
  .list-description-v2 > dd {
    overflow: hidden;
    line-height: 1.4;
  }
  /* v3 */
  .list-description-v3 + .list-description-v3 {
    margin-top: 0.3em;
  }
  .list-description-v3 > dt {
    float: left;
    margin: 1em 0 0;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
  }
  .list-description-v3 > dt::after {
    content: "：";
  }
  .list-description-v3 > dt:first-child {
    margin-top: 0 !important;
  }
  .list-description-v3 > dd {
    overflow: hidden;
    font-weight: 700;
    line-height: 1.4;
  }
  
  /* ------------------------------------------------------
   * Element >>> Link
  ------------------------------------------------------ */
  [class*="link-text"] {
    margin-top: 1em;
  }
  .faq-link-text {
    margin-top: 1em;
  }
  [class*="link-text"] > li {
    line-height: 1.4;
  }
  [class*="link-text"] > li + li {
    margin-top: .5em;
  }
  [class*="link-text"] > li > a:hover {
    text-decoration: underline;
  }
  [class*="link-button"] {
    margin-top: 1.5em;
  }
  [class*="link-button"] > li + li {
    margin-top: 1em;
  }
  [class*="link-button"] a {
    line-height: 1.5;
  }
  [class*="link-button"].gp-al-center {
    margin-top: 2em;
  }
  [class*="link-button"].is-centering {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 2em;
  }
  [class*="link-button"].is-centering > li {
    display: -webkit-flex;
    display: flex;
  }
  [class*="link-button"].is-centering > li + li {
    margin-top: 0;
    margin-left: 36px;
  }
  [class*="link-button"][data-row-pc] > li {
    display: -webkit-flex;
    display: flex;
  }
  [class*="link-button"][data-row-pc] > li > a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    min-width: 0;
  }
  [class*="link-button"] > li > a[class*="js-equalHeight_"],
  [class*="link-button"] > li > .block {
    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 ----- */
  .link-text > li > a {
    display: inline-block;
    position: relative;
    padding-left: 32px;
    line-height: 1.4;
  }
  .link-text > li > a::before {
    position: absolute;
    top: .1em;
    left: 0;
    width: 22px;
    height: 15px;
    background: url(../img/com_sprite01.png) no-repeat -40px -120px;
    content: "";
  }
  /* v2 */
  .link-text-v2 > li > a {
    position: relative;
    display: inline-block;
    padding-left: 42px;
    font-weight: 700;
    font-size: 2.4rem;
    color: #333;
    line-height: 1.4;
  }
  .link-text-v2 > li > a::before {
    position: absolute;
    top: .3em;
    left: 0;
    display: inline-block;
    width: 30px;
    height: 20px;
    background: url(../img/com_sprite01.png) no-repeat -40px -80px;
    content: "";
  }
  /* faq */
  .faq-link-text {
    margin-top: 20px;
  }
  .faq-link-text> li + li {
    margin-top: 15px;
  }
  .faq-link-text_item:first-child {
    margin-top: 0;
  }
  .faq-link-text_item > a,
  .faq-link-text_item > span {
    position: relative;
    display: inline-block;
    padding-left: 35px;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .faq-link-text_item > a::before,
  .faq-link-text_item > span::before {
    content: "";
    position: absolute;
    top: -.1em;
    left: 0;
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../img/com_sprite01.png) no-repeat -200px -160px;
  }
  
  /* ----- link-button ----- */
  .link-button > li > a {
    position: relative;
    display: inline-block;
    min-width: 280px;
    padding: 15px 55px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-bottom-width: 2px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 1.7rem;
    color: #333;
    line-height: 1.2;
    text-align: center;
  }
  .link-button > li > a:hover {
    background-color: #5fc4fb;
    color: #fff;
    text-decoration: none;
  }
  .link-button > li > a::before {
    content: "";
    position: absolute;
    bottom: -2px;
    right: -1px;
    width: 0;
    height: 0;
    border-top: solid 9px #ccc;
    border-right: solid 9px #fff;
    border-bottom: solid 9px #fff;
    border-left: solid 9px #ccc;
    border-radius: 9px 0 0 0;
  }
  .link-button .link_label {
    position: relative;
    display: inline-block;
    line-height: 1.4;
  }
  /* v2 */
  .link-button-v2 > li > a {
    position: relative;
    display: inline-block;
    min-width: 280px;
    padding: 15px 55px;
    background-color: #fff;
    border: 2px solid #ef7c0a;
    border-radius: 10px;
    box-shadow: 0 1px 0 0 rgba(204, 204, 204, 1);
    font-weight: 700;
    font-size: 2.2rem;
    color: #333;
    line-height: 1.2;
    text-align: center;
  }
  .link-button-v2 > li > a:hover {
    background-color: #f2963b;
    color: #fff;
    text-decoration: none;
  }
  .link-button-v2 > li > a::before {
    content: "";
    position: absolute;
    bottom: -3px;
    right: -2px;
    width: 0;
    height: 0;
    border-top: solid 9px #bc5e00;
    border-right: solid 9px #fff;
    border-bottom: solid 9px #fff;
    border-left: solid 9px #bc5e00;
    border-radius: 9px 0 0 0;
  }
  .link-button-v2 .link_label {
    display: inline-block;
    line-height: 1.4;
  }
  /* v3 */
  .link-button-v3 > li > a {
    position: relative;
    display: inline-block;
    min-width: 280px;
    padding: 14px 55px;
    background-color: #ef7c0a;
    border-radius: 10px;
    box-shadow: 0 2px 0 0 rgba(204, 204, 204, 1);
    font-weight: 700;
    font-size: 2.2rem;
    color: #fff;
    text-align: center;
  }
  .link-button-v3 > li > a:hover {
    background-color: #f2963b;
    text-decoration: none;
  }
  .link-button-v3 > li > a::before {
    content: "";
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 0;
    height: 0;
    border-top: solid 9px #bc5e00;
    border-right: solid 9px #fff;
    border-bottom: solid 9px #fff;
    border-left: solid 9px #bc5e00;
    border-radius: 9px 0 0 0;
  }
  .link-button-v3 .link_label {
    display: inline-block;
    line-height: 1.4;
  }
  /* v4 */
  .link-button-v4 > li > a {
    position: relative;
    display: inline-block;
    min-width: 280px;
    padding: 15px 30px 15px 65px;
    background-color: #ef7c0a;
    border-radius: 10px;
    box-shadow: 0 2px 0 0 rgba(204, 204, 204, 1);
    font-weight: 700;
    font-size: 2.2rem;
    color: #fff;
  }
  .link-button-v4 > li > a:hover {
    background-color: #f2963b;
    text-decoration: none;
  }
  .link-button-v4 > li > a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 20px;
    display: inline-block;
    width: 30px;
    height: 20px;
    margin-top: -10px;
    background: url(../img/com_sprite01.png) no-repeat 0 -80px;
  }
  .link-button-v4 > li > .block {
    position: relative;
    min-width: 280px;
    padding: 15px 30px;
    background-color: #ef7c0a;
    border-radius: 10px;
    box-shadow: 0 2px 0 0 rgba(204, 204, 204, 1);
    font-weight: 700;
    font-size: 2.2rem;
    color: #fff;
  }
  .link-button-v4 .link_label {
    display: block;
    width: 100%;
    line-height: 1.4;
  }
  .link-button-v4 .link_label-v2 {
    display: block;
    width: 100%;
    margin-top: 10px;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  /* v5 */
  .link-button-v5.back-link-button {
    margin-top: 3em;
    padding-top: 50px;
    border-top: 1px solid #999;
  }
  .link-button-v5 > li > a {
    position: relative;
    display: inline-block;
    min-width: 280px;
    padding: 15px 30px 15px 50px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-bottom-width: 2px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 1.7rem;
    color: #333;
    line-height: 1.2;
    text-align: center;
  }
  .link-button-v5 > li > a:hover {
    background-color: #f2963b;
    color: #fff;
    text-decoration: none;
  }
  .link-button-v5 > li > a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 25px;
    width: 12px;
    height: 12px;
    margin-top: -7px;
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition: border .2s ease-out 0s;
    transition: border .2s ease-out 0s;
  }
  .link-button-v5 > li > a:hover::before {
    border-color: #fff;
  }
  .link-button-v5 .link_label {
    display: inline-block;
    line-height: 1.4;
  }
  /* v6 */
  .link-button-v6 > li > a {
    position: relative;
    display: inline-block;
    min-width: 280px;
    padding: 10px 30px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-bottom-width: 2px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 1.7rem;
    color: #333;
    line-height: 1.2;
    text-align: center;
  }
  .link-button-v6 > li > a:hover,
  .link-button-v6 > li.is-current > a {
    background-color: #f2963b;
    color: #fff;
    text-decoration: none;
  }
  .link-button-v6 .link_label {
    display: inline-block;
    line-height: 1.4;
  }
  /* caution */
  .caution-link-button > li > a {
    min-width: 502px;
    padding: 15px 30px;
    font-size: 2.2rem;
  }
  .column-layout .caution-link-button > li > a {
    min-width: 100%;
  }
  .caution-link-button .link_label {
    position: relative;
    display: inline-block;
    padding-left: 55px;
  }
  .caution-link-button .link_label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 40px;
    height: 36px;
    margin-top: -18px;
    background: url(../img/com_sprite01.png) no-repeat -200px -120px;
  }
  
  /* ----- navi-local ----- */
  .navi-local {
    margin-top: 60px;
    padding: 30px;
    background-color: #f3f3f3;
  }
  .navi-local-v2 {
    margin-top: 40px;
    padding: 30px;
    background-color: #f3f3f3;
  }
  .navi-local > *:first-child,
  .navi-local-v2 > *:first-child {
    margin-top: 0;
  }
  .navi-local-head {
    margin-top: 1em;
    font-weight: 700;
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.4;
  }
  .navi-local-head-v2 {
    margin-top: 1em;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.4;
  }
  a.navi-local-head_link {
    position: relative;
    display: inline-block;
    padding-left: 42px;
    font-weight: 700;
    font-size: 2.4rem;
    color: #333;
    line-height: 1.4;
  }
  a.navi-local-head_link::before {
    position: absolute;
    top: .3em;
    left: 0;
    display: inline-block;
    width: 30px;
    height: 20px;
    background: url(../img/com_sprite01.png) no-repeat -40px -80px;
    content: "";
  }
  .navi-local-button {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 1.2em;
  }
  [data-row-pc].navi-local-button:not([data-row-pc="1"]) > * {
    margin-left: 2%;
  }
  [data-row-pc="2"].navi-local-button > * { width: 49%; }
  [data-row-pc="3"].navi-local-button > * { width: 32%; }
  [data-row-pc="4"].navi-local-button > * { width: 23.5%; }
  [data-row-pc="5"].navi-local-button > * { width: 18.4%; }
  [data-row-pc="6"].navi-local-button > * { width: 15%; }
  .navi-local_link {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-bottom-width: 2px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 1.7rem;
    color: #333;
    line-height: 1.2;
    text-align: center;
  }
  .navi-local_link:hover {
    background-color: #f2963b;
    color: #fff;
    text-decoration: none;
  }
  .is-current .navi-local_link {
    background-color: #f6f6f6;
    color: #333;
    text-decoration: none;
  }
  .navi-local_link:before {
    content: "";
    position: absolute;
    bottom: -2px;
    right: -1px;
    width: 0;
    height: 0;
    border-top: solid 9px #ccc;
    border-right: solid 9px #f3f3f3;
    border-bottom: solid 9px #f3f3f3;
    border-left: solid 9px #ccc;
    border-radius: 9px 0 0 0;
  }
  
  /* ------------------------------------------------------
   * Element >>> Image
  ------------------------------------------------------ */
  /* ----- image-set ----- */
  .image-set {
    margin-top: 2em;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .text-title + .image-set {
    margin-top: 0.5em;
  }
  .image-set .image_caption {
    margin-top: .7em;
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.4;
  }
  .image-set .top_caption{
    margin-bottom: .7em;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.4;
  }
  .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;
  }
  
  /* ------------------------------------------------------
   * Element >>> Video
  ------------------------------------------------------ */
  
  /* ------------------------------------------------------
   * Element >>> Form
  ------------------------------------------------------ */
  
  /* ------------------------------------------------------
   * Element >>> Other
  ------------------------------------------------------ */
  
  /* ------------------------------------------------------
   * Layout >>> Column
  ------------------------------------------------------ */
  [class*="column-layout"] > [class*="column_item"] > *:first-child,
  [class*="column-layout"] > [class*="column_item"] > section:first-child > [class*="heading-lv"],
  [class*="column-media"] > [class*="column_"] > *:first-child,
  [class*="column-media"] > [class*="column_"] > section:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  [class*="column-layout"] > [class*="column_item"].column_item_style1 > .text-lead:last-child {
    margin-bottom: 0;
  }
  
  /* ----- column-layout ----- */
  .column-layout {
    margin-top: 3em;
  }
  .column-layout > .column_item {
    margin-top: 1em;
  }
  .column-layout > .column_item_style1 {
    padding: 36px;
    background-color: #f8f9fa;
  }
  .column-layout:not([data-row-pc="1"]) > .column_item_style1 .link-button > li > a,
  .column-layout:not([data-row-pc="1"]) > .column_item_style1 .link-button-v2 > li > a,
  .column-layout:not([data-row-pc="1"]) > .column_item_style1 .link-button-v3 > li > a,
  .column-layout:not([data-row-pc="1"]) > .column_item_style1 .link-button-v4 > li > a {
    display: block;
    padding: 18px 30px;
  }
  .column-layout > .column_item_style1 .link-button > li > a.a-blank::after,
  .column-layout > .column_item_style1 .link-button-v2 > li > a.a-blank::after,
  .column-layout > .column_item_style1 .link-button-v3 > li > a.a-blank::after,
  .column-layout > .column_item_style1 .link-button-v4 > li > a.a-blank::after,
  .column-layout > .column_item_style1 .link-button > li > a.a-pdf::after,
  .column-layout > .column_item_style1 .link-button-v2 > li > a.a-pdf::after,
  .column-layout > .column_item_style1 .link-button-v3 > li > a.a-pdf::after,
  .column-layout > .column_item_style1 .link-button-v4 > li > a.a-pdf::after {
    right: 10px;
  }
  .column-layout > .column_item_style1 .link-button > li > a::before {
    border-top: solid 9px #ccc;
    border-right: solid 9px #f8f9fa;
    border-bottom: solid 9px #f8f9fa;
    border-left: solid 9px #ccc;
  }
  .column-layout > .column_item_style1 .link-button-v2 > li > a::before {
    border-top: solid 9px #bc5e00;
    border-right: solid 9px #f8f9fa;
    border-bottom: solid 9px #f8f9fa;
    border-left: solid 9px #bc5e00;
  }
  .column-layout > .column_item_style1 .link-button-v3 > li > a::before {
    border-top: solid 9px #bc5e00;
    border-right: solid 9px #f8f9fa;
    border-bottom: solid 9px #f8f9fa;
    border-left: solid 9px #bc5e00;
  }
  .column_head_label {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
  }
  .column_head-v2 {
    margin-top: 1.2em;
  }
  .column_head_label-v2 {
    font-weight: 700;
    line-height: 1.4;
  }
  .column_body {
    margin-top: 20px;
  }
  .column_body-v2 {
    margin-top: 10px;
  }
  .column_body > *:first-child,
  .column_body-v2 > *:first-child {
    margin-top: 0;
  }
  .column-layout-v2 {
    margin-top: 3em;
  }
  .column-layout-v2:not([data-row-pc="1"]):not([data-row-pc="auto"]) > .column_item {
    overflow: hidden;
    margin-left: 2px;
  }
  .column-layout-v2[data-row-pc="2"] > .column_item {
    width: calc(50% - 1px);
  }
  .column-layout-v2[data-row-pc="3"] > .column_item {
    width: calc(33% - 4px);
  }
  .column-layout-v2[data-row-pc="4"] > .column_item {
    width: calc(25% - 6px);
  }
  .column-layout-v2[data-row-pc="2"] > .column_item:nth-child(-n+2),
  .column-layout-v2[data-row-pc="3"] > .column_item:nth-child(-n+3),
  .column-layout-v2[data-row-pc="4"] > .column_item:nth-child(-n+4) {
    margin-top: 0;
  }
  .column-layout-v2[data-row-pc="2"] > .column_item:nth-child(2n+1),
  .column-layout-v2[data-row-pc="3"] > .column_item:nth-child(3n+1),
  .column-layout-v2[data-row-pc="4"] > .column_item:nth-child(4n+1) {
    margin-left: 0;
  }
  
  /* ----- column-media ----- */
  .column-media {
    margin-top: 1em;
  }
  .text-title + .column-media {
    margin-top: 0.5em;
  }
  .column-media[data-media-size="1/2"] > .column_image { width: calc((100% -  36px) / 2); }
  .column-media[data-media-size="1/3"] > .column_image { width: calc((100% -  72px) / 3); }
  .column-media[data-media-size="1/4"] > .column_image { width: calc((100% - 108px) / 4); }
  .column-media[data-media-size="1/5"] > .column_image { width: calc((100% - 140px) / 5); }
  .column-media[data-media-size="1/6"] > .column_image { width: calc((100% - 180px) / 6); }
  .column-media > .column_image[data-image="right"] {
    float: right;
    margin-left: 3%;
  }
  .column-media > .column_image[data-image="left"] {
    float: left;
    margin-right: 3%;
  }
  .column-media > .column_detail[data-wraparound="false"] {
    overflow: hidden;
  }
  
  /* ------------------------------------------------------
   * Layout >>> Table
  ------------------------------------------------------ */
  [class^="table-layout"] {
    overflow-x: auto;
    padding-bottom: 1px;
  }
  [class*="table-layout"] th > *:first-child,
  [class*="table-layout"] th > section:first-child > [class*="heading-lv"],
  [class*="table-layout"] td > *:first-child,
  [class*="table-layout"] td > section:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  
  /* ----- table-layout ----- */
  .table-layout {
    margin-top: 1em;
  }
  .table-layout .table_inner {
    width: 100%;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  .table-layout caption {
    text-align: left;
  }
  .table-layout caption > *:first-child {
    margin-top: 0 !important;
  }
  .table-layout caption > *:last-child {
    margin-bottom: 0 !important;
  }
  .table-layout .table_title:last-child,
  .table-layout .table_caption:last-child {
    padding-bottom: .5em;
  }
  .table-layout .table_title {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
  }
  .table-layout .table_caption {
    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-size: 1.6rem;
    font-weight: normal;
    text-align: left;
  }
  .table-layout thead th {
    vertical-align: middle;
  }
  .table-layout th > *:first-child,
  .table-layout td > *:first-child {
    margin-top: 0 !important;
  }
  .table-layout .cell-style1 {
    background-color: #333;
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 1.4;
  }
  .table-layout .cell-style2 {
    background-color: #ecf0f2;
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .table-layout .cell-style3 {
    background-color: #f8f9fa;
    line-height: 1.4;
  }
  .table-layout .cell-style4 {
    background-color: #fff0e2;
    font-weight: 700;
    line-height: 1.4;
  }
  
  /* ----- summary-table-layout ----- */
  .summary-table-layout {
    width: 100%;
    margin-top: 40px;
    z-index: 100;
  }
  .summary-table-layout th,
  .summary-table-layout td {
    padding: 10px 3px;
    text-align: left;
    vertical-align: middle;
    line-height: 1.4;
  }
  .summary-table-layout td {
    font-size: 1.5rem;
  }
  .summary-table-layout .cell-style2 {
    font-size: 1.5rem;
  }
  .summary-table-layout .cell-style3 a {
    font-size: 1.8rem;
  }
  .summary-table-layout td [class*="list-note"] {
    margin-top: 5px;
  }
  .summary-table-layout td [class*="list-note"] > li {
    margin-top: 0;
  }
  .summary-table-caption {
    margin-top: 30px;
  }
  .summary-table-caption + .summary-table-layout {
    margin-top: 0.5em;
  }
  .summary-table-note + .summary-table-layout {
    margin-top: 0.8em;
  }
  .summary-table-caption-list {
    text-align: right;
  }
  .summary-table-caption-list > li {
    display: inline-block;
    margin-left: 1.5em;
  }
  .summary-table-note {
    margin-top: 30px;
  }
  .summary-table-layout .no-cell-style {
    display: none;
  }
  
  /* ------------------------------------------------------
   * Layout >>> Box
  ------------------------------------------------------ */
  [class*="box-layout"] {
    margin-top: 2.5em;
  }
  [class*="box-layout"] > [class*="box_detail"] > *:first-child,
  [class*="box-layout"] > [class*="box_detail"] > section:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  
  /* ----- box-layout ----- */
  .box-layout {
    margin-top: 1.85em;
    padding: 1.5em 2.4em;
    background-color: #f8f9fa;
  }
  .box-layout > .box_title {
    position: relative;
    padding-left: 26px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
  }
  .box-layout > .box_title::before {
    position: absolute;
    top: .7em;
    left: 0;
    width: 10px;
    height: 1px;
    background-color: #666;
    content: "";
  }
  .box-layout > .box_title + .box_detail {
    margin-top: 0.8em;
  }
  .box_detail_inner {
    margin-top: 1em;
  }
  .box_detail_inner .link-button > li > a,
  .box_detail_inner .link-button-v3 > li > a {
    display: block;
  }
  .box_detail_inner .link-button > li > a {
    font-size: 2.2rem;
  }
  .box_detail_inner .link-button > li > a::before {
    border-right-color: #f8f9fa;
    border-bottom-color: #f8f9fa;
  }
  .box_detail_inner .link-button-v3 > li > a::before {
    border-right-color: #f8f9fa;
    border-bottom-color: #f8f9fa;
  }
  
  /* ----- box-layout-v2 ----- */
  .box-layout-v2{
    margin-top: 70px;
    border: solid 1px #ddd;
  }
  .box-layout-v2 > .box_detail-v2 {
    margin: 40px;
  }
  .box_detail_image-v2 {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  a.box_detail_link-v2 {
    color: #333;
  }
  .box_detail_link-v2 + * {
    margin-top: 25px;
  }
  .box_detail_caption-v2 {
    position: relative;
    margin-left: 30px;
    padding: 0 30px 0 40px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    color: #333;
  }
  .box_detail_caption-v2::before {
    position: absolute;
    top: .1em;
    left: 0;
    display: inline-block;
    width: 30px;
    height: 20px;
    background: url(../img/com_sprite01.png) no-repeat -40px -80px;
    content: "";
  }
  .box_detail_caption-v2::after {
    position: absolute;
    top: .1em;
    right: 0;
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(../img/com_sprite01.png) no-repeat 0 0;
    content: "";
  }
  
  /* ------------------------------------------------------
   * Layout >>> Other
  ------------------------------------------------------ */
  /* ----- accordion-layout ----- */
  .accordion-layout {
    margin-top: 1.85em;
    border: 1px solid #ddd;
  }
  .accordion-layout > .accordion_trigger {
    position: relative;
  }
  .accordion-layout .accordion_label {
    display: block;
    padding: 20px 83px 18px 23px;
    background-color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    cursor: pointer;
  }
  .accordion-layout > .accordion_detail {
    padding: 20px 23px;
    border-top: 1px solid #ddd;
    background-color: #fff;
  }
  .accordion-layout > .accordion_trigger::after {
    position: absolute;
    top: 50%;
    right: 23px;
    width: 36px;
    height: 36px;
    margin-top: -18px;
    border: 1px solid #999;
    border-radius: 5px;
    content: "";
    cursor: pointer;
  }
  .accordion-layout .accordion_label::before,
  .accordion-layout .accordion_label::after {
    position: absolute;
    top: 50%;
    right: 33px;
    width: 16px;
    height: 2px;
    margin-top: -1px;
    background-color: #999;
    content: "";
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .accordion-layout .accordion_label::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .accordion-layout > .accordion_trigger.is-active .accordion_label::before {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  
  /* ----- tab-layout ----- */
  .tab-layout {
    margin-top: 1em;
  }
  .tab-layout > .tab_navi {
    overflow: hidden;
  }
  .tab-layout .tab_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -3px;
    border-bottom: 1px solid #ddd;
  }
  .tab-layout .tab_list > li {
    display: -webkit-flex;
    display: flex;
    width: calc(100% / 6);
    padding: 7px 3px 0;
  }
  .tab-layout .tab_list > li > a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    width: 100%;
    padding: 10px 5px 9px;
    border: 1px solid #6e6e6e;
    border-bottom: none;
    background-color: #6e6e6e;
    color: #fff;
    font-size: 1.6rem;
    text-decoration: none;
  }
  .tab-layout .tab_list > .is-current {
    padding-top: 0;
  }
  .tab-layout .tab_list > .is-current > a {
    border-color: #ddd;
    background-color: #fff;
    color: #333;
  }
  .tab-layout .tab_list > .is-current > a::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    content: "";
  }
  .tab-layout > .tab_detail {
    display: none;
    padding-top: 20px;
  }
  .tab-layout > .tab_detail > *:first-child {
    margin-top: 0 !important;
  }
  
  /* ------------------------------------------------------
   * Component >>> Navi
  ------------------------------------------------------ */
  /* ----- navi-anchor ----- */
  .navi-anchor {
    margin-top: 1em;
  }
  .navi-anchor .navi_inner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .navi-anchor .navi_inner > li {
    padding: .5em 0 0 0;
    margin-left: 3%;
  }
  .navi-anchor .navi_inner[data-row-pc="4"] > li:nth-child(-n+4) {
    padding-top: 0;
  }
  .navi-anchor .navi_inner[data-row-pc="4"] > li:nth-child(4n+1) {
    margin-left: 0;
  }
  .navi-anchor .navi_inner > li > a {
    display: inline-block;
    position: relative;
    padding-left: 27px;
    line-height: 1.4;
  }
  .navi-anchor .navi_inner > li > a::before {
    position: absolute;
    top: .1em;
    left: 4px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 10px;
    height: 10px;
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
    content: "";
  }
  
  /* ------------------------------------------------------
   * Component >>> Index
  ------------------------------------------------------ */
  [class*="index-layout"] .index_caption > *:first-child,
  [class*="index-layout"] .index_caption > section:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  
  /* ------------------------------------------------------
   * Component >>> Other
  ------------------------------------------------------ */
  /* ----- news-layout ----- */
  .news-layout {
    margin-top: 1em;
  }
  .news-layout .news_article + .news_article {
    border-top: 1px dotted #ddd;
  }
  .news-layout .block {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 23px 0 22px;
    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: flex-start;
    align-items: flex-start;
    -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 {
    font-size: 1.4rem;
  }
  .news-layout [class*="news_icon"] {
    display: inline-block;
    width: 100px;
    margin-left: 18px;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 19px;
    text-align: center;
  }
  .news-layout .news_icon.type1 {
    background-color: #e37b02;
  }
  .news-layout .news_icon.type2 {
    background-color: #3176b0;
  }
  .news-layout .news_title {
    -webkit-flex: 1;
    flex: 1;
    line-height: 1.6;
  }
  .news-layout a .news_title {
    color: #3063c7;
    text-decoration: underline;
  }
  .news-layout a:hover .news_thumbnail,
  .news-layout a:hover .news_title {
    text-decoration: none;
  }
  .news-layout .news_image + .news_detail {
    display: block;
  }
  .news-layout .news_image + .news_detail .news_title {
    margin-top: .5em;
  }
  
  /* ----- plugin-layout ----- */
  .plugin-layout {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 70px;
  }
  .plugin-layout .plugin_detail {
    padding-left: 36px;
  }
  
  /* ----- contact-layout ----- */
  .contact-layout {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 2.5em;
    padding: 40px;
    background-color: #d9e0e4;
    text-decoration: none;
  }
  .contact-layout-v2 {
    margin-top: 2.5em;
    padding: 40px;
    background-color: #d9e0e4;
    text-decoration: none;
  }
  .contact_text > *:first-child,
  .contact_text-v2 > *:first-child,
  .contact_detail > *:first-child,
  .contact_detail-v2 > *:first-child,
  .contact_detail_item-v2 > *:first-child {
    margin-top: 0;
  }
  .contact_text {
    font-size: 2rem;
  }
  .contact_text-v2 {
    font-size: 2rem;
    text-align: center;
  }
  .contact_detail {
    margin-left: 36px;
  }
  .contact_detail_link.link-button-v3 > li > a::before,
  .contact_detail_link-v2.link-button-v3 > li > a::before {
    border-top: solid 9px #bc5e00;
    border-right: solid 9px #d9e0e4;
    border-bottom: solid 9px #d9e0e4;
    border-left: solid 9px #bc5e00;
  }
  .contact_detail_link-v2.link-button > li > a {
    padding: 15px 20px;
    font-size: 2.2rem;
  }
  .contact_detail_link-v2.link-button > li > a::before {
    border-top: solid 9px #ccc;
    border-right: solid 9px #d9e0e4;
    border-bottom: solid 9px #d9e0e4;
    border-left: solid 9px #ccc;
  }
  .contact_detail-v2 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 20px;
  }
  .contact_detail_item-v2 {
    margin-left: 30px;
  }
  .contact_detail_item-v2:first-child {
    margin-left: 0;
  }
  
  /* ----- qa-layout ----- */
  .qa-layout {
    margin-top: 3.5em;
    border-top: 3px solid #ef7c0a;
  }
  .qa-layout + .qa-layout {
    margin-top: 2.5em;
  }
  .qa-question {
    position: relative;
    padding: 20px 30px 20px 80px;
    background-color: #f8f9fa;
    cursor: pointer;
  }
  .qa-question::before {
    content: "Q";
    position: absolute;
    top: 0.5em;
    left: 32px;
    display: inline-block;
    font-family: "Arial";
    font-weight: bold;
    font-size: 3.2rem;
    color: #ef7c0a;
    line-height: 1;
  }
  .qa-question_item {
    position: relative;
    display: block;
    padding-right: 60px;
  }
  .qa-question_item::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 25px;
    height: 1px;
    margin-top: -1px;
    background-color: #ef7c0a;
  }
  .qa-question_item::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    display: block;
    width: 1px;
    height: 25px;
    margin-top: -13px;
    background-color: #ef7c0a;
  }
  .qa-question.is-active .qa-question_item::after {
    display: none;
  }
  .qa-question_label {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
  }
  .qa-question:hover .qa-question_label {
    text-decoration: underline;
    color: #3063c7;
  }
  .qa-answer {
    display: none;
  }
  .qa-answer_item {
    position: relative;
    padding: 30px 90px 30px 80px;
    background-color: #ecf0f2;
  }
  .qa-answer_item::before {
    content: "A";
    position: absolute;
    top: 0.8em;
    left: 32px;
    display: inline-block;
    font-family: "Arial";
    font-weight: bold;
    font-size: 3.2rem;
    color: #1d8ccd;
    line-height: 1;
  }
  .qa-answer_item > *:first-child {
    margin-top: 0;
  }
  
  /* ----- index-layout ----- */
  .index-layout {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 3em;
  }
  .index_item {
    position: relative;
    display: block;
    margin-top: 40px;
  }
  a.index_item {
    text-decoration: none;
    color: #333;
  }
  .index_item_style1 {
    background-color: #f7f7f7;
  }
  .index_item_inner {
    position: relative;
  }
  .index_item_inner .index_image_inner-v3{/*! height: 330px */}
  .index_item_inner .index_image_inner-v3 img{/*! padding:40px; */max-width: 100%;margin: 0px auto;display: block;object-fit: cover;height: 100%;width: 100%;}
  .index-layout[data-row-pc] .index_item {
    overflow: hidden;
    /*! margin-left: 0.2%; */
  }
  .index-layout[data-row-pc="2"] .index_item {
    width: 49.8%;
  }
  .index-layout[data-row-pc="3"] .index_item {
    width: 18%;
    margin: 1% !important;
  }
  .index-layout[data-row-pc="4"] .index_item {
    width: 24.85%;
  }
  .index-layout[data-row-pc="2"] .index_item:nth-child(-n+2),
  .index-layout[data-row-pc="3"] .index_item:nth-child(-n+3),
  .index-layout[data-row-pc="4"] .index_item:nth-child(-n+4) {
    margin-top: 0;
  }
  .index-layout[data-row-pc="2"] .index_item:nth-child(2n+1),
  .index-layout[data-row-pc="3"] .index_item:nth-child(3n+1),
  .index-layout[data-row-pc="4"] .index_item:nth-child(4n+1) {
    margin-left: 0;
  }
  .index_image_inner {
    text-align: center;
  }
  .index_detail {
    padding: 30px;
  }
  .index_detail-v2,
  .index_detail-v3 {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .index_heading {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .index_heading-v2,
  .index_heading-v3 {
    padding: 10px;
    background-color: #2b327c;
  }
  .index_heading_title {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    -webkit-transition: color .2s ease-out 0s;
    transition: color .2s ease-out 0s;
  }
  a.index_item:hover .index_heading_title {
    color: #3063c7;
  }
  .index_heading_title-v2,
  .index_heading_title-v3 {
    font-size: 1.2rem;
    /*! font-weight: 700; */
    line-height: 1.4;
    text-align: center;
    color: white;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .index_text {
    margin-top: 20px;
  }
  .index_text-v3 {
    padding: 20px 30px;
  }
  .index_text > *:first-child,
  .index_text-v3 > *:first-child {
    margin-top: 0;
    font-size: 1.8rem;
  }
  
  /* ----- conversion-layout ----- */
  .conversion-layout {
    margin: 3em calc(((100vw - 1200px) / 2) * -1) 0;
    padding: 3.5em calc((100vw - 1200px) / 2);
    border-top: 1px solid #eee;
  }
  .conversion_heading_title {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
  }
  .conversion_body {
    margin-top: 2em;
  }
  .conversion_lead {
    text-align: center;
  }
  .conversion_lead  > span {
    display: inline-block;
    font-size: 1.8rem;
  }
  .conversion-detail {
    text-align: center;
  }
  .conversion-detail_inner {
    display: inline-block;
  }
  .conversion-number {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 20px;
  }
  .conversion-number_item {
    margin-left: 30px;
  }
  .conversion-number_item:first-child {
    margin-left: 0;
  }
  .conversion-number_title {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
  }
  .conversion-number_text {
    margin-top: 10px;
  }
  .conversion-number_text > a {
    display: inline-block;
    font-size: 3rem;
    line-height: 1;
  }
  .conversion-number_text > span {
    display: inline-block;
    font-weight: 700;
    vertical-align: 3px;
    line-height: 1;
  }
  .conversion-number_label {
    position: relative;
    display: inline-block;
    padding-left: 60px;
  }
  .conversion-number_label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 50px;
    height: 30px;
    margin-top: -15px;
    background: url(../img/com_sprite01.png) no-repeat 0 -160px;
  }
  .conversion-number_label-v2 {
    position: relative;
    display: inline-block;
    padding-left: 50px;
  }
  .conversion-number_label-v2::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background: url(../img/com_sprite01.png) no-repeat -80px -160px;
  }
  .conversion-number_label-v2 > span {
    display: inline-block;
    font-weight: 700;
    font-size: 1.6rem;
  }
  .conversion-time {
    margin-top: 5px;
    text-align: left;
  }
  .conversion-time_text {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .conversion-button {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 25px;
  }
  .conversion-time_body {
    padding-left: 10px;
  }
  .conversion-button_item {
    margin-left: 30px;
  }
  .conversion-button_item:first-child {
    margin-left: 0;
  }
  .conversion-button_item > *:first-child {
    margin-top: 0;
  }
  .conversion-button_item {
    margin-left: 30px;
  }
  .conversion-link-button > li > a {
    padding: 15px 20px;
    font-size: 2.2rem;
  }
  .conversion-link-button-v3 > li > a {
    padding-left: 10px;
  }
  .conversion-link-button-v3 > li > a > .link_label {
    position: relative;
    display: block;
    padding-left: 60px;
  }
  .conversion-link-button-v3 > li > a > .link_label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    display: block;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background: url(../img/com_sprite01.png) no-repeat -200px 0;
  }
  /* v2 */
  .conversion-layout-v2 {
    margin-top: 4em;
    border-top: 1px solid #999;
    text-align: center;
  }
  .conversion_inner-v2 {
    display: inline-block;
    max-width: 100%;
    min-width: 600px;
    margin: 50px auto 0;
    padding: 30px 50px;
    background-color: #f8f9fa;
  }
  .conversion_inner-v2 > *:first-child {
    margin-top: 0;
  }
  .conversion_heading_title-v2 {
    position: relative;
    padding-left: 40px;
    text-align: left;
  }
  .conversion_heading_title-v2::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 16px;
    height: 2px;
    margin-top: -1px;
    background-color: #ef7c0a;
  }
  .conversion_heading_title-v2 {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4;
  }
  .conversion_body-v2 {
    margin-top: 15px;
    text-align: center;
  }
  .conversion_body-v2 > *:first-child {
    margin-top: 0;
  }
  .conversion_text {
    text-align: left;
    line-height: 1.4;
  }
  .conversion_address {
    text-align: left;
  }
  .conversion_address > li {
    float: left;
    width: 50%;
    margin-top: 15px;
    padding-right: 25px;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
  }
  .conversion_address > .conversion_address_tel,
  .conversion_address > .conversion_address_fax {
    white-space: nowrap;
  }
  .conversion_address > .conversion_address_mail,
  .conversion_address > .conversion_address_time {
    width: 100%;
  }
  .conversion_address > .conversion_address_mail a {
    color: #333;
  }
  .conversion_address > li > span::after {
    content: "：";
  }
  .conversion-layout-v2 + .link-button-v5.back-link-button {
    padding-top: 0;
    border-top: none;
  }

  /* ----- modal-layout ----- */
  .modal-layout {
    margin-top: 3em;
  }
  .modal_item {
    padding: 30px;
    background-color: #f8f9fa;
  }
  .modal_image_inner {
    text-align: center;
  }
  .modal_detail {
    margin-top: 20px;
  }
  .modal_heading_title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
  }
  .modal_heading_title label {
    position: relative;
    display: block;
    padding-left: 30px;
    cursor: pointer;
  }
  .modal_heading_title label input {
    display: none;
  }
  .modal_heading_title label span::before {
    content: "";
    position: absolute;
    top: 0.1em;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-transition: border-color .2s ease-out 0s;
    transition: border-color .2s ease-out 0s;
  }
  .modal_heading_title label span:hover::before {
    border-color: #666;
  }
  .modal_heading_title label span::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 6px;
    width: 8px;
    height: 16px;
    transform: rotate(40deg);
    border-bottom: 3px solid #000;
    border-right: 3px solid #000;
    opacity: 0;
    -webkit-transition: opacity .2s ease-out 0s;
    transition: opacity .2s ease-out 0s;
  }
  .modal_heading_title input[type="checkbox"]:checked + span::after {
    opacity: 1;
  }
  .modal_heading_title > a {
    position: relative;
    display: inline-block;
    padding-left: 40px;
    color: #333;
  }
  .modal_heading_title > a::before {
    position: absolute;
    top: .1em;
    left: 0;
    display: inline-block;
    width: 30px;
    height: 20px;
    background: url(../img/com_sprite01.png) no-repeat -40px -80px;
    content: "";
  }
  .modal_heading_volume {
    display: block;
    margin-top: 5px;
    font-size: 1.6rem;
    font-weight: 700;
  }
  .modal_heading_volume::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/com_sprite01.png) no-repeat -80px 0;
    vertical-align: -3px;
  }
  .modal_text {
    margin-top: 15px;
  }
  /* Colorbox User Style */
  #cboxCurrent {
    display: none !important;
  }
  #cboxContent {
    margin-top: 36px !important;
  }
  #cboxLoadedContent {
    border: none !important;
  }
  #cboxContent #cboxClose {
    top: -1.8em;
    right: 0;
    width: auto;
    height: auto;
    background: none;
    padding-left: 30px;
    text-indent: 0;
    color: #fff;
    line-height: 1;
  }
  #cboxContent #cboxClose::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: url(../img/com_sprite01.png) no-repeat -120px -80px;
  }
  #cboxContent #cboxPrevious,
  #cboxContent #cboxNext {
    width: 80px;
    height: 80px;
    background: #333;
    border-radius: 50%;
    box-shadow: 0 1px 0 0 rgba(204, 204, 204, 1);
    outline: none;
  }
  #cboxContent #cboxPrevious {
    top: auto;
    bottom: 20px;
    left: 50%;
    margin-left: -90px;
  }
  #cboxContent #cboxNext {
    top: auto;
    bottom: 20px;
    right: 50%;
    margin-right: -90px;
  }
  #cboxContent #cboxPrevious::before,
  #cboxContent #cboxNext::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 16px;
    height: 30px;
    margin: -15px 0 0 -8px;
    background-image: url(../img/com_sprite01.png);
    background-repeat: no-repeat;
  }
  #cboxContent #cboxPrevious::before {
    background-position: -120px -160px;
  }
  #cboxContent #cboxNext::before {
    background-position: -160px -160px;
  }
  
  /* ----- product-info-layout ----- */
  .product-info-layout {
    margin-top: 3em;
  }
  .product-info_inner {
    padding: 30px 30px 15px;
    background-color: #f9f9fb;
  }
  .product-info_inner-v2 {
    padding: 30px;
    background-color: #f9f9fb;
  }
  .product-info_inner-v3 {
    padding: 30px;
    background-color: #fff;
  }
  .product-info_inner > *:first-child,
  .product-info_inner-v2 > *:first-child,
  .product-info_inner-v3 > *:first-child {
    margin-top: 0;
  }
  .product-info-button.link-button-v4 > li > a,
  .product-info-button.link-button-v4 > li > .block {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .product-info-wrap {
    margin-top: 15px;
  }
  .product-info-list_item {
    margin-top: 10px;
  }
  .product-info-list_item:first-child {
    margin-top: 0;
  }
  .product-info-list_item-v2 {
    margin-top: -10px;
  }
  .product-info-list_grade {
    display: block;
    float: left;
    padding: 8px 25px;
    background-color: #ecf0f2;
    border-radius: 18px;
    font-weight: 700;
    line-height: 1;
  }
  .product-info-list_grade.is-3char {
    min-width: 88px;
    text-align: center;
  }
  .product-info-list_item-v2 .product-info-list_grade {
    margin: 10px 10px 0 0;
  }
  .product-info-list_label {
    overflow: hidden;
    display: block;
    padding: 2px 0 0 10px;
  }
  .product-info-list-v2 {
    padding-top: 10px;
  }
  .product-info-list-v2_item {
    float: left;
    margin: 5px 10px 0 0;
    padding: 5px 15px;
    border: 1px solid #ccc;
    border-radius: 18px;
    font-size: 1.4rem;
    line-height: 1;
  }
  .product-info-list-v3_item {
    margin-top: 10px;
  }
  [data-row-pc="4"] .product-info-list-v3_item {
    margin-left: 36px;
  }
  [data-row-pc="4"] .product-info-list-v3_item > li:nth-child(-n+4) {
    margin-top: 0;
  }
  [data-row-pc="4"] .product-info-list-v3_item[data-row-pc="4"] > li:nth-child(4n+1) {
    margin-left: 0;
  }
  .product-info-list-v3_item > a {
    position: relative;
    display: inline-block;
    padding-left: 24px;
    font-weight: 700;
    line-height: 1.4;
  }
  .product-info-list-v3_item > a::before {
    content: "";
    position: absolute;
    top: .6em;
    left: 2px;
    width: 10px;
    height: 1px;
    background-color: #ef7c0a;
  }
  .product-info-list-v3_item > span {
    display: inline-block;
    margin-top: 5px;
    padding-left: 22px;
    line-height: 1.4;
  }
  .product-info-box {
    padding: 20px 30px;
    background-color: #ecf0f2;
  }
  .product-info-box + .product-info-box {
    padding-top: 5px;
  }
  .product-info-box > *:first-child {
    margin-top: 0;
  }
  .product-info-box_head {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 5px;
    border-bottom: 1px solid #999;
    text-align: center;
  }
  .product-info-box_label {
    font-weight: 700;
    line-height: 1.4;
  }
  .product-info-box_body {
    margin-top: 15px;
  }
  .product-info-box_body > *:first-child {
    margin-top: 0;
  }
  .product-info-box_text {
    margin-top: 8px;
    line-height: 1.4;
  }
  .product-info-box_list {
    margin-top: 3px;
    line-height: 1.4;
  }
  .product-info-icon_item {
    float: left;
    margin-right: 10px;
    padding: 5px 20px;
    background-color: #fff;
    border: 2px solid #ef7c0a;
    border-radius: 18px;
    font-weight: 700;
    color: #ef7c0a;
    line-height: 1;
  }
  .product-info-title {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 10px;
    text-align: center;
  }
  .product-info-title_label {
    width: 100%;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.4;
  }
  .product-info-title .list-note {
    display: table;
    margin-top: 0.6em;
    text-align: left;
  }
  /* v2 */
  .product-info-layout-v2 {
    margin-top: 3em;
  }
  .product-info-button-v2.link-button-v4 > li > a {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  
  /* ----- product-grade-layout ----- */
  .product-grade-layout {
    margin-top: 3em;
  }
  .product-grade_item {
    position: relative;
    display: block;
    padding: 15px 60px;
    background-color: #ef7c0a;
    border-bottom: 2px solid #ccc;
    text-align: center;
    cursor: pointer;
    -webkit-transition: background-color .2s ease-out 0s;
    transition: background-color .2s ease-out 0s;
  }
  .product-grade_item:hover {
    background-color: #f2963b;
  }
  .product-grade_item::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 25px;
    height: 1px;
    margin-top: -1px;
    background-color: #fff;
  }
  .product-grade_item::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 32px;
    display: block;
    width: 1px;
    height: 25px;
    margin-top: -13px;
    background-color: #fff;
  }
  .product-grade_trigger.is-active .product-grade_item::after {
    display: none;
  }
  .product-grade_label {
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
  }
  .product-grade_detail {
    margin-top: 30px;
  }
  .product-grade_detail > *:first-child {
    margin-top: 0;
  }
  
  /* ----- product-grade-layout-v2 ----- */
  .product-grade-layout-v2 {
    margin-top: 3em;
  }
  .product-grade_item-v2 {
    position: relative;
    display: block;
    padding: 20px 60px;
    background-color: #f9f9fb;
    text-align: center;
    cursor: pointer;
  }
  .product-grade_item-v2::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 25px;
    height: 2px;
    margin-top: -1px;
    background-color: #fff;
    z-index: 3;
  }
  .product-grade_item-v2::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 32px;
    display: block;
    width: 2px;
    height: 25px;
    margin-top: -13px;
    background-color: #fff;
    z-index: 2;
  }
  .product-grade_trigger-v2.is-active .product-grade_item-v2::after {
    display: none;
  }
  .product-grade_label-v2 {
    position: relative;
    display: block;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4;
    -webkit-transition: color .2s ease-out 0s;
    transition: color .2s ease-out 0s;
  }
  .product-grade_item-v2:hover .product-grade_label-v2 {
    color: #666;
  }
  .product-grade_label-v2::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -48px;
    display: block;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background-color: #3AB6FB;
    border-radius: 3px;
    z-index: 1;
  }
  .product-grade_detail-v2 {
    padding: 0 20px 20px;
    background-color: #f9f9fb;
  }
  .product-grade_detail-v2 > *:first-child {
    margin-top: 0;
  }
  
  /* ----- caution-layout ----- */
  .caution-layout {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 2.5em;
    padding: 40px;
    background-color: #f8f9fa;
    text-decoration: none;
  }
  .caution_text > *:first-child,
  .caution_detail > *:first-child {
    margin-top: 0;
  }
  .caution_text {
    min-width: 44.8%;
    font-size: 2rem;
    text-align: right;
  }
  .caution_detail {
    min-width: 44.8%;
    margin-left: 36px;
  }
  .caution_detail .caution-link-button > li > a {
    width: 100%;
    min-width: 400px;
  }
  .caution_detail .caution-link-button > li > a::before {
    border-top: solid 9px #d3d3d3;
    border-right: solid 9px #f8f9fa;
    border-bottom: solid 9px #f8f9fa;
    border-left: solid 9px #d3d3d3;
  }
  
  /* ----- strong-link-layout ----- */
  .strong-link-layout {
    position: relative;
    margin-top: 3em;
    min-height: 340px;
  }
  .strong-link-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 54%;
    max-width: 640px;
  }
  .strong-link-text {
    padding-right: 55%;
  }
  .strong-link-text > a {
    position: relative;
    display: inline-block;
    padding-left: 55px;
    color: #333;
  }
  .strong-link-text > a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 36px;
    height: 24px;
    margin-top: -12px;
    background: url(../img/com_sprite01.png) no-repeat 0 -200px;
  }
  .strong-link-text .link_label {
    font-size: 4.2rem;
    font-weight: 700;
    line-height: 1.4;
  }
  .strong-link-box {
    position: relative;
    width: 63.5%;
    max-width: 762px;
    margin-top: 20px;
    padding: 50px 40px;
    background-color: #fff;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
  }
  .strong-link_lead {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.4;
  }
  .strong-link_detail {
    margin-top: 15px;
    font-size: 1.8rem;
  }
  
  /* ----- sp-single-banner-slider ----- */
  .sp-single-banner-slider > *:first-child {
    margin-top: 0;
  }
  
  /* ----- release-layout ----- */
  .release-layout {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .release_pulldown {
    position: relative;
    background-color: #ecf0f2;
  }
  .release_pulldown-title {
    position: relative;
    padding: 10px 70px 10px 20px;
    cursor: pointer;
  }
  .release_pulldown-title::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 12px;
    height: 12px;
    margin-top: -10px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
  }
  .release_pulldown-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #ecf0f2;
    border: 1px solid #ddd;
    z-index: 2;
  }
  .release_pulldown-list > li > a {
    display: block;
    padding: 10px 20px;
    border-top: 1px solid #fff;
    color: #333;
    text-decoration: none;
  }
  .release_pulldown-list > li > a:hover {
    background-color: #fff;
  }
  .release_pulldown-list > li:first-child > a {
    border-top: none;
  }
  .release_button > *:first-child {
    margin-top: 0;
  }
  .release_button > .link-button > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 30px;
    text-align: left;
  }
  .release-box-layout[data-row-pc]:not([data-row-pc="1"]):not([data-row-pc="auto"]) .release-box_block {
    margin-top: 3%;
    padding: 3% 3.5%;
    color: #333;
    text-decoration: none;
  }
  .release-box_block {
    background-color: #fff;
    border: 1px solid #ddd;
  }
  a.release-box_block:hover {
    border-color: #fff;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.08);
  }
  .release-box_icon > .icon-style1,
  .release-box_icon > .icon-style2,
  .release-box_icon > .icon-style3,
  .release-box_icon > .icon-style4,
  .release-box_icon > .icon-style5 {
    overflow: hidden;
    display: block;
    float: left;
    border-radius: 10px;
  }
  .release-box_icon > .icon-style1 {
    background: linear-gradient(90deg, #dc6494 10px, #f3f3f3 11px, #f3f3f3 100%);
  }
  .release-box_icon > .icon-style2 {
    background: linear-gradient(90deg, #44a1d3 10px, #f3f3f3 11px, #f3f3f3 100%);
  }
  .release-box_icon > .icon-style3 {
    background: linear-gradient(90deg, #0baf98 10px, #f3f3f3 11px, #f3f3f3 100%);
  }
  .release-box_icon > .icon-style4 {
    background: linear-gradient(90deg, #a4c41d 10px, #f3f3f3 11px, #f3f3f3 100%);
  }
  .release-box_icon > .icon-style5 {
    background: linear-gradient(90deg, #6e56a2 10px, #f3f3f3 11px, #f3f3f3 100%);
  }
  .release-box_icon > .icon-style1 > span,
  .release-box_icon > .icon-style2 > span,
  .release-box_icon > .icon-style3 > span,
  .release-box_icon > .icon-style4 > span,
  .release-box_icon > .icon-style5 > span {
    display: block;
    padding: 4px 15px 4px 20px;
    font-size: 1.5rem;
    line-height: 1;
  }
  .release-box_icon > .icon-new {
    overflow: hidden;
    display: block;
    float: left;
    margin-left: 5px;
    border-radius: 10px;
  }
  .release-box_icon > .icon-new > span {
    display: block;
    padding: 4px 15px;
    background-color: #ef7c0a;
    font-size: 1.5rem;
    color: #fff;
    line-height: 1;
  }
  .release-box_date {
    margin-top: 1em;
    font-weight: 700;
    color: #666;
  }
  .release-box_text {
    margin-top: 0.3em;
    font-size: 1.9rem;
    line-height: 1.4;
  }
  .release-box_text-v2 {
    font-size: 1.4rem;
  }
  
  /* ----- notfound-layout ----- */
  .notfound-layout {
    margin-top: 80px;
  }
  .link-button.notfound-link-button {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .link-button.notfound-link-button > li {
    width: 372px;
  }
  .notfound-search {
    margin-top: 80px;
    padding: 50px;
    background-color: rgba(217, 224, 228, .8);
  }
  .notfound-search_inner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .notfound-search_block {
    width: 720px;
    margin: 0 auto;
  }
  .notfound-site-search {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .notfound-site-search_input {
    width: 1100px;
    height: 61px;
    padding: 0 20px;
    background-color: #ecf0f2;
    border: none;
    border-bottom: 1px solid #fff;
    font-size: 2.0rem;
    outline: none;
  }
  .notfound-site-search_submit-wrap {
    position: relative;
    margin: 0 0 0 20px;
    cursor: pointer;
  }
  .notfound-site-search_submit-wrap::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    background: url(../img/com_sprite01.png) no-repeat -80px -80px;
    cursor: pointer;
    pointer-events: none;
  }
  .notfound-site-search_submit {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0;
    padding: 0;
    background-color: #fff;
    border: none;
    border-radius: 50%;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    font-size: 0;
    cursor: pointer;
    outline: none;
  }
  
  /* ----- map-layout ----- */
  .release-layout {
    margin-top: 30px;
  }
  .map_frame {
    width: 100%;
    height: 600px;
  }

  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .column-media::after,
  .product-info-list_item::after,
  .product-info-list_item-v2::after,
  .product-info-list-v2::after,
  .product-info-icon::after,
  .list-description::after,
  .list-description-v3::after,
  .heading_category_list::after,
  .conversion_address::after,
  .release-box_icon::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * Media Queries
====================================================== */
@media screen and (min-width: 1541px) and (max-width: 1770px) {

  /* ----- heading-layout ----- */
  .heading-layout {
    margin-right: -40px;
    margin-left: -40px;
  }
  [data-sidebar="true"] .heading-text {
    right: -240px;
  }
  [data-sidebar="true"] .heading-layout .heading-lv1 {
    padding-right: calc((100vw - 240px) * 0.5);
  }

}
@media screen and (min-width: 768px) and (max-width: 1617px) {
  
  /* ----- heading-layout ----- */
  .heading-layout .heading-lv1 {
    padding-right: calc(1600px * 0.56);
  }
  
}
@media screen and (min-width: 768px) and (max-width: 1540px) {

  /* ----- heading-layout ----- */
  .heading-lv1 {
    margin-right: auto;
    margin-left: auto;
  }
  [data-sidebar="true"] .heading-text {
    width: 40vw;
    min-width: 530px;
    padding-right: 60px;
  }
  .heading-layout .heading-lv1 {
    padding-right: 58vw;
  }
  [data-sidebar="true"] .heading-layout .heading-lv1 {
    padding-right: calc((100vw - 240px) * 0.5);
  }
  
  /* ----- conversion-layout ----- */
  .conversion-layout {
    margin-right: -40px;
    margin-left: -40px;
    padding-right: 40px;
    padding-left: 40px;
  }

}
@media screen and (min-width: 1297px) and (max-width: 1457px) {

  /* ----- heading-layout ----- */
  [data-sidebar="true"] .heading-text {
    right: calc(1457px - 100vw);
  }
  .heading-layout .heading-lv1 {
    padding-right: 814px;
  }
  [data-sidebar="true"] .heading-layout .heading-lv1 {
    padding-right: calc(1457px - 40vw - 240px);
  }

}
@media screen and (min-width: 768px) and (max-width: 1296px) {

  /* ----- heading-layout ----- */
  [data-sidebar="true"] .heading-text {
    right: 160px;
  }
  .heading-layout .heading-lv1 {
    padding-right: 804px;
  }
  [data-sidebar="true"] .heading-layout .heading-lv1 {
    padding-right: 700px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  /* ----- caution-layout ----- */
  .caution_text {
    text-align: center;
  }
  .caution_detail {
    margin-top: 1em;
    margin-left: 0;
  }
  .caution_detail .caution-link-button > li > a {
    min-width: 502px;
  }
}
