/* argument */
/* site style */
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/* [ border-radius ]
-------------------------------------------------*/
/*----------------------------
  Common SP PC
------------------------------*/
.img_full_width {
  display: block;
  width: 100%; }

.img_responsive {
  max-width: 100%; }

.sp {
  display: none; }

@media (max-width: 767px) {
  .sp {
    display: block; }

  .pc {
    display: none; } }
/*=============================
  Company common
===============================*/
.commonWidth {
  max-width: 1020px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto; }

.mainvisualCom {
  margin-bottom: 25px;
  position: relative;
  min-height: 280px; }
  .mainvisualCom h2 {
    position: absolute;
    max-width: 1100px;
    margin: -35px auto 0;
    left: 0;
    right: 0;
    top: 50%; }

.visualCompany {
  background: url(../img/company/bg_main_pc.jpg) center no-repeat;
  background-size: 100% 100%; }

.visualAccess {
  background: url(../img/company/access/bg_main_pc.jpg) center no-repeat;
  background-size: 100% 100%; }

.visualGreeting {
  background: url(../img/company/greeting/bg_main_pc.jpg) center no-repeat;
  background-size: 100% 100%; }

.visualOutline {
  background: url(../img/company/outline/bg_main_pc.jpg) center no-repeat;
  background-size: 100% 100%; }

.visualManager {
  background: url(../img/company/manager/bg_main_pc.jpg) center no-repeat;
  background-size: 100% 100%; }

@media (max-width: 1099px) {
  .mainvisualCom h2 {
    padding-left: 20px; } }
@media (max-width: 992px) {
  .mainvisualCom {
    min-height: 200px; } }
/*=============================
  Company page 
===============================*/
.companyNavBox {
  max-width: 1032px;
  margin: -27px auto 0; }
  .companyNavBox li {
    width: 33.33333%;
    float: left;
    margin-bottom: 50px;
    padding: 0 16px; }
  .companyNavBox p {
    border-left: 4px solid #d70c19;
    padding-left: 7px;
    font-size: 18px; }
  .companyNavBox a {
    position: relative;
    display: block;
    margin-bottom: 10px; }
    .companyNavBox a span {
      position: absolute;
      display: block;
      background: url(../img/company/bg_hover.png) top left repeat;
      text-align: center;
      font-size: 18px;
      font-weight: bold;
      color: #fff;
      width: 100%;
      height: 100%;
      padding-top: 27%;
      display: none; }
  .companyNavBox a:hover span {
    opacity: 0.9;
    filter: alpha(opacity=50);
    -moz-transition: all 0.26s ease-out;
    -o-transition: all 0.26s ease-out;
    -webkit-transition: all 0.26s ease-out;
    -ms-transition: all 0.26s ease-out;
    display: block; }

.companyNav .itemBox .leftPane {
  width: 50%;
  float: left;
  padding-right: 9px; }
.companyNav .itemBox .rightPane {
  width: 50%;
  float: right;
  padding-left: 9px; }
.companyNav .itemBox .txtTTL {
  display: block;
  margin-top: 14px;
  border-left: 2px solid #d70c19;
  padding-left: 7px; }

