/* 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;
}

p {
  line-height: 2rem;
}

.button-collapse {
  color: #000;
  margin-left:10px;
}

.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;
}




h4.workflow{text-align:left;}
span.workflow{text-align:left;}


.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
.material-icons.md-60 { font-size: 60px;padding-top:30px; }






.footer_bg {
color: #000000;
background-image: url("../images/footer_bg.jpg")
}


.footer-img{
	padding-top:10px!important;
}
.footer-h5{
	border-bottom:1px solid #333;
}


.padding-bottom-15{
	padding-bottom:15px!important;
}
.padding-bottom-25{
	padding-bottom:25px!important;
}
.padding20{
	padding:20px 0!important;
}


.margin20-0{
	margin:20px 0!important;
}
.margin20{
	margin:20px!important;
}
.margin-bottom-50{
	margin:0 0 50px 0!important;
}

.mfp_ok{display:none!important;}



.full-width-img{
	position:relative;
}

.full-width-img img {width : 100%; /* 画像を枠の100%の横幅にする */}


a.btn img{  vertical-align: middle;
}

.profile-text{font-size:13px;}
.profileh5{font-size:16px;}




.first-h1{
    font-family: "Century Gothic",serif;
    font-size: 36px;
    line-height: 170%;
    color: #fff;
    text-shadow: 0 0 10px #666666 !important;
}

.test{position:relative;}


.title-h{
    font-family: "Century Gothic",serif;
    font-size: 28px;
    line-height: 170%;
    color: #000;
    margin-top:0;
}

.title-h-20pt{
    font-family: "Century Gothic",serif;
    font-size: 20px;
    line-height: 170%;
    color: #000;
    margin-top:0;
}

li.news{
	border-bottom:1px solid #ccc;
	padding:20px 0;
}
li.nokotsudo{
	border-bottom:1px solid #ccc;
	padding:20px 0;
}
li.nokotsudo-faq{
	padding:20px 0 0 0;
}
li.nokotsudo-a{
	border-bottom:1px solid #ccc;
	padding:0 0 20px 0;
}




.img-opacity {
  display: block;
  position: relative;
  transition: opacity .4s;
}
.img-opacity:hover {
  will-change: left, top, width, height;
}

.img-opacity:hover:not(.active) {
  opacity: .8;
}

.img-opacity.active {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}


.smalltext80 {
    font-size: 80%;
}

.border-bottom-dot{
	border-bottom:#ccc 1px dotted;
	padding-bottom:3px;
}