@charset "UTF-8";
#sugar-cut-news {
    writing-mode: tb;
    margin-left: auto;
    font-family: 'ＭＳ 明朝';
	width: 100%;
    height: 43rem;
}
#sugar-cut-news h2 {
    text-align: center;
    margin-left: 10px;
}
#sugar-cut-news p {
    font-size: 18px;
}

.page-title {
  text-align: left;
  display: none;
  }
/* 製品仕様カスタム */
 .custom-table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  table-layout: fixed;
  border: 1px solid #ccc!important;
  position: relative;
}

.custom-table caption {
  font-weight: bold;
  padding-bottom: 10px; /* テーブルとの間にスペースを確保 */
  margin-left: 20%; /* 商品列と揃うように調整 */
}

.custom-table td {
  border-left: 1px solid #ccc; /* 左側にグレーの実線 */
  border-right: 1px solid #ccc; /* 右側にグレーの実線 */
  border-bottom: 1px dashed #ddd; /* 横線を破線に設定 */
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}

.custom-table td:first-child {
  background-color: #f7f7f7;
  font-weight: bold;
  width: 20%;
}

.custom-table td:nth-child(2),
.custom-table td:nth-child(3) {
  width: 40%;
}

.custom-table tr:nth-child(odd) {
  background-color: #f7f7f7;
}

.custom-table tr:nth-child(even) {
  background-color: #ffffff;
}

.custom-table td[colspan="2"] {
  text-align: left;
}

.custom-table td img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* レシピ一覧制御CSS */
ul#recipe-body {
  counter-reset: blocknumwrapper-counter;
}

ul#recipe-body > li.recipe-ddl {
  display: flex;
  counter-increment: blocknumwrapper-counter;
  background-image: none;
  box-shadow: 5px 5px 5px -8px black;
  padding-top: 3rem;
}
ul#recipe-body li.recipe-ddl img {
  width: 40%;
  max-width: 300px;
  margin-bottom: 25px;
}
/* ナンバリング */
ul#recipe-body li.recipe-ddl span:before {
     content: counter(blocknumwrapper-counter);
    background-color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    color: #5f5f5f;
    font-size: 80%;
    font-weight: bold;
    letter-spacing: -0.5pt;
    text-indent: 0.1pt;
    line-height: 17px;
    text-align: center;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border: 1px solid #5f5f5f;
    margin: 2px 0 10px 0px;
}
.recipe-textbox {
  display: flex;
  flex-direction: column;
  margin-left: 30px;
}


  /* FAQCSS */
  .faq-ttl {
      font-size: 16px;
      font-weight: bold;
  }
  summary {
    cursor: pointer;
   }
   summary:before {
    content: '';
    display: inline-block;
      width: 15px;
      height: 21px;
    background-image: url(https://souyi-japan.com/wp-content/uploads/2022/03/faqtriangle.png);
    vertical-align: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 6px;
  }
  summary::-webkit-details-marker {
    color: transparent;
  }
  details {
    margin: 14px;
    margin-left: -15px;
    padding: 10px;
    height: 10px;
    transition: .5s;
  }
  details p {
    padding-top: 10px;
    color: #43628a;
  }
  details p:before {
    content: '';
    display: inline-block;
  /*   width: 30px;
    height: 30px; */
  /*   background-image: url(https://souyi-japan.com/wp-content/uploads/2022/02/answer.jpg); */
    vertical-align: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 6px;
  }
  
  details[open] {
    height: 80px;
  }
  
  /* 画像用のFAQ */
  details.faq-img {
    transition: .5s;
  }
  details[open].faq-img {
    height: 365px;
  }
  details[open].faq-mov {
    height: 270px;
  }
  
  details[open].faq-img .faq-flexbox img {
      width: 100%;
      max-width: 170px;
      height: 230px;
      margin-top: -27px;
  }
  
  .faq-flexbox {
    display: flex;
  }
  .faq-flexbox figure {
    margin-top: -25px;
    position: relative;
  }
  .faq-flexbox figure figcaption {
    text-align: center;
  }
  
  figure {
    margin: 1em 40px 1em 0px!important;
  }
  .content-body p {
    margin: 0 0 0px!important;
  }
  
  
  
  
  /* スライダーcss */
  #wrp {
    position: relative;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
  #srd_log {
    position: absolute;
    top: 29px;
    z-index: 998;
    left: 46px;
  }
  #srd_log img {
    width: 124px;
    height: auto;
  }
  span#srd_prg {
    font-size: 25px;
    padding-left: 7px;
    font-family: 'ヒラギノ角ゴシック','Hiragino Sans',monospace;
    color: #818181;
    letter-spacing: 0em;
  }
  #cboxClose {
    bottom: 334px!important;
  }
  .header{
    background-color:#0a0a0a;
  }
  .fa-chevron-up:before {
    position: absolute;
    top: 8px;
    right: 9px;
  }
  .gallery .gallery-left-image {
    width: 40%;
    max-width: 300px;
  }
  
  /* TOPのニュース記事 */
  dl.makuake dd,dl.new-item dd,dl.new-product dd {
  margin-left: 45px;
  }
  dl.new-item dd::after {
    content: "【新商品】";
    display: block;
    width: 85px;
    height: 0px;
    position: relative;
    bottom: 25px;
    left: -80px;
  }
  dl.new-product dd::after {
    content: "【NEWS】";
    display: block;
    width: 170px;
    height: 0px;
    position: relative;
    bottom: 25px;
    left:-85px;
  }
  dl.makuake dd::after {
    content: "【マクアケ】";
    display: block;
    width: 170px;
    height: 0px;
    position: relative;
    bottom: 25px;
    left: -97px;
  }
  dl.notice-product dd::after {
    content: "【お知らせ】";
    display: block;
    width: 170px;
    height: 0px;
    position: relative;
    bottom: 25px;
    left: -97px;
  }
  .content-body dl.notice-product dd {
    padding: 7px 0 7px 13rem;
}

