@charset "UTF-8";
body {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: white;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #333333;
}

h1,
h2,
h3,
h4,
p {
  font-family: "MS PGothic", sans-serif !important;
}

html {
  padding: 0;
  width: 100% !important;
  margin: 0 !important;
  height: 100% !important;
}

html::-webkit-scrollbar {
  display: none;
}

style {
  margin: 0 !important;
}

a {
  display: block;
  color: #333333;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
}

* {
  background-repeat: no-repeat;
  box-sizing: border-box;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

ul {
  padding-left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

input,
textarea {
  border: 0;
}

/**********************************
header
***********************************/
.header {
  background: #eff6fc;
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
}

.blue {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  line-height: 140%;
  align-items: center;
}
.blue .logo {
  width: 400px;
  padding: 10px;
}
.blue .info {
  width: 300px;
}
.blue .tel span {
  font-weight: 800;
  font-size: 25px;
}
.blue .contact {
  width: 250px;
}
.blue .contact a {
  background: #004da1;
  padding: 10px 20px;
  border-radius: 10px;
  color: white;
  text-align: center;
  display: inline;
  font-weight: 600;
  font-size: 15px;
}

header nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
header nav li {
  list-style: none;
}
header nav a {
  padding: 10px 30px;
  border: solid 1px #808080;
  border-left: 0;
}
header nav a:nth-child(1) {
  border-left: solid 1px #808080;
}

/**********************************
sns
***********************************/
.sns-link {
  text-align: center;
}
.sns-link h2 {
  margin-bottom: 10px;
  line-height: 100%;
}
.sns-link .title {
  text-align: center;
  font-family: "MS PGothic", sans-serif !important;
}
.sns-link ul {
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 10px;
  margin-top: 30px;
}
.sns-link ul li {
  width: 50px;
}

.blog-links {
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 100px;
  max-width: 90%;
}
.blog-links .blog-flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
.blog-links .blog-flex a {
  width: 500px;
  max-width: 90%;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

/**************************************
footer
***************************************/
footer {
  background: #f4fafe;
  padding: 50px 0 20px 0;
}
footer p {
  margin: 50px 0 0 0;
  text-align: center;
}

.footer nav {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  flex-wrap: wrap;
}
.footer nav li {
  padding: 10px 30px;
}

.emergency {
  width: 800px;
  max-width: 90%;
  margin: 0 auto;
  line-height: 170%;
  margin: 0px auto;
  margin-top: 50px;
  font-size: 18px;
}
.emergency table {
  border-collapse: collapse;
  width: 100%;
}
.emergency table th {
  background: #004da1;
  color: white;
  width: 150px;
}
.emergency table th,
.emergency table td {
  padding: 5px 20px;
  border: solid 1px #666666;
}

/**************************************
レスポンシブ
***************************************/
.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 1200px) {
  .blue .info {
    display: none;
  }
  .blue .contact {
    display: none;
  }
  header nav {
    display: none;
  }
  .blue .logo {
    width: 250px;
  }
}
@media (max-width: 700px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .emergency {
    width: 800px;
    max-width: 90%;
    margin: 0 auto;
    line-height: 170%;
    margin: 0px auto;
    margin-top: 50px;
    font-size: 16px;
  }
  .emergency table {
    border-collapse: collapse;
    width: 100%;
  }
  .emergency table th {
    background: #004da1;
    color: white;
    width: 100px;
  }
  .emergency table th,
  .emergency table td {
    padding: 5px 10px;
    border: solid 1px #666666;
  }
  footer p {
    margin-bottom: 50px;
  }
}
@media (max-width: 500px) {
  .sns-link ul {
    flex-direction: column;
    justify-content: center;
  }
  .sns-link ul li {
    margin: 0 auto;
  }
}/*# sourceMappingURL=index.css.map */