body{
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', '小塚ゴシック Pro','Kozuka Gothic Pro', sans-serif;;
  overflow-x: hidden;
}

.sp{
  display: none;
}

.top-wrapper{
  background: #62c7fd;
  color: #fff;
  margin-bottom: 100px;
  height: 250px;
  position: relative;
}
.hero__title{
    display: block;
    margin: 0 auto 20px;
    padding-top: 100px;
    text-align: center;
}
.hero__title div{
  font-size: 38pt;
  letter-spacing: 0px;
}

.hero__title span{
  display: block;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
}
/*=== メインコンテンツ ========================================================*/
h1{
  font-size: 30pt;
  color : #18268B;
}

h3{
  font-size: 14pt;
  font-weight: bold;
}

.center{
  text-align:center;
}

.policySection {
    margin-bottom: 60px;
}

section {
    text-align: center;
    margin-bottom: 120px;
}

.inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.policySection article {
    text-align: left;
    margin-bottom: 40px;
}

article ul {
  list-style: inside;
}

@media screen and (max-width:768px) {
/*　画面サイズが768px以下はここを読み込む　*/
  h3 {
    font-size: 12pt;
  }
  p{
    font-size: 10pt;
  }

  .policySection {
      width: 90%;
      margin: 0 auto;
  }

  .top-wrapper{
    margin-bottom: 50px;
    height: 150px;
  }

  .pc{
    display: none;
  }

  .hero__title{
    padding-top: 60px;
    position: initial;
  }

  .hero__title div {
    letter-spacing: 0px;
    font-size: 18pt;
    margin-bottom: 10px;
  }

  .hero__title span{
    font-size: 14pt;
  }

  ul li{
    font-size: 10pt;
  }
}
