@charset "utf-8";


/* --------------------------------------------


top


---------------------------------------------- */


.top {
    position: relative;
    top: 64px;
    height: 400px;
    background-image: url(../_image/about/top.jpg);
}

.top__title {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.top__title h1 {
    text-align: center;
    font-size: 48px;
    font-size: 4.8rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
}

.top__title h1 span {
    display: block;
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
}


@media only screen and (max-width:640px) {
    .top {
        background-position: center;
    }

    .top__title h1 {
        text-align: center;
        font-size: 36px;
        font-size: 3.6rem;
    }

    .top__title h1 span {
        font-size: 16px;
        font-size: 1.6rem;
    }

}

/* --------------------------------------------

profile

---------------------------------------------- */

.profile {
    margin: 200px 0 120px;
}

.profile__table {
    margin: auto;
}

.profile__table th,
.profile__table td {
    border-top: dotted 1px #000;
    border-bottom: dotted 1px #000;
    padding: 10px 40px;
    font-size: 14px;
    font-size: 1.4rem;
}

.profile__table th {
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}


@media only screen and (max-width:640px) {
    .profile__table {
        width: 94%;
    }

    .profile__table th,
    .profile__table td {
        padding: 10px 20px;
        font-size: 14px;
        font-size: 1.4rem;
    }


}

/* --------------------------------------------

history

---------------------------------------------- */

.history {
    margin: 120px 0;
}

.history__table {
    margin: auto;
}

.history__table th,
.history__table td {
    border-top: dotted 1px #000;
    border-bottom: dotted 1px #000;
    padding: 10px 40px;
}

.history__table th {
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

@media only screen and (max-width:640px) {
    .history__table {
        width: 94%;
    }

    .history__table th,
    .history__table td {
        padding: 10px 20px;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .history__table th {
        text-align: end;
    }
}