p {
  font-size: 12px;
}
.contents h2::first-letter {
  border-left: none;
}
.c3 h2,
.main h2 {
  background: #fff;
  color: #4169e1;
  font-weight: bold;
  text-align: center;
}
.ta1 th.tamidashi,
.ta2 th.tamidashi {
  background: #0157d1;
  font-weight: bold;
  color: #fff;
  font-family: serif;
  font-weight: bold;
}
.contact-section {
  margin: 12px 0;
}
p.greeting {
  display: none;
}
.c > input {
  background: #4169e1;
  color: #fff;
  min-height: 24px;
  font-size: 12px;
  font-weight: bold;
}
.ta1 th {
  background: #4169e1;
  color: #fff;
  font-weight: bold;
}
.contents h2 + p {
  margin: 0;
  font-size: 13px;
}
table.ta1 {
  margin-top: 12px;
}
.concept {
  background: #d5d5d5;
  text-align: center;
}
.c3 .list a::before {
  display: none;
}
h2.greetingmain + img {
  text-align: center;
  /* width: 60%; */
  margin: auto;
  display: block;
}
@media only screen and (max-width: 480px) {
  .list img {
    width: 100%;
  }
  div.list {
    padding-bottom: 50px !important;
  }

  .list ol {
    min-height: 100px;
  }
  .c3 .list a::before {
    font-weight: bold;
    width: calc(100% - 20px);
    border-radius: 10px;
    display: block;
    margin-top: 20px;
    position: absolute;
    background: #4169e1;
    bottom: 20px;
    justify-content: center;
  }
  .footerinfo {
    padding: 20px;
    font-family: serif;
  }
  .message h1,
  .message2 h1 {
    font-size: 24px;
  }
  .contents h2 + p {
    margin: 0;
    font-size: 16px;
  }
  ol.contactflow > li {
    border-bottom: solid 3px #00aff2;
  }
  ol.contactflow {
    margin-bottom: 15px;
    font-size: 16px;
  }
  div#first figure > img,
  div#second figure > img,
  div#third figure > img {
    width: 100%;
    display: block;
    height: auto;
    float: none;
    text-align: center;
    margin: 0;
  }
  .contents h2,
  .contents h3,
  .contents h4 {
    font-size: 200% !important;
  }
  a.btn--yellow {
    padding: 0px 16px;
  }
  .contact-boxes p,
  .contact-boxes h3 {
    font-size: 20px !important;
  }
  .ta1 th {
    width: 100%;
    display: block;
  }
  td {
    display: block;
  }
  tr,
  th,
  td {
    box-sizing: border-box;
  }
  input[type="text"],
  input[type="textarea"] {
    border: solid 1px #ccc;
  }
  .wl {
    width: 98%;
  }
}