.news_box {
  width: 100%;
  height: 309px;
  }
  .scroll {
  overflow: hidden;
  overflow-y: scroll;
  }
  
  /*会社情報のテーブ関係css*/
    #syhy {
  margin: 0 0 20px;
  font-size: 20px;
  text-decoration: underline;
  font-weight: 700;
  }
    .profile-table1 {
  white-space: nowrap;
  background-color: #EFEFEF;
  border-bottom: solid 4px#ffffff;
       width: 185px;
       text-align: left;
  }
  .profile-table2 {
  border: solid 1px#EFEFF2;
  }
    #souyi-history tr td:first-child {
    width: 106px;
   background:#efefef;
   border-bottom: 2px#fff solid;
   font-weight: bold;
   font-size: 18px;
   padding-left: 19px;
  }
  #souyi-history tr td:nth-child(2) {
  width: 80px;
   background:#f9f9f9;
    border: 2px #fff solid;
   font-weight: bold;
   padding-right: 24px;
  }
  
  #souyi-history tr td:nth-child(3) {
  border: 1px#eeeeee solid;
  }
    table tr:last-child>td, table tr:last-child>th {
  border-bottom-width: 1px;
  }
  /* 製品情報 */
  .column-inner, .column-item {
  padding: 10px;
  padding-bottom: 35px;
  }
  p.title {
    text-align: center;
    position: relative;
 top: 32px;
  }
  h2.full-title {
  display: none;
  }
  
  .button-link .button-link-inner.orange {
  color: #fff;
  background-color: #262729;
  }
  
  
  button.slick-next.slick-arrow {
  border-left: 4px solid #0a0a0a;
  border-top: 4px solid #0a0a0a;
  }
  
  button.slick-prev.slick-arrow {
  border-left: 4px solid #0a0a0a;
  border-top: 4px solid #0a0a0a;
  }
  .column-inner, .column-item {
  padding-bottom: 35px;
  }
  
  
  .button-link .button-link-inner.orange {
  color: #fff;
   margin: auto;
   width: 75px;
   font-size: 0px;
   display: block;
   border-radius: 40px;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
  }
  
  
  .button-link .button-link-inner.orange::after {
  content: "もっとみる";
   font-size: 15px;
   position: relative;
   display: block;
   margin-top: -17px;
   text-align: center;
  }
