@charset "utf-8";
/* ----------------------------------------
 access
------------------------------------------- */
#access h2{
  width: 60%;
}
#access .float-l{
  width: 50%;
  box-sizing: border-box;
  padding-left: 15px;
}
#access .float-r{
  width: 45%;
  padding-top: 30px;
}
#access table{
  width: 100%;
}
#access table th{
  width: 20%;
}
#access table th,#access table td{
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
}
#access table tr:last-child th,#access table tr:last-child td{
  border-bottom: none;
}
#access table td i{
  font-size: 80%;
  font-style: normal;
  line-height: 1.2;
}
/* ----------------------------------------
 info
------------------------------------------- */
#info p{
  margin-bottom: 30px;
  padding-left: 15px;
}
#info .box{
  overflow: hidden;
  width: 100%;
  max-width: 600px;
  box-sizing: border-box;
  border-radius: 20px;
  background-color: #ecdada;
  padding: 20px 30px;
  margin-bottom: 30px;
  margin-left: 15px;
}
#info .box .float-l{
  width: 20%;
}
#info .box .float-r{
  width: 77%;
}
#info .box .float-r p{
  color: #533c3b;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0;
}

/* =======================
  PC
======================== */
@media screen and (min-width: 1200px) {
}
/* =======================
  TABLET
======================== */
@media screen and (max-width:1199px) {
}
/* =======================
  SP
======================== */
@media screen and (max-width: 799px) {
/* ----------------------------------------
 access
------------------------------------------- */
#access h2{
  width: 100%;
}
#access .float-l{
  float: none;
  width: 100%;
  box-sizing: border-box;
  padding-left: 5px;
  margin-bottom: 30px;
}
#access .float-r{
  float: none;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding-top: 0;
}
#access table{
  width: 100%;
}
#access table th{
  width: 20%;
}
#access table th,#access table td{
  font-size: 1.3rem;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}
#access table tr:last-child th,#access table tr:last-child td{
  border-bottom: none;
}

/* ----------------------------------------
 info
------------------------------------------- */
#info p{
  margin-bottom: 20px;
  padding-left: 5px;
}
#info .box{
  border-radius: 20px;
  padding: 15px 20px;
  margin-bottom: 30px;
  margin-left: 5px;
}
#info .box .float-l{
  width: 20%;
}
#info .box .float-r{
  width: 77%;
}
#info .box .float-r p{
  font-size: 1.3rem;
}

}