/* 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;
  padding-bottom: 100px;
}

/* line 24, sass/page-company.scss */
.right .entry-content .president-name {
  float: right;
  display: block;
  padding-top: 100px;
}

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

/* line 38, sass/page-company.scss */
.right .entry-content .jigyou {
  width: 90%;
  height: 150px;
  margin: 0 auto;
}

/* line 45, sass/page-company.scss */
.right .entry-content .jigyou-list {
  display: block;
  border-radius: 5px;
  background: #eb610e;
  width: 93px;
  height: 93px;
  float: left;
  margin-right: 30px;
}

/* line 54, sass/page-company.scss */
.right .entry-content .jigyoulist2 {
  display: block;
  border-radius: 5px;
  background: #eb610e;
  width: 80%;
  clear: both;
}

/* line 63, sass/page-company.scss */
.right .entry-content .jigyou-txt {
  padding-bottom: 50px;
}

/* line 67, sass/page-company.scss */
.right .entry-content span.jigyou-list img {
  padding: 0;
  margin: 0 auto;
  padding-top: 17px;
}

/* line 73, sass/page-company.scss */
.right .entry-content .list-title {
  display: block;
  color: #eb610e;
  font-size: 25px;
  font-weight: bold;
  padding-bottom: 13px;
}

/* line 81, sass/page-company.scss */
.right .entry-content .jigyou-list-txt {
  display: block;
  line-height: 24px;
}

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

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

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

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

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

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

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

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

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

/* line 129, sass/page-company.scss */
.right .entry-content .corporate-box {
  margin-bottom: 0;
}

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

/* line 135, sass/page-company.scss */
.right .entry-content table.profile th {
  padding-left: 20px;
  text-align: left;
  font-weight: normal;
  width: 215px;
  border-bottom: #f5f5f5 1px solid;
  border-right: 0;
  border-left: 0;
  border-top: 0;
}

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

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

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

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

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

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

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

@media screen and (max-width: 420px) {
  /* line 185, sass/page-company.scss */
  .right .entry-content .president-name {
    float: none;
  }
  /* line 188, sass/page-company.scss */
  .right .entry-content .jigyou {
    width: 100%;
    height: fit-content;
    margin: 0 auto;
    clear: both;
    padding-bottom: 10px;
  }
  /* line 195, sass/page-company.scss */
  .right .entry-content .message-box, .right .entry-content .jigyou-box {
    padding: 30px;
  }
  /* line 199, sass/page-company.scss */
  .right .entry-content .president-name {
    padding-top: 50px;
  }
  /* line 203, sass/page-company.scss */
  .right .entry-content .enkaku-box, .right .entry-content .corporate-box {
    padding: 10px;
  }
  /* line 207, sass/page-company.scss */
  .right .entry-content .list-title {
    display: block;
    color: #eb610e;
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 13px;
    height: 93px;
    line-height: 93px;
  }
  /* line 216, sass/page-company.scss */
  .right .entry-content .jigyou-list-txt {
    display: block;
    line-height: 24px;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  /* line 222, sass/page-company.scss */
  .right .entry-content .jigyou-list-txt:after {
    content: "";
    height: 1px;
    display: block;
    clear: both;
  }
  /* line 229, sass/page-company.scss */
  .right .entry-content table.company th {
    padding-left: 10px;
    width: 120px;
    padding-top: 6px;
    vertical-align: top;
  }
  /* line 235, sass/page-company.scss */
  .right .entry-content table.company th span:nth-child(2) {
    text-align: right;
    display: inline-block;
    width: auto;
  }
  /* line 240, sass/page-company.scss */
  .right .entry-content table.company tr {
    vertical-align: top;
  }
}

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