@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html, body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html, body {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
  font-feature-settings: "pkna" 1;
}

.center {
	text-align: center;
}

/* clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.smp-none {
  display: none;
}

.pc-none {
  display: none;
}

#contents #webSystem {
  margin: 0 auto 3rem !important;
}
#contents #webSystem h1, #contents #webSystem h2 {
  background-image: none;
}

#contents #webSystem h1 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 3rem 0 4rem;
}

#contents #webSystem p {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  line-height: 1.6;
}

#contents #webSystem p.right {
	text-align: right;
	margin: 0.5rem 0 0.5rem;
	font-size: 90%;
}

@media screen and (min-width: 950px) {
	  #webSystem {
		width: 950px;
		margin: 0 auto 3rem !important;
	  }
	  #webSystem p {
		font-size: 1.1rem !important;
		line-height: 1.7 !important;
	  }

	#contents #webSystem p.right {
		margin: 2rem 0 4rem;
	}
	
	.sp {
		display: none;
	}
	
	#contents #webSystem h1 {
	  margin: 0 0 4rem;
	}	

	
}
