@charset "utf-8";
/* ----------------------------------------
 about
------------------------------------------- */
#info .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#info .box .box01 {
  width: 40%;
}
#info .box .box02 {
  width: 55%;
}
#info table {
  width: 100%;
}
#info table th, #info table td {
  vertical-align: top;
  padding: 15px 10px;
}
#info table th {
  color: #000;
  width: 25%;
  border-bottom: 2px solid #69cb2d;
  font-weight: 500;
  text-align: center;
}
#info table td {
  border-bottom: 1px solid #ccc;
}
#profile .box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
}
#profile .box .box01 {
  width: 30%;
}
#profile .box .box02 {
  width: 65%;
}
#access .gmap {
  margin-bottom: 30px;
}
#access ul li {
  border: 1px solid #e2e2e2;
  background: linear-gradient(#ffffff, #f2f2f1);
  border-radius: 30px;
  padding: 30px;
  margin-bottom: 15px;
}
#access ul li:last-child {
  margin-bottom: 0;
}
#access ul li h3 {
  position: relative;
  padding-left: 34px;
  margin-bottom: 10px;
}
#access ul li:nth-child(1) h3::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 26px;
  height: 23px;
  background: url("../images/cmn-images/icon-access01.png") 0 50%;
  background-size: 100% auto;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
#access ul li:nth-child(2) h3::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 26px;
  height: 26px;
  background: url("../images/cmn-images/icon-access02.png") 0 50%;
  background-size: 100% auto;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
#access ul li:nth-child(3) h3::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 26px;
  height: 26px;
  background: url("../images/cmn-images/icon-access03.png") 0 50%;
  background-size: 100% auto;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
/* =======================
  PC
======================== */
@media screen and (min-width: 1350px) {}
/* =======================
  TABLET
======================== */
@media screen and (max-width:1349px) {
  /* ----------------------------------------

------------------------------------------- */
}
/* =======================
  SP
======================== */
@media screen and (max-width: 799px) {
  /* ----------------------------------------
 about
------------------------------------------- */
  #info .box .box01 {
    width: 100%;
    margin-bottom: 30px;
  }
  #info .box .box02 {
    width: 100%;
  }
  #profile .box .box01 {
    width: 100%;
    margin-bottom: 30px;
  }
  #profile .box .box02 {
    width: 100%;
  }
}