@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Sawarabi+Mincho&family=Zen+Old+Mincho:wght@400;900&display=swap");

html {
  font-size: 62.5%;
}

#fundit {
  font-size: 1.4rem;
  line-height: 1.7;
  font-family: "Noto Sans JP", sans-serif;
}

#fundit * {
  box-sizing: border-box;
}

#fundit img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

#fundit .title {
  display: block;
  width: 100%;
  margin: 0 auto;
}

#fundit .title h2 {
  width: 100%;
  margin-top: 5rem;
  text-align: center;
}

#fundit .title h2 span {
  font-size: 2rem;
  display: inline-block;
  background: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.24),
      rgba(0, 0, 0, 0.24) 3px,
      transparent 3px,
      transparent 3px
    )
    repeat-x left bottom / 18px 3px;
  padding: 0 4rem 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #3c3c3c;
  word-break: keep-all;
  overflow-wrap: break-word;
}

#fundit .title ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 5rem 0 0;
  padding: 0;
}

#fundit .title ul li {
  width: 20%;
}

@media screen and (max-width: 768px) {
  #fundit .title ul li {
    width: 33%;
  }
}

#fundit .point img {
  margin-top: 6rem;
}

#fundit .point h2 {
  width: 100%;
  margin-top: 5rem;
  text-align: center;
}

#fundit .point h2 span {
  font-size: 2rem;
  display: inline-block;
  background: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.24),
      rgba(0, 0, 0, 0.24) 3px,
      transparent 3px,
      transparent 3px
    )
    repeat-x left bottom / 18px 3px;
  padding: 0 4rem 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #3c3c3c;
  word-break: keep-all;
  overflow-wrap: break-word;
}

#fundit .item {
  display: flex;
  margin-top: 5rem;
  flex-wrap: wrap;
  justify-content: space-around;
}

#fundit .item span {
  display: block;
  width: 48%;
  margin-top: 1rem;
}

#fundit .coordinate {
  margin-top: 5rem;
}

#fundit .coordinate h2 {
  width: 100%;
  text-align: center;
}

#fundit .coordinate h2 img {
  width: 30%;
  max-width: 150px;
  margin: 2rem auto;
}

#fundit .coordinate h2 span {
  font-size: 2rem;
  display: inline-block;
  background: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.24),
      rgba(0, 0, 0, 0.24) 3px,
      transparent 3px,
      transparent 3px
    )
    repeat-x left bottom / 18px 3px;
  padding: 0 4rem 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #3c3c3c;
  word-break: keep-all;
  overflow-wrap: break-word;
}

#fundit .coordinate ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#fundit .coordinate ul li {
  width: 32%;
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  #fundit .coordinate ul li {
    width: 48%;
  }
}

#fundit .detail dl {
  margin: 5rem 0 0;
}

#fundit .detail dt {
  margin-top: 2rem;
  padding: 0.5rem 5%;
  font-size: 1.6rem;
  background-color: #f2f2f2;
  font-weight: normal;
}

#fundit .detail dd {
  margin-top: 1rem;
  padding: 0.5rem 5%;
  font-size: 1.4rem;
  color: #3c3c3c;
  font-weight: normal;
}

#fundit .detail dd strong {
  color: #e62310;
  font-weight: normal;
}

/* 
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;
font-family: 'Sawarabi Mincho', serif;
font-family: 'Zen Old Mincho', serif; 
*/
