@charset "utf-8";
/* ============================================================
   company
=============================================================== */
.news {}
/* ============================================================
   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;
  }
}
/* ============================================================*/
/* ============================================================
 news
=============================================================== */
/* ============================================================ */
#news {
  padding: 95px 0 117px 0;
}
#news .h2txt {
  margin-bottom: 32px;
}
@media screen and (max-width: 1586px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 767px) {
  #news {
    padding: 60px 0;
  }
  #news .h2txt {
    margin-bottom: 32px;
  }
}
/* ----------------------------------------------
newslist
---------------------------------------------- */
#news .newslist {
  margin-bottom: 60px;
}
#news.newslist ul {}
.newslist ul li {
  display: flex;
  border-bottom: 1px #dadada solid;
  padding: 15px 0;
}
#news .newslist ul li .date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #14b1cf;
  width: 112px;
  font-size: 1.4rem;
  flex-shrink: 0;
}
#news .newslist ul li .ttl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.6rem;
}
#news .newslist ul li .ttl a {
  display: block;
  color: var(--black);
}
#news .newslist ul li .ttl a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1586px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 767px) {
  #news .newslist {
    margin-bottom: 40px;
  }
  #news .newslist ul {}
  #news.newslist ul li {
    padding: 15px 0;
    flex-wrap: wrap;
  }
  #news .newslist ul li .date {
    width: 30%;
    font-size: 1.4rem;
    margin-bottom: 10px;
    flex-shrink: 0;
  }
  #news .newslist ul li .ttl {
    font-size: 1.6rem;
  }
}
/* ----------------------------------------------
btn
---------------------------------------------- */
#news .btn01 a {
  width: 510px;
  background: url("../images/ico_arrow03.png") no-repeat 94% center, var(--black);
  margin: 0 auto;
}
@media screen and (max-width: 1586px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 767px) {
  #news .btn01 a {
    width: 80%;
    height: 50px;
    border-radius: 25px;
    background: url("../images/ico_arrow03.png") no-repeat 94% center, var(--black);
    font-size: 1.6rem;
    margin: 0 auto;
  }
}
/* ----------------------------------------------
entry
---------------------------------------------- */
#news .c_d {
  padding: 20px 0 10px 0;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px rgba(172, 172, 172, 1.00) solid;
}
#news .c_d .cat {
  padding: 5px 15px;
    text-align: center;
    color: #FFF;
    border-radius: 17px;
  font-size: 1.4rem;
}
#news .c_d .wincaudition {
background:#f04646; 
}
#news .c_d .maintenance {
background: #ffc014;
}
#news .c_d .notice {
background: #15b1ce;
}
#news .c_d .date {
  padding: 5px 0;
  font-size: 1.4rem;
}
@media screen and (max-width: 1586px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 767px) {}
/* ----------------------------------------------
entry
---------------------------------------------- */
#news .entry {
  padding: 20px 0 80px 0;
}
@media screen and (max-width: 1586px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 767px) {}
/* ----------------------------------------------
   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%;
  }
}