.list-wrapper .default .title{
	top: 3px;
}
  /* .list-wrapper .default .title {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    padding-top: 29px;
    padding-bottom: 5px;
    position: relative;
}

.list-wrapper .default .title a.link-to-post{
  position: absolute;
  bottom: 29px;
  width: 100%;
  right: 0px;
} */
   /* 取り扱い説明書button   *//* PC */
  #souyi-Instructions{
   width: 100%;
   margin-top: -15px;
  }
  #souyi-Instructions a{
  color: #ffffff; 
  background: #a4a4a4; 
  padding: 8px 20px;
  }
  
  /* 製品購入 */
  #ec_shop{
    display: flex;
   justify-content: center;
   flex-wrap: wrap;
  }
  .ec_shop_box {
  width: 30%;
  height: auto;
  margin: 15px;
  box-shadow: 6px 5px 5px -8px black;
  }
  .ec_shop_box p:first-child {
  margin-bottom: -10px;
  }
  
  .ec_shop_box p:last-child {
  text-align: center;
  margin-bottom: 0px;
  }
  .ec_shop_box p a {
  display: block;
  }
  /* -採用情報- */
  
  /* 募 集 要 項 */
  #SySelectRecruitHead {
    text-align: center;
    margin: 20px 0 4rem 0;
    line-height: 2.2;
    /* font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; */
  }
  #SySelectRecruitHead h3 {
    font-size: 50px;
    font-weight: 100;
    margin-bottom: 45px;
  }
  #SySelectRecruitHead p {
    line-height: 2.3;
    font-size: 15px;
  }
  div#spSySelectRecruitHead{
    display: none;
  }
  
  /* 希望職種選択ボタン */
  #Syrecruit-BtnWrp {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
  }
  #Syrecruit-BtnWrp .Syrecruit-Btn {
    border: solid 1px #ccc;
    font-size: 18px;
    width: 20%;
    line-height: 1.5;
    text-align: center;
    border-radius: 7px 7px 7px 7px;
  }
  #Syrecruit-BtnWrp .Syrecruit-Btn a {
    display: block;
    padding: 25px 0px;
  }
  #Bkarrow {
    background-color: #000;
  }
  #Bkarrow a {
    color: #fff;
  }
  /* EC販売スタッフ */
  p#Bkarrow-bt1 {
    position: relative;
    padding-top: 29px;
  }
  p#Bkarrow-bt1::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 30px solid black;
    position: absolute;
    bottom: 1rem;
    left: 4rem;
  }
  /* 国内営業 */
  p#Bkarrow-bt2 {
    position: relative;
    padding-top: 29px;
  }
  
  p#Bkarrow-bt2::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 30px solid black;
    position: absolute;
    bottom: 1rem;
    left: 23.4rem;
  }
  
  /* 一般事務 */
  p#Bkarrow-bt3 {
    position: relative;
    padding-top: 29px;
  }
  p#Bkarrow-bt3::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 30px solid black;
    position: absolute;
    bottom: 1rem;
    right: 23.5rem;
  }
  
  /* カスタマサポート */
  p#Bkarrow-bt4 {
    position: relative;
    padding-top: 29px;
  }
  
  p#Bkarrow-bt4::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 30px solid black;
    position: absolute;
    bottom: 1rem;
    right: 4.2rem;
  }
  
  /* 採用情報詳細箇所 */
  table#Syrecruit {
    margin-top: 10px;
    font-size: 15px;
  }
  table#Syrecruit tbody tr td:first-child {
    background-color: #e6e6e6;
    text-align: right;
    padding: 15px;
    border: solid 1px #ccc;
    -webkit-appearance: none;
  border-radius: 0;
  width: 20%;
  }

  table#Syrecruit tbody tr td:last-child li {
    background-image: none;
  }
  table#Syrecruit tbody tr td:last-child {
    border: solid 1px #ccc;
  }
  .SyRecruit-ttl {
    margin-left: 25px!important;
  }
  .SyRecruit-ttlsub1 {
    font-size: 14px;
    display: block;
    margin-left: 23px!important;
    margin-top: -8px!important;
  }
  .SyRecruit-ttlsub2 {
    font-size: 14px;
    display: block;
    margin-left: 27px!important;
    margin-top: -8px!important;
  }
  .SyRecruit-ttlblu {
    color: #5858ff;
    margin: 10px 0;
    display: block;
  }
  
  
  /* 選考方法 */
  #SySelectRecruit-wrp {
    background-color: #000;
    color: #fff;
    text-align: center;
    position: relative;
    margin: 24px 0 3rem 0;
  }
  div#SySelectRecruit-wrp:after {
    content: "";
    position: absolute;
    right: 34rem;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid black;
  }
  div#SySelectRecruit-ttl h2 {
    padding: 1rem 0 0rem 0;
    display: block;
    font-size: 30px;
    font-weight: 100;
  }
  div#SySelectRecruit-ttl p {
    line-height: 1.5;
    font-size: 13px;
    padding-bottom: 1rem;
  }
  #SySelectRecruit-numPa {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
  }
  
  div#SySelectRecruit-numPa .SySelectRecruit-num img {
    width: 30%;
  }
  
  #SySelectRecruit-numPa .SySelectRecruit-num .SySelectRecruit-numttl {
    font-size: 20px;
  }
  .SySelectRecruit-numtxt {
    padding-bottom: 30px;
    font-size: 12px;
    line-height: 1.5;
  }
  .SySelectRecruit-num {
    padding-top: 15px;
  }
  
  /* 採用フォーム */
  #Required-Notes{
    text-align: right;
    color: #bb0000;
    margin-right: 0rem!important;
  }
  
  #Syrecruit-From {
    table-layout: fixed;
    width: 100%;
    margin: auto;
  }
  tr.Syrecruit-FromModel td {
    width: 50%;
    border: solid 1px #a4a4a4;
  }
  tr.Syrecruit-FromModel th.Syrecruit-Field-Name {
    background-color: #e7e6e6;
    padding-right: 30px;
    text-align: right;
    width: 13%;
    border: solid 1px #a4a4a4;
    font-weight: 100;
    height: 60px;
  }
  td.Syrecruit-Select, td.Syrecruit-Radio, td.Syrecruit-Text, td.Syrecruit-Free-Text {
    padding-left: 15px!important;
  }


  div#Syrecruit-Age {
    position: relative;
    display: inline-block;
    text-align: center;
}

