@charset "UTF-8";
body {
  overflow-x: hidden;
}

body .sp-item {
  display: none !important;
}

body .pc-item {
  display: block !important;
}

@media screen and (max-width: 640px) {
  body {
    min-width: inherit;
    height: 100%;
  }
  body .sp-item {
    display: block !important;
  }
  body .pc-item {
    display: none !important;
  }
  body .sp-item img {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .sp img {
    max-width: 90%;
  }
  .sp02 img {
    max-width: 100%;
  }
  .sp03 img {
    max-width: 70%;
  }
}
img {
  width: 100%;
  line-height: 0;
  padding: 0;
  margin: 0;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.content {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 2px #d6d6d6;
          box-shadow: 0 0 10px 2px #d6d6d6;
}
@media only screen and (min-width: 736px) {
  .content {
    width: 750px;
    margin: 0 auto;
  }
}

.bg_yellow {
  background-color: #ffff00;
}

header {
  background-image: url(../images/Kitahara-head-img.jpg);
  background-size: cover;
}

.head_title {
  width: 50%;
  padding: 7% 0 10% 8%;
}

body {
  font: normal 18px/1.7 "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  color: #37465A;
  line-height: 1.7;
  font-size: 16px;
  text-align: left;
  color: #000;
}

/* ----------------------------------------------------

    text

---------------------------------------------------- */
.red {
  color: #ff0000;
}

.gray {
  color: #666666;
}

.bold {
  font-weight: bold;
}

strong {
  font-weight: bold;
}

.ac {
  text-align: center !important;
}

.ar {
  text-align: right !important;
}

.al {
  text-align: left !important;
}