@charset "utf-8";

/* _____________HEADER_____________ */
#lowerpage_top {
    background: url(../images/haken/pagetop.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    position: relative;
    z-index: 99
}
.center{
	text-align: center;
}

.box_table{
	padding: 55px 0px
}
.haken_content{
	max-width: 800px;
    width: 100%;
    margin: 25px auto 155px;
}


.haken_content dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: 1px solid #333;
}

.haken_content dt {
    width: 25%;
    background: #D1D1D1;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-top: 1px solid #333;
    font-weight: bold;
    padding: 10px;
    font-size: 15px;
}

.haken_content dd {
    width: 75%;
    padding: 15px 10px;
    font-size: 14px;
    border-top: 1px solid #333;
    display: flex;
    align-items: center;
}
.code_point ul {
    list-style: disc;
    padding-left: 2em;
}
@media screen and (max-width: 768px) {
    .haken_content dt,.haken_content dd{
        width: 100%;
    }
    .haken_content dd{
        border-top: 0px solid #ccc
    }
    .haken_content dt br{
        display: none;
    }
}
