/* ##############################################################################

    COMMON

############################################################################## */

  html {
    height: 100%;
    overflow-y: scroll;
  }
  body {
    height: 100%;
  }
  body.page-contact {
    padding-top: 0;
  }
  body.page-contact2 {
    padding-top: 0;
  }
  body.page-recall {
    padding-top: 0;
  }
  body.page-customer {
    padding-top: 0;
  }

/* layout
**************************************** */

  /* --- inner --- */
  .inner {
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .inner-sm { max-width: 1000px; }
  .inner-md { max-width: 1126px; }
  .inner-lg { max-width: 1430px; }
  .inner-xl {
    width: 97%;
    max-width: calc(100% - 112px);
  }

  /* --- section_pdg --- */
  .section_pdg {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  /* --- section2_pdg --- */
  .section2_pdg {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  @media screen and  (max-width: 767px) {
    .inner { width: 86%; }
    .inner-xl { max-width: 86%; }
    .section_pdg {
      padding-top: 40px;
      padding-bottom: 40px;
    }
	  .section2_pdg {
      padding-top: 40px;
      padding-bottom: 40px;
    }
  }

/* flex
**************************************** */
  /* --- ざっくりflexレイアウト --- */
  .flex-col1 {
    display: block;
  }
  .flex-col2,
  .flex-col3,
  .flex-col4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-col2 > * {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .flex-col2:not(.flex-reverse) > *:nth-child(even),
  .flex-col2.flex-reverse > *:nth-child(odd) {
    margin-right: 0;
  }
  .flex-col3 > * {
    width: 31.33%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .flex-col3 > *:nth-child(3n) { margin-right: 0; }
  .flex-col4 > * {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .flex-col4 > *:nth-child(4n) { margin-right: 0; }

  .flex-img_txt > * {
    width: 50%;
  }
  .flex-img_txt .txtarea {
    padding: 40px;
    background-color: #fff;
  }

  @media screen and (max-width: 767px) {
    .flex-sp-block.flex-col2 > *,
    .flex-sp-block.flex-col3 > *,
    .flex-sp-block.flex-col4 > * {
      width: 100%;
      margin-right: 0;
      margin-bottom: 6%;
    }
    .flex-sp-block.flex-col2 > *:last-child,
    .flex-sp-block.flex-col3 > *:last-child,
    .flex-sp-block.flex-col4 > *:last-child {
      margin-bottom: 0;
    }

    /* --- ざっくりflexレイアウト - sp --- */
    .flex-sp-col2 > *,
    .flex-sp-col2.flex-col3 > *:nth-child(3n) {
      width: 48.5%;
      margin-right: 3%;
      margin-bottom: 3%;
    }
    .flex-sp-col2 > *:nth-child(even) {
      margin-right: 0 !important;
    }
    .flex-sp-col3 > *,
    .flex-sp-col3.flex-col4 > *:nth-child(4n) {
      width: 31.33%;
      margin-right: 3%;
      margin-bottom: 3%;
    }
    .flex-sp-col3 > *:nth-child(3n) {
      margin-right: 0;
    }

    .flex-img_txt > * { width: 100%; }
    .flex-img_txt .txtarea { padding: 22px; }
  }

/* bg
**************************************** */
  .bg-ptn { background-image: url(../images/common/ptn.png); }
  .bg-bl { background-color: #F3FCFE; }
  .bg-gry { background-color: #F5F5F5; }
  .bg-wh { background-color: #fff; }

/* ttl
**************************************** */

  /* --- page_ttl --- */
  .page_ttl {
    position: relative;
    z-index: 10;
    overflow: hidden;
    height: 640px;
    padding-bottom: 50px;
    line-height: 1.5;
    background-size: cover;
    background-position: center;
    background-image: url(../images/page_ttl/common.jpg);
    color: #fff;
  }
  .page-company .page_ttl,
  .page-contact .page_ttl,
  .page-contact2 .page_ttl,
  .page-recall .page_ttl,
  .page-customer .page_ttl,
  .page-thanks .page_ttl,
  .archive-news .page_ttl,
  .single-news .page_ttl {
    height: 360px;
  }
  .page-making .page_ttl { background-image: url(../images/page_ttl/making.jpg); }
  .page-domestic .page_ttl { background-image: url(../images/page_ttl/domestic.jpg); }
  .page-overseas .page_ttl { background-image: url(../images/page_ttl/overseas.jpg); }
  .page-oem .page_ttl { background-image: url(../images/page_ttl/oem.jpg); }
  .page-laboffice .page_ttl { background-image: url(../images/page_ttl/labooffice.jpg); }
  .page-privacy-policy .page_ttl { background-image: url(../images/page_ttl/oem.jpg); }
  .page-company .page_ttl {
    background-position: top;
    background-image: url(../images/page_ttl/company.jpg);
  }
  .page-thanks .page_ttl,
  .archive-news .page_ttl,
  .single-news .page_ttl,
  .page-contact .page_ttl,
  .page-contact2 .page_ttl,
  .page-recall .page_ttl,
  .page-customer .page_ttl,
  .page-sitemap .page_ttl { background-image: url(../images/page_ttl/cotact.jpg); }
  .page_ttl-jp {
    display: block;
    margin-bottom: 4px;
    font-size: 400%;
  }
  .page_ttl h2 {
    position: relative;
    z-index: 2;
  }
  .page_ttl-en {
    display: inline-block;
    text-transform: uppercase;
    font-size: 150%;
    letter-spacing: .2em;
  }
  .page-domestic .page_ttl .sub_txt,
  .page-overseas .page_ttl .sub_txt {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 200%;
  }
  @media screen and (max-width: 1120px) {
    .page-domestic .page_ttl .sub_txt,
    .page-overseas .page_ttl .sub_txt {
      font-size: 160%;
    }
  }
  .page_ttl .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .page_ttl .video::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(22,42,54,.3);
    z-index: 1;
  }
  .page_ttl .video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }

  /* --- section_ttl --- */
  .section_ttl {
    position: relative;
    padding-bottom: 32px;
    font-weight: normal;
    line-height: 1.4;
    letter-spacing: .1em;
    text-align: center;
  }
  .section_ttl::after {
    content: "◆◆◆◆";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #006AAC;
    font-size: 62%;
  }
  .section_ttl .font-en,
  .section_ttl .font-jp {
    display: block;
  }
  .section_ttl .font-en {
    margin-bottom: 8px;
    color: #006AAC;
    font-size: 112%;
  }
  .section_ttl .font-jp {
    font-size: 300%;
    color: #162A36;
    line-height: 1.3;
  }
  .section_ttl .font-jp small {
    font-size: 66%;
  }

  /* --- section_ttl deco --- */
  .section_ttl-deco {
    text-align: center;
  }
  .section_ttl-deco span {
    position: relative;
    display: inline-block;
  }
  .section_ttl-deco span::before,
  .section_ttl-deco span::after {
    content: "◆◆◆◆";
    position: absolute;
    top: 50%;
    color: #006AAC;
    font-size: 25%;
    letter-spacing: -.15em;
  }
  .section_ttl-deco span::before {
    left: 0;
    transform: translateY(-50%) translateX(-150%);
  }
  .section_ttl-deco span::after {
    right: 0;
    transform: translateY(-50%) translateX(150%);
  }
  .section_ttl-deco .font-jp {
    font-size: 250%;
    color: #162A36;
  }

  /* --- heading --- */
  .heading-1 {
    color: #006AAC;
    font-weight: normal;
    font-size: 200%;
    line-height: 1.75;
  }
  .heading-2 {
    font-size: 150%;
    color: #006AAC;
    font-weight: 500;
  }
  .heading-3 {
    font-size: 140%;
    font-weight: normal;
  }
  .heading-4 { font-size: 134%; }

  @media screen and (max-width: 1153px) {
    .page_ttl .video video {
      width: auto;
      height: 100%;
    }
  }
  @media screen and (max-width: 767px) {

    /* --- page_ttl --- */
    .page_ttl {
      height: 240px;
      padding-bottom: 18px;
    }
    .page-company .page_ttl,
    .page-contact .page_ttl,
    .page-contact2 .page_ttl,
	.page-recall .page_ttl,
	.page-customer .page_ttl,
    .page-thanks .page_ttl,
    .archive-news .page_ttl,
    .single-news .page_ttl {
      height: 180px;
    }
    .page_ttl-jp {
      display: block;
      font-size: 186%;
    }
    .page_ttl-en {
      display: block;
      font-size: 86%;
    }
    .page_ttl .video video {
      width: auto;
      height: 100%;
    }
    .page-domestic .page_ttl .sub_txt,
    .page-overseas .page_ttl .sub_txt {
      position: static;
      display: block;
      width: 100%;
      margin-top: 8px;
      font-size: 5.4vw;
    }

    /* --- section_ttl --- */
    .section_ttl .font-jp { font-size: 200%; }
    .section_ttl .font-jp small {
      display: inline-block;
      padding-bottom: 6px;
      line-height: 1.5;
    }
    .section_ttl-deco .font-jp {
      width: auto;
      max-width: 68%;
      font-size: 171%;
    }

    /* --- heading --- */
    .heading-1 {
      font-size: 142%;
      line-height: 1.5;
    }
    .heading-2 { font-size: 143%; }
    .heading-3 { font-size: 129%; }
    .heading-4 { font-size: 115%; }
  }

/* breadcrumbs
**************************************** */
  .breadcrumbs {
    padding: 16px 0;
    font-size: 87%;
  }
  .breadcrumbs a {
    text-decoration: underline;
  }
  .breadcrumbs .breadcrumb_last {
    display: table-cell;
    max-width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

/* txt
**************************************** */
  .txt-lg { font-size: 107%; }
  .txt-sm {
    font-size: 93%;
    line-height: 2;
  }
  .txt-wh { color: #fff; }
  .txt-bl { color: #006AAC; }
  .txt-link {
    color: #006AAC;
    text-decoration: underline;
  }
  .txt-attention {
    font-size: 88%;
    color: #999;
  }
  .txt-attention-kome {
    position: relative;
    padding-left: 1.4em;
  }
  .txt-attention-kome::before {
    content: '※';
    position: absolute;
    left: 0;
    top: 0;
  }
  .bold {
    color: #32AAE6;
  }

  /* --- font --- */
  .font-jp {
    font-family: 'Noto Sans JP', sans-serif;
  }
  .font-en {
    font-family: 'Poppins', sans-serif;
  }

  @media screen and (max-width: 767px) {
    .txt-sm { line-height: 1.75; }
  }

/* table & list
**************************************** */
  table { width: 100%; }

  /* --- table_default --- */
  .table_default th,
  .table_default td {
    padding: 16px 8px;
  }
  .table_default th {
    border-bottom: 2px solid #006aac;
  }
  .table_default td {
    padding: 16px 16px;
    border-bottom: 1px solid #006aac;
    border-left: 4px solid #fff;
  }

  /* --- table_line --- */
  .table_line {
    border: 1px solid #006AAC;
  }
  .table_line th,
  .table_line td {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 24px;
    padding-right: 24px;
    font-weight: 500;
    line-height: 1.5;
    vertical-align: middle;
  }
  .table_line tr:not(:last-child) {
    border-bottom: 1px solid #ccc;
  }
  .table_line th {
    background-color: #006AAC;
    border-right: 1px solid #fff;
    color: #fff;
    text-align: center;
  }
  .table_line td {
    background-color: #fff;
    border-right: 1px solid #ccc;
    font-size: 93%;
  }
  .table_line tr th:last-child,
  .table_line tr td:last-child {
    border-right: none;
  }

  /* --- list ---- */
  .list { list-style-type: none; }
  .list:not(.flex-col3):not(.flex-col2) li:not(:last-child) { margin-bottom: 8px; }
  .list li {
    position: relative;
    line-height: 1.45;
  }
  .list-disc li { padding-left: 1.7em; }
  .list-circle li { padding-left: 1.15em; }
  .list-disc li::before,
  .list-circle li::before {
    content: '';
    position: absolute;
    top: .35em;
    left: 0;
    background-color: #006AAC;
  }
  .list-disc li::before {
    width: 12px;
    height: 12px;
    transform: rotate(-45deg) skew(4deg, 4deg);
  }
  .list-circle li::before {
    top: .4em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
  }
  /* 数字付きリスト */
  .list-num {
    padding-left: 1.4em;
    list-style-type: decimal;
  }
  .list-num li { padding-left: 0; }
  .list-num li::before { display: none; }

  /* --- dlリスト --- */
  .list-dl {
    position: relative;
    border-top: 1px solid #BFBFBF;
  }
  .list-dl dt {
    position: absolute;
    padding-top: 16px;
    color: #666;
    font-weight: 700;
  }
  .list-dl dd {
    padding-left: 140px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #BFBFBF;
  }

  @media screen and (max-width: 767px) {

    /* -- table -- */
    .table_default.table_sp_block th,
    .table_default.table_sp_block td,
    .table_line.table_sp_block th,
    .table_line.table_sp_block td {
      display: block;
      width: 100% !important;
    }
    .table_default.table_sp_block th {
      padding-bottom: 0;
      border-bottom: none;
    }
    .table_default.table_sp_block td {
      padding-top: 4px;
    }
    .table_line.table_sp_block th {
      border-right: none;
    }

    /* -- list -- */
    .list-disc li { padding-left: 1.4em; }
    .list-disc li::before {
      width: 9px;
      height: 9px;
    }
  }

/* btn
**************************************** */
  .btn a {
    position: relative;
    display: inline-block;
    min-width: 240px;
    min-height: 48px;
    padding: 12px 32px;
    color: #fff;
    background-color: #006AAC;
    text-align: center;
    letter-spacing: .2em;
    overflow: hidden;
  }
  .btn-sm a {
    min-height: auto;
    padding: 6px 32px;
    border-radius: 28px;
  }
  .btn-wh a {
    background-color: #fff;
    color: #006AAC;
  }
  .btn a:hover {
    background-color: #152B39;
    color: #fff;
  }
  .btn-wh a:hover { color: #fff; }
  .btn a::before {
    content: '';
    position: absolute;
    top: calc(50% - 4px);
    right: 16px;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
    transition: all .2s ease-out;
  }
  .btn-wh a::before {
    border-top: solid 1px #006AAC;
    border-right: solid 1px #006AAC;
  }
  .btn a:hover::before {
    right: 12px;
    border-color: #fff;
  }
  .btn-en a,
  .btn-en span {
    display: inline-block;
    padding-left: 8px;
    font-family: 'Poppins', sans-serif;
    color: #4DC4FF;
    letter-spacing: .2em;
    font-size: 125%;
  }
  .btn-en a::after,
  .btn-en span::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 6px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    transform: rotate(-45deg);
    vertical-align: middle;
  }

  @media screen and (max-width: 767px) {
    .btn a {
      min-width: auto;
      padding: 12px 48px;
      min-height: 0;
    }
    .flex .btn,
    .flex .btn + .btn {
      margin-top: 4px;
      margin-left: auto;
      margin-right: auto;
    }
  }
/*緑色のボタン*/
#btng{
 padding:15px;
 max-width:350px;
 background:#3c7828;
 color:#fff;
 text-align: center;
 font-size:18px;
 font-weight:bold;	 
 border-radius:2px;
 margin:25px auto 0;
}
/*緑色のマウスホバー時*/
#btng:hover{
 background:#2a571c;
 color:#1eb9ff;
}
/*赤色のボタン*/
#btnr{
 padding:15px;
 max-width:350px;
 background:#ff6b63;
 color:#fff;
 text-align: center;
 font-size:18px;
 font-weight:bold;	 
 border-radius:2px;
 margin:25px auto 0;
}
/*赤色のボタンマウスホバー時*/
#btnr:hover{
 background:#b74e48;
}
/* cta
**************************************** */
  .cta {
    padding: 80px 0;
    background-color: #152B39;
  }
  .cta .section_ttl .font-en,
  .cta .section_ttl .font-jp {
    color: #fff;
  }
  .cta .section_ttl::after {
    color: #32AAE6;
  }
  .cta--tel { margin-right: 18px; }
  .cta--tel a {
    display: block;
    padding: 18px 64px 16px;
    border: 1px solid;
    color: #fff;
  }
  .cta--tel span { display: block; }
  .cta--tel .num {
    font-size: 156%;
    line-height: 1;
  }
  .cta--tel .tel_time { font-size: 80%; }
  .cta--contact a {
    display: block;
    width: 364px;
    padding: 25px 64px;
    background-color: #fff;
    color: #006AAC;
    font-size: 111%;
  }
  .cta--contact a svg {
    margin-right: 14px;
    fill: #006AAC;
  }
  .cta--contact a:hover {
    background-color: #32AAE6;
    color: #fff;
  }
  .cta--contact a:hover svg {
    fill: #fff;
  }
  .cta--contact2 a {
    display: block;
    width: 364px;
    padding: 25px 64px;
    background-color: #fff;
    color: #006AAC;
    font-size: 111%;
  }
  .cta--contact2 a svg {
    margin-right: 14px;
    fill: #006AAC;
  }
  .cta--contact2 a:hover {
    background-color: #32AAE6;
    color: #fff;
  }
  .cta--contact2 a:hover svg {
    fill: #fff;
  }
  .cta--recall a {
    display: block;
    width: 364px;
    padding: 25px 64px;
    background-color: #fff;
    color: #006AAC;
    font-size: 111%;
  }
  .cta--recall a svg {
    margin-right: 14px;
    fill: #006AAC;
  }
  .cta--recall a:hover {
    background-color: #32AAE6;
    color: #fff;
  }
  .cta--recall a:hover svg {
    fill: #fff;
  }
  .cta--customer a {
    display: block;
    width: 364px;
    padding: 25px 64px;
    background-color: #fff;
    color: #006AAC;
    font-size: 111%;
  }
  .cta--customer a svg {
    margin-right: 14px;
    fill: #006AAC;
  }
  .cta--customer a:hover {
    background-color: #32AAE6;
    color: #fff;
  }
  .cta--customer a:hover svg {
    fill: #fff;
  }
  @media screen and  (max-width: 767px) {
    .cta { padding: 48px 0 64px; }
    .cta--tel {
      margin-right: 0;
      margin-bottom: 16px;
    }
    .cta--tel a {
      padding: 18px 32px 16px;
    }
    .cta--contact a { width: 100%; }
    
    .cta--contact2 a { width: 100%; }
  
    .cta--recall a { width: 100%; }

    .cta--customer a { width: 100%; }
}
/* cta-page
**************************************** */
  .cta-page {
    padding: 80px 0 40px;
    background-color: #eee;
  }
  .cta-page a:hover {
    opacity: .6;
  }
  .cta-page .imgarea {
    margin-bottom: 12px;
  }

  @media screen and  (max-width: 767px) {
    .cta-page {
      padding: 40px 0 24px;
    }
    .cta-page .imgarea {
      margin-bottom: 8px;
    }
  }


/* ##############################################################################

    HEADER

############################################################################## */

/* header
**************************************** */
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    line-height: 1;
    z-index: 9990;
    padding: 18px 0;
    transition: all .4s ease-out;
  }
  .subpage .header {
    background-color: #fff;
  }
  .page-contact .header {
    position: absolute;
    background-color: transparent;
    box-shadow: none;
  }
  .page-contact2 .header {
    position: absolute;
    background-color: transparent;
    box-shadow: none;
  }
  .page-recall .header {
    position: absolute;
    background-color: transparent;
    box-shadow: none;
  }
  .page-customer .header {
    position: absolute;
    background-color: transparent;
    box-shadow: none;
  }
  .header .inner {
    width: 100%;
    max-width: 100%;
    padding: 0 2%;
  }
  .header--logo {
    background-size: cover;
    background-position: center;
    background-image: url(../images/common/logo-color.png);
  }
  .header--logo img {
    transition: all .2s ease-out;
  }
  .subpage:not(.page-contact) .header--logo img {
    opacity: 0;
  }
  .subpage:not(.page-contact2) .header--logo img {
    opacity: 0;
  }
  .subpage:not(.page-recall) .header--logo img {
    opacity: 0;
  }
  .subpage:not(.page-customer) .header--logo img {
    opacity: 0;
  }
  @media screen and (max-width: 1580px) {
    .header--logo { width: 18%; }
  }
  @media screen and (max-width: 767px) {
    .header {
      height: 56px;
      padding: 8px 0;
      background-color: #fff;
    }
    .header .inner {
      display: block;
      padding-left: 8px;
    }
    .header--logo {
      width: 60%;
      background-position: center;
      background-size: cover;
    }
    .header--logo a { display: block; }
    .header--logo img { opacity: 0; }
    .page-contact .header--logo img { opacity: 1; }
    .page-contact2 .header--logo img { opacity: 1; }
	.page-recall .header--logo img { opacity: 1; }
    .page-customer .header--logo img { opacity: 1; }
  }

/* gnav
**************************************** */
  .gnav .gnav--link {
    padding: 0 12px;
    font-size: 93%;
  }
  .home .gnav .gnav--link {
    color: #fff;
  }
  .home .gnav .gnav--link:hover {
    color: #32AAE6;
  }

  /* ---CTA --- */
  .gnav--tel {
    margin-left: 12px;
    text-align: center;
  }
  .home .gnav--tel a { color: #fff; }
  .gnav--tel .num {
    display: block;
    font-size: 156%;
    letter-spacing: .05em;
  }
  .gnav--tel .tel_time {
    font-size: 74%;
  }
  .gnav--contact {
    margin-left: 24px;
  }
  .gnav--contact a {
    display: block;
    padding: 18px 61px;
    border: 1px solid;
  }
  .home .gnav--contact a {
    color: #fff;
  }
  .gnav--contact a:hover {
    background-color: #006AAC;
    border-color: #006AAC;
  }
  .gnav--contact svg {
    margin-right: 12px;
    vertical-align: bottom;
  }
  .subpage .gnav--contact svg {
    fill: #333;
  }
  .gnav--contact2 {
    margin-left: 24px;
  }
  .gnav--contact2 a {
    display: block;
    padding: 18px 61px;
    border: 1px solid;
  }
  .home .gnav--contact2 a {
    color: #fff;
  }
  .gnav--contact2 a:hover {
    background-color: #006AAC;
    border-color: #006AAC;
  }
  .gnav--contact2 svg {
    margin-right: 12px;
    vertical-align: bottom;
  }
  .subpage .gnav--contact2 svg {
    fill: #333;
  }
  .gnav--recall {
    margin-left: 24px;
  }
  .gnav--recall a {
    display: block;
    padding: 18px 61px;
    border: 1px solid;
  }
  .home .gnav--recall a {
    color: #fff;
  }
  .gnav--recall a:hover {
    background-color: #006AAC;
    border-color: #006AAC;
  }
  .gnav--recall svg {
    margin-right: 12px;
    vertical-align: bottom;
  }
  .subpage .gnav--recall svg {
    fill: #333;
  }
  .gnav--customer {
    margin-left: 24px;
  }
  .gnav--customer a {
    display: block;
    padding: 18px 61px;
    border: 1px solid;
  }
  .home .gnav--customer a {
    color: #fff;
  }
  .gnav--customer a:hover {
    background-color: #006AAC;
    border-color: #006AAC;
  }
  .gnav--customer svg {
    margin-right: 12px;
    vertical-align: bottom;
  }
  .subpage .gnav--customer svg {
    fill: #333;
  }
  @media screen and (max-width: 1580px) {
    .gnav--tel { margin-left: 12px; }
    .gnav--tel .num { font-size: 116%; }
    .gnav--contact { margin-left: 16px; }
    .gnav--contact a { padding: 18px; }
    .gnav--contact2 { margin-left: 16px; }
    .gnav--contact2 a { padding: 18px; }
	.gnav--recall { margin-left: 16px; }
    .gnav--recall a { padding: 18px; }
	.gnav--customer { margin-left: 16px; }
    .gnav--customer a { padding: 18px; }
  }
  @media screen and (max-width: 1380px) {
    .gnav--list { font-size: 94%; }
    .gnav .gnav--link { padding: 0 8px; }
  }
  @media screen and (max-width: 1250px) {
    .gnav--list { font-size: 90%; }
    .gnav .gnav--link { padding: 0 6px; }
    .gnav--tel .num { font-size: 100%; }
    .gnav--tel .tel_time { font-size: 60%; }
    .gnav--contact svg { margin-right: 8px; }
    .gnav--contact2 svg { margin-right: 8px; }
	.gnav--recall svg { margin-right: 8px; }
	.gnav--customer svg { margin-right: 8px; }
    .gnav--contact a {
      padding: 18px 12px;
      font-size: 88%;
      letter-spacing: .05em;
    }
    .gnav--contact2 a {
      padding: 18px 12px;
      font-size: 88%;
      letter-spacing: .05em;
    }
	.gnav--recall a {
      padding: 18px 12px;
      font-size: 88%;
      letter-spacing: .05em;
    }
    .gnav--recallconfirmation a {
      padding: 18px 12px;
      font-size: 88%;
      letter-spacing: .05em;
    }
  }
  @media screen and (max-width: 1108px) {
    .gnav--list li:first-child { display: none; }
  }
  @media screen and (max-width: 767px) {
    .gnav {
      position: fixed;
      top: 56px;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      padding: 28px 5% 5%;
      pointer-events: none;
      transition: .4s ease-out;
      transform: translateY(-100%);
      background-color: #006aac;
    }
    .header.active .gnav {
      opacity: 1;
      pointer-events: all;
      transform: translateY(0);
    }
    .gnav--list li {
      width: 100%;
    }
	 /* ---コメントアウト
	  .gnav--list li:not(:last-child) {
      border-bottom: 1px solid #006aac;
    } 
	  --- */
	 .gnav--list li {
      border-bottom: 1px solid #006aac;
    } 

    .gnav--list .gnav--link {
      position: relative;
      display: block;
      padding: 16px 24px;
      background-color: #fff;
      font-size: 100%;
      color: #333 !important;
    }
    .gnav--list li:first-child .gnav--link { border-radius: 4px 4px 0 0; }
    .gnav--list li:nth-child(7) .gnav--link { border-radius: 0 0 4px 4px; }
    .gnav--list .gnav--link::after {
      content: "";
      position: absolute;
      top: 0;
      right: 24px;
      bottom: 0;
      margin: auto;
      width: 8px;
      height: 8px;
      border-right: 1px solid #006aac;
      border-bottom: 1px solid #006aac;
      transform: rotate(-45deg);
    }
    .subpage .gnav--contact svg { fill: #fff; }
    .subpage .gnav--contact2 svg { fill: #fff; }
    .subpage .gnav--recall svg { fill: #fff; }
	.subpage .gnav--customer svg { fill: #fff; }
    /* ---gnav_btn --- */
    .gnav_btn {
      position: fixed;
      top: 0;
      right: 0;
      width: 56px;
      height: 56px;
      background-color: #006aac;
      z-index: 9999;
    }
    .gnav_btn--lines {
      position: relative;
      width: 28px;
      height: 20px;
    }
    .gnav_btn--lines span {
      transition: all .4s;
      box-sizing: border-box;
    }
    .gnav_btn--lines span {
      position: absolute;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #fff;
    }
    .gnav_btn--lines span:nth-of-type(1) {
      top: 0;
    }
    .gnav_btn--lines span:nth-of-type(2) {
      top: 46%;
    }
    .gnav_btn--lines span:nth-of-type(3) {
      bottom: 0;
    }
    .header.active .gnav_btn--lines span:nth-of-type(1) {
      -webkit-transform: translateY(9px) rotate(-45deg);
      transform: translateY(9px) rotate(-45deg);
    }
    .header.active .gnav_btn--lines span:nth-of-type(2) {
      opacity: 0;
    }
    .header.active .gnav_btn--lines span:nth-of-type(3) {
      -webkit-transform: translateY(-9px) rotate(45deg);
      transform: translateY(-9px) rotate(45deg);
    }

    /* ---CTA --- */
    .gnav--tel {
      margin-top: 24px;
      margin-left: 0;
      text-align: center;
    }
    .gnav--tel a {
      display: block;
      border: 1px solid;
      padding: 16px 16px 20px;
      color: #fff !important;
    }
    .gnav--tel .num {
      margin-bottom: 4px;
      font-size: 160%;
    }
    .gnav--tel .tel_time { font-size: 93%; }
    .gnav--contact {
      margin-top: 16px;
      margin-left: 0;
    }
    .gnav--contact2 {
      margin-top: 16px;
      margin-left: 0;
    }
	 .gnav--recall {
      margin-top: 16px;
      margin-left: 0;
    }
	 .gnav--customer {
      margin-top: 16px;
      margin-left: 0;
    }
    .gnav--contact a {
      padding: 28px 28px 30px;
      background-color: #32aae6;
      text-align: center;
      color: #fff !important;
      font-size: 100%;
    }
    .gnav--contact2 a {
      padding: 28px 28px 30px;
      background-color: #32aae6;
      text-align: center;
      color: #fff !important;
      font-size: 100%;
    }
	 .gnav--recall a {
      padding: 28px 28px 30px;
      background-color: #32aae6;
      text-align: center;
      color: #fff !important;
      font-size: 100%;
    }
	  .gnav--customer a {
      padding: 28px 28px 30px;
      background-color: #32aae6;
      text-align: center;
      color: #fff !important;
      font-size: 100%;
    }
    .gnav--sitemap {
      margin-top: 24px;
    }
    .gnav--sitemap a {
      display: block;
      text-align: center;
      color: #fff;
      text-decoration: underline;
    }
  }

/* header-sm
**************************************** */
  @media screen and (min-width: 768px) {
    .header.header-sm { background-color: #fff; }
    .header-sm .header--logo img { opacity: 0; }
    .header.header-sm .gnav .gnav--link { color: #333; }
    .header.header-sm .gnav .gnav--link:hover { color: #006AAC; }
    .header.header-sm .gnav--tel a { color: #333; }
    .header.header-sm .gnav--contact a { color: #006AAC; }
    .header.header-sm .gnav--contact a svg { fill: #006AAC; }
    .header.header-sm .gnav--contact a:hover { color: #fff; }
    .header.header-sm .gnav--contact a:hover svg { fill: #fff; }
    .header.header-sm .gnav--contact2 a { color: #006AAC; }
    .header.header-sm .gnav--contact2 a svg { fill: #006AAC; }
    .header.header-sm .gnav--contact2 a:hover { color: #fff; }
    .header.header-sm .gnav--contact2 a:hover svg { fill: #fff; }
	.header.header-sm .gnav--recall a { color: #006AAC; }
    .header.header-sm .gnav--recall a svg { fill: #006AAC; }
    .header.header-sm .gnav--recall a:hover { color: #fff; }
    .header.header-sm .gnav--recall a:hover svg { fill: #fff; }
    .header.header-sm .gnav--customer a { color: #006AAC; }
    .header.header-sm .gnav--customer a svg { fill: #006AAC; }
    .header.header-sm .gnav--customer a:hover { color: #fff; }
    .header.header-sm .gnav--customer a:hover svg { fill: #fff; }
  }


/* ##############################################################################

    FOOTER

############################################################################## */

  .footer {
    background-color: #f5f5f5;
  }
  .footer > .inner {
    padding: 40px 0;
  }

  @media screen and (max-width: 767px) {
    .footer > .inner {
      width: 95%;
      max-width: 95%;
    }
  }

/* footer--main
*************************************************** */
  .footer--main {
    margin-right: 64px;
  }
  .footer--logo {
    margin-bottom: 16px;
  }

  @media screen and (max-width: 767px) {
    .footer--main {
      margin-right: 0;
      margin-bottom: 40px;
      text-align: center;
    }
  }

/* footer--nav
*************************************************** */
  .footer--nav {
    flex: 1;
  }
  .footer--nav_cel { flex: 1; }
  .footer--nav_cel:nth-child(2) { flex: 1.5; }
  .footer--nav_cel:not(:last-child) { margin-right: 36px; }
  .footer--nav_ttl,
  .sitemap--nav_ttl {
    padding-bottom: 10px;
    margin-bottom: 16px;
    border-bottom: 2px solid;
    font-size: 113%;
  }
  .footer--nav_list,
  .sitemap--nav_list {
    padding-left: 4px;
    padding-right: 4px;
  }
  .footer--nav_list + .footer--nav_list {
    margin-left: 40px;
  }
  .footer--nav_list > li:not(:last-child) {
    margin-bottom: 8px;
  }
  .sitemap--nav_list > li:not(:last-child) {
    margin-bottom: 12px;
  }
  .footer--nav_list .parent_link,
  .sitemap--nav_list .parent_link {
    position: relative;
    display: block;
    padding-left: 16px;
    font-size: 88%;
    line-height: 1.5;
  }
  .footer--nav_list .parent_link::before,
  .sitemap--nav_list .parent_link::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    transform: rotate(-45deg);
  }
  .footer--nav_list .child,
  .sitemap--nav_list .child {
    margin-top: 4px;
    margin-left: 1em;
  }
  .footer--nav_list .child li:not(:last-child) {
    margin-bottom: 4px;
  }
  .sitemap--nav_list .child {
    margin-top: 12px;
  }
  .sitemap--nav_list .child li:not(:last-child) {
    margin-bottom: 8px;
  }
  .footer--nav_list .child a,
  .sitemap--nav_list .child a {
    position: relative;
    display: block;
    padding-left: 10px;
    font-size: 88%;
    line-height: 1.5;
  }
  .footer--nav_list .child a::before,
  .sitemap--nav_list .child a::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #333;
  }
  .footer--nav_list a:hover,
  .sitemap--nav_list a:hover {
    opacity: .6;
  }

  @media screen and (max-width: 767px) {
    .footer--nav {
      padding: 0 8px;
    }
    .footer--nav_cel:not(:last-child) {
      margin-right: 0;
      margin-bottom: 24px;
    }
    .footer--nav_list {
      display: flex;
      flex-wrap: wrap;
    }
    .footer--nav_list + .footer--nav_list {
      margin-left: 0;
      margin-top: 10px;
    }
    .footer--nav_list > li {
      width: 50%;
    }
    .footer--nav_list .parent_link { font-size: 80%; }
    .footer--nav_list .parent_link::before { top: 5px; }
    .footer--nav_list .child a { font-size: 80%; }
    .sitemap--nav_list:not(:last-child) {
      margin-bottom: 8px;
    }
    .sitemap--nav_list .child {
      display: flex;
      flex-wrap: wrap;
    }
    .sitemap--nav_list .child li {
      width: 50%;
    }
  }

/* footer--sub_nav
*************************************************** */
  .footer--sub_nav {
    padding: 8px 0;
    background-color: #eee;
  }
  .footer--copyright {
    text-align: center;
  }
  .pbl {
    margin-right: 16px;
    text-align: center;
    opacity: .5;
  }
  .pbl:hover {
    opacity: 1;
  }

  @media screen and (max-width: 767px) {
    .footer--sub_nav .flex-j-end {
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  }


/* ##############################################################################

    INDEX

############################################################################## */

/* hero
*************************************************** */
  .hero {
    position: relative;
  }
  .hero--catch {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
  }
  .hero--catch h2 {
    font-size: 400%;
    letter-spacing: .12em;
  }
  .hero--catch p {
    font-size: 200%;
  }
  .hero-slide .hero-slide-left,
  .hero-slide .hero-slide-right {
    width: 50% !important;
    height: 100vh;
  }
  .hero-slide .hero-slide-left-imgs,
  .hero-slide .hero-slide-right-imgs {
    width: 100% !important;
  }
  .hero-slide .hero-slide-left .slide,
  .hero-slide .hero-slide-right .slide {
    width: 100%;
    height: 960px;
    background-size: cover;
    background-position: center;
  }
  .hero-slide .hero-slide-left .slide1 { background-image: url(../images/hero-left-img01.jpg); }
  .hero-slide .hero-slide-left .slide2 { background-image: url(../images/hero-left-img02.jpg); }
  .hero-slide .hero-slide-left .slide3 { background-image: url(../images/hero-left-img03.jpg); }
  .hero-slide .hero-slide-right .slide1 { background-image: url(../images/hero-right-img01.jpg); }
  .hero-slide .hero-slide-right .slide2 { background-image: url(../images/hero-right-img02.jpg); }
  .hero-slide .hero-slide-right .slide3 { background-image: url(../images/hero-right-img03.jpg); }

  @media screen and (max-width: 767px) {
    .hero--catch h2 {
      margin-bottom: 12px;
      font-size: 9vw;
    }
    .hero--catch p {
      font-size: 5.4vw;
      line-height: 1.3;
    }
    .hero-slide .hero-slide-left,
    .hero-slide .hero-slide-right {
      width: 100% !important;
    }
    .hero-slide .hero-slide-left .slide,
    .hero-slide .hero-slide-right .slide {
      height: 270px;
    }
  }

/* home_news
*************************************************** */
  .home_news {
    position: relative;
    z-index: 1;
    margin-top: -40px;
  }
  .home_news .inner {
    display: flex;
    align-items: center;
    padding: 48px 44px;
    background-color: #fff;
    box-shadow: 0 0 50px rgba(0,106,172,.1);
  }
  .home_news .ttl { margin-right: 38px; }
  .home_news .section_ttl {
    padding-bottom: 0;
    margin-bottom: 12px;
  }
  .home_news .section_ttl::after { display: none; }
  .home_news .section_ttl .font-en {
    margin-bottom: 8px;
    font-size: 81%;
  }
  .home_news .section_ttl .font-jp { font-size: 125%; }
  .home_news .ttl a {
    font-size: 88%;
    color: #006AAC;
  }
  .home_news .posts-news { flex: 1; }
  .home_news .post:not(:last-child) { margin-bottom: 8px; }

  @media screen and (max-width: 767px) {
    .home_news .inner {
      display: block;
      padding: 24px 18px 28px;
    }
    .home_news .ttl {
      margin-right: 0;
      margin-bottom: 14px;
    }
    .home_news .section_ttl { margin-bottom: 2px; }
    .home_news .post,
    .posts-news .post {
      flex-wrap: wrap;
      justify-content: space-between;
    }
    .home_news .post:not(:last-child) {
      padding-bottom: 14px;
      margin-bottom: 14px;
      border-bottom: 1px solid #ddd;
    }
    .home_news .post .post--ttl,
    .posts-news .post .post--ttl {
      flex: none;
      width: 100%;
      margin-top: 6px;
    }
  }

/* home_bnrs
*************************************************** */
/*  .home_bnrs { padding-top: 40px; } 40から30に調整   */
  .home_bnrs { padding-top: 30px; }
  .home_bnrs li { margin-top: 38px; }
  .home_bnrs li:not(:last-child) { margin-right: 38px; }
  .home_bnrs li:nth-child(3) { margin-right: 0; }
  .home_bnrs li a:hover { opacity: .7; }

  @media screen and (max-width: 767px) {
    .home_bnrs li {  margin-top: 14px; }
    .home_bnrs li:not(:last-child) { margin-right: 0; }
  }

/* contents
*************************************************** */
  .home_layout_wrap {
    max-width: 1720px;
  }
  .home_layout_wrap-left {
    margin-left: 0;
    margin-right: auto;
  }
  .home_layout_wrap-right {
    margin-left: auto;
    margin-right: 0;
  }
  .home_layout_wrap .txtarea {
    position: relative;
    margin-bottom: -40px;
    width: 720px;
    padding: 72px;
    background-color: #fff;
    z-index: 1;
  }
  .home_layout_wrap .txtarea::after {
    content: "";
    position: absolute;
    top: 23%;
    width: 13%;
    height: 1px;
    background-color: #006AAC;
  }
  .home_layout_wrap-left .txtarea::after { left: 0; }
  .home_layout_wrap-right .txtarea::after { right: 0; }
  .home_layout_wrap-left .imgarea {
    margin-left: auto;
    margin-right: 0;
  }
  .home_layout_wrap-right .imgarea {
    margin-left: 0;
    margin-right: auto;
  }
  .home_layout_wrap-left .txtarea { margin-right: -720px; }
  .home_layout_wrap-right .txtarea { margin-left: -720px; }
  .home_layout_wrap .txtarea-inner { max-width: 521px; }
  .home_layout_wrap-left .txtarea-inner { margin-left: auto; }
  .home_layout_wrap-right .txtarea-inner { margin-right: auto; }

  @media screen and (max-width: 767px) {
    .home_layout_wrap-left,
    .home_layout_wrap-right {
      margin-left: auto;
      margin-right: auto;
    }
    .home_layout_wrap .txtarea {
      width: 100%;
      margin-bottom: 0;
      padding: 25px;
    }
    .home_layout_wrap-left .txtarea { margin-right: 0; }
    .home_layout_wrap-right .txtarea { margin-left: 0; }
    .home_layout_wrap .txtarea::after,
    .home_layout_wrap-left .txtarea::after { display: none; }
  }

/* home_about home_brand
*************************************************** */
  .home_about-brand { position: relative; }
  .home_about-brand::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    max-width: 1760px;
    height: 81%;
    background-color: #F3FCFE;
  }
  .home_about-brand > section { position: relative; }
  #home_about_slide,
  #home_factory_slide,
  #home_overseas_slide {
    width: 1080px;
    height: 632px;
  }
  #home_about_slide .slick-dots,
  #home_factory_slide .slick-dots,
  #home_overseas_slide .slick-dots {
    display: flex;
    justify-content: flex-end;
    margin-right: 48px;
  }
  #home_factory_slide .slick-dots,
  #home_overseas_slide .slick-dots {
    justify-content: flex-start;
    padding-right: 0;
    padding-left: 40px;
  }
  #home_about_slide .slick-dots li:not(:last-child),
  #home_factory_slide .slick-dots li:not(:last-child),
  #home_overseas_slide .slick-dots li:not(:last-child) {
    margin-right: 14px;
  }
  #home_about_slide .slick-dots button,
  #home_factory_slide .slick-dots button,
  #home_overseas_slide .slick-dots button {
    padding: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #CCC;
    border: none;
    font-size: 0;
  }
  #home_about_slide .slick-dots .slick-active button,
  #home_factory_slide .slick-dots .slick-active button,
  #home_overseas_slide .slick-dots .slick-active button {
    background-color: #006AAC;
  }
  #home_about_slide .slick-arrow,
  #home_factory_slide .slick-arrow,
  #home_overseas_slide .slick-arrow {
    position: absolute;
    display: inline-block;
    bottom: -27px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #006AAC;
    border-bottom: 1px solid #006AAC;
  }
  #home_about_slide .slick-next,
  #home_factory_slide .slick-next,
  #home_overseas_slide .slick-next {
    right: 16px;
    transform: rotate(-45deg);
  }
  #home_factory_slide .slick-next,
  #home_overseas_slide .slick-next {
    right: auto;
    left: 142px;
  }
  #home_about_slide .slick-prev,
  #home_factory_slide .slick-prev,
  #home_overseas_slide .slick-prev {
    right: 142px;
    transform: rotate(135deg);
  }
  #home_factory_slide .slick-prev,
  #home_overseas_slide .slick-prev {
    right: auto;
    left: 0;
  }

  .home_brand--contents a {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    padding: 60px;
    background-size: cover;
    background-position: center;
    color: #fff;
  }
  .home_brand--contents a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0,106,172,0);
    transition: all .4s ease-out;
  }
  .home_brand--contents a:hover::before {
    background-color: rgb(0,106,172,.5);
  }
  .home_brand .tokio a {
    background-image: url(../images/home_brand-tokio.jpg);
  }
  .home_brand .relair a {
    background-image: url(../images/home_brand-relair.jpg);
  }
  .home_brand--contents a > * {
    position: relative;
    width: 100%;
  }

    @media screen and (max-width: 767px) {
    #home_about_slide,
    #home_factory_slide,
    #home_overseas_slide {
      width: 100%;
      height: auto;
      margin-bottom: 16px;
    }
    #home_about_slide .slick-dots,
    #home_factory_slide .slick-dots,
    #home_overseas_slide .slick-dots {
      justify-content: center;
      margin-right: 0;
      padding-left: 0;
    }
    #home_about_slide .slick-next,
    #home_factory_slide .slick-next,
    #home_overseas_slide .slick-next {
      right: 0;
    }
    #home_factory_slide .slick-next,
    #home_overseas_slide .slick-next {
      right: 0;
      left: auto;
    }
    #home_about_slide .slick-prev,
    #home_factory_slide .slick-prev,
    #home_overseas_slide .slick-prev {
      right: auto;
      left: 0;
    }

    .home_about-brand::before {
      width: 95%;
      height: 91%;
    }
    #home_about_slide .slick-arrow,
    #home_factory_slide .slick-arrow,
    #home_overseas_slide .slick-arrow {
      bottom: 5px;
    }
    .home_brand--contents a {
      height: auto;
      padding: 24px;
    }
    .home_brand--contents a .brand {
      padding: 0 54px;
    }
    .home_about .home_layout_wrap {
      flex-direction: column-reverse;
    }
  }

/* home_technology
*************************************************** */
  .home_technology--content .imgarea,
  .home_technology--content .txtarea {
    width: 50%;
    background-position: center;
    background-size: cover;
  }
  .home_technology--content .txtarea {
    padding: 54px 74px;
    background-color: #fff;
  }
  .home_technology--content .imgarea {
    background-image: url(../images/metal_processing_img.jpg);
  }

  @media screen and (max-width: 767px) {
    .home_technology--content {
      flex-direction: column-reverse;
    }
    .home_technology--content .imgarea,
    .home_technology--content .txtarea {
      width: 100%;
    }
    .home_technology--content .imgarea {
      height: 220px;
      background-position: center;
      background-size: cover;
    }
    .home_technology--content .txtarea { padding: 24px 28px; }
    .home_technology--content .txtarea .btn { text-align: center; }
  }

/* home_overseas
*************************************************** */
  .home_overseas { padding-bottom: 140px; }

  @media screen and (max-width: 767px) {
    .home_overseas { padding-bottom: 60px; }
  }

/* home_oem
*************************************************** */
  .home_oem {
    background-size: cover;
    background-position: center;
    background-image: url(../images/home_oem_bg.jpg);
    color: #fff;
  }
  .home_oem .section_ttl::after { color: #32AAE6; }
  .home_oem .section_ttl .font-en,
  .home_oem .section_ttl .font-jp {
    color: #fff;
  }

/* home_recruit
*************************************************** */
  @media screen and (max-width: 767px) {
    .home_recruit {
      padding-top: 20px;
      padding-bottom: 20px;
    }
  }
/* home_customer
*************************************************** */
  @media screen and (max-width: 767px) {
    .home_customer {
      padding-top: 20px;
      padding-bottom: 20px;
    }
  }


/* ##############################################################################

    PAGE

############################################################################## */

  /* -- 枠線つきボックス -- */
  .compatible_box {
    position: relative;
    padding: 32px 40px 24px;
    border: 1px solid #006AAC;
  }
  .compatible_box--ttl {
    position: absolute;
    top: -14px;
    left: 0;
    width: 100%;
    font-weight: 500;
    text-align: center;
  }
  .compatible_box--ttl span {
    display: inline-block;
    padding: 0 6px;
    background-color: #fff;
    color: #006AAC;
    font-size: 120%;
  }
  .bg-bl .compatible_box--ttl span {
    background-color: #F3FCFE;
  }

  @media screen and (max-width: 767px) {
    .compatible_box {
      margin-top: 28px;
      padding: 26px 18px 20px;
    }
    .compatible_box--ttl { top: -12px; }
  }

/* 金属加工技術 metal-processing
*************************************************** */
  .metal_processing_solution { position: relative; }
  .metal_processing_solution::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 97%;
    max-width: 1720px;
    height: 72%;
    background-color: #EDFAFE;
  }
  .metal_processing_solution .inner { position: relative; }
  .metal_processing_solution--content { padding: 44px; }

  /* -- 加工技術について -- */
  .metal_processing_technology--content {
    padding-bottom: 78px;
    margin-bottom: 78px;
    border-bottom: 1px solid #D8F5FD;
  }
  .metal_processing_technology--content .ttl {
    position: relative;
    margin-bottom: 20px;
    font-size: 250%;
    color: #006AAC;
    font-weight: 500;
  }
  .metal_processing_technology--content_main {
    margin-bottom: 48px;
  }
  .metal_processing_technology--content_main .txtarea {
    flex: 1;
    margin-right: 38px;
  }

  /* -- detail -- */
  .metal_processing_technology--content_detail {
    width: 100%;
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
  }
  .metal_processing_technology--content_detail.flex-col2 > li {
    width: 46%;
    margin-right: 8%;
  }
  .metal_processing_technology--content_detail.flex-col2 > li:nth-child(2n) { margin-right: 0; }
  .metal_processing_technology--content_detail li {
    display: flex;
    flex-direction: column;
  }
  .metal_processing_technology--content_detail .detail_ttl {
    margin-bottom: 28px;
    text-align: center;
  }
  .metal_processing_technology--content_detail .detail_ttl span {
    position: relative;
    display: inline-block;
    font-size: 200%;
    font-weight: 500;
  }
  .metal_processing_technology--content_detail .detail_ttl span::before,
  .metal_processing_technology--content_detail .detail_ttl span::after {
    content: "◆◆◆◆";
    position: absolute;
    top: 38%;
    margin: auto;
    font-size: 31%;
    color: #006AAC;
  }
  .metal_processing_technology--content_detail .detail_ttl span::before {
    left: 0;
    transform: translateX(-120%);
  }
  .metal_processing_technology--content_detail .detail_ttl span::after {
    right: 0;
    transform: translateX(120%);
  }
  .metal_processing_technology--content_detail li .compatible_box {
    min-height: 174px;
    margin-top: auto;
  }

  /* -- プレス加工 -- */
  .metal_processing_technology--content#press .list { width: 70%; }
  .metal_processing_technology--content#press .list li { margin-bottom: 8px; }

  /* -- 金属溶接 -- */
  .metal_processing_technology--content#metal {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  .metal_processing_technology--content#metal .list li:not(:last-child) { margin-right: 26px; }

  /* -- 職人について -- */
  .metal_processing_workers--content .txtarea {
    flex: 1;
    margin-left: 100px;
  }

  /* -- 製品化までの流れ -- */
  .metal_processing_production { overflow: hidden; }
  .metal_processing_production--flow { position: relative; }
  .metal_processing_production--flow::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 90%;
    height: 65%;
    background-color: #f3fcfe;
    transform: rotate(45deg) skew(2deg, 2deg);
  }
  .metal_processing_production--flow .step { position: relative; }
  .metal_processing_production--flow .step .txtarea,
  .metal_processing_production--flow .step .imgarea,
  .oem_flow--steps .step .txtarea,
  .oem_flow--steps .step .imgarea,
  .production_process--steps .step .txtarea,
  .production_process--steps .step .imgarea {
    width: 45%;
  }
  .metal_processing_production--flow .step#step5 .imgarea { margin-top: -27px; }
  .metal_processing_production--flow .step .txtarea,
  .oem_flow--steps .step .txtarea,
  .production_process--steps .step .txtarea {
    position: relative;
    padding-left: 40px;
  }
  .metal_processing_production--flow .step#step1 .txtarea,
  .oem_flow--steps .step#step1 .txtarea {
    padding-bottom: 40px;
  }
  .production_process--steps .step#step1 .txtarea {
    padding-bottom: 40px;
    margin-bottom: 56px;
  }
  .metal_processing_production--flow .step#step3 .txtarea,
  .oem_flow--steps .step#step4 .txtarea {
    padding-top: 40px;
  }
  .metal_processing_production--flow .step#step4 .txtarea {
    padding-top: 40px;
    padding-bottom: 56px;
    margin-top: 54px;
  }
  .production_process--steps .step#step2 .txtarea,
  .oem_flow--steps .step#step3 .txtarea,
  .oem_flow--steps .step#step5 .txtarea {
    padding-top: 60px;
  }
  .production_process--steps .step#step3 .txtarea {
    margin-top: 22px;
    padding-top: 0;
  }
  .metal_processing_production--flow .step .txtarea::before,
  .metal_processing_production--flow .step .txtarea::after,
  .oem_flow--steps .step .txtarea::before,
  .oem_flow--steps .step .txtarea::after,
  .production_process--steps .step .txtarea::before,
  .production_process--steps .step .txtarea::after {
    content: "";
    position: absolute;
    background-color: #006AAC;
  }
  .metal_processing_production--flow .step .txtarea::before,
  .oem_flow--steps .step .txtarea::before,
  .production_process--steps .step .txtarea::before {
    top: 0;
    left: 80px;
    width: 2px;
    height: 100%;
  }
  .production_process--steps .step#step1 .txtarea::before {
    top: auto;
    bottom: 0;
    height: 49%;
  }
  .metal_processing_production--flow .step#step2 .txtarea::before {
    top: -85px;
    height: 175%;
  }
  .oem_flow--steps .step#step2 .txtarea::before {
    top: -67px;
    height: 150%;
  }
  .production_process--steps .step#step2 .txtarea::before {
    top: auto;
    height: calc(100% + 68px);
    bottom: -68px;
  }
  .metal_processing_production--flow .step#step3 .txtarea::before,
  .metal_processing_production--flow .step#step4 .txtarea::before {
    height: 117%;
  }
  .oem_flow--steps .step#step3 .txtarea::before { height: 130%; }
  .oem_flow--steps .step#step4 .txtarea::before { height: 121%; }
  .metal_processing_production--flow .step:not(#step2) .txtarea::after,
  .oem_flow--steps .step:not(#step2) .txtarea::after,
  .production_process--steps .step:not(#step2) .txtarea::after {
    left: 80px;
    bottom: 0;
    width: 110%;
    height: 2px;
  }
  .metal_processing_production--flow .step#step3 .txtarea::after,
  .metal_processing_production--flow .step#step4 .txtarea::after,
  .oem_flow--steps .step#step3 .txtarea::after,
  .oem_flow--steps .step#step4 .txtarea::after,
  .oem_flow--steps .step#step5 .txtarea::after,
  .production_process--steps .step#step3 .txtarea::after {
    top: 0;
    bottom: auto;
  }
  .production_process--steps .step#step3 .txtarea::after {
    width: 122.5%;
  }
  .metal_processing_production--flow .step#step4 .txtarea::after,
  .oem_flow--steps .step#step4 .txtarea::after {
    left: -134px;
    width: 214px;
  }
  .oem_flow--steps .step#step5 .txtarea::before {
    height: 98%;
  }
  .production_process--steps .step .txtarea .disc {
    position: relative;
    width: 480px;
    margin: 0 auto 40px;
    padding: 18px 32px 24px;
    line-height: 1.5;
  }
  .production_process--steps .step#step3 .txtarea .disc {
    position: relative;
    z-index: 1;
    margin-top: -32px;
    margin-bottom: 40px;
  }
  .production_process--steps .step .txtarea .disc h4 {
    margin-bottom: 8px;
    font-size: 113%;
  }
  .metal_processing_production--flow .step dt,
  .metal_processing_production--flow .step dd,
  .oem_flow--steps .step dt,
  .oem_flow--steps .step dd,
  .production_process--steps .step li {
    padding-left: 102px;
  }
  .production_process--steps .step li .flex-col2 span { margin-bottom: 0; }
  .metal_processing_production--flow .step dt,
  .oem_flow--steps .step dt {
    position: relative;
    margin-bottom: 6px;
    font-size: 150%;
    color: #162A36;
  }
  .production_process--steps .step li {
    position: relative;
    font-size: 150%;
    line-height: 1.5;
  }
  .production_process--steps .step li:not(:last-child) { margin-bottom: 42px; }
  .oem_flow--steps .step dt { margin-bottom: 0; }
  .metal_processing_production--flow .step#step4 dt:not(:last-child) { margin-bottom: 32px; }
  .metal_processing_production--flow .step dt .num,
  .oem_flow--steps .step dt .num,
  .production_process--steps .step .num {
    position: absolute;
    z-index: 1;
    left: 18px;
    display: inline-block;
    width: 46px;
    height: 46px;
    color: #fff;
    line-height: 46px;
    text-align: center;
  }
  .production_process--steps .step .num {
    top: -5px;
  }
  .metal_processing_production--flow .step dt .num::before,
  .oem_flow--steps .step dt .num::before,
  .production_process--steps .step .num::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 46px;
    height: 46px;
    transform: rotate(-45deg) skew(12deg, 12deg);
    background-color: #006AAC;
  }
  .metal_processing_production--flow .step dd,
  .oem_flow--steps .step dd {
    line-height: 1.5;
  }
  .metal_processing_production--flow .step dd:not(:last-child) { margin-bottom: 40px; }
  .oem_flow--steps .step dd:not(:last-child) { margin-bottom: 24px; }

  .metal_processing_production--flow .imgarea,
  .oem_flow--steps .imgarea,
  .production_process--steps .imgarea {
    position: relative;
    z-index: 1;
    height: 400px;
    background-position: center;
    background-size: cover;
  }
  .metal_processing_production--flow #step1 .imgarea { background-image: url(../images/metal-processing/flow_img1.jpg); }
  .metal_processing_production--flow #step2 .imgarea { background-image: url(../images/metal-processing/flow_img2.jpg); }
  .metal_processing_production--flow #step3 .imgarea { background-image: url(../images/metal-processing/flow_img3.jpg); }
  .metal_processing_production--flow #step4 .imgarea { background-image: url(../images/metal-processing/flow_img4.jpg); }
  .metal_processing_production--flow #step5 .imgarea { background-image: url(../images/metal-processing/flow_img5.jpg); }
  .oem_flow--steps #step1 .imgarea { background-image: url(../images/oem/flow_img1.jpg); }
  .oem_flow--steps #step2 .imgarea { background-image: url(../images/oem/flow_img2.jpg); }
  .oem_flow--steps #step3 .imgarea { background-image: url(../images/oem/flow_img3.jpg); }
  .oem_flow--steps #step4 .imgarea { background-image: url(../images/oem/flow_img4.jpg); }
  .oem_flow--steps #step5 .imgarea { background-image: url(../images/oem/flow_img5.jpg); }
  .production_process--steps #step1 .imgarea { background-image: url(../images/overseas/overseas_process_img1.jpg); }
  .production_process--steps #step2 .imgarea { background-image: url(../images/overseas/overseas_process_img2.jpg); }
  .production_process--steps #step3 .imgarea { background-image: url(../images/overseas/overseas_process_img3.jpg); }
  .production_process--steps .step#step3 .imgarea { margin-top: 140px; }
  .step_sub_ttl {
    margin-bottom: 12px;
    padding-left: 75px;
    padding-right: 14px;
  }
  .step_sub_ttl h5 span {
    display: inline-block;
    background-color: #32AAE6;
    padding: 8px 16px;
    color: #fff;
    font-size: 125%;
  }
  .step_sub_ttl h5.navy span {
    background-color: #006AAC;
  }

  /* -- 事例 -- */
  .metal_processing_case { position: relative; }
  .metal_processing_case::before {
    content: "";
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    height: 59%;
    background-color: #F3FCFE;
  }
  .metal_processing_case .inner { position: relative; }
  .metal_processing_case .compatible_box {
    padding-top: 52px;
    padding-bottom: 35px;
    background-color: #fff;
  }
  .metal_processing_case .compatible_box--ttl { top: -24px; }
  .metal_processing_case .compatible_box--ttl span { font-size: 200%; }
  .metal_processing_case .compatible_box .list {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .metal_processing_case .case_contents { margin-bottom: 180px; }
  .case_contents .ttl {
    margin-left: -42px;
    margin-bottom: 24px;
    padding-left: 14px;
    border-left: 2px solid #006AAC;
    font-weight: normal;
    font-size: 150%;
  }
  .case_contents .ttl .num {
    display: block;
    color: #006AAC;
    font-size: 66%;
  }
  .case_contents .ttl .num b {
    margin-left: 2px;
    font-size: 150%;
  }
  .case_contents--commit {
    position: relative;
  }
  .case_contents--commit::before,
  .case_contents--commit::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 18px;
    height: 50%;
    background-color: #F3FCFE;
    z-index: 1;
  }
  .case_contents--commit::before {
    top: 0;
    transform: skewX(24deg) translateX(-16px);
  }
  .case_contents--commit::after {
    bottom: 0;
    transform: skewX(-24deg) translateX(-16px);
  }
  .case_contents--commit .request,
  .case_contents--commit .processing {
    width: 50%;
    background-color: #fff;
  }
  .case_contents--commit h4 {
    position: relative;
    padding: 14px;
    font-size: 125%;
    color: #fff;
    font-weight: normal;
    text-align: center;
  }
  .case_contents--commit h4::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .case_contents--commit .request h4::before {
    background: rgb(50,170,230);
    background: linear-gradient(66deg, rgba(0,106,172,1) 92%, rgba(50,170,230,1) 92%);
  }
  .case_contents--commit .processing h4::before { background-color: #32AAE6; }
  .case_contents--commit h4 span { position: relative; }
  .case_contents--commit .txt {
    padding: 48px;
  }

  @media screen and (max-width: 767px) {

    .metal_processing_solution::before { width: 94%; }
    .metal_processing_solution--content { padding: 20px; }
    .metal_processing_technology--content {
      padding-bottom: 48px;
      margin-bottom: 48px;
    }
    .metal_processing_technology--content_main .txtarea {
      margin-right: 0;
      margin-bottom: 16px;
    }
    .metal_processing_technology--content .ttl {
      margin-bottom: 12px;
      font-size: 171%;
      text-align: center;
    }
    .metal_processing_technology--content_detail .detail_ttl { margin-bottom: 18px; }
    .metal_processing_technology--content_detail .detail_ttl span { font-size: 142%; }
    .metal_processing_technology--content_detail .detail_ttl span::before,
    .metal_processing_technology--content_detail .detail_ttl span::after {
      top: 29%;
    }
    .metal_processing_technology--content_detail.flex-col2 > li {
      width: 100%;
      margin-right: 0;
      margin-bottom: 16px;
    }
    .metal_processing_technology--content_detail li .compatible_box {
      margin-top: 16px;
      min-height: auto;
    }
    .metal_processing_technology--content#press .list {
      width: 100%;
    }
    .metal_processing_workers--content .txtarea {
      margin-top: 24px;
      margin-left: 0;
    }
    .metal_processing_workers--content .txtarea .heading-1 {
      text-align: center;
    }
    .metal_processing_workers--skill {
      width: 100%;
    }
    .metal_processing_sup--list { justify-content: space-between; }
    .metal_processing_production--flow::before { display: none; }

    /* -- 流れ -- */
    .metal_processing_production--flow .step,
    .oem_flow--steps .step,
    .production_process--steps .step {
      flex-wrap: wrap;
    }
    .metal_processing_production--flow .step .txtarea,
    .metal_processing_production--flow .step .imgarea,
    .oem_flow--steps .step .txtarea,
    .oem_flow--steps .step .imgarea,
    .production_process--steps .step .txtarea,
    .production_process--steps .step .imgarea {
      width: 100%;
    }
    .metal_processing_production--flow .step .txtarea,
    .oem_flow--steps .step .txtarea,
    .production_process--steps .step .txtarea {
      padding-left: 0;
    }
    .metal_processing_production--flow .step#step1 .txtarea,
    .oem_flow--steps .step#step1 .txtarea {
      padding-bottom: 32px;
    }
    .metal_processing_production--flow .step#step2 .txtarea,
    .metal_processing_production--flow .step#step3 .txtarea,
    .metal_processing_production--flow .step#step4 .txtarea,
    .oem_flow--steps .step#step2 .txtarea,
    .oem_flow--steps .step#step3 .txtarea,
    .oem_flow--steps .step#step4 .txtarea,
    .oem_flow--steps .step#step5 .txtarea {
      padding-top: 32px;
      padding-bottom: 32px;
    }
    .metal_processing_production--flow .step#step4 .txtarea { margin-top: 0; }
    .metal_processing_production--flow .step .txtarea::before,
    .oem_flow--steps .step .txtarea::before,
    .production_process--steps .step .txtarea::before {
      left: 18px !important;
    }
    .oem_flow--steps .step#step2 .txtarea::before,
    .metal_processing_production--flow .step#step2 .txtarea::before {
      top: 0;
      height: 100%;
    }
    .metal_processing_production--flow .step#step3 .txtarea::before,
    .metal_processing_production--flow .step#step4 .txtarea::before,
    .oem_flow--steps .step#step4 .txtarea::before {
      height: 100%;
    }
    .metal_processing_production--flow .step:not(#step2) .txtarea::after,
    .oem_flow--steps .step:not(#step2) .txtarea::after,
    .production_process--steps .step:not(#step2) .txtarea::after {
      display: none;
    }
    .metal_processing_production--flow .step dt,
    .metal_processing_production--flow .step dd,
    .oem_flow--steps .step dt,
    .oem_flow--steps .step dd,
    .production_process--steps .step li {
      padding-left: 64px;
    }
    .metal_processing_production--flow .step dt,
    .oem_flow--steps .step dt {
      margin-bottom: 4px;
      font-size: 128%;
    }
    .metal_processing_production--flow .step dt .num,
    .oem_flow--steps .step dt .num,
    .production_process--steps .step .num {
      top: -5px;
      left: 0;
      width: 38px;
      height: 38px;
      line-height: 38px;
    }
    .metal_processing_production--flow .step dt .num::before,
    .oem_flow--steps .step dt .num::before,
    .production_process--steps .step .num::before {
      width: 38px;
      height: 38px;
    }
    .metal_processing_production--flow .step dd,
    .oem_flow--steps .step dd {
      line-height: 1.4;
    }
    .metal_processing_production--flow .imgarea,
    .oem_flow--steps .imgarea,
    .production_process--steps .imgarea {
      height: 220px;
    }

    /* -- 事例 -- */
    .case_contents .ttl {
      margin-left: 0;
    }
    .case_contents--commit::before,
    .case_contents--commit::after {
      display: none;
    }
    .case_contents--commit .request,
    .case_contents--commit .processing {
      width: 100%;
    }
    .case_contents--commit .request h4::before {
      background: linear-gradient(66deg, rgba(0,106,172,1) 92%, rgba(0,106,172,1) 92%);
    }
    .case_contents--commit .txt {
      padding: 16px 20px 20px;
    }
    .metal_processing_case::before {
      top: 10%;
      left: 0;
      right: 0;
      margin: auto;
      width: 94%;
      height: 72%;
    }
    .metal_processing_case .case_contents {
      margin-bottom: 80px;
    }
    .metal_processing_case .compatible_box {
      padding-top: 32px;
      padding-bottom: 21px;
    }
    .metal_processing_case .compatible_box--ttl { top: -15px; }
    .metal_processing_case .compatible_box--ttl span { font-size: 150%; }
    .metal_processing_case .compatible_box .list {
      width: auto;
      margin-bottom: 8px;
    }
    .metal_processing_case .compatible_box .list li:not(:last-child) { margin-bottom: 8px; }

  }

/* 藤沢工業のこだわり making
*************************************************** */
  .making_value .compatible_box {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .making_value .compatible_box li {
    position: relative;
  }
  .making_value .compatible_box li h5 {
    position: absolute;
    top: 10px;
    left: 8px;
    background-color: #fff;
    font-weight: 500;
    padding: 5px 18px;
    border-radius: 28px;
  }
  .making_value .dev_case a {
    position: relative;
    display: block;
    background-color: #006AAC;
  }
  .making_value .dev_case a::before,
  .making_value .dev_case a::after {
    position: absolute;
    opacity: 0;
    color: #fff;
    transition: all .4s ease-out;
  }
  .making_value .dev_case a::before {
    content: "";
    right: 20px;
    bottom: 26px;
    width: 8px;
    height: 8px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    transform: rotate(-45deg);
    z-index: 1;
  }
  .making_value .dev_case a::after {
    content: "MORE";
    position: absolute;
    right: 32px;
    bottom: 14px;
    font-family: 'Poppins', sans-serif;
  }
  .making_value .dev_case a:hover::before,
  .making_value .dev_case a:hover::after {
    opacity: 1;
  }
  .making_value .dev_case a img { transition: all .4s ease-out; }
  .making_value .dev_case a:hover img { opacity: .5; }
  .making_system--durable {
    padding: 28px 64px 18px;
  }
  .making_system--eco .table_line th,
  .making_system--eco .table_line td {
    vertical-align: middle;
  }
  .making_system--eco .table_line th {
    text-align: left;
    word-break: keep-all;
  }

  @media screen and (max-width: 767px) {
    .making_value .compatible_box { padding: 20px 16px 18px; }
    .making_value .compatible_box li h5 { font-size: 90%; }
    .making_system--durable { padding: 20px 17px 6px; }
    .making_system--eco .table_line th,
    .making_system--eco .table_line td {
      display: block;
      width: 100%;
    }
  }

/* 国内工場 domestic
*************************************************** */
  .page-domestic .table_line th {
    width: 348px;
  }
  .domestic_anchor {
    padding-top: 80px;
  }
  .domestic_anchor li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 18px;
    padding-bottom: 18px;
    width: 100%;
    height: 100%;
  }
  @media screen and (max-width: 767px) {
    .domestic_anchor { padding-top: 10px; }
    .domestic_anchor li:not(:last-child) {
      margin-bottom: 4px;
    }
    .page-domestic .table_line th,
    .page-domestic .table_line td {
      display: block;
      width: 100%;
    }
    .domestic_head_factory--metal,
    .domestic_head_factory--sewing,
    .domestic_kakamigahara_factory--assembly {
      width: 100%;
    }

    .domestic_head_factory--metal_machines .heading-2,
    .domestic_head_factory--sewing_machines .heading-2 {
      font-size: 107%;
    }
    .domestic_head_factory--metal_machines .list-circle,
    .domestic_head_factory--sewing_machines .list-circle {
      font-size: 88%;
    }
    .domestic_head_factory--metal_machines .list-circle li,
    .domestic_head_factory--sewing_machines .list-circle li {
      padding-left: .95em;
      line-height: 1.3;
      word-break: break-all;
    }
    .domestic_head_factory--metal_machines .list-circle li:not(:last-child),
    .domestic_head_factory--sewing_machines .list-circle li:not(:last-child) {
      margin-bottom: 4px !important;
    }
    .domestic_head_factory--metal_machines .list-circle li::before,
    .domestic_head_factory--sewing_machines .list-circle li::before {
      top: .4em;
      width: 6px;
      height: 6px;
    }

    .domestic_yamazaki_center .section_ttl + .flex-sp-block,
    .domestic_hino_center .section_ttl + .flex-sp-block {
      margin-bottom: 24px;
    }
	  
    .domestic_seki_center .section_ttl + .flex-sp-block,
    .domestic_hino_center .section_ttl + .flex-sp-block {
      margin-bottom: 24px;
    }
  }

/* 海外工場 overseas
*************************************************** */
  .overseas_hub--list .factory {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px 40px 48px;
    background-color: #fff;
  }
  .production_item { position: relative; }
  .production_item::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 90%;
    height: 80%;
    background-image: url(../images/common/ptn.png);
  }
  .production_item--ttl {
    margin-bottom: 8px;
    font-weight: normal;
  }
  .production_item--ttl span {
    display: inline-block;
    padding: 4px 16px;
    background-color: #152b39;
    color: #fff;
    border-radius: 2px;
  }
  .production_item--list {
    position: relative;
    z-index: 1;
  }
  .production_process {
    padding-bottom: 140px;
  }
  .production_process--ttl {
    margin-left: -2.5%;
    margin-right: -2.5%;
    margin-bottom: 18px;
  }
  .production_process--ttl .section_ttl-deco { flex: 1; }
  .production_process--ttl .section_ttl-deco .font-jp { font-size: 200%; }
  .production_process .inner { position: relative; }
  .production_process .inner::before,
  .production_process .inner::after {
    content: "";
    position: absolute;
    bottom: -56px;
    width: 52%;
    height: 93.5%;
    background-image: url(../images/common/ptn.png);
  }
  .production_process .inner::before { left: -3.5%; }
  .production_process .inner::after { right: -3.5%; }
  .production_process .inner > * {
    position: relative;
    z-index: 1;
  }

  @media screen and (max-width: 1481px) {
    .production_process--steps .step .txtarea { padding-left: 0; }
    .production_process--steps .step .txtarea::before { left: 40px; }
    .production_process--steps .step:not(#step2) .txtarea::after {
      left: 40px;
      width: 122.5%;
    }
    .production_process--steps .step .txtarea .disc { width: 100%; }
  }
  @media screen and (max-width: 1385px) {
    .step_sub_ttl h5 span { font-size: 120%; }
  }
  @media screen and (max-width: 1346px) {
    .step_sub_ttl h5 span { font-size: 113%; }
  }
  @media screen and (max-width: 1308px) {
    .production_process--steps .step#step3 .txtarea { margin-top: 67px; }
  }
  @media screen and (max-width: 767px) {
    .overseas_hub--list { margin-bottom: 16px; }
    .overseas_hub--list .factory { padding: 24px 18px 25px; }
    .production_item::before {
      width: 94%;
      height: 92%;
    }
    .production_item--list { justify-content: space-between; }
    .production_process .inner::before {
      left: -5%;
      right: -5%;
      bottom: -38px;
      width: 110%;
      height: 96.5%;
    }
    .production_process { padding-bottom: 80px; }
    .production_process .inner::after { display: none; }
    .production_process--steps .step .txtarea .disc {
      position: relative;
      width: 100%;
      margin: 0 auto 32px;
      padding: 18px 24px 20px;
    }
    .production_process--steps .step#step1 .txtarea {
      margin-bottom: 0;
    }
    .production_process--steps .step#step1 .txtarea::before {
      height: 44%;
    }
    .production_process--steps .step#step2 .txtarea {
      padding-top: 40px;
      padding-bottom: 40px;
    }
    .production_process--steps .step#step2 .txtarea::before {
      top: 0;
      height: 100%;
    }
    .production_process--steps .step#step3 .txtarea {
      margin-top: 0;
      padding-top: 40px;
      padding-bottom: 40px;
    }
    .production_process--steps .step#step3 .txtarea .disc {
      margin-top: 0;
      margin-bottom: 32px;
    }
    .production_process--steps .step li { font-size: 137%; }
    .production_process--steps .step#step3 .imgarea { margin-top: 0; }
    .production_process--steps .step li .step_sub_ttl {
      margin-top: 8px !important;
      margin-bottom: 8px !important;
      background-color: #32AAE6;
      padding: 4px 8px;
      font-size: 86%;
      color: #fff;
      text-align: center;
    }
    .production_process--steps .step li .step_sub_ttl.navy {
      background-color: #006AAC;
    }
  }

