body, * {
  box-sizing: border-box !important; }

body {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #173260; }

.container {
  width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .container {
      width: 80%; } }

@media screen and (max-width: 767px) {
  .sp-flex {
    display: flex; } }

header {
  padding-top: 80px;
  padding-bottom: 80px; }

.logo {
  text-align: center; }
  @media screen and (max-width: 767px) {
    .logo img {
      width: 250px; } }

section {
  margin-bottom: 100px; }

.head-contents {
  background: #8fd5ff;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 100px; }

.catchphrase {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  color: #173260; }
  @media screen and (max-width: 767px) {
    .catchphrase {
      font-size: 20px;
      line-height: 1.6; } }

.heading-01 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px; }

.heading-02 {
  font-size: 16px;
  font-weight: 500; }

.question div {
  margin-bottom: 20px; }
.question dt {
  border: 1px solid #173260;
  padding: 10px;
  margin-bottom: 10px; }

footer {
  background-color: #173260;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center; }
  footer h2 {
    color: #fff;
    margin-bottom: 10px; }
  footer p {
    color: #fff; }

.flow-list li {
  margin-bottom: 30px; }

/*# sourceMappingURL=style.css.map */
