@charset "utf-8";

/***sub_support****************************************/
.sub_support h3 {
    font-size: 1.2em;
    font-weight: bold;
}

.sub_support .intro .btn {
    background: #d0eeff;
    padding: 10px;
    width: 200px;
    text-align: center;
    margin: 3em auto;
    border: solid 1px #ccc;
}

.sisutem_01 {
    flex-direction: column;
    align-items: center;
    padding: 1em 0;
}

.text_box_01 {
    background-color: #eee;
    padding: 1em 2em;
    margin: 0 0 3em 0;
}

.text_box_01 dt {
    font-weight: bold;
}

.text_box_01 dd {
    margin: 0 0 1em 0;
}

.sisutem_01_box2 {
    margin: 0 0 3em 0;
}

.hataraku {
    background: aliceblue;
    padding: 2em 2em;
    margin: 0 0 2em 0;
}

.hataraku li {}

.hataraku li::before {
    content: "●";
    font-size: 0.8em;
    padding: 0 10px 0 0;
    color: #035eb4;
    vertical-align: text-bottom;
}