@charset "utf-8";

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  background: #fff;
}
header {
    padding: 15px 0;
    text-align: center;
    border-bottom: 2px solid #6ca4d8;
}
header img {
    display: block;
    width:180px;
    margin: 0 auto;
    padding-right: 20px;
}
.info {
  width: 740px;
  width: 640px;
  margin: 0 auto;
  padding: 40px 0 80px;
}
.info .company {
  font-size: 15px;
  text-align: right;
}
.info h1 {
  line-height: 1.5;
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 28px;  
  text-align: center;
}
.info h1:after {
  display: block;
  content: "";
  width: 95px;
  height: 3px;
  margin: 22px auto 0;
  background: #000;
}
.info h2 {
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 25px;  
  text-align: center;
}
.info .text p {
  line-height: 2.5;
  line-height: 2;
  font-size: 16px;
  text-align: justify;
}
.url {
  margin: 30px 0;
  font-size: 15px;
}
.url a:hover {
    border-bottom: 1px #030303 solid;
}

@media all and (max-width: 840px) {
  .info {
    width: 85%;
    padding: 50px 0;
  }
  .info .date {
    margin: 20px 0 10px;
    font-size: 0.75em;
  }
  .info .company {
    font-size: 0.75em;
  }
  .info h1 {
    margin-bottom: 30px;
    font-size: 35px;
  }
  .info h1 {
    margin-bottom: 30px;
    font-size: 23px;
  }
  .info h1:after {
    width: 60px;
    height: 5px;
    margin: 15px auto 0;
  }
  .info h2 {
    margin-bottom: 30px;
    font-size: 23px;
  }
  .info .text p {
    font-size: 0.938em;
  }
.url {
  margin: 30px 0;
  font-size: 0.75em;
}

}

@media all and (max-width: 568px) {
  .info h1 {
    margin-bottom: 30px;
    font-size: 5.6vw;
  }
  .info h2 {
    margin-bottom: 20px;
    font-size: 5.6vw;
  }
  .info .text p {
    line-height: 2.2;
    margin-bottom: 15px;
    font-size: 0.875em;
  }
}






































