@charset "UTF-8";

/*******************************
access
*******************************/
#mainContents.access h2 {
    background: #005899;
    color: #fff;
    font-weight: bold;
    font-size: 1.25rem;
    padding: 0.35rem 0.5rem;
    margin-bottom: 1.5em;
}

#mainContents.access section {
    margin-bottom: 3rem;
}

#mainContents.access .accesssBox01 dl {
    margin-bottom: 0.8rem;
    display: flex;
    align-items: flex-start;
    padding-bottom: 0.8em;
}

#mainContents.access .accesssBox01 dl:not(:last-child) {
    border-bottom: 1px solid #ccc;
}

#mainContents.access .accesssBox01 dl dt {
    font-weight: bold;
    margin-right: 2%;
    width: 16%;
}

#mainContents.access .accesssBox01 dl dd {
    width: 82%;
}

#mainContents.access .btn01 {
    width: 21em;
    margin: 2rem auto 0;
    max-width: 100%;
}

#contents #mainContents.access p.btn01 a {
    background: -moz-linear-gradient(65deg, #002642, #005899);
    background: -webkit-linear-gradient(65deg, #002642, #005899);
    background: linear-gradient(25deg, #002642, #005899);
    color: #fff;
    font-weight: bold;
    padding: 0.6em 2em;
    border-radius: 100px;
    position: relative;
    border: none;
    display: block;
}
