body {
    margin: 0;
    font-family: "Sawarabi Gothic", "Noto Sans JP", sans-serif;
    font-style: normal;
    font-size: 16px;
    background-color: #fcfcfc;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    color: #3a4856;
}
.about_item_box {
    justify-content: space-between;
    align-items: flex-start;
}
.about-h3 {
    margin-bottom: 0;
    font-family: "Sawarabi Gothic", "Noto Sans JP", sans-serif;
    display: block;

}
.text-box {
    justify-content: space-between;
    align-items: center;
}
.about-text > div > span {
    color: #999;
    padding-left: 5px;
}
.sns-box {
    justify-content: flex-start;
}
.sns-link {
    width: 30px;
    padding-right: 7px;
}
/* 定義リストテーブル */
/* about-text */
.about_text_table {
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
}
.about_text_table > dt, .about_text_table > dd {
    padding: 5px;
    margin: 0;
    box-sizing: border-box;
}
.about_text_table > dt {
    width: 30%;
    font-weight: bold;
}
.about_text_table > dd {
    width: 70%;
}
/* できることテーブル */
.about-table {
  flex-wrap: wrap;
  width: 100%;
  padding: 0 5%;
  justify-content: center;
}
/* 余白 */
.about-table > dt, .about-table > dd {
    padding: 5px;
    margin: 0;
    box-sizing: border-box;
}
.about-table > dt {
    width: 30%;
    font-weight: bold;
    color: #93adbf;
}
.about-table > dd {
    width: 50%;
}

/* タブ高さ */
.tab__panel-box {
  min-height: 230px;
}
/*
=========
SPスタイル
========= */
@media screen and (max-width: 768px) {
    .about-table {
        padding: 0;
    }
    .about-table > dd, .about-table > dt {
        width: 100%;
    }
    .about-table > dt {
        font-size: 14px;
    }
    .about_item_box {
        flex-direction: column-reverse;
        align-items: flex-end;
    }
}