@charset "UTF-8";
@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .pc_none {
    display: none;
  }
}

body {
  color: #454545;
  font-family: sans-serif;
  background: #f0f0f0;
  background-image: url("https://grin-jewelry.jp/contact/img/bg_wagara_asa.jpg"); /* 背景画像を指定 */
  background-size: 200px; /* デフォルト値、自動サイズ */
  background-repeat: repeat; /* 画像を繰り返す */
  background-position: top left; /* 繰り返しの開始位置 */
}

h1 {
  text-align: center;
  font-size: 1.6em;
  padding-top: 50px;
  font-weight: bold;
  text-shadow: 3px 3px 0 white, -3px -3px 0 white, -3px 3px 0 white, 3px -3px 0 white; /* 右上 */
}

h4 {
  text-align: center;
  font-size: 1.4em;
  /* padding-top: 20px; */
  margin-bottom: -20px;
  font-weight: bold;
  text-shadow: 3px 3px 0 white, -3px -3px 0 white, -3px 3px 0 white, 3px -3px 0 white; /* 右上 */
}

span {
  font-size: 0.9em;
  color: #aaa;
}

.notice_box {
  margin: 30px auto;
  border: 2px solid #aaa;
  color: #000;
  padding: 20px 30px;
  max-width: 940px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: inset 5px 5px 15px 0 rgba(0, 0, 0, 0.3);
          box-shadow: inset 5px 5px 15px 0 rgba(0, 0, 0, 0.3);
}
.notice_box span {
  color: #aaa;
  font-size: 0.8em;
}
@media screen and (max-width:1000px) {
  .notice_box {
    margin: 20px;
  }
}
.notice_box h2 {
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  margin: 20px 0;
  background-color: #2f4f4f;
  color: #fff;
  padding: 12px;
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.4);
  line-height: 1.4em;
}
@media screen and (max-width:1000px) {
  .notice_box h2 {
    margin: 0;
  }
}
.notice_box h3 {
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: bold;
  text-align: center;
  margin: 50px 20px 10px;
}
.notice_box p {
  font-size: 1em;
  font-weight: medium;
  text-align: left;
  line-height: 1.5em;
  margin: 20px 0;
}
.notice_box p span {
  font-size: 1em;
  line-height: 0.8em;
  color: #000;
  font-weight: bold;
}
.notice_box p .eng_sub {
  font-size: 0.9em;
  color: #000;
  font-weight: normal;
}
.notice_box p .cap_red {
  font-size: 0.8em;
  color: #dc143c;
}
.notice_box a {
  background-color: #2f4f4f;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  padding: 7px;
  margin: 10px 0;
  white-space: nowrap;
  text-decoration: none;
  font-size: 0.9em;
  line-height: 3em;
}/*# sourceMappingURL=grin_j.css.map */