div#Syrecruit-Age::after {
  content: "歳";
  margin-left: 4px;
}

  td.Syrecruit-Radio .Syrecruit-Recruitment span.wpcf7-form-control.wpcf7-radio .last, td.Syrecruit-Radio .Syrecruit-Gender span.wpcf7-form-control.wpcf7-radio .last {
    margin-left: 2.5rem;
  }
  /* 中途採用のみ制御 */
  td#Radio-Irregular span.wpcf7-form-control-wrap span.wpcf7-form-control.wpcf7-radio {
    margin-left: -2.5rem;
}
  .RequireAst{
    vertical-align: middle;
    width: 40px;
    margin-left: 6px;
    margin-right: -18px;
    font-size: 13px;
    color: #bb0000;
  }
  td.Syrecruit-Free-Text .wpcf7-textarea {
    width: 100%;
  }
  div#Input-GP {
    display: flex;
    justify-content: space-around;
}
div#Input-GP .Confirm-Send input[type="submit"], div#Input-GP .Confirm-Send input[type="button"] {
  font-size: 16px;
  font-weight: 100;
  padding: 10px 6rem;
}
div#Input-GP .Confirm-Send input[type="submit"] {
    background-color: #5b6bcd;
    color: #fff;
}

div#Input-GP .Confirm-Send input[type="button"] {
    background-color: #000;
    color: #fff;
}
  /* プライバシーポリシー */
  #frome-policy {
    text-align: center;
  }
  #frome-policy h4 {
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 4rem;
  }
  
  #frome-policy p {
    font-size: 16px;
  }
  
  .scroll-policy {
    border: solid 1px#ccc;
    font-size: 13px;
    line-height: 1.4;
  }
  .scroll-policy p {
    padding-left: 15px;
  }
  /* 同意チェックボックス制御 */
  #Input-Confirm {
    margin-top: 30px;
    text-align: center;
  }
  
  #Input-Confirm .wpcf7c-btn-confirm {
    padding: 10px 6rem;
    background-color: #000;
    color: #fff;
    font-size: 17px;
    font-weight: 100;
  }
  #Input-Confirm .wpcf7c-btn-confirm:disabled {
      background: #bfbfbf;
      color: #fff;
  }
  #prv-acceptance {
      text-align: center;
      margin-top: 20px;
      margin-bottom: -13px;
  }
  /* エラー */
  .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
      text-align: center;
      color: red;
  }


  /* 新規お問い合わせサポート */
  .supportWraper {
    display: flex;
    justify-content: center;
  }
  
  .supportList1, .supportList1 {
    margin-right: 7rem;
  }
  
  .supportWraper h3 {
      text-align: center;
      color: rgb(0,176,80);
      text-decoration: underline;
      font-size: 20px;
  }
  
  .supportHeader p {
    font-size: 0.8em;
    text-align: center;
  }
  
  .supportBody h4 {
      color: #fff;
      background-color: #000;
      padding: 10px 22px 10px 15px;
      line-height: 1.5;
      font-size: 20px;
      width: 400px;
      font-weight: normal;
  }
  
  .supportBody ul {
    background-color: rgb(242,242,242);
    border-right: solid 1px #000;
    border-left: solid 1px #000;
  }
  .supportBody ul li {
      border-bottom: solid 1px #000;
      padding: 0;
      list-style: none;
      background-image: none;
      position: relative;
  }
  .supportBody ul li a {
    display: block;
    list-style-type: none;
    color: #000;
    padding: 14px 0px 14px 15px;
  }
  
  .supportBody ul li a::after {
    content: "△";
    height: 0px;
    width: 10px;
    position: absolute;
    top: 38px;
    left: 94%;
    transform: rotate(210deg);
  }
  
  /*モールを非表示*/
  .gallery .gallery-right-content {
  width: 60%;
  padding-left: 20px;
  padding-right: 20px;
  }
  /*footerの代理店*/
  #souyi_agency {
  font-size: 20px;
  text-decoration: underline;
  }
  
  
  /*footerのコピーライト*/
    #footer .line .content.is-line {
  font-size:16px;
      height: 35px;
  }
  .copyright{
  padding: 0px;
  }
  .footer-link {
  display: none;
  }
  /* #footer .line .content.is-line:before{
  font-size: 12px;
  content: "©SOUYI JAPAN CO.,LTD. 2021 All Rights Reserved.";
      color:#ffffffff;
      display:block;
      text-align:center;
      margin:auto;
    line-height: 1.5;
    -ms-text-align:center;
      -ms-margin:auto;
    -ms-color:#ffffffff;
  
  } */
    
  /* 画像背景影*/
  .gallery .column-inner {
  padding: 0;
  box-shadow: 5px 5px 5px -8px black;
  }
  /* 画像背景影*/
    
  /* 各h2下間隔30px設定 */
  .content-body .headline-h2:first-child {
  margin-top: 0;
  margin-bottom: 30px;
  }
  
  .headline-h2.hl-inblock-ul2clr {
  text-align: center;
  margin-bottom: 30px;
  }
  
  /* 各h2下間隔30px設定 */
  
  /* title色を白 */
  .list-wrapper .default .full-title {
  padding: 5px 5px 0 0;
  color: white;
  }
  /* title色を白 */
    
  .page-title {
     display: none;
  }
    
  /* カテゴリページ 下記に表示されるtitleを削除 */
  .list-item .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-align: justify;
  text-justify: inter-ideograph;
  display: none;
  }
  /* カテゴリページ 下記に表示されるtitleを削除 */
  
  /* もっと見るリンク削除 */
  .to-detail {
  text-align: right;
  display: none;
  }
  /* もっと見るリンク削除 */
    
  
    /* 各商品ページトップ画像下線 */
    .is_topimage{
      border-bottom:1px solid #bfbbbb;
    }
    
    
      /* カテゴリページ 商品画像にshadowをつける */
  .list-wrapper .default .column-inner {
  padding: 0;
  box-shadow: 5px 5px 5px -8px black;
        border-radius: 10px;
  }
    
      /* カテゴリページ トップバナー下にある文字を非表示*/
  /* 	.hl-no-design {
      display: none;
    } */
    
    
          /* tableタグ幅、レフト揃え、白い線*/
      .table-scroll th{
  text-align: left;
  }
    
    .table-content.tr-left th {
  width: 185px;
      border: 1px solid #fff;
  }
    
  
  
  #image- {
  display: none;
  }
  .gallery.layout-1.rows {
  text-align: center;
  display: block;
  }
  
  /*製品情報のcss*/
  
  .qa-tb {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    color: #000000;
  }
  .qa-tb input {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
  .qa-tb label {
  font-weight: bold;
  line-height: 3;
  position: relative;
  padding: 0 0 0 1em;
  cursor: pointer;
  margin: 0px 0 1px 0;
  /* border-left: solid 8px#000; */
  color: #000000;
  }
  .qa-tb label::before {
    content: "Q";
    background-color: #000;
    color: #fff;
    padding: 5px 10px;
    }
  
  .qa-tb .qa-content {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.35s;
    transition: max-height 0.35s;
    color: #333333;
  /*	background: #f1c6c6;*/
  }
  
  .qa-content a::before {
    content: "A";
    color: red;
    border: solid 1px #000;
    margin-top: 65px;
    line-height: 2.3;
    padding: 5px 10px;
    }
  
  
  .qa-tb .qa-content p {
    margin: 1em;
  }
  /* :checked */
  .qa-tb input:checked ~ .qa-content {
    max-height: 60em;
    height: auto;
  }
  /* Icon */
  .qa-tb label::after {
    line-height: 3;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 3em;
    height: 3em;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    text-align: center;
  }
  .qa-tb input[type=checkbox] + label::after {
    content: '+';
  }
  .qa-tb input[type=checkbox]:checked + label::after {
    transform: rotate(315deg);
  }
  .topimage img {
  vertical-align: top;
  }
  /* #container-1 .column-inner{
  padding: 0px;  
  }
  #container-1 .column.column-1.column-md-1-2{
    width:100%;
  } */
  .social .social-title {
  visibility: hidden;
  }
  .social .social-title::before {
  content: "SNSにシェアをする";
  font-size: 19px;
  color: #000;
  height: 20px;
  display: block;
  margin-bottom: -18px;
  visibility: visible;
  }
  .social .social-items {
  margin-right: 12px;
  }
  /*ホバーアクション*/
  .qatb_hov {
  background-image: -moz-linear-gradient(top, #000 0%, #000 100%);
  background-image: -webkit-linear-gradient(top, #000 0%,#000 100%);
  background-image: linear-gradient(to bottom, #000 0%,#000 100%);
  background-position: 0% 100%;
  background-size: 0px 1px;
  background-repeat: no-repeat;
  -webkit-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  transition: 0.4s ease;
  max-width: 40%; 
  }
  
  .qatb_hovv:hover{
  
    background-size: 100% 1px;
  }
  /* サポート箇所 */
  #sy_support{
    text-align:center;
    color: #ffff;
    font-size: 16px;
  }
  
  #sy_support span:first-child{
    font-size: 24px;
  }
  #sy_support span:last-child{
    font-size: 12px;
  }
  #sy_support a{
    text-decoration: none;
    color: #ffff;
    pointer-events: none;
  }
  /* サポート関連 */
  .support_s {
  display: flex;
  }
  
  .support_s a {
  padding: 15px;
  }
  /* Youtube幅指定 */
  .embed-content {
  width: 1140px;
  margin: auto;
  }
  /* 今すぐ購入ボタン */
  .addCart {
  border-radius:6px;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  padding:5px 30px !important;
  background:#333;/* ボタンの色指定*/
  color:#fff;/* ボタンの文字色指定*/
  font-size:14px;
  line-height:2;
  font-weight:bold;
  cursor:pointer;
    margin: 0 5px 0 5px;
  }
  .addCartinner{
  display:flex;
    justify-content: center;
  
  }
  .addCartImg{
  width: 100px;
    padding: 0 35px 0 35px;
  }
  /* for variation */
  #addCartWrap {
  display: flex;
  align-items: center;
  }
  .addCartVar4 {
  margin: 0px auto 80px auto;
  text-align: center;
  }
  .addCartImg4 {
  width: 240px;
  }
  /* スマホタグ開始*/
  
  @media(max-width:689px){
/* レシピ一覧制御スマホCSS */
ul#recipe-body > li.recipe-ddl {
  flex-direction: column;
}

