@charset "utf-8";

/*******************************
  個別設定
*******************************/

.sp{
  display: none;
}

#mainImage {
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
}

#lead {
  width: 100%;
  position: absolute;
  left: 0;
  top: calc(100% * 140 / 750);
  color: #000;
}

#pageTitle {
  color: #fff;
  text-shadow: 0 0 3px #000, 0 0 5px #000;
  margin: 0 0 45px;
  font-size: 40px;
  line-height: 1.5;
  font-weight: normal;
}

#lead p {
  max-width: 840px;
}

#lead .name {
  text-align: right;
}

section {
  position: relative;
}

section .title {
  box-sizing: border-box;
  text-align: center;
  font-size: 26px;
  line-height: 1;
  font-weight: normal;
  width: 100%;
  padding: 60px 0 40px 0;
}

section .text {
  padding: 0 0 40px 0;
}

@media only screen and (max-width:480px) {
.pc{
  display: none;
}

.sp{
  display: block;
}

#pageTitle {
  font-size: 24px;
}

#lead {
  padding: 0 0 50px;
}

section .title {
  text-align: justify;
  font-size: 18px;
  line-height: 1.5;
  padding: 50px 0 15px 0;
}

section .text {
  padding: 0 0 30px 0;
}
}
