.member_renewal .contact_wrap {
  padding: 32px 32px 32px 32px;
  background-color: #fff;
}

.member_renewal .chat-avatar4 {
  margin-left: 8px;
  background-color: #ddd;
  border-color: #ebebeb;
  flex: none;
}

.member_renewal .chat-avatar4 img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0; /* sp_contract.cssの上書き */
  object-fit: cover;
}

.member_renewal .contactbook_menu {
  display: flex;
  height: 32px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.member_renewal .contactbook_menu div {
  margin-left: 8px;
  height: 32px;
  width: 96px;
  line-height: 32px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  letter-spacing: .15em;
  text-align: center;
  font-weight: bold;
  color: #01a2c1;
  background-color: #fff;
  cursor: pointer;
}

.member_renewal .contactbook_menu div:first-child {
  margin-left: 0;
}

.member_renewal .contactbook_menu div.tab_active {
  color: #fff;
  background-color: #01a2c1;
}

.member_renewal .contactbook_menu>div:hover {
  background-color: #ddd;
}

.member_renewal .contact_dropdown {
  display: block;
  width: 100%;
  height: 100%;
}

.member_renewal .contactbook_menu div.tab-billing_items {
  width: 115px;
  font-size: 1rem;
}

.member_renewal #main_plan {
  margin-left: 200px;
  overflow: hidden;
  background-color: #f3f3f4;
  min-height: 1300px;
}

.member_renewal h3.category-title {
  letter-spacing: .15em;
  text-indent: 7px;
  margin-left: 0;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  font-weight: bold;
  font-size: 14px;
  color: #b3b3b3;
  cursor: pointer;
}

.member_renewal h3.category-title:after {
  content: "";
  flex-grow: 1;
  height: 2px;
  background: #ddd;
  display: block;
  margin-left: 16px;
}

.member_renewal .category-icon {
  color: #b3b3b3;
  margin-top: 4px;
}

.member_renewal .btn-sm {
  padding: 3px 12px;
}

.member_renewal u {
  font-size: 12px;
}

.head_shot_view {
  margin-left: inherit;
  position: absolute;
  right: 0%;
  width: 150px;
  height: 150px;
  margin-right: 20px;
}

.head_shot_edit {
  margin-left: inherit;
  right: 0%;
  width: 150px;
  margin-right: 20px;
}

.head_shot_view .alubm_img_list {
  background-color: #f7f7f9;
  text-align: center;
  position: relative;
  max-width: 150px;
  max-height: 150px;
  min-width: 150px;
  min-height: 150px;
}

.head_shot_edit .alubm_img_list {
  background-color: #f7f7f9;
  text-align: center;
  position: relative;
  min-width: 150px;
  min-height: 150px;
}

.head_shot_view .alubm_img_list:after,
.head_shot_edit .alubm_img_list:after {
  content: "\f007";
  font-family: FontAwesome;
  text-align: center;
  position: absolute;
  font-size: 120px;
  color: #edecf0;
  top: 13%;
  margin-top: -28px;
  right: 32px;
  z-index: 0;
}

.head_shot_view .alubm_img_list img,
.head_shot_edit .alubm_img_list img {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 100%;
  height: 150px;
  object-fit: cover;
}

.item_highlight {
  animation: highlight 1s;
}

@keyframes highlight {
  0% {
    background: none;
  }

  50% {
    background: #fdfddc;
  }

  100% {
    background: none;
  }
}

.member_renewal .archives-box {
  margin-top: 90px;
  padding-left: 24px;
}

.archives-box .month {
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: inherit;
}

.accordion {
  -webkit-transition: height .5s ease;
  transition: height .5s ease;
}

.accordion .hide {
  height: 0;
}

.member_renewal .link_text {
  cursor: pointer;
  text-decoration: underline;
  padding-left: 8px;
}

.changes-modal .no_update_text {
  color: #ccc;
}

.changes-modal .row_header_changes {
  text-align: left;
  margin-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  font-weight: bold;
}

.changes-modal .row_body_changes {
  text-align: left;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
}

.changes-modal .row_border {
  border-bottom: 1px solid #eee;
  margin-bottom: 12px;
}

/* マニュアル */
.member_renewal .contactbook_link {
  position: inherit;
  padding-right: 8px;
}

/* マニュアル end */

@media print {
  .manual_link.contactbook_link {
    display: none;
  }

  .member_renewal .contactbook_menu {
    display: none;
  }

  .member_renewal #plan_base_yoko {
    width: 100%;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
  }

  .member_renewal .display_member_id {
    top: -2px;
    display: none;
  }

  .member_renewal .register_information {
    display: none;
  }
}