ul#recipe-body li.recipe-ddl img {
  max-width: 100%;
  width: 100%;
  margin-bottom: 5px;
}
.recipe-textbox {
  margin-left: 0px;
  margin-bottom: 10px;
}

ul#recipe-body > li.recipe-ddl {
  margin-left: -15px;
	
}
		ul#recipe-body li.recipe-ddl span:before{
			line-height: 14.5px;
			text-indent: -0.9px;
			margin: 10px 0 10px 0px;
		}
    html {
  /* ルートのフォントサイズを10pxに設定しておく */
    font-size: 62.5%;
  }
    body {
    -webkit-text-size-adjust: 100%;
  }
    #cboxClose {
  bottom: 275px!important;
  }
    .gallery .gallery-left-image {
  width: initial;
  max-width: initial;
  }
  
  .gallery .gallery-right-content {
  width: initial;
  padding-left: 20px;
  padding-right: 20px;
  }
  
  .headline-h2.hl-inblock-ul2clr {
  text-align: center;
      clear: both;
  }
  
  .gallery.layout-1 .gallery-item, .gallery.layout-2 .gallery-item {
  padding-left: 10px;
  padding-right: 10px;
  width: 50%;
        padding-bottom: 0;
        margin-bottom: 0;
  }
  .gallery.layout-1 .gallery-item, .gallery.layout-2 .gallery-item:last-child {
  float: left;
  }
  .content-body dl dt {
  float: none;
  padding-bottom: 0px;
  text-decoration: underline;
  }
  
  .content-body dl dd {
  padding: 0px;
  }
  
  /* 会社情報 */
      #souyi-history tr {
  border: 1px#efefef solid;
  margin-bottom: 4px;
  display: block;
  }
      #souyi-history tr td:first-child {
     width: 26%;
  background: #efefef;
  border-bottom: 2px#fff solid;
  font-weight: bold;
  font-size: 18px;
  padding-left: 10px;
  margin: auto;
  text-align: left;
  float: left;
  padding-top: 6px;
  }
  
  #souyi-history tr td:nth-child(2) {
     width: 74%;
  background: #f9f9f9;
  font-weight: bold;
  text-align: left;
  padding-left: 9px;
  float: right;
  padding-top: 6px;
  }
  
  #souyi-history tr td:nth-child(3) {
  display: block;
  clear: both;
  }
  table tr:last-child>td, table tr:last-child>th {
  border-bottom-width: 1px;
  }
  /* 画像背景影*/
  .gallery .column-inner {
  padding: 0;
  box-shadow: 5px 5px 5px -8px black;
  }
  /* 画像背景影*/
  
    
  /* float-left 2個並べ */
  .list-wrapper .default .column {
     padding: 15px;
     width: 50%;
  }
  /* float-left 2個並べ */
  
  /* title色を白 */
  .list-wrapper .default .full-title {
  padding: 5px 5px 0 0;
  color: white;
  }
  /* title色を白 */
  
  /* font-size-10px */
  .content-body a, .page-title a {
  color: #3a3a3a;
  font-size: 12px;
  }	
  /* font-size-10px */
  
  .page-title {
  display: none;
  }
    
  /* カテゴリページ 下記に表示されるtitleを削除 */
  .list-item .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-align: justify;
  text-justify: inter-ideograph;
  display: none;
  }
    .catchcopy h1 {
  visibility: hidden;
  }
    /* カテゴリページ 下記に表示されるtitleを削除 */
    
  /* もっと見るリンク削除 */
  .to-detail {
  text-align: right;
  display: none;
  }
  /* もっと見るリンク削除 */
  
    
  /* 各商品ページトップ画像下線 */
    .is_topimage{
      border-bottom:1px solid #bfbbbb;
    }
    
    
    /* カテゴリページ 商品画像にshadowをつける */
  .list-wrapper .default .column-inner {
  padding: 0;
  box-shadow: 5px 5px 5px -8px black;
        border-radius: 10px;
  }
    
      /* カテゴリページ トップバナー下にある文字を非表示*/
    .hl-no-design {
      display: none;
    }
    
    
  .list-wrapper .default .column {
  padding: 5px;
  width: 50%;
  }
    
  
        /* tableタグ幅、レフト揃え、白い線*/
    .table-scroll th{
  text-align: left;
  }
    .table-content.tr-left th {
  width: 185px;
      border: 1px solid #fff;
  }
    
  /*会社情報のテーブル スマホ*/
    th.profile-table1 {
  display: block;
  width: 99%;
  box-sizing: border-box;
  text-align: left;
  color: #333333;
  background: #efefef;
  outline: solid 1px #ffffff;
  box-shadow: 0 0 0 2px #eeee;
  margin: auto;
  }
  
  td.profile-table2 {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #eeeeee;
    -webkit-text-size-adjust: 100%;
  }
  
  td.profile-table2:last-child {
  border-bottom: solid 1px#EEEEee;
  }
  
    .profile-of_size{
      font-size:16px;
    }
    .content-body a, .page-title a {
  color: #3a3a3a;
  font-size: 16px;
  }
  
  /* 製品情報 */
    .column-inner {
  padding: 0px;
  }
  .column.column-1.column-md-1-2.column-lg-1-3.slick-slide.slick-current.slick-active {
    padding-bottom: 16px;
}
p.title {
  top: 17px;
}
     /* 取り扱い説明書button   *//* SP */
  #souyi-Instructions{
  text-align: center;
  }
  /* 製品購入 */
  #ec_shop {
  flex-direction: column;
  width: 100%;
  }
  
  .ec_shop_box {
  width: 100%;
  margin: 15px auto;
  }
  .social .social-title {
  visibility: hidden;
  }
  .social .social-title::before {
  content: "SNSにシェアをする";
  font-size: 19px;
  color: #000;
  height: 20px;
  display: block;
  margin-bottom: -18px;
  visibility: visible;
  }
    .social .social-items {
  margin-right: 12px;
  }
    /* FAQCSS */
  details {
        padding: 50px 10px!important;
  }
    details[open] {
      height: 21rem;
  }
    
    /*footerのコピーライト*/
    #footer .line .content.is-line {
  font-size:16px;
      height: 35px;
  }
  .copyright{
  padding: 0px;
  font-size: 13px;
  }
  .footer-link {
  display: none;
  }
  /* #footer .line .content.is-line:before{
  font-size: 12px;
  content: "©SOUYI JAPAN CO.,LTD. 2021 All Rights Reserved.";
      color:#ffffffff;
      display:block;
      text-align:center;
      margin:auto;
    line-height: 1.5;
  
  } */
    /* 代理製品 */
  .agencyboss {
  margin: 0 0 10px 16px;
  }
    
    /* サポート関連 */
    .content-body p {
  padding: 0px !important;
  }
  
  .support_s {
  display: block;
  margin-top: 28px;
  }
    .support_s:last-child {
  margin-bottom: 20px;
  }
  .support_s a {
  padding: 0px;
  }
    .support_s a img {
  width: 100%;
  display: block;
  margin: auto;
  }
    #addCartWrap {
  flex-direction: column;
  }
    .addCartImg4 {
  width: 100%;
  }
    /* -採用情報- */
 /* 募 集 要 項 */
 #SySelectRecruitHead p {
  display: none;
}
div#spSySelectRecruitHead{
  display: inline;
}
#spSySelectRecruitHead p{
  font-size: 15px;
}

    
/* 希望職種選択ボタン スマホ共通*/
p#Bkarrow-bt1::after,p#Bkarrow-bt2::after,p#Bkarrow-bt3::after,p#Bkarrow-bt4::after{
  display: none;
}
#Syrecruit-BtnWrp{
  flex-direction: column;
}
#Syrecruit-BtnWrp .Syrecruit-Btn{
  width: 100%;
  margin: 10px 0;
}
/* 採用情報詳細箇所 */
table#Syrecruit tbody tr td:first-child {
  width: 30%;
  background-color: #f7f7f7;
}
table#Syrecruit tbody tr td:first-child,table#Syrecruit tbody tr td:last-child{
  /* text-align: center; */
  border: solid 1.4px #e0e0e0;
  -webkit-appearance: none;
  border-radius: 0;
}
table#Syrecruit tbody tr td:last-child li {
  text-align: left;
  padding-left: 0;
}
.SyRecruit-ttl {
  margin-left: 0px!important;
}