/* 会社概要 company
*************************************************** */
  .page-company .table_default th,
  .page-company .table_line th {
    width: 200px;
  }
  .company_policy--catch {
    position: relative;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 34px 12px 40px;
    font-size: 160%;
  }
  .company_policy--catch::before,
  .company_policy--catch::after {
    position: absolute;
  }
  .company_policy--catch::before {
    content: "「";
    top: 0;
    left: 0;
  }
  .company_policy--catch::after {
    content: "」";
    right: 0;
    bottom: 0;
  }
  @media screen and (max-width: 767px) {
    .company_policy--catch {
      padding: 12px 10px 12px 19px;
      font-size: 130%;
    }
    .company_history .table_default th {
      text-align: left;
      padding-left: 20px;
      padding-right: 20px;
    }
  }

/* OEM
*************************************************** */
  .oem_request--list {
    padding: 40px 64px 40px 108px;
    border: 1px solid #006aac;
  }
  .oem_request--list .list li:last-child,
  .oem_request--list .list li:nth-child(5) {
    margin-bottom: 0;
  }
  .oem_item--list li,
  .metal_processing_sup--list li,
  .production_item--list > li {
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 32px;
  }
  .oem_item--list li p,
  .metal_processing_sup--list li p {
    margin-top: 8px;
  }
  .production_item--list > li > .flex {
    margin-top: 16px;
  }
  .oem_item--list li a {
    display: block;
    position: relative;
  }
  .oem_item--list li a::before,
  .oem_item--list li a::after {
    position: absolute;
    opacity: 0;
    transition: all .4s ease-out;
  }
  .oem_item--list li a::before {
    content: "";
    top: 0;
    left: 0;
    width: 214px;
    height: 214px;
    border-radius: 50%;
    background-color: #006AAC;
  }
  .oem_item--list li a::after {
    content: "MORE >";
    top: 37%;
    width: 100%;
    padding-left: 14px;
    text-align: center;
    color: #fff;
    font-family: 'Poppins', sans-serif;
  }
  .oem_item--list li a:hover::before { opacity: .7; }
  .oem_item--list li a:hover::after { opacity: 1; }
  .oem_features--list .heading-1 span {
    display: block;
    line-height: 1.35;
  }
  .oem_features--list .heading-1 .num {
    margin-bottom: 8px;
    font-size: 58%;
  }

  @media screen and (max-width: 767px) {
    .oem_request--list { padding: 18px; }
    .oem_request--list .list-disc li:not(:last-child) { margin-bottom: 8px !important; }
    .oem_item--list li,
    .metal_processing_sup--list li,
    .production_item--list > li {
      width: calc(100%/2 - (24px*1/2));
      margin-right: 24px !important;
      margin-bottom: 24px;
    }
    .oem_item--list li:nth-child(even),
    .metal_processing_sup--list li:nth-child(even),
    .production_item--list > li:nth-child(even) {
      margin-right: 0 !important;
    }
    .oem_features--list li { flex-direction: column-reverse; }
    .oem_features--list li:not(:last-child) { margin-bottom: 24px; }
    .oem_features--list li .txtarea { margin-bottom: 16px !important; }
    .oem_features--list .heading-1 { text-align: center; }
    .oem_features--list .heading-1 .num { font-size: 82%; }
    .oem_item--list li a::before,
    .oem_item--list li a::after {
      display: none;
    }
  }

