/* * Mail Form */
/* フォーム全体の余白を削除 */
/* テーブル行間の隙間をなくす */
table {
    font-size: 1rem;
    margin: 50px auto;
    padding: 50px auto 50px 5%;
    border-spacing: 0;
    width: 800px;
    border-right: solid 1px rgb(0, 0, 0);
}

h2 {
    margin-bottom: 50px;
}


table th {
    width: 25%;
    height: auto;
    padding-left: 5%;
    background-color: rgb(0, 0, 0);
    border-top: solid 1px rgb(0, 0, 0);
    border-bottom: solid 1px rgb(255, 255, 255);
    text-align: left;
    font-size: 1rem;
    font-weight: 500;
    color: white;
}


table td {
    width: 75%;
    border-top: solid 1px rgb(0, 0, 0);
    text-align: left;
    padding-left: 5%;
    font-size: 0.9rem;
    font-weight: 300;
}

table td .sp-br {
    display: none;
}


table td li {
    list-style: none;
}

table tr:last-child th,
table tr:last-child td {
    border-bottom: 1px solid rgb(0,0,0);

}

/* 代表メッセージ ・・・・・・・・・・・・・・・・・・・・*/

.top-message-wrap {
    margin-top: 130px;
}


.top-message {
    display: flex;
    height: auto;
    border-bottom: 1px solid rgb(0,0,0);
    width: 100%;
    padding-bottom: 0px;
}

.top-message-text {
    max-width: 62%;
    width: 100%;
    text-align: left;
    padding-right: 30px;
}

.top-message-lead {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 3rem;
    border-bottom: solid 1px rgb(0,0,0);
    padding-bottom: 2rem;
    letter-spacing: 0.1rem;
}
.top-message-lead br{
    display: none;
}

.top-message-description {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.7rem;
    letter-spacing: 0.2rem;
}

/* top-img-wrap コンテナのスタイル */
.top-img-wrap {
    max-width: 38%;
    width: 100%;
    height: 55rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 横方向の中央揃え */
 
}

/* 画像のスタイル */
.top-img-wrap img {
    max-width: auto;
    width: 100%;
    padding-left: 2rem;
}

/* テキストのスタイル */
.top-img-wrap p {
    margin: 5px 0;
    /* 段落間の余白 */
    text-align: center;
    /* テキストを中央揃え */
    font-weight: 400;
    height: 3rem;
    padding-left: 2rem;
}



/* 個別のスタイルが必要な場合 */
.top-img-wrap .top-postname {
    font-size: 0.9rem;
    margin-top:3rem;
}

.top-img-wrap .top-name {
    font-size: 1.5rem;
    margin-top: 20px;
    padding-bottom: 1rem;
}

.top-img-wrap .top-name-rubi {
    margin-top: -10px;
    font-size: 0.7rem;
    font-weight: 200;
    padding-bottom: 4rem;
}