@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');


body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 15px;
    margin: 0;

}


.title {
    background: url(/assets/imgs/cover5.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    color: #fff;
    padding: 10% 0 10% 0;

}

h1, h3 {
    text-align: center;
    text-shadow: #000 3px 3px;
}

h1 {
    font-size: 3rem;
}

h4 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

h5 {
    font-size: 1.1rem;
    margin-bottom: 1.2rem;
}


i {
    font-size: 4rem;
    margin-bottom: 3rem;
    color: #28617b;
    color: #00363f;
    margin-left: calc(50% - 2rem);
}


.main > .col-12 {
    margin: 4rem 0;
}

.col-12.text-center {
    margin-bottom: 0;
}

@media only screen and (max-width: 385px) {
    h1 {
        font-size: 2.4rem;
    }

    h3 {
        font-size: 1.5rem;
    }
}

.contact {
    background-color: #cbdde0;
}

.contact i {
    font-size: 5rem;
    margin: 0 0 2rem 0;
}


.btn-primary {
    background-color: #00363f;
    border-color:  #085663;
}

.error {
    color: #aa0000;
    font-weight: bold;
    margin-bottom: 1rem;
}

form[readonly] .form-control {
    background-color: transparent;
    border: none;
}

footer {
    font-size: 0.8rem;
    margin: 1rem;
}