/* contact
*************************************************** */
  .contact--txt {
    margin-bottom: 24px;
  }
  .contact--tel {
    width: 720px;
    margin: 0 auto 24px;
    padding: 18px 8px 14px;
    background-color: #006aac;
    color: #fff;
  }
  .contact--tel .tel_txt {
    line-height: 1;
    font-size: 200%;
  }
  .contact--tel .tel_txt a {
    color: #fff;
  }
  .contact--form {
    background-color: #fff;
  }

  @media screen and  (max-width: 767px) {
    .contact--tel { width: 100%; }
    .contact--tel .tel_txt { font-size: 180%; }
  }
/*-- Contact Form 7チェックボックス縦並び --*/
span.wpcf7-list-item {
    display: block;
}
/*送信ボタンのデザイン変更*/
#formbtn{
 padding:15px;
 max-width:350px;
 background:#1eb9ff;
 color:#fff;
 font-size:18px;
 font-weight:bold;	 
 border-radius:2px;
 margin:25px auto 0;
}
/*送信ボタンマウスホバー時*/
#formbtn:hover{
 background:#fff;
 color:#1eb9ff;
 border:2px solid #1eb9ff;
}
/* contact2
*************************************************** */
  .contact2--txt {
    margin-bottom: 24px;
  }
  .contact2--tel {
    width: 720px;
    margin: 0 auto 24px;
    padding: 18px 8px 14px;
    background-color: #006aac;
    color: #fff;
  }
  .contact2--tel .tel_txt {
    line-height: 1;
    font-size: 200%;
  }
  .contact2--tel .tel_txt a {
    color: #fff;
  }
  .contact2--form {
    background-color: #fff;
  }

  @media screen and  (max-width: 767px) {
    .contact2--tel { width: 100%; }
    .contact2--tel .tel_txt { font-size: 180%; }
  }
