@charset "UTF-8";
/* CSS Document */
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);
@import url(//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap);
@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);
body {
  width: 100%;
  line-height:1.7;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

body {
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans",  "Original Yu Gothic", "Yu Gothic", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
}

body,
.goth {
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans",  "Original Yu Gothic", "Yu Gothic", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
}

.min {
  font-family: "HiraMinProN-W3" , "HiraMinPro-W3" ,"ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro" , "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho"   , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

.mono {
  font-family: Osaka-mono, "MS Gothic", monospace;
}

h1, h2, h3, h4, p, div, ol, ul, li {
  padding: 0;
  margin: 0;
}

ol, ul, dl {
  list-style-position: inside;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover, a:visited, a:active {
  text-decoration: none;
  color: inherit;
}

/* box-sizing (IE6,7 not work) */
*, *:before, *:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*for iOS*/
label {
  cursor: pointer;
}

input,
textarea {
  -webkit-appearance: none;
}

@media screen and (min-width: 641px) {
  .pce {
    display: block;
  }
  img.pce,
  span.pce {
    display: inline;
  }
  .spe {
    display: none !important;
  }
}

.part {
  position: relative;
  width: 100%;
}

.part .part-content {
  margin: 0 auto;
}

/* float要素の高さをそろえる実サイズが1000pxを超える場合、こんなに必要ない場合は調整 */
.sync-height {
  padding-bottom: 1000px;
  margin-bottom: -1000px;
}

/* small device */
@media screen and (max-width: 640px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
  img.pce,
  span.pce,
  .pce {
    display: none !important;
  }
  .spe {
    display: block;
  }
  img.spe,
  span.spe {
    display: inline;
  }
  .sync-height {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=common.css.map */
