@charset "utf-8";

#home {
  background-image: url(../images/background/background_003.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.inner-text {
  font-size: 17px;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  padding: 20px;
  margin-top: 50px;
  margin-bottom: 180px;
  color: #ffffff;
  position: relative;
}

h1::after {
  position: absolute; /*positionをabsoluteに指定*/
  content: "";
  background-color: rgb(255, 255, 255); /*下線の色*/
  width: 220px; /*線の幅*/
  height: 0.5px; /*線の太さ*/
  bottom: -20px; /*線のタテ位置*/
  left: 50%; /*線のヨコ位置*/
  transform: translateX(-50%); /*線のヨコ位置*/
  text-shadow: 1px 0 10px #c1c1c175;
}

.h4 {
  font-size: 15px;
  line-height: 25px;
  text-align: justify;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  padding-top: 60px;
}

.biography-view-back {
  background-color: #ffffff;
  width: 100%;
}

.biography-view {
  color: rgb(124, 124, 124);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  margin-top: 30px;
  max-width: 1200px;
  text-align: justify;
  margin: 0 auto;
}

.biography-view-text {
  padding-top: 20px;
  padding-bottom: 30px;
  text-shadow: 1px 0 10px #c1c1c175;
}

.biography-view-text h2 {
  font-size: 24px;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: left;
}

.biography-view-text h3 {
  font-size: 13px;
  text-align: justify;
  font-family: "Zen Old Mincho", serif;
  font-weight: 300;
  font-style: normal;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: left;
}

.main p {
  font-size: 14px;
  line-height: 30px;
  text-align: justify;
  font-family: "Zen Old Mincho", serif;
  font-weight: 300;
  font-style: normal;
}

table {
  color: #a4a4a4;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  font-family: "Zen Old Mincho", serif;
  font-weight: 300;
  font-style: normal;
  margin-top: 30px;
  margin-bottom: 60px;
  border-top: 0.1px solid #ebebeb;

}

td {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 0.1px solid #ebebeb;
}

.year {
  padding-right: 15px;
  text-align: left;
  width: 70px;
}

@media (max-width: 769px) {
  #home {
    background-image: url(../images/background_phone/background_phone_001.jpg);
    background-size: 100%;
    background-position: center top;
  }

  .inner-text {
    margin-top: 200px;
    margin-bottom: 350px;
    font-size: 15px;
  }

  .biography-view-text h2 {
    text-align: center;
  }

  .biography-view-text h3 {
    text-align: center;
  }
}
