@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP');

* {
  word-wrap: break-word;
  background-repeat: no-repeat;
  overflow-wrap: break-word
}
*, *:before, *:after {
  box-sizing: inherit;
}

a:focus, *:focus { outline:none; }

html {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  /* 游明朝体 Regular/Medium */
  /*font-family: 'YuMincho','Yu Mincho','游明朝体','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',serif;*/
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
　font-weight: normal;
 font-size: 62.5%;
}
body {
  color: #333;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-size: 1.4rem;
}

.rsp-image{
display: block;
max-width: 100%;
height: auto;
}
.bold {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}