@charset "utf-8";
/* ============================================================
   company
=============================================================== */
.company {}
/* ============================================================
   mainarea
=============================================================== */
/* ============================================================
   mainarea
=============================================================== */
#mainarea {}
#mainarea .mainareabg {
  height: 180px;
  background: url("../images/bg_linemain01.png") no-repeat left top, var(--skyblue);
  background-size: cover;
}
#mainarea .mainareabg .inner {
  position: relative;
  padding: 0 0 0 0;
  color: #FFFFFF;
}
#mainarea .mainareabg .breadcrumbs {
  color: #FFFFFF;
}
#mainarea .mainareabg .breadcrumbs a {
  color: #FFFFFF;
}
#mainarea .mainareabg .inner .catchBox {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 135px;
}
#mainarea .mainareabg .inner .txt01 {
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}
#mainarea .mainareabg .inner .txt02 {
  font-size: 4.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #mainarea .mainareabg .inner .txt02 {
    font-size: 3.0rem;
    font-weight: 700;
  }
}
/* ----------------------------------------------
   companyTable
------------------------------------------------- */
.inner02 {
  padding: 0 0 100px 0;
}
@media screen and (max-width: 767px) {
  .inner02 {
    padding: 0 0 50px 0;
  }
}
/* ----------------------------------------------
   companyTable
------------------------------------------------- */
#companyTable {
  padding: 20px 0 0 0;
}
@media screen and (max-width: 767px) {}
/* ----------------------------------------------
table
------------------------------------------------- */
#companyTable table {
  width: 100%;
  background: var(--white);
  border: 0;
  margin-bottom: 30px;
}
#companyTable table tr {
  background: var(--white);
  border: 0;
}
#companyTable table th {
  background: var(--white);
  width: 200px;
  padding: 15px 0;
  border: 0;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px #dadada solid;
}
#companyTable table th span {
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
}
#companyTable table th span:before {
  content: url(../images/ico_circle01.png);
  display: block;
  padding-right: 12px;
  padding-top: 1px
}
#companyTable table td {
  background: var(--white);
  font-size: 1.4rem;
  padding: 15px 0;
  border: 0;
  vertical-align: middle;
  border-bottom: 1px #dadada solid;
}
.groundRuleTitle {
  font-size: 2.0rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.item {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 15px 0;
}

.item-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 15px 0;
}
.tb-title{
  font-weight: 700;
}
.div-title{
  font-weight: 700;
    padding-bottom: 5px;
    border-left: 2px #000 solid;
    padding: 5px 0 5px 15px;
    margin-bottom: 10px;
}




@media screen and (max-width: 767px) {
  #companyTable table {
    width: 100%;
    margin-bottom: 30px;
  }
  #companyTable table tr {
    display: flex;
    flex-wrap: wrap;
  }
  #companyTable table th {
    width: 100% !important;
  }
  #companyTable table td {
    width: 100% !important;
    padding: 8px 0 16px 0;
  }
}
/* ----------------------------------------------
location
------------------------------------------------- */
.location {
  display: flex;
  margin-bottom: 40px;
}
.location .img {
  margin-right: 20px;
}
.location .txts {}
.location .txts .name {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.location .txts .add {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 10px;
}
.location .txts .link {}
.location .txts .link a {
  width: 187px;
  height: 40px;
  color: var(--skyblue);
  border: 1px var(--skyblue) solid;
  border-radius: 20px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.location .txts .link a:hover {
  background: var(--skyblue);
  color: #FFFFFF;
}
/* ----------------------------------------------
conpanyBtn
------------------------------------------------- */
.conpanyBtn {}
.conpanyBtn.btn01 a {
  width: 510px;
  background: url("../images/ico_arrow03.png") no-repeat 94% center, var(--black);
  margin: 45px auto 95px auto;
}
@media screen and (max-width: 1586px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 767px) {
  .conpanyBtn.btn01 a {
    width: 100%;
    height: 50px;
    font-size: 1.4rem;
  }
}
/* ----------------------------------------------
.personalInfo
------------------------------------------------- */
.personalInfo table th{
    padding: 15px !important;
    width: auto !important;
}
.personalInfo table td{
    padding: 15px !important;
}
.personalInfo .v-title{
    background:#d0eff5 !important;
    width: 200px;
}
.personalInfo .tb-title th{
    background:#d0eff5 !important;
}
.personalInfo .tb-detail th{
    background:#d0eff5 !important;
}
.personalInfo .w200{
    width: 200px !important;
}

@media screen and (max-width: 767px) {
.personalInfo .w200{
    width: 100%;
}
}
