/* =========================================================
   Plofile
   ========================================================= */
.sg-profile {
  padding: 0 0 50px;
}

/* -----------------------------------------
  表（会社情報）
----------------------------------------- */
.sg-profile .sgp-tablewrap {
    margin-top: 20px;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

.sg-profile .sgp-table {
    width: 100%;
    border-collapse: collapse;
    border-left: none !important;
    border-right: none !important;
}

.sg-profile .sgp-table th,
.sg-profile .sgp-table td {
    border-bottom: 1px solid rgba(0,0,0,.35);
    border-left: none !important;
    border-right: none !important;
    vertical-align: top;
    padding: 20px 22px;
    line-height: 1.7;
}

/* 最初の行の上にライン */
.sg-profile .sgp-table tr:first-child th,
.sg-profile .sgp-table tr:first-child td{
  border-top: 1px solid rgba(0,0,0,.35);
}

.sg-profile .sgp-table th {
    width: 220px;
    background: #eaedf0;
    font-weight: 400;
    text-align: left;
    letter-spacing: .06em;
    white-space: nowrap;
}

.sg-profile .sgp-table td {
    background: #fff;
}

/* セル内の段落の余白を整える */
.sg-profile .sgp-table td p {
    margin: 0;
}

.sg-profile .sgp-line {
    margin-top: 6px;
}

/* 業務内容（番号リスト） */
.sg-profile .sgp-ol {
    margin: 0;
    padding-left: 1.4em;
}

.sg-profile .sgp-ol li {
    margin: 0;
}

/* 展示場住所：ブロック */
.sg-profile .sgp-block+.sgp-block {
    margin-top: 18px;
}

/* 見出し行（■店名） */
.sg-profile .sgp-block-title {
    margin: 0 0 8px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* メール部分 */
.sg-profile .sgp-mail{
  margin-left: 18px;
  display: inline-flex;
  align-items: center;
  gap: 6px; 
}

.sg-profile .sgp-mail-ico.material-icons-outlined{
  position: static; 
  font-size: 18px;
  line-height: 1;
  color: #0055ff;
  transform: translateY(2px); 
}

/* -----------------------------------------
  Responsive
----------------------------------------- */
@media (max-width: 600px) {
    .sg-profile {
        padding: 40px 0 80px;
    }

    .sg-profile .sgc-h1 {
        font-size: 34px;
    }

    .sg-profile .sgc-pagehead-en {
        font-size: 14px;
    }

    .sg-profile .sgc-pagehead-en::before {
        width: 260px;
    }

    .sg-profile .sgp-tablewrap {
        padding: 0 18px;
    }

    .sg-profile .sgp-table th,
    .sg-profile .sgp-table td {
        padding: 14px 14px;
        font-size: 14px;
        line-height: 1.85;
    }

    .sg-profile .sgp-table th {
        width: 92px;
        padding-left: 12px;
        padding-right: 12px;
    }

    /* スマホではメールは次の行に落ちてもOKにする */
    .sg-profile .sgp-mail {
        margin-left: 0;
        display: flex;
        margin-top: 6px;
    }
}