.SyRecruit-ttlsub1 {
  font-size: 12px;
  margin-left: 0px!important;
  margin-top: 5px!important;
}
.SyRecruit-ttlsub2 {
  font-size: 12px;
  margin-left: 5px!important;
  margin-top: 0px!important;
  text-align: left;
}


/* 下三角非表示 */
p#Bkarrow-bt1,p#Bkarrow-bt2,p#Bkarrow-bt3,p#Bkarrow-bt4{
  display: none;
}
/* 選考方法 */
div#SySelectRecruit-wrp:after{
  display: none;
}
div#SySelectRecruit-ttl {
  height: 530px;
  background: url(https://souyi-japan.com/wp-content/uploads/2022/12/selectionmethod1.jpg) no-repeat center center;
  background-size: auto 530px;
}
/* 非表示 */
div#SySelectRecruit-ttl h2,div#SySelectRecruit-ttl p,#SySelectRecruit-numPa{
  display: none;
}

/* 採用フォーム */
#Required-Notes {
  margin: auto;
  text-align: center;
  width: 100%;
}
.RequireAst{
  margin-left: 4px;
  margin-right: 0px;
}
table#Syrecruit-From tr.Syrecruit-FromModel {
  margin-bottom: 15px;
  display: block;
}
tr.Syrecruit-FromModel th.Syrecruit-Field-Name {
     font-size: 17px;
    line-height: 3;
    border: none;
    background-color: #fff;
}
#Syrecruit-From{
  width: 100%;
}
#Syrecruit-From td, #Syrecruit-From th {
  display: block;
  margin: 0 auto;
  width: 100%;
  text-align: left;
  border: none;
  margin-bottom: -15px;
}
div#Syrecruit-Age{
  display: flex;
}
div#Syrecruit-Age::after {
  margin-left: 4px;
  line-height: 2.5;
}

