@charset "utf-8";


section .box {
    width: 85%;
    margin: auto;
}

.txt_area {
    width: 60%;
    font-size: 1.5rem;
    color: #2584D6;
}

#mokuhyo .txt_area {
    font-size: 1.125rem;
}

#mokuhyo .txt_area li {
    margin-bottom: .75em;
    padding-bottom: .75em;
    border-bottom: 2px dashed #ccc;
}

.img_area {
    width: 32%;
}

@media (max-width: 799px) {

    .txt_area {
        width: 100%;
        font-size: 1.25rem;
        order: 2;
    }

    .img_area {
        order: 1;
        width: 90%;
        max-width: 300px;
        margin: 0 auto 30px;
    }


}

/*法人の沿革*/
.history_list {}

.history_list li {
    padding: 0.5em 1em;
    border-bottom: dotted 2px #ff88a5;
}

.history_list dl {
    display: flex;
    flex-wrap: wrap;
}

.history_list dt {
    width: 30%;
}

.history_list dd {
    width: 70%;
}

.history_list dd p {
    margin: 0;
    padding-left:1em;
	text-indent:-1em;
}

.history_list dd p:before {
    content: "・";
}

@media (max-width: 499px) {
    .history_list dt {
        width: 100%;
        color: #ff88a5;
        font-weight: bold;
    }

    .history_list dd {
        width: 100%;
    }
}