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

html {
  line-height: 1.5;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87); }
  @media only screen and (min-width: 0) {
    html {
      font-size: 13px; } }
  @media only screen and (min-width: 320px) {
    html {
      font-size: 14px; } }
  @media only screen and (min-width: 992px) {
    html {
      font-size: 15px; } }
  @media only screen and (min-width: 1200px) {
    html {
      font-size: 16px; } }

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

p ul ol {
    line-height: 1.8rem;
    color: rgba(0, 0, 0, 0.71);
    font-weight: normal;
}
.img-thumbnail {
    max-width: 260px;
}
li {
    color: rgba(0, 0, 0, 0.71);
    font-weight: normal;
}

main ul {
    margin-left: 0rem;
    padding-left: 2.5rem;
}

main ul li {
    list-style-type: disc;
}

.header {
  color: #039be5;
}

h1  {
  color: #01579b;
  font-size: 3.0rem;
  line-height: 3.1rem;
  margin: 1.25rem 0 1.15rem 0;
}
h2  {
  color: #0277bd;
  font-size: 1.8rem;
  line-height: 1.9rem;
  margin: 1.17rem 0 1.07rem 0;
}
h3  {
  color: #0288d1;
  font-size: 2.5rem;
  line-height: 2.6rem;
  margin: 1.04rem 0 0.94rem 0;
}
h4  {
  color: #039be5 ;
  font-size: 1.84rem;
  line-height: 1.95rem;
  margin: 0.76rem 0 0.66rem 0;
}
h5  {
  color: #07be54 ;
  font-size: 1.3rem;
  line-height: 1.4rem;
  margin: 0.54rem 0 0.44rem 0;
}
h6  {
  color: #29b6f6 ;
  font-size: 1.2rem;
  line-height: 1.3rem;
  margin: 0.5rem 0 0.4rem 0;
}

blockquote {
    font-weight: 200;
    margin: 20px 0;
    padding-left: 1.5rem;
    border-left: 5px solid #80cbc4; }

.materialbox-caption {
    position: fixed;
    display: none;
    color: #00e676;
    font-size: 1.3rem;
    line-height: 60px;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 0% 15%;
    height: 50px;
    z-index: 1000;
    -webkit-font-smoothing: antialiased;
 }

.button-collapse {
    color: #26a69a;
}
.parallax-container {
    min-height: 380px;
    line-height: 0;
    height: auto;
    background:-webkit-linear-gradient(top,#758b96, #253035);
    color: rgba(255, 255, 255, .9);
}
.parallax-container .section {
    width: 100%;
}
.top-info-bar {
    position: relative;
    min-height: 46px;
    line-height: 1.3;
    padding: 0 0;
}
.main-logo {
    width: auto;
    padding-top: 2px;
    max-height: 70px;
}
.float-right {
    float: right;
}

figcaption {
    display:block;
}

.main-card-panel {
  padding: 20px;
  margin: 0.5rem 0 1rem 1rem;
  border-radius: 2px;
  background-color: #fff;
  width: 300px;
  float: right;
}

.main-figure {
    padding: 20px;
    margin: 0.5rem 0 1rem 1rem;
}

.index-social-icons {
    padding: 0px 0px 150px 0px;
    height: 115px;
}
.waves-effect.waves-brown .waves-ripple {
     /* The alpha value allows the text and background color of the button to still show through. */
      background-color: rgba(121, 85, 72, 0.65);
    }
.waves-effect.waves-light-blue .waves-ripple {
     /* The alpha value allows the text and background color of the button to still show through. */
      background-color: rgba(3, 169, 244, 0.65);
    }

#index-banner h1 {
    font-size: 3.2rem;
}

#index-banner h4 {
    font-size: 2.2rem;
}

/* Feature List */

.esList {
    width: auto;
    list-style: none outside none;
    border: 1px solid #757575;
    padding: 4px 6px;
}
.esList li {
    border-bottom: 1px solid #757575;
    padding: 5px;
}
.esList li:last-child {
    border-bottom: none;
}
.esListItemTitle a {
    font-weight: bold;
    text-decoration: none
}
.esListItemTitle a:hover {
    text-decoration: underline
}
.esListItemDate {
    font-size: 0.8rem;
}

/* Footer List */

.esListFooter {
    width: auto;
    list-style: none;
    padding: 4px 6px;
}
.esListFooter li {
    list-style-type: none;
}

/* Form colors */
/* label color */
.input-field label {
    color: #bdbdbd;
}
/* label focus color */
.input-field input[type=text]:focus + label {
color: #03a9f4;
}
.input-field input[type=email]:focus + label {
color: #03a9f4;
}
.input-field input[type=tel]:focus + label {
color: #03a9f4;
}
.input-field input[type=checkbox]:focus + label {
color: #03a9f4;
}
.input-field textarea.materialize-textarea:focus + label {
color: #03a9f4;
}

.input-field input[type="checkbox"]:checked + label:before {
color: #03a9f4;
}

/* label underline focus color */
.input-field input[type=text]:focus {
border-bottom: 1px solid #03a9f4;
box-shadow: 0 1px 0 0 #03a9f4;
}
.input-field input[type=email]:focus {
border-bottom: 1px solid #03a9f4;
box-shadow: 0 1px 0 0 #03a9f4;
}
.input-field input[type=tel]:focus {
border-bottom: 1px solid #03a9f4;
box-shadow: 0 1px 0 0 #03a9f4;
}
.input-field input[type=checkbox]:focus {
border-bottom: 1px solid #03a9f4;
box-shadow: 0 1px 0 0 #03a9f4;
}
.input-field textarea.materialize-textarea:focus {
border-bottom: 1px solid #03a9f4;
box-shadow: 0 1px 0 0 #03a9f4;
}


/* icon prefix focus color */
.input-field .prefix.active {
color: #03a9f4;
}


@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;
    }
    .main-logo {
        width: 155px;
        padding-top: 2px;
    }
}
@media only screen and (min-width: 601px) {
    nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
        height: 74px;
        line-height: 74px;
    }
    .navbar-fixed {
        height: 74px;
    }
}
.icon-block {
    padding: 0 15px;
}
footer.page-footer {
    margin: 0;
}
.pagination li a {
    color: #07be54;
}
.pagination li.active {
    background-color: #07be54;
}