/* recall
*************************************************** */
  .recall--txt {
    margin-bottom: 24px;
  }
  .recall--tel {
    width: 720px;
    margin: 0 auto 24px;
    padding: 18px 8px 14px;
    background-color: #006aac;
    color: #fff;
  }
  .recall--tel .tel_txt {
    line-height: 1;
    font-size: 200%;
  }
  .recall--tel .tel_txt a {
    color: #fff;
  }
  .recall--form {
    background-color: #fff;
  }

  @media screen and  (max-width: 767px) {
    .recall--tel { width: 100%; }
    .recall--tel .tel_txt { font-size: 180%; }
  }
/*-- recall Form 7チェックボックス縦並び --*/
span.wpcf7-list-item {
    display: block;
}
/*送信ボタンのデザイン変更*/
#formbtn{
 padding:15px;
 max-width:350px;
 background:#1eb9ff;
 color:#fff;
 font-size:18px;
 font-weight:bold;	 
 border-radius:2px;
 margin:25px auto 0;
}
/*送信ボタンマウスホバー時*/
#formbtn:hover{
 background:#fff;
 color:#1eb9ff;
 border:2px solid #1eb9ff;
}
/* customer
*************************************************** */
  .customer--txt {
    margin-bottom: 24px;
  }
  .customer--tel {
    width: 720px;
    margin: 0 auto 24px;
    padding: 18px 8px 14px;
    background-color: #006aac;
    color: #fff;
  }
  .customer--tel .tel_txt {
    line-height: 1;
    font-size: 200%;
  }
  .customer--tel .tel_txt a {
    color: #fff;
  }
  .customer--form {
    background-color: #fff;
  }

  @media screen and  (max-width: 767px) {
    .customer--tel { width: 100%; }
    .customer--tel .tel_txt { font-size: 180%; }
  }