a.currentLink {
  color: #999; }

@media (max-width: 767px) {
  .pdLR10{
    padding: 0 3%;
  }
}

/*=============================
  Access page 
===============================*/
.addressBox {
  margin-bottom: 30px; }
  .addressBox .txtAddress th, .addressBox .txtAddress td {
    padding-bottom: 5px; }
  .addressBox .txtAddress br {
    display: none; }
  .addressBox .txtAddress th {
    width: 50px;
    font-weight: normal;}
  @media (max-width: 767px) {
    .addressBox .txtAddress br {
      display: block; } }

.gmapBox {
  margin-bottom: 80px; }
  .gmapBox .gMap {
    height: 580px; }

@media (max-width: 767px) {
  .gmapBox {
    margin-bottom: 40px; }
    .gmapBox .gMap {
      height: 230px; } }
/*=============================
  Greeting page 
===============================*/
.greetingBox1 {
  margin-bottom: 90px; }
  .greetingBox1 .imgBox {
    float: left;
    max-width: 25%;
    margin-right: 4%; }
  .greetingBox1 .txtBox {
    float: left;
    max-width: 71%;
    width: auto;
    font-size: 16px; }
  .greetingBox1 p, .greetingBox1 hr {
    margin-bottom: 40px;
    line-height: 32px; }
  .greetingBox1 h3 {
    font-size: 30px;
    margin:-10px 0 40px 0;
    line-height: 50px; }
    .greetingBox1 h3 span {
      color: #d70c19; }
  .greetingBox1 .txtSign {
    text-align: right; }

@media (max-width: 767px) {
  .greetingBox1 {
    margin-bottom: 45px; }
    .greetingBox1 .imgBox {
      float: left;
      max-width: 125px;
      margin-right: 20px;
      margin-bottom: 20px; }
    .greetingBox1 .txtBox {
      float: none;
      font-size: 12px;
      max-width: 100%; }
    .greetingBox1 p, .greetingBox1 hr {
      font-size: 12px;
      line-height: 24px;
      margin-bottom: 20px; }
    .greetingBox1 h3 {
      font-size: 14px;
      margin-bottom: 20px;
      line-height: 26px; }
    .greetingBox1 .txtSign {
      text-align: right; } }
/*=============================
  Outline page 
===============================*/
.outlineBox {
  margin: -39px auto 120px auto; }
  .outlineBox table {
    font-size: 16px; }
    .outlineBox table tr:nth-child(odd) {
      background: #f2f2f2; }
    .outlineBox table th, .outlineBox table td {
      padding: 18px 22px; }
    .outlineBox table th {
      width: 184px; }
  .outlineBox br {
    display: none; }
  .outlineBox .txt {
    display: inline-block;
    background: url(../img/company/outline/ico_arrow.png) left no-repeat;
    padding-left: 10px;
    color: #d70c19; }

@media (max-width: 767px) {
  .outlineBox {
    margin: 0 auto 60px auto; }
    .outlineBox table {
      font-size: 12px; }
      .outlineBox table th, .outlineBox table td {
        padding: 9px 11px; }
      .outlineBox table th {
        width: 106px; }
    .outlineBox br {
      display: block; }
    .outlineBox .txt {
      background-size: 6px 9px; } }
/*=============================
  Manager page 
===============================*/
.managerBox li {
  margin-bottom: 120px; }
.managerBox .leftPane {
  float: left;
  width: 25%;
  margin-right: 4%; }
  .managerBox .leftPane .imgBox {
    margin-bottom: 10px; }
  .managerBox .leftPane .txtName {
    color: #d70c19; }
  .managerBox .leftPane .txt {
    font-size: 12px;
  }
.managerBox .rightPane {
  float: left;
  width: 71%; 
  }
  .managerBox .rightPane .posBox {
    background: #e6e6e6;
    padding: 15px 20px 20px;
    position: relative;
    margin-bottom: 30px; }
  .managerBox .rightPane .txt1 {
    font-size: 18px;
    margin-bottom: 10px;  
  }
  .managerBox .rightPane h3 {
    font-size: 30px; }
  .managerBox .rightPane h3 em {
    padding-right:20px;
  }
    .managerBox .rightPane h3 span {
      font-size: 18px;
      font-weight: bold;
      display: inline-block;
      color: #b3b3b3;
      letter-spacing: 1px;
      font-family: 'Noto Sans';
 }
  .managerBox .rightPane .btnFacebook {
    display: inline-block;
    position: absolute;
    right: 20px;
    bottom: 12px; }
  .managerBox .rightPane .detailBox {
    border-bottom: 1px solid #808080;
    padding-bottom: 25px;
    margin-bottom: 23px;
    line-height: 26px; }
  .managerBox .rightPane .tblHistory th, .managerBox .rightPane .tblHistory td {
    padding-bottom: 5px;
  }
  .managerBox .rightPane .tblHistory th {
    width: 120px;
    font-weight: normal;
  padding-right:10px;
  }

@media (max-width: 767px) {
  .managerBox {
    font-size: 12px; }
    .managerBox li {
      margin-bottom: 50px; }
    .managerBox .imgMainBox {
      margin-bottom: 15px; }
      .managerBox .imgMainBox th {
        width: 39.0625%;
        padding-right: 11px; }
      .managerBox .imgMainBox td {
        width: 59.21875%;
        background: #e6e6e6;
        vertical-align: top;
        padding: 10px; }
      .managerBox .imgMainBox .txtPos {
        font-size: 11.5px;
        margin-bottom: 5px; }
      .managerBox .imgMainBox h3 {
        font-size: 17.5px; }
      .managerBox .imgMainBox .txtName {
        font-size: 11.5px;
        color: #b3b3b3;
        font-weight: bold;
        margin-bottom: 15px; }
    .managerBox .detailBox {
      border-bottom: 1px solid #808080;
      padding-bottom: 12px;
      margin-bottom: 11px; }
    .managerBox .tblHistory {
      margin-bottom: 10px; }
      .managerBox .tblHistory th {
        width: 100px;
        font-weight: normal; }
    .managerBox .txtInfo {
      font-size: 10px; }
      .managerBox .txtInfo .txtTTL {
        color: #d70c19;
        padding-bottom: 5px; } }
@media (max-width: 340px) {
  .managerBox .imgMainBox td {
    padding: 5px 10px; }
  .managerBox .imgMainBox .txtName {
    margin-bottom: 8px; }
  .managerBox .imgMainBox h3 {
    font-size: 15.5px; } }
/* sftaff */
#staff .mainImg {
  background: url(../img/company/staff/bg_mainImg.jpg);
  background-size: 100% 100%; }

@media (max-width: 767px) {
  #staff .mainImg {
    background: url(../img/company/staff/bg_mainImgsp.jpg);
    background-size: 100% 140px; } }
.staffWrap {
  max-width: 1000px;
  margin: auto;
  padding: 10px; }

.ul_staff01 {
  text-align: center; }
  .ul_staff01 li {
    width: 317px;
    display: inline-block;
    background-color: #E6E6E6;
    background-repeat: no-repeat;
    background-position: right;
    margin: 3px; }
    .ul_staff01 li:hover {
      opacity: 0.5;
      cursor: pointer; }
    .ul_staff01 li .posStaff {
      color: #D70C19;
      font-size: 12px; }
    .ul_staff01 li h3 {
      font-size: 18px;
      padding: 5px 0;
    font-family:Roboto;
    
    }
    .ul_staff01 li .noteStaff {
      font-size: 10px; }
  .ul_staff01 .liin {
    height: 89px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
    text-align: left; }
  .ul_staff01 .li01 {
    background-image: url(../img/company/staff/thum_staff01.jpg); }
  .ul_staff01 .li02 {
    background-image: url(../img/company/staff/thum_staff02.jpg); }
  .ul_staff01 .li03 {
    background-image: url(../img/company/staff/thum_staff03.jpg); }
  .ul_staff01 .li04 {
    background-image: url(../img/company/staff/thum_staff04.jpg); }
  .ul_staff01 .li05 {
    background-image: url(../img/company/staff/thum_staff05.jpg); }

.ul_staff02 {
  margin-top: 118px; }
  .ul_staff02 > li {
    margin-top: 80px; }
    .ul_staff02 > li .hStaff {
      height: 295px; }
    .ul_staff02 > li .staff01 {
      background: #E6E6E6 url(../img/company/staff/bg_staff01.jpg) no-repeat left top; }
    .ul_staff02 > li .staff02 {
      background: #E6E6E6 url(../img/company/staff/bg_staff02.jpg) no-repeat left top; }
    .ul_staff02 > li .staff03 {
      background: #E6E6E6 url(../img/company/staff/bg_staff03.jpg) no-repeat left top; }
    .ul_staff02 > li .staff04 {
      background: #E6E6E6 url(../img/company/staff/bg_staff04.jpg) no-repeat left top; }
    .ul_staff02 > li .staff05 {
      background: #E6E6E6 url(../img/company/staff/bg_staff05.jpg) no-repeat left top; }
    .ul_staff02 > li .staffDes {
      width: 50%;
      float: right;
      margin-right: 3%; }
      .ul_staff02 > li .staffDes h4 {
        color: #D70C19;
        font-size: 13px;
        font-weight: bold;
        margin-top: 55px; }
      .ul_staff02 > li .staffDes h3 {
        font-size: 20px;
        font-weight: bold;
        border-bottom: #D70C19 dotted 1px;
        padding-bottom: 20px;
        margin: 10px 0 20px;
    font-family:Roboto; 
    }
        .ul_staff02 > li .staffDes h3 span {
          font-size: 12px;
          font-weight: normal; }
      .ul_staff02 > li .staffDes .des {
        font-size: 22px; }
  .ul_staff02 .gotop {
    text-align: right; }

@media (min-width: 768px) and (max-width: 1320px) {
  .ul_staff02 > li .staffDes .des {
    font-size: 18px; } }
.ul_stafffaq li {
  margin: 34px 0; }
  .ul_stafffaq li .ques {
    background: url(../img/company/staff/ico_q.png) no-repeat left top;
    background-size: 34px 34px;
    min-height: 36px;
    padding-left: 50px;
    font-size: 18px;
    color: #D70C19;
    line-height: 36px;
    margin-bottom: 25px; }
  .ul_stafffaq li .answer {
    background: url(../img/company/staff/ico_a.png) no-repeat left top;
    background-size: 34px 34px;
    padding-left: 50px;
    font-size: 16px; }
  .ul_stafffaq li .img {
    width: 40%; }
  .ul_stafffaq li .content {
    width: 57%;
    float: right; }

.staffbt {
  margin: 100px 0 40px; }

@media (max-width: 767px) {
  .staffWrap {
    padding: 10px; }
    .staffWrap .ul_staff01 li {
      width: 100%;
      background-size: 11px 11px;
      background-position: 98% center;
      margin: 3px 0;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px; }
      .staffWrap .ul_staff01 li:nth-child(even) {
        background-color: #EFEFEF; }
      .staffWrap .ul_staff01 li .noteStaff {
        display: none; }
      .staffWrap .ul_staff01 li .posStaff {
        font-size: 9px;
        font-weight: bold;
        display: inline-block;
        width: 35%; }
      .staffWrap .ul_staff01 li h3 {
        font-size: 14px;
        font-weight: bold;
        display: inline-block; }
    .staffWrap .liin {
      padding: 5px 10px;
      display: block;
      height: auto; }
    .staffWrap .li01, .staffWrap .li02, .staffWrap .li03, .staffWrap .li04, .staffWrap .li05 {
      background-image: url(../img/company/staff/ico_01.png); }

  .ul_staff02 {
    margin-top: 25px; }
    .ul_staff02 > li {
      margin-top: 40px; }
      .ul_staff02 > li .hStaff {
        height: auto; }
      .ul_staff02 > li .staff01, .ul_staff02 > li .staff02, .ul_staff02 > li .staff03, .ul_staff02 > li .staff04, .ul_staff02 > li .staff05 {
        background-size: auto 148px; }
      .ul_staff02 > li .staffDes {
        width: auto;
        float: none;
        padding: 148px 0 0 0; }
        .ul_staff02 > li .staffDes h4 {
          font-size: 9px;
          margin-top: 15px;
          padding: 0 10px; }
        .ul_staff02 > li .staffDes h3 {
          font-size: 14px;
          padding: 0 10px 10px;
          margin-bottom: 10px; }
          .ul_staff02 > li .staffDes h3 span {
            font-size: 8px; }
        .ul_staff02 > li .staffDes .des {
          font-size: 13px;
          padding: 0 10px 10px; }

  .ul_stafffaq li .ques {
    font-size: 14px;
    line-height: 26px; }
  .ul_stafffaq li .answer {
    font-size: 12px; }
  .ul_stafffaq li p {
    margin-top: 25px; }
  .ul_stafffaq li .content {
    float: none;
    width: auto; } }

/*# sourceMappingURL=company.css.map */
