/*!
 * style.css
 */
 /*
main{
  background-color: #ddeeff;
}
*/

/* logo */
a.company-logo,
a.company-logo:link,
a.company-logo:visited,
a.company-logo:hover,
a.company-logo:active,
a.company-logo:focus{
  color: #000;
  font-size: 1.25rem;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  text-decoration: none;
}

/* title */
h1, h2, h3, h4, h5, h6 {
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
}
h1.ttl-yellow {
  position: relative;
  margin: 47px 0;
  text-shadow: 0 0 2px white;
  text-align: center;
}

h1.ttl-yellow:before {
  content: "";
  position: absolute;
  background: #FFFCDB;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: -1;
}

.breadcrumb{
  background-color: #EAF6FD; /*	D3EDFB	*/
}

footer{
  margin-top: 50px;
  background-color: #EAF6FD; /*	D3EDFB	*/
}

.main-homepage{

}
/* Featurettes
------------------------- */
.explanation p {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */

}

/* Thin out the marketing headings */
.explanation h2 {
  color: #5a5a5a;
  font-weight: 300;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .explanation p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .explanation h2 {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .explanation h2 {
    margin-top: 7rem;
  }
}


.explanation span {
  background: linear-gradient(transparent 70%, #FFFCDB 70%);
}




/*.company_message {
  background-image: url(../company/img/company_bg_water.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}*/


/* signin */
 .form-signin {
   width: 100%;
   max-width: 330px;
   padding: 15px;
   margin: auto;
 }
 .form-signin .checkbox {
   font-weight: 400;
 }
 .form-signin .form-control {
   position: relative;
   box-sizing: border-box;
   height: auto;
   padding: 10px;
   font-size: 16px;
 }
 .form-signin .form-control:focus {
   z-index: 2;
 }
 .form-signin input[type="email"] {
   margin-bottom: -1px;
   border-bottom-right-radius: 0;
   border-bottom-left-radius: 0;
 }
 .form-signin input[type="password"] {
   margin-bottom: 10px;
   border-top-left-radius: 0;
   border-top-right-radius: 0;
 }