/*-- customer Form 7チェックボックス縦並び --*/
span.wpcf7-list-item {
    display: block;
}
/*送信ボタンのデザイン変更*/
#formbtn{
 padding:15px;
 max-width:350px;
 background:#1eb9ff;
 color:#fff;
 font-size:18px;
 font-weight:bold;	 
 border-radius:2px;
 margin:25px auto 0;
}
/*送信ボタンマウスホバー時*/
#formbtn:hover{
 background:#fff;
 color:#1eb9ff;
 border:2px solid #1eb9ff;
}
/* thanks
*************************************************** */
  @media screen and  (max-width: 767px) {
    .page-thanks .inner.txt-ctr {
      text-align: left;
    }
  }

/* 404
*************************************************** */
  .page-404 .content-404 p {
    margin-bottom: 40px;
    font-size: 115%;
  }
  .content-404 .flex .btn + .btn {
    margin-left: 12px;
  }
  @media screen and  (max-width: 767px) {
    .page-404 .content-404 p {
      margin-bottom: 24px;
      font-size: 100%;
    }
    .content-404 .flex .btn + .btn {
      margin-left: auto;
    }
  }


/* ##############################################################################

    ARCHIVE

############################################################################## */

/* main_column
**************************************** */
  .main_column {
    flex: 1;
    margin-right: 80px;
  }

  /* --- post --- */
  .post { position: relative; }
  .post--link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .post--date {
    min-width: 7em;
    margin-right: 8px;
    font-size: 93%;
    color: #999999;
  }
  .cat_list {
    position: relative;
    z-index: 1;
    margin-right: 18px;
    overflow: hidden;
  }
  .cat_list a,
  .cat_list span {
    display: inline-block;
    vertical-align: middle;
    font-size: 79%;
    border: 1px solid #32AAE6;
    color: #32AAE6;
    line-height: 1;
    padding: 6px 12px;
    float: left;
    margin-right: 4px;
    white-space: nowrap;
  }
  .post .post--img {
    border-radius: 3px;
  }
  .no-image {
    background-size: 80% auto!important;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #eee;
    background-image: url(https://via.placeholder.com/160x48.png?text=LOGO);
  }
.cat_rlist {
    position: relative;
    z-index: 1;
    margin-right: 18px;
    overflow: hidden;
  }
  .cat_rlist a,
  .cat_rlist span {
    display: inline-block;
    vertical-align: middle;
    font-size: 79%;
    border: 1px solid #f16334;
    color: #f16334;
    line-height: 1;
    padding: 6px 12px;
    float: left;
    margin-right: 4px;
    white-space: nowrap;
  }
  @media screen and (max-width: 1100px) {
    .main_column {
      width: 100%;
      margin-right: 0;
    }
    .post--date {
      font-size: 100%;
      line-height: 1;
    }
    .cat_list { margin-right: 0; }
    .cat_list a,
    .cat_list span {
      font-size: 71%;
      padding: 4px 12px;
    }
	.cat_rlist { margin-right: 0; }
    .cat_rlist a,
    .cat_rlist span {
      font-size: 71%;
      padding: 4px 12px;
    } 
  }

/* side_column
**************************************** */
  .side_column { width: 264px; }
  .side_section:not(:last-child) { margin-bottom: 64px; }
  .side--ttl {
    font-size: 120%;
    letter-spacing: .2em;
    line-height: 1;
    margin-bottom: 16px;
  }
  .side--ttl small {
    font-size: 62%;
    opacity: .5;
    letter-spacing: .15em;
    display: block;
    line-height: 1;
    margin-top: 8px;
  }

  /* --- post --- */
  .posts-side .post:not(:last-child) { margin-bottom: 16px; }
  .posts-side .post--img {
    margin-right: 16px;
    border-radius: 3px;
    width: 64px;
    height: 64px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .posts-side .txtarea { flex: 1; }
  .posts-side .post--date { margin-bottom: 0; }
  .posts-side .post--ttl { line-height: 1.4; }

  /* --- archive --- */
  .side_column .archive_list--ttl {
    cursor: pointer;
  }
  .side_column .archive_list--ttl::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    margin-right: 8px;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: translateY(-2px) rotate(135deg);
    transition: .4s ease-out;
  }
  .side_column .archive_list--ttl.active::after { transform: translateY(2px) rotate(-45deg); }
  .side_column .archive_list {
    padding-bottom: 12px;
    border-bottom: 1px solid #ddd;
  }
  .side_column .archive_list:not(:first-child) {
    padding-top: 12px;
  }
  .side_column .archive_month {
    display: none;
    margin-top: 6px;
  }
  .side_column .archive_month li:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }
  .side_column .archive_month li a {
    padding: 0 8px;
  }

  /* --- category --- */
  .side_column .side--list li {
    border-bottom: 1px solid #ddd;
  }
  .side_column .side--list li a {
    display: block;
    padding-bottom: 8px;
  }
  .side_column .side--list li:not(:first-child) a {
    padding-top: 8px;
  }

  @media screen and (max-width: 1100px) {
    .side_column {
      width: 100%;
      margin-top: 40px;
    }
    .side_section:not(:last-child) { margin-bottom: 40px; }
  }

  /* --- archive-pulldown --- */
  .archive-pulldown {
    position: relative;
    margin-left: auto;
    z-index: 1;
  }
  .archive-pulldown .archive_list {
    position: relative;
    font-size: 92%;
  }
  .archive-pulldown .archive_list:not(:last-child) { margin-right: 24px; }
  .archive-pulldown .archive_list a {
    display: block;
    padding: 2px 16px;
    text-align: left;
  }
  .archive-pulldown .archive_list a:not(:last-child) { border-bottom: 1px solid #eee; }
  .archive-pulldown .archive_list--label { margin-right: 8px; }
  .archive-pulldown .archive_list--btn {
    cursor: pointer;
    border: none;
    outline: none;
    appearance: none;
    padding: 8px 54px 8px 32px;
    background-color: #fff;
    border: 1px solid #ccc;
  }
  .archive-pulldown .archive_list--btn::after {
    content: '';
    position: absolute;
    top: 9px;
    right: 10px;
    display: block;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(45deg);
    transition: .2s ease-out;
    transform-origin: 50% 50%;
  }
  .archive-pulldown .active .archive_list--btn::after {
    top: 14px;
    transform: rotate(225deg);
  }
  .archive-pulldown .archive_list--menu {
    position: absolute;
    z-index: 1;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    visibility: hidden;
    opacity: 0;
    transition: .2s ease-out;
  }
  .archive-pulldown .active .archive_list--menu {
    visibility: visible;
    opacity: 1;
  }

/* news
**************************************** */

  /* --- news--archive --- */
  .news--archive {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #111;
  }
  .news--archive li {
    margin-left: 8px;
    margin-right: 8px;
  }
  .news--archive a {
    color: #fff;
  }

  /* --- posts-news --- */
  .archive-news .post:not(:last-child) {
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid #ddd;
  }
  .posts-news .post--ttl {
    flex: 1;
    font-size: 93%;
  }
  .posts-news .post a:hover {
    color: #006AAC;
  }


/* ##############################################################################

    SINGLE

############################################################################## */

/* wp-pagenavi
**************************************** */
  .wp-pagenavi {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 40px;
  }
  .wp-pagenavi .pages {
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 1em;
  }
  .wp-pagenavi a {
    position: relative;
    padding: .5em 1em;
    background-color: #006aac;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .wp-pagenavi a:hover {
    opacity: .7;
  }
  .wp-pagenavi a {
    color: #fff;
  }
  .wp-pagenavi > *:not(.pages) {
    max-width: calc(100% / 2.6);
  }
  .archive .wp-pagenavi > *:not(.pages) {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 40px;
    height: 40px;
  }
  .wp-pagenavi-single a[rel="prev"],
  .wp-pagenavi-single a[rel="next"] {
    width: 40px;
  }
  .wp-pagenavi > *:not(.pages) {
    margin-bottom: 4px;
  }
  .wp-pagenavi > *:not(.pages):not(:last-child) {
    margin-right: 4px;
  }
  .wp-pagenavi .extend {
    width: 24px !important;
  }
  .wp-pagenavi a[rel="prev"]::before,
  .wp-pagenavi a[rel="next"]::before,
  .wp-pagenavi .first::before,
  .wp-pagenavi .last::before,
  .wp-pagenavi .first::after,
  .wp-pagenavi .last::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-top: 2px solid;
    border-right: 2px solid;
  }
  .wp-pagenavi a[rel="prev"]::before,
  .wp-pagenavi a[rel="next"]::before,
  .wp-pagenavi .first::before,
  .wp-pagenavi .last::before,
  .wp-pagenavi .first::after,
  .wp-pagenavi .last::after {
    width: 8px;
    height: 8px;
  }
  .wp-pagenavi a[rel="prev"]::before,
  .wp-pagenavi .first::before,
  .wp-pagenavi .first::after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .wp-pagenavi a[rel="next"]::before,
  .wp-pagenavi .last::before,
  .wp-pagenavi .last::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .wp-pagenavi-single a[rel="prev"]::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .wp-pagenavi-single a[rel="next"]::before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .wp-pagenavi .first::before,
  .wp-pagenavi .last::before {
    left: -6px;
  }
  .wp-pagenavi .first::after,
  .wp-pagenavi .last::after {
    right: -6px;
  }

  @media screen and (max-width: 767px) {
    .wp-pagenavi {
      margin-top: 24px;
    }
    .archive .wp-pagenavi > *:not(.pages) {
      width: 32px;
      height: 32px;
    }
    .wp-pagenavi-single a[rel="prev"],
    .wp-pagenavi-single a[rel="next"] {
      width: 32px;
    }
    .wp-pagenavi .first::before,
    .wp-pagenavi .last::before {
      left: -5px;
    }
    .wp-pagenavi .first::after,
    .wp-pagenavi .last::after {
      right: -5px;
    }
  }