tr.Syrecruit-FromModel td.Syrecruit-Select select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required,td.Syrecruit-Select select.wpcf7-form-control.wpcf7-select {
  width: 100%;
  height: 40px;
}
td.Syrecruit-Radio span.wpcf7-form-control-wrap span.wpcf7-form-control.wpcf7-radio {
  display: flex;
  justify-content: center;
  margin-left: -15rem;
}
/* 中途採用のみ制御 */
td#Radio-Irregular span.wpcf7-form-control-wrap span.wpcf7-form-control.wpcf7-radio {
  margin-left: -35rem;
}

td.Syrecruit-Radio span.wpcf7-form-control-wrap.Syrecruit-Recruitment span.wpcf7-list-item.first,td.Syrecruit-Radio span.wpcf7-form-control-wrap.Syrecruit-Gender span.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item.first {
  margin-left: -4rem;
}
td.Syrecruit-Radio .Syrecruit-Recruitment span.wpcf7-form-control.wpcf7-radio .last {
    margin-left: 1rem!important;
    margin-right: -4rem;
    padding-left: 3rem;
}
td.Syrecruit-Radio .Syrecruit-Recruitment span.wpcf7-form-control.wpcf7-radio .last, td.Syrecruit-Radio .Syrecruit-Gender span.wpcf7-form-control.wpcf7-radio .last{
  margin-left: 6rem;
}
.Syrecruit-FromModel td.Syrecruit-Select, .Syrecruit-FromModel td.Syrecruit-Radio, .Syrecruit-FromModel td.Syrecruit-Text, .Syrecruit-FromModel td.Syrecruit-Free-Text {
  padding-left: 7px!important;
}

