@charset "UTF-8";

/*--- オリジナルcss ---*/
body {
    font-size: 20px;
}

header {
    background-color: #29ABE2;
}

header img {
    width: auto;
    height: 45px;
    padding: 0;
    margin: 5px 0 0 0;
}

.header-container,
.header .container {
    max-width: 1440px;
    width: auto;
    margin: 0 auto;
    padding: 0;
}

.logo {
    margin: 0;
    padding: 0;
    line-height: 1;
}

h1 {
    border-bottom: solid 3px #29ABE2;
    line-height: 1.3;
    font-size: 30px;
    margin: 0 0 1rem 0;
}

h1 br {
    display: none;
}

.wide,
.container {
    max-width: 1480px;
    width: auto;
    margin: auto;
    padding: 20px;
}

.text {
    font-size: 1.6rem;
    color: #2E3070;
}

.color-blue {
    color: #29ABE2;
}

.wide .bg-none {
    background: none;
}

.backtotop {
    text-align: right;
    height: 90px;
}

.backtotop img {
    height: auto;
    max-height: 100%;
    width: auto;
}

footer {
    background: #29ABE2;
    padding: 30px 0 10px
}

footer .copyright {
    margin: 10px auto 0;
    color: #ffffff;
}

@media (max-width: 640px) {
    body {
        font-size: 18px;
    }
    h1 {
        font-size: 24px;
    }
    .text {
        font-size: 20px;
    }
}