/* line 3, sass/page-company.scss */
h2.entry-title {
  display: none;
}

/* line 8, sass/page-company.scss */
.right .entry-content {
  background-color: #f5f5f5;
}

/* line 11, sass/page-company.scss */
.right .entry-content .title {
  padding: 15px 20px;
}

/* line 15, sass/page-company.scss */
.right .entry-content .message-box {
  padding: 50px;
  line-height: 36px;
  background: #fff;
  font-size: 16px;
  margin-bottom: 50px;
}

/* line 23, sass/page-company.scss */
.right .entry-content .bl_text_img {
  display: flex;
  justify-content: space-between;
}

/* line 27, sass/page-company.scss */
.right .entry-content .bl_text_img .bl_text {
  width: calc(100% - 230px);
}

/* line 30, sass/page-company.scss */
.right .entry-content .bl_text_img .bl_text .president-name {
  display: block;
  margin-bottom: 0;
}

/* line 36, sass/page-company.scss */
.right .entry-content .bl_text_img img {
  width: 210px;
}

/* line 44, sass/page-company.scss */
.right .entry-content table.company {
  font-size: 14px !important;
}

/* line 47, sass/page-company.scss */
.right .entry-content table.company th {
  padding-left: 20px;
  width: 215px;
}

/* line 51, sass/page-company.scss */
.right .entry-content table.company th span:nth-child(2) {
  text-align: right;
  display: inline-block;
  width: 80px;
}

/* line 58, sass/page-company.scss */
.right .entry-content table.company td {
  border: #fff 1px solid;
  padding: 6px 10px;
}

/* line 67, sass/page-company.scss */
.right .entry-content table.company tr:nth-child(2n+1) td {
  border: #f5f5f5 1px solid;
  padding: 6px 10px;
}

/* line 74, sass/page-company.scss */
.right .entry-content table.company tr:nth-child(2n) {
  background-color: #fff;
}

/* line 77, sass/page-company.scss */
.right .entry-content table.company tr:nth-child(2n) td {
  border: #fff 1px solid;
  padding: 6px 10px;
}

/* line 88, sass/page-company.scss */
.right .entry-content .el_address_list dt, .right .entry-content .el_address_list dd {
  line-height: 1.7;
}

/* line 92, sass/page-company.scss */
.right .entry-content .el_address_list dt {
  font-weight: bold;
}

/* line 96, sass/page-company.scss */
.right .entry-content .el_address_list dd {
  margin-bottom: 20px;
}

/* line 102, sass/page-company.scss */
.right .entry-content #map-canvas1 {
  width: 100%;
  height: 370px;
}

/* line 107, sass/page-company.scss */
.right .entry-content #map-canvas2,
.right .entry-content #map-canvas3 {
  width: 100%;
  height: 480px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  /* line 120, sass/page-company.scss */
  .right .entry-content .message-box {
    padding: 25px;
  }
  /* line 124, sass/page-company.scss */
  .right .entry-content .bl_text_img {
    display: block;
  }
  /* line 127, sass/page-company.scss */
  .right .entry-content .bl_text_img .bl_text {
    width: 100%;
  }
  /* line 130, sass/page-company.scss */
  .right .entry-content .bl_text_img img {
    margin: 30px auto 0;
  }
}

@media all and (max-width: 600px) {
  /* line 141, sass/page-company.scss */
  .entry-content table.profile th, .entry-content table.profile td {
    display: block;
    width: 100% !important;
  }
  /* line 146, sass/page-company.scss */
  .entry-content table.profile th {
    background-color: #f5f5f5;
    padding-left: 10px !important;
  }
  /* line 151, sass/page-company.scss */
  .entry-content table.profile td {
    background-color: #FFF;
    padding-left: 10px !important;
  }
}

@media screen and (max-width: 420px) {
  /* line 161, sass/page-company.scss */
  .president-name {
    float: none;
  }
  /* line 164, sass/page-company.scss */
  .jigyou {
    width: 100%;
    height: fit-content;
    margin: 0 auto;
    clear: both;
    padding-bottom: 10px;
  }
  /* line 171, sass/page-company.scss */
  .message-box, .jigyou-box {
    padding: 30px;
  }
  /* line 175, sass/page-company.scss */
  .president-name {
    padding-top: 50px;
  }
  /* line 179, sass/page-company.scss */
  .corporate-box {
    padding: 10px;
  }
  /* line 183, sass/page-company.scss */
  .list-title {
    display: block;
    color: #eb610e;
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 13px;
    height: 93px;
    line-height: 93px;
  }
  /* line 192, sass/page-company.scss */
  .jigyou-list-txt {
    display: block;
    line-height: 24px;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  /* line 198, sass/page-company.scss */
  .jigyou-list-txt:after {
    content: "";
    height: 1px;
    display: block;
    clear: both;
  }
  /* line 205, sass/page-company.scss */
  table.company th {
    padding-left: 10px;
    width: 120px;
    padding-top: 6px;
    vertical-align: top;
  }
  /* line 211, sass/page-company.scss */
  table.company th span:nth-child(2) {
    text-align: right;
    display: inline-block;
    width: auto;
  }
  /* line 216, sass/page-company.scss */
  table.company tr {
    vertical-align: top;
  }
}
