body {
  background: #f4f2f2;
  font-family: 'Roboto Condensed', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

p {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 0 0 15px 0;
}

h1 {
  font-size: 21px;
  margin: 15px 0;
  font-weight: 500;
}

.wrap {
  max-width: 900px;
}

.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
}

.br_hide_pc {
  display: none;
}

.separator {
  border-bottom: 1px solid;
  left: 0;
  right: 0;
  width: 100%;
}

.separator_short {
  width: 7px;
  margin: 15px 0;
}

.separator-bold {
  border-bottom: 2px solid;
}

.vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.section_title {
  margin: 80px 0;
}

.section_title img {
  height: 90px;
}

.section_title_subtitle {
  text-align: right;
}

.section_title_subtitle_left {
  text-align: left;
}

.section_title_subtitle span {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
}

.section_title_sp {
  display: none;
}

.section_title_pc {
  display: block;
}
@media (max-width: 767px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }

  .section_title {
    margin: 50px 0;
  }

  .section_title img {
    height: 60px;
  }

  .section_title_sp {
    display: block;
  }

  .section_title_pc {
    display: none;
  }

  .br_hide_pc {
    display: block;
  }
}
@media (min-width: 767px) {
  .pr_pc {
    padding-right: 30px;
  }

  .pl_pc {
    padding-left: 30px;
  }
}