tr.Syrecruit-FromModel input[type="text"], tr.Syrecruit-FromModel input[type="number"], tr.Syrecruit-FromModel input[type="email"], tr.Syrecruit-FromModel input[type="tel"], tr.Syrecruit-FromModel textarea, tr.Syrecruit-FromModel select {
  border-bottom: solid 1px #868585;
  margin-bottom: 20px;
}
table#Syrecruit-From tbody tr td:last-child {
  border-bottom: solid 1px #eeeeee;
}
 /* プライバシーポリシー */
.scroll-policy p {
  padding-left: 5px!important;
  padding-right: 5px!important;
}
    /* 新規お問い合わせサポート Sp */
    .supportList1, .supportList1 {
      margin: auto;
      width: 100%;
  }
  .supportWraper {
      flex-direction: column;
  }
  .supportBody h4 {
      padding: 10px 0px 10px 15px;
      width: 100%;
      font-size: 18px;
      box-sizing: border-box;
  }
  
  }
    /* サポート箇所 */
  /* #sy_support{
    text-align:center;
    color: #ffff;
    font-size: 16px;
  }
  
  #sy_support span:first-child{
    font-size: 24px;
  }
  #sy_support span:last-child{
    font-size: 12px;
  }
  #sy_support a{
    text-decoration: none;
    color: #ffff;
    pointer-events: auto;
  }/* 
  
  
  
  
  /* 
    -------- 元のデーター --------
    @media(min-width:690px){
    .gallery .gallery-left-image {
  width: 40%;
  max-width: 300px;
  }
  .gallery .gallery-right-content {
  width: 60%;
  padding-left: 20px;
  padding-right: 20px;
  }
  }
  
  @media(max-width:689px){
    .gallery .gallery-left-image {
  width: initial;
  max-width: initial;
  }
  
  .gallery .gallery-right-content {
  width: initial;
  padding-left: 20px;
  padding-right: 20px;
  }
  } 
  */