@charset "utf-8";
@import url(//fonts.googleapis.com/css?family=Gilda+Display);
@import url(//fonts.googleapis.com/css?family=Roboto);
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "BIZ UDPGothic",
    Meiryo,
    sans-serif;
  color: #000;
  background: #fff;
}
header {
  max-width: 980px;
  padding: 10px;
  margin: 0 auto;
  overflow: hidden;
}
header img {
  width: 60px;
  float: right;
}
div.mv {
  max-width: 740px;
  margin: 0 auto;
  padding: 20px;
}
h1 img {
  max-width: 700px;
}
h2 {
  max-width: 534px;
  margin: 50px auto;
}
.br495 {
  display: none;
}
.img980 {
  max-width: 980px;
  margin: 0 auto;
}
.blue {
  background: #000082;
  color: #fff;
}
.blue h3 {
  max-width: 652px;
  margin: 0 auto;
  padding: 50px 10px;
}
p.text01 {
  margin-top: 80px;
  font-size: 24px;
  text-align: center;
  line-height: 1.6;
  font-weight: 600;
}
.mailtxt {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #000;
  margin-top: 80px;
}
.linkbt {
  max-width: 550px;
  margin: 0 auto 80px;
}
.linkbt a ,a.home{
  transition-duration: 0.3s;
  display: block;
}
.linkbt a:hover,a.home:hover{
  opacity: 0.7;
  transition-duration: 0.3s;
}
section.items {
  background: #fff;
  padding: 50px 10px 50px;
}
div.titleitem {
  width: 244px;
  margin: 0 auto 30px;
}
footer {
  background: #000082;
}
footer p.policy a {
  color: #fff;
}
footer p {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  p.text01 {
    font-size: 18px;
  }
  .mailtxt {
    font-size: 18px;
  }
}
@media only screen and (max-width: 414px) {
  p.text01 {
    font-size: 17px;
  }
}