/*!
Theme Name: gatewing-vr17
Text Domain: gatewing-vr17
*/

/*body {
    padding: 0;
    margin: 0;
    font-family: "IwaOGoPro-Md","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    
}


h1, h2, h3, h4, h5, h6{
    font-family: "IwaUDGoDspPro-Eb";
}
*/


body {
    padding: 0;
    margin: 0;
    font-family: 'TsukuAOldMinPr6-M',
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
/*    font-family: "CezanneProN-M",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,sans-serif;*/
    /* font-family: MatissePro-M, "TsukuARdGothicStd-M",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif; */
    
}


h1, h2, h3, h4, h5, h6{
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
/*    font-family: 'TsukuAOldMinPr6-M', 'MatissePro-DB', sans-serif;*/
}


a.footer_privacy{
    /* color: #F3EDE0; */
    color: #FFFFFF;
    text-decoration: underline;
}
a.footer_privacy:hover{
    /* color: #FFFCF4; */
    color: #ffffff;
}


/*---------メニューページ------------*/
.menu-box {
display: flex;
justify-content: space-between;
align-items: center;
padding-top: 1em;
color: var(--e-global-color-text);
/*text-align: right;*/
line-height: 1.4em;
}
.menu-height {
line-height: 1.4em;
margin: 0;
}
.desc {
    font-size: 85%;
    line-height: 1.5em;
    margin: 0 0 0;
/*    color: var(--e-global-color-76d6344);*/
    color: var(--e-global-color-92477d2);
    clear: both;
}
.text-right {
    display: block;
    text-align: right;
    margin-bottom: 0.2em;
    color: var(--e-global-color-accent)3;
}

.ttl_new h3 .new{
    text-align: center;
    vertical-align: middle;
    font-size: 0.5em;
    color: #ffffff;
    background-color: #8F1E1C;
    padding: 0.2em 0.3em;
    margin-top: 0.1em;
    margin-right: 0.5em;
    line-height: 1.4;
}

.gtranslate_wrapper{
    position: ;
}


/*---------採用ページ------------*/

table {
    margin: 0 0 1.5em;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    word-break: break-all !important;
  }
  
  .table-style01 th {
    /* background: #F5F5F5; */
    width: 24%;
    border-bottom: 1px solid #B9B281;
  }
  
  .table-style01 td {
    border-bottom: 1px solid #dddddd;
  }
  
  .table.table-style01>tbody>tr>td {
    padding: 8px;
    vertical-align: middle;
    /*    border-top: 1px solid #ddd;*/
    font-size: 14px;
  }

  .table.table-style01>tbody>tr>th {
    padding: 8px;
    vertical-align: middle;
    /*    border-top: 1px solid #ddd;*/
    font-size: 14px;
  }

  @media (max-width:767px) {
    .table-style01 tr {
      display: flex;
      flex-direction: column;
    }
  
    .table-style01 th {
      /* background: #F5F5F5; */
      width: 100%;
      border-bottom: 1px solid #B9B281;
    }

    .table-style01 td {
        border-bottom: none;
      }
  
    .table.table-style01>tbody>tr>td,
    .table.table-style01>tbody>tr>th {
      font-size: 14px;
      margin-top: 10px;
    }
  
  }


@media (max-width:767px){
.menu-box {
font-size: 14px;
}
.text-right{
    font-size: 14px;
}
.desc {
    font-size: 75%;
}
}


/* ipad pc -----------------------*/
@media screen and (min-width:768px) {
    .sp_only {
        display: none !important;
    }
}

/* sp ---------------------------*/
@media (max-width:767px) {
    .pc_only {
        display: none !important;
    }
}



