@charset "UTF-8";
body {
  font-family: "メイリオ", "Meiryo", sans-serif;
  max-width: 1500px;
  margin: 0 auto;
  color: #000;
  background-color: #fff;
}
body header {
  height: 60px;
  max-width: 1500px;
  width: 100%;
  position: sticky;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
body header h1 {
  max-width: 1000px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  body header h1 {
    padding: 0 20px;
  }
}
body header h1 a img {
  padding: 20px 0px;
  width: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
body main .top {
  max-width: 1500px;
  width: 100%;
  background-color: #d9e5ff;
  display: flex;
  justify-content: center;
}
body main .top .bar {
  max-width: 1000px;
  padding: 45px 25px;
  display: flex;
  align-items: center;
}
body main .top .bar .bar_text {
  padding-right: 55px;
}
@media screen and (max-width: 768px) {
  body main .top .bar .bar_text {
    padding-right: 0;
  }
}
body main .top .bar .bar_text h2 {
  font-size: 32px;
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px solid #4b77dc;
}
body main .top .bar .bar_text h2 span {
  padding-left: 15px;
  font-size: 14px;
  color: #8f8eac;
}
body main .top .bar .bar_text p {
  padding-top: 15px;
  font-size: 16px;
  line-height: 25px;
}
body main .top .bar .bar_text p span {
  font-size: 14px;
  line-height: 45px;
}
@media screen and (max-width: 768px) {
  body main .top .bar .bar_text p span {
    line-height: 18px;
  }
}
@media screen and (max-width: 768px) {
  body main .top .bar img {
    display: none;
  }
}
body main #contentsWrap {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body main #contentsWrap {
    width: 90%;
  }
}
body main .con {
  max-width: 1500px;
  width: 100%;
}
body main .con .con_title {
  width: 1000px;
  margin: 30px auto 0;
  border-bottom: 1px solid #4b77dc;
}
@media screen and (max-width: 768px) {
  body main .con .con_title {
    width: 90%;
  }
}
body main .con .con_title h3 {
  font-size: 22px;
  font-weight: bold;
  background-color: #f3f6fc;
  padding: 18px 25px;
}
body main .con .con_title h3 a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000;
}
body main .con .con_title h3 a img {
  height: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: 15px;
}
body main .con .con_product {
  width: 1000px;
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  body main .con .con_product {
    width: 90%;
    display: block;
    margin-bottom: 35px;
  }
}
body main .con .con_product .con_product_box {
  margin-bottom: 50px;
}
body main .con .con_product .con_product_box h4 {
  font-size: 18px;
  border-bottom: 1px solid #4b77dc;
}
body main .con .con_product .con_product_box .img-btn a img {
  margin: 15px 0;
}
body main .con .con_product .con_product_box .img-btn a .btn {
  background-color: #4b77dc;
  border-radius: 10px;
  width: 280px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
body main .con .con_product .con_product_box .img-btn a .btn p {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}
body main .con .con_product .con_product_box .img-btn a .btn .icon {
  height: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: 15px;
}
body main .con .con_product .con_product_box .img-btn :hover {
  opacity: 0.8;
}
body footer {
  max-width: 1500px;
  width: 100%;
  background-color: #d9e5ff;
}
body footer .footer_bar p {
  font-size: 14px;
  color: #025cac;
  text-align: center;
  padding: 30px 0;
}/*# sourceMappingURL=stylesheet.css.map */