/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

nav ul a,
nav .brand-logo {
  color: #000;
}

#report_img {
	margin-top: 20px;
}
#r_img {
	margin-top: 20px;
}

#footer-logo {
  display: inline-block;
}

p {
  line-height: 2rem;
}

a {
  color: #1a0dab;
  /*color: #536dfe;*/
}

dt {
  line-height: 2em;
  font-weight: bold;
}

h5.poster {
  padding: 0.1em ;
  border-bottom: 1px solid #536dfe;
}

h6 {
	font-size: 18px;
	position: relative;
	padding: 0.1em .5em .5em 2em;	/* 最初の0.1emが高さ調節、最初は0 */
	border-bottom: 1px solid #ccc;
}
h6::before,
h6::after {
	position: absolute;
	content: '';
	border-radius: 100%
}
h6::before {
	top: .2em;
	left: .2em;
	z-index: 2;
	width: 18px;
	height: 18px;
	background: rgba(150, 150, 150, .5);
}
h6::after {
	top: .7em;
	left: .7em;
	width: 13px;
	height: 13px;
	background: rgba(210, 210, 210, .5);
}

@font-face {
    font-family: "Noto Sans CJK jp";
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/NotoSansCJKjpRegular.woff') format('woff'),
         url('../fonts/NotoSansCJKjpRegular.otf') format('opentype')
}

body { font-family:"Noto Sans", "Noto Sans CJK jp", sans-serif;}

.button-collapse {
  color: #FFF;
}

.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}
