@charset "utf-8";
/* ----------------------------------------
information
------------------------------------------- */
#information table{
width: 100%;
}
#information table th{
width: 150px;
}
#information table th,#information table td{
font-weight: 400;
text-align: left;
vertical-align: top;
border-bottom: 1px solid #bfbfbf;
padding: 15px 0;
}
#information table tr:last-child th,#information table tr:last-child td{
border-bottom: none;
}
/* ----------------------------------------
greeting
------------------------------------------- */
#greeting .name{
text-align: right;
}
#greeting .name strong{
font-size: 120%;
}
/* ----------------------------------------
access
------------------------------------------- */
#access-box ul li {
  position: relative;
  border-bottom: 2px dotted #bfbfbf;
  padding: 0 0 1em 70px;
  margin-bottom: 1em;
}
#access-box ul li:last-child {
  border-bottom: none;
  padding: 0 0 0 70px;
  margin-bottom: 0;
}
#access-box ul li::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 50px;
  top: 0;
  left: 0;
  font-family: 'Font Awesome 6 Free';
  font-size: 3rem;
  text-align: center;
}
#access-box ul li:nth-child(1)::before {
  color: #1eae36;
  content: "\f554";
}
#access-box ul li:nth-child(2)::before {
  color: #825b50;
  content: "\f207";
}
#access-box ul li:nth-child(3)::before {
  color: #e3a749;
  content: "\f1b9";
}

/* =======================
  PC
======================== */
@media screen and (min-width: 1350px) {}
/* =======================
  TABLET
======================== */
@media screen and (max-width:1349px) {}
/* =======================
  SP
======================== */
@media screen and (max-width: 799px) {
  /* ----------------------------------------
 
------------------------------------------- */
.ability-list li h3{
font-size: 1.8rem;
}

}