@charset "UTF-8";
/* CSS Document */

/*------------------------------
       申込完了ページ 
------------------------------*/

.complete__message{
	    font-size: 16px !important;
    font-weight: 700 !important;
    max-width: none !important;
    max-height: none !important;
}
/*------------------------------
      ヘッダーのアクティブ線
------------------------------*/

.v-tabs-slider-wrapper {
		display: none;
	}

/* 会員項目建物名非表示 */
.profile__content > section > .item__wrap > .item__address3 {
      display: none;
}

/* マイページ会員更新欄から建物名を非表示 */
.profile-edit__content > div > .item__wrap > .item__address3 {
      display: none;
}