/* pass
**************************************** */
  .single .pass {
    width: 100%;
  }
  .single .pass p:first-child {
    margin-bottom: 16px;
  }
  #pass p {
    margin-bottom: 1em;
  }
  #pass input[name="post_password"] {
    padding: 5px;
    border: solid 1px #aaa;
    outline: none;
  }
  #pass input[type="submit"] {
    padding: 4px 16px;
    letter-spacing: .15em;
    background-color: #ddd;
    border-radius: 4px;
    outline: none;
    border: none;
    cursor: pointer;
    transition: all .4s ease-out;
  }
  #pass input[type="submit"]:hover {
    opacity: .7;
  }

  @media screen and (max-width: 767px) {
    .single .pass p:first-child {
      text-align: left;
    }
  }


/* ##############################################################################

    FORMY

############################################################################## */
  #formy_form table { width:100%; }
  #formy_form tr:nth-last-child(2) {
    width: 294%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
  }
  #formy_form th,
  #formy_form td {
    padding: 16px;
    vertical-align: middle;
    border-bottom: solid 1px #eee;
  }
  #formy_form th {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
    width: 34%;
  }
  #formy_form tr:nth-last-child(2) th {
    width: auto;
    padding-left: 0;
    border-bottom: none;
  }
  #formy_form tr:nth-last-child(2) td {
    padding: 16px 0;
    border-bottom: none;
  }
  #formy_form tr:nth-last-child(2) td ul {
    transform: translateY(-2px);
  }
  #formy_form table input[type="text"],
  #formy_form table input[type="email"],
  #formy_form table input[type="tel"],
  #formy_form table input[type="date"],
  #formy_form table input[type="password"],
  #formy_form table textarea {
    width: 100%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    vertical-align: bottom;
  }
  #formy_form table input[type="text"],
  #formy_form table input[type="email"],
  #formy_form table input[type="tel"],
  #formy_form table input[type="date"],
  #formy_form table input[type="password"],
  #formy_form select,
  #formy_form textarea {
    margin: 0;
    padding: 5px 15px;
    border: 1px solid #ccc;
    font: inherit;
    font-size: 100%;
  }
  #formy_form textarea { height: 100px; }
  #formy_form select { height: 40px; }
  #formy_form ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #formy_form input:hover { opacity: .7; }
  #formy_form textarea:hover { opacity: .7; }
  #formy_form input:focus { outline: none; }
  #formy_form .parsley-validated {  background-color: #eee; }
  #formy_form .parsley-error {  background-color: #fee; }
  #formy_form .parsley-success {  background-color: #fff; }
  .help_text {
    font-size: 87%;
    color: #999;
  }
  .hidden_help { display: none; }
  #formy_form .formy_privacy th { display: none; }
  #formy_form .formy_privacy td {
    display: block;
    width: 294%;
  }
  .formy_privacy div {
    overflow-y: scroll;
    height: 140px;
    border: solid 1px #ccc;
    font-size: 87%;
    padding: 8px 16px;
  }
  }
  .formy_2 {
    height: 140px;
    border: solid 1px #ccc;
    padding: 8px 16px;
  }
  .requiredIcon {
    background-color: #ff9426;
    color: #fff;
    margin: 0 0 0 1em;
    font-size: 70%;
    padding: 2px 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    float: right;
  }
  #formy_form tr:nth-last-child(2) th .requiredIcon { transform: translateY(3px); }
  #formy_btn {
    padding-top: 32px;
    text-align: center;
  }
  #formy_btn input {
    min-width: 220px;
    padding: 16px 32px;
    margin-right: 4px;
    margin-left: 4px;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-size: inherit;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
  }
  #formy_form ul li input[type="radio"],
  #formy_form ul li input[type="checkbox"] { display: none !important; }
  #formy_form ul li label {
    position: relative;
    display: inline-block;
    padding: .5em 8px .5em 40px;
    line-height: 1.6;
    vertical-align: top;
    cursor: pointer;
  }
  #formy_form ul li label:hover { opacity: .7; }
  #formy_form ul li label::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border: 2px solid #788b93;
    left: 16px;
    top: 12px;
  }
  #formy_form ul li input[type="radio"] + label::before { border-radius: 10px; }
  #formy_form ul li input[type="radio"]:checked + label,
  #formy_form ul li input[type="checkbox"]:checked + label {
    color: #e75f5f;
    font-weight: bold;
  }
  #formy_form ul li input[type="radio"]:checked + label::before,
  #formy_form ul li input[type="checkbox"]:checked + label::before {
    border-color: #e75f5f;
  }
  #formy_form ul li input[type="radio"]:checked + label::after,
  #formy_form ul li input[type="checkbox"]:checked + label::after {
    content: "";
    width: 10px;
    height: 18px;
    top: 4px;
    left: 20px;
    border-right: 2px solid #e75f5f;
    border-bottom: 2px solid #e75f5f;
    display: block;
    position: absolute;
    z-index: 10;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .formy_confirm { background-color: #4dbaff; }
  .formy_submit_disabled { background-color: #ccc; }
  #formy_btn .formy_submit_disabled:hover {
    opacity:1;
    cursor: default;
  }
  .autoConfirmBack { background-color: #aaa; }
  .formy_send { background-color: #ff6600; }
  #total_required {
    padding: 16px;
    color: #ff9426;
    text-align: center;
  }
  @media screen and (max-width: 767px) {
    #formy_form th,
    #formy_form td {
      display: block;
      width: auto;
      padding-left: 0;
      padding-right: 0;
    }
    #formy_form th {
      border-bottom:none;
      padding-bottom: 0;
      white-space: normal;
      font-weight: bold;
    }
    #formy_form td { padding-top: 0; }
    #formy_btn { padding-top: 8px; }
    #formy_btn input {
      width: 100%;
      margin-right: 0;
      margin-left: 0;
      background-size: contain;
      background-position: center;
    }
    #formy_form ul li label { padding: .5em 8px .5em 26px; }
    #formy_form ul li label::before { left: 4px; }
    .autoConfirmBack { margin-bottom: 8px; }
    #formy_form table input[type="text"],
    #formy_form table input[type="email"],
    #formy_form table input[type="tel"],
    #formy_form table input[type="date"],
    #formy_form table input[type="password"],
    #formy_form select,
    #formy_form textarea {
      font-size: 16px; /* iOSでズーム防止 */
    }
    #formy_form tr:nth-last-child(2),
    #formy_form .formy_privacy td {
      width: 100%;
    }
    #formy_form tr:nth-last-child(2) ul li input[type="checkbox"]:checked + label::after {
      top: 5px;
      left: 10px;
    }
  }
