/*
ホーム用CSS
SOLATOBU LABOの空をイメージ
*/
.main-text{
    color:#03a9f4;
}
.main-color{
    background-color: #437cc1;
}
.main-header{
    background-color: #efefef;
}
.main-header a{
    color:#437cc1;
}
.main-footer{
    background-color: #437cc1 ;
    color:white;
}
.main-footer a{
    color:white;
    text-decoration: underline;
}
.input-field input[type=email].valid {
    border-bottom: 1px solid #9e9e9e;
    box-shadow: 0 0px 0 0 #9e9e9e;
}
.input-field input[type=text].valid {
    border-bottom: 1px solid #9e9e9e;
    box-shadow: 0 0px 0 0 #9e9e9e;
}
.input-field textarea.valid {
    border-bottom: 1px solid #9e9e9e;
    box-shadow: 0 0px 0 0 #9e9e9e;
}
textarea.materialize-textarea{height:12rem;}
.g-recaptcha{
    margin-right:auto;
    margin-left:auto;
    text-align: center;
    width:300px;
    margin-top:60px;
    margin-bottom:20px;
}