.belledaccord-index__header {
  position: relative;
  height: 100px;
}
.belledaccord-index__main {
  padding: 100px 0;
}
.belledaccord-index__textArea {
  margin-bottom: 75px;
}
.belledaccord-index__title {
  text-align: center;
  margin: 0;
  margin-bottom: 25px;
  color: #333333;
  font-family: "Helvetica Neue", Arial, Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 2rem;
  font-weight: 600;
}
.belledaccord-index__text {
  text-align: center;
  margin: 0;
  color: #333333;
  font-family: "Helvetica Neue", Arial, Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75em;
}

@media only screen and (min-width: 1550px) {
  .belledaccord-index__title {
    font-size: 2.1rem;
  }
}
@media only screen and (max-width: 1349px) {
  .belledaccord-index__header {
    height: calc(100px - 10px);
  }
  .belledaccord-index__title {
    font-size: 1.9rem;
  }
}
@media only screen and (max-width: 1024px) {
  .belledaccord-index__header {
    height: calc(100px - 20px);
  }
  .belledaccord-index__main {
    padding: calc(100px / 2) 0;
  }
  .belledaccord-index__textArea {
    margin-bottom: calc(75px / 2);
  }
  .belledaccord-index__title {
    margin: 0;
    margin-bottom: calc(25px / 2);
    font-size: 1.8rem;
  }
  .belledaccord-index__text {
    text-align: left;
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 768px) {
  .belledaccord-index__header {
    height: calc(100px - 30px);
  }
  .belledaccord-index__title {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 519px) {
  .belledaccord-index__header {
    height: calc(100px - 20px);
  }
  .belledaccord-index__title {
    font-size: 1.6rem;
  }
}
.belledaccord-maxWidth {
  max-width: 1800px;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}

.belledaccord-wrap {
  width: 80%;
  margin: 0 auto;
}

@media only screen and (max-width: 1349px) {
  .belledaccord-wrap {
    width: 82.5%;
  }
}
@media only screen and (max-width: 1024px) {
  .belledaccord-wrap {
    width: 85%;
  }
}
@media only screen and (max-width: 768px) {
  .belledaccord-wrap {
    width: 87.5%;
  }
}
@media only screen and (max-width: 519px) {
  .belledaccord-wrap {
    width: 90%;
  }
}
.belledaccord-header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.2);
          box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.2);
}
.belledaccord-header__flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100px;
}
.belledaccord-header__logoLink {
  display: inline-block;
  width: 275px;
  text-decoration: none;
}
.belledaccord-header__logoLink:hover {
  text-decoration: none;
}
.belledaccord-header__logoLink > img {
  height: auto;
  width: 100%;
}
.belledaccord-header__itemList {
  margin: 0;
  padding: 0;
  list-style: none;
}
.belledaccord-header__itemLink {
  color: #0668b0;
  font-family: "Helvetica Neue", Arial, Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  text-decoration: none;
}
.belledaccord-header__itemLink:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1349px) {
  .belledaccord-header__flexbox {
    height: calc(100px - 10px);
  }
  .belledaccord-header__logoLink {
    width: 250px;
  }
}
@media only screen and (max-width: 1024px) {
  .belledaccord-header__flexbox {
    height: calc(100px - 20px);
  }
  .belledaccord-header__logoLink {
    width: 225px;
  }
  .belledaccord-header__itemLink {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 768px) {
  .belledaccord-header__flexbox {
    height: calc(100px - 30px);
  }
  .belledaccord-header__logoLink {
    width: 200px;
  }
}
@media only screen and (max-width: 519px) {
  .belledaccord-header__flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: calc(100px - 20px);
  }
  .belledaccord-header__logoLink {
    width: 187.5px;
    margin-bottom: calc(10px / 2);
  }
}
body,
html {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Helvetica Neue", Arial, Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

@media only screen and (max-width: 768px) {
  body,
html {
    font-size: 15px;
  }
}
@media only screen and (max-width: 519px) {
  body,
html {
    font-size: 14px;
  }
}