/** 詳細で項目名を表示した場合のデザイン調整 **/
/** 単語・文章・画像・テキストリンク・画像リンク・リッチテキスト・動画の項目名 **/
h2.title {
background: linear-gradient(-135deg, #7f10c2, #191970) !important; /* 背景色の変更 */
color: #fff; /* テキストの色変更 */
text-align: left !important;
padding: 10px !important;
margin: 20px 0 !important;
}
.booth__wrap h2.title {
font-weight: bold;
}

/** アンケートの項目名 **/
.questionnaire__title__wrap {
height: auto !important;
width: 100%;
font-size: 1.25rem!important;
background: linear-gradient(-135deg, #7f10c2, #191970) !important; /* 背景色の変更 */
color: #fff; /* テキストの色変更 */
text-align: left;
padding: 10px !important;
margin: 20px 0 !important;
}
.questionnaire__title__border {
display: none;
}

/** かんたんLive!配信の項目名 **/
.live-stream__title__wrap {
height: auto !important;
width: 100%;
font-size: 1.25rem!important;
background: linear-gradient(-135deg, #7f10c2, #191970) !important; /* 背景色の変更 */
color: #fff; /* テキストの色変更 */
text-align: left;
padding: 10px !important;
margin: 20px 0 !important;
}
.live-stream__title__border {
display: none;
}

/** Live!配信の項目名 **/
.live-stream-pro__title__wrap {
height: auto !important;
width: 100%;
font-size: 1.25rem!important;
background: linear-gradient(-135deg, #7f10c2, #191970) !important; /* 背景色の変更 */
color: #fff; /* テキストの色変更 */
text-align: left;
padding: 10px !important;
margin: 20px 0 !important;
}
.live-stream-pro__title__border {
display: none;
}

/** 資料ダウンロードの項目名 **/
.media-download__title__wrap {
height: auto !important;
width: 100%;
font-size: 1.25rem!important;
background: linear-gradient(-135deg, #7f10c2, #191970) !important; /* 背景色の変更 */
color: #fff; /* テキストの色変更 */
text-align: left;
padding: 10px !important;
margin: 20px 0 !important;
}
.media-download__title__border {
display: none;
}

/** マッチングチャットの項目名 **/
.booth-staff__wrap {
padding: 32px 0 32px !important;
}
span.booth-staff__title {
height: auto !important;
width: 100%;
font-size: 1.25rem!important;
background: linear-gradient(-135deg, #7f10c2, #191970) !important; /* 背景色の変更 */
color: #fff; /* テキストの色変更 */
text-align: left;
padding: 10px !important;
margin: 20px 0 !important;
display: block;
}
.booth-staff__title__border {
display: none;
}

/** 関連ブースの項目名 **/
.relational-booth__title {
height: auto !important;
width: 100%;
font-size: 1.25rem!important;
background: linear-gradient(-135deg, #7f10c2, #191970) !important; /* 背景色の変更 */
color: #fff; /* テキストの色変更 */
text-align: left;
padding: 10px !important;
margin: 20px 0 !important;
}
.relational-booth__title__border {
display: none;
}

/** 商談予約の項目名 **/
.business-appointment__title {
height: auto !important;
width: 100%;
font-size: 1.25rem!important;
background: linear-gradient(-135deg, #7f10c2, #191970) !important; /* 背景色の変更 */
color: #fff; /* テキストの色変更 */
text-align: left;
padding: 10px !important;
margin: 20px 0 !important;
}
.business-appointment__title__border {
display: none;
}
