@charset "UTF-8";
.p-small {
  font-size: small;
  line-height: 150%;
}

p {
  line-height: 150%;
}

.font-red {
  color: #bb5730;
}

.kizi h1 {
  padding-top: 50px;
  padding-bottom: 0.5em;
  font-size: 1.4em;
  font-weight: 100;
  color: #7a7a7b;
  text-align: center;
}

.kizi_henkei h1 {
  padding-top: 0.5em;
  padding-bottom: 0.8em;
  font-size: 1.4em;
  font-weight: bold;
}

.kizi_henkei h1 span {
  font-size: 1em;
}

.kizi_henkei h2 {
  line-height: 2em;
  font-size: 1em;
  font-weight: bold;
}

.kizi_henkei h3 {
  line-height: 2em;
  font-size: 1em;
  font-weight: bold;
}

p.text {
  line-height: 170%;
  font-size: 0.95em;
}

.text_img {
  margin-top: -1em;
  margin-left: 18em;
}

.kizi img {
  padding-bottom: 25px;
}

/*img*/
.topics {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 2.5em;
}

.card {
  cursor: pointer;
  transition: 0.3s;
  margin-right: 0.5em;
}

.card-1 {
  cursor: pointer;
  transition: 0.3s;
  margin-right: 0.5em;
}

.card-2 {
  cursor: pointer;
  transition: 0.3s;
  margin-right: 1em;
}

.card-3 {
  cursor: pointer;
  border-radius: 3px;
  transition: 0.3s;
  margin-right: 1em;
}

.bgc_GreenBlue {
  background-color: #5997a6;
}

.bgc_BluePurple {
  background-color: #ceb1ee;
}

.bgc_Green {
  background-color: #658f86;
}

.explain_nyujo {
  background-color: #c7dbdf;
  border-radius: 1.5em;
  width: 100%;
  padding-bottom: 0.5em;
  margin-bottom: 2em;
}

.Line-box {
  background-color: #49da7b;
  border-radius: 1.5em;
  width: 100%;
  margin-bottom: 2em;
}

.Line-box img {
  width: 200px;
}

.text-img-blok {
  width: 200px;
  margin: 0 auto;
}

.text_box {
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  line-height: 220%;
}

.text-blok {
  margin-bottom: 0.8em;
}

.text-blok img {
  width: 100%;
}

.kazari1 img {
  width: 25%;
  height: auto;
  float: right;
  margin: 0 0 0 2em;
}

.kazari2 img {
  width: 22%;
  height: auto;
  float: right;
  margin: 0 0 0 2em;
}

.table-blok {
  background-color: #f9f9f9; /* 背景色指定 */
}

.table-blok2 img {
  background-color: white;
  width: 100%;
  padding: 1em;
  border-radius: 0.8em;
}

table {
  border-collapse: collapse; /* セルの線を重ねる */
  margin: 0 auto;
}

table img {
  width: 80%;
}

th {
  background-color: #00e2cf; /* 背景色指定 */
}

.title-C {
  text-align: center;
}

.Inf_google-map {
  position: relative;
  width: 100%;
  padding-top: 70%; /* = height ÷ width × 100 */
  margin-bottom: 2em;
}

.Inf_google-map iframe {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.Inf_google-map iframe {
  margin-top: 0.5em;
}

#MAP h2 {
  color: #f9f9f9;
}

#MAP p {
  color: #f9f9f9;
}

#MAP {
  margin-top: 1em;
  padding-bottom: 3em;
}

#page-top p {
  line-height: 250%;
}/*# sourceMappingURL=inf-index.css.map */