/*-----------------------------
ギャラリー
------------------------------*/
.gallery { /** ギャラリーを囲むボックス **/
	width: 100%;
	margin-bottom: 20px !important;
    overflow: hidden;
}

.gallery br {display: none;} /** 自動で挿入される clearfix の余白解除 **/

.gallery-item { /** 画像共通のスタイル **/
    float: left;
	margin-bottom: 0 !important;
}
.gallery-icon { /** 画像を囲む dt のスタイル **/
    text-align: center;
}

.gallery-icon img {
	width: 100%;
	height: auto;
	margin-bottom: 10px !important;
}

.gallery-caption { /** キャプション **/
    color: #222;
    font-size: 12px;
    margin: 0 0 10px;
    text-align: center;
}

.gallery-columns-1 .gallery-item { /** カラムなし **/
    width: 100%;
    margin-right: 0;
}
.gallery-columns-2 .gallery-item { /** 2カラム **/
	width: 48%;
	margin: 0 1%;
}
.gallery-columns-3 .gallery-item { /** 3カラム **/
    width: 31.33333%;
	margin: 0 1%;
}
.gallery-columns-4 .gallery-item { /** 4カラム **/
    width: 23%;
    margin: 0 1%;
}
.gallery-columns-5 .gallery-item { /** 5カラム **/
    width: 18%;
    margin: 0 1%;
}

@media screen and (max-width: 640px) {
	/* 640px以下用の記述 */
	.gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item {
		width: 48%;
		margin: 0 1%;
	}
	.gallery-columns-5 .gallery-item {
		width: 31.33333%;
		margin: 0 1%;
	}
}