@charset "utf-8";
/* default PC */

#contents .entry-area p {
  text-align: center;
  font-weight: 500;
}

#contents .entry-area {
  background-color: #FDF4EA;
  margin: 0 auto 50px;
  max-width: 850px;
  padding: 25px 15px 15px 15px;
  width: 100%;
}

table.table-01 {
  margin: auto;
  max-width: 850px;
  width: 100%;
}

table.table-01 tr:first-child {
  border-top: none;
}

.table-01 th,
.table-01 td {
  border: none;
}

.table-01 th {
  background-color: #FFF0;
}

#contents .entry-area p.tel-txt {
  font-size: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-align: center;
}

#contents .entry-area p.tel-txt a {
  color: #EE7C0A;
  position: relative;
}

#contents .entry-area p.tel-txt a:before {
  position: absolute;
  content: "";
  background-image: url(../image/base/ico_tel_orange.svg);
  width: 21px;
  height: 21px;
  left: -30px;
  top: 9px;
}

#contents .table-01 th p {
  font-weight: 600;
}

/* view-1140 notePC,Tablet */
@media screen and (max-width: 1140px) {}

/* view-959 Mobile,Tablet */
@media screen and (max-width: 959px) {
  .table-01 tr:first-child th {
    border-top: 1px solid #D4D4D4;
  }

  .table-01 td {
    padding: 0 0 10px 0;
  }

  .table-01 th {
    padding: 10px 0 0 0;
  }
}

/* view-559 Mobile */
@media screen and (max-width: 559px) {
  form table input {
    width: 100%;
  }
}

@media screen and (max-width: 429px) {
  #contents .entry-area p {
    text-align: left;
  }

  #contents .entry-area p br {
    display: none;
  }
}