@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
/*
font-family: 'Oswald', sans-serif !important;
*/
/* リセット
 ------------------------------------------*/
header, div, span, applet, object, iframe, input[type=file], h1, h2, h3, h4, h5, h6, p, select, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0 auto;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  vertical-align: baseline;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
}
@media only screen and (max-width:769px) {
	header, div, span, applet, object, iframe, input[type=file], h1, h2, h3, h4, h5, h6, p, select, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
   font-family: -apple-system, 'BlinkMacSystemFont', 'Segoe UI', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'ヒラギノ角ゴ ProN W3', 'Osaka', 'MS PGothic', sans-serif !important;
		letter-spacing: .1em;
}
}
body#sub-window {
  background-color: #FFF;
}
.ma20 {
  margin-top: 20px;
}
a {
  color: #333333;
  text-decoration: none;
  outline: none;
  border: none;
}
a:hover {
  color: #333333;
  text-decoration: none;
}
a img, img {
  border: 0;
}
blockquote, dd, div, dl, dt, h1, h2, h3, h4, h5, h6, li, p, pre, span, td, th, ul {
  margin: 0;
  padding: 0;
}
abbr, acronym {
  border: 0;
}
address, caption, cite, code, dfn, em, th, strong, var {
  font-style: normal;
  font-weight: normal;
}
caption, th {
  text-align: left;
}
code, kbd, pre, samp, tt {
  font-family: monospace;
  line-height: 100%;
}
* + html code, kbd, pre, samp, tt {
  font-size: 108%;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}
q:before, q:after {
  content: '';
}
button, fieldset, form, input, label, legend, /*select,*/ textarea {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%; /*table-layout:fixed;*/
}
table td {
  vertical-align: middle;
}
.right {
  float: right;
}
.left {
  floar: left;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
@media only screen and (max-width:769px) {
  input[type="submit"], input[type="reset"], input[type="button"], button {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
.mb50 {
  margin-bottom: 50px;
}
/* クリア
 ------------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}