a {
  font-weight: 600;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  text-decoration: underline;
}

a.a_already-read,
a.a_no_room {
  font-weight: 400;
}

dl {
  margin-bottom: 1rem;
}

dl:last-child {
  margin-bottom: 0;
}

dd p:last-child {
  margin: 0;
}

.card_section p:last-child {
  margin: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
}

table th {
  padding: 2rem;
  text-align: center;
  color: #777;
  font-size: 1.2rem;
  font-weight: 600;
}

table td {
  background-color: #fff;
}

.article-area {
  margin-bottom: 1rem;
}

.badge-area {
  display: flex;
  align-items: center;
}

.badge-area div {
  margin-right: 2rem;
}

.badge-area div:last-child {
  margin-right: 0;
}

.button-area {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.button-area > span {
  margin-right: 1rem;
}

.button-area > span:last-child {
  margin-right: 0;
}

.button-area_liquid > span {
  margin-top: 1rem;
  width: 100%;
}

.button-area_liquid a {
  justify-content: center;
}

.button-area_start {
  justify-content: flex-start;
}

.button-area_stretch > span,
.button-area_stretch > input {
  flex-grow: 1;
}

.col-area {
  display: flex;
  flex-direction: column;
}

.col-area > div,
.col-area > span {
  margin-bottom: 1rem;
}

.col-area > div:last-child,
.col-area > span:last-child {
  margin-bottom: 0;
}

.col-area_xlarge > div {
  margin-bottom: 2rem;
}

.col-area_xlarge > div:last-child {
  margin-bottom: 0;
}

.col-area_large > div {
  margin-bottom: 1.5rem;
}

.col-area_large > div:last-child {
  margin-bottom: 0;
}

.col-area_small > span {
  margin-bottom: 0.5rem;
}

.col-area_small > span:last-child {
  margin-bottom: 0;
}

.control-area {
  white-space: nowrap;
  display: flex;
  align-items: center;
  margin-right: 2rem;
}

.control-area .control-area_section {
  display: flex;
  align-items: center;
  margin-right: 2rem;
}

.control-area .control-area_section .control-area_section_article {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}

.control-area .control-area_section .control-area_section_article .control-area_section_article_date {
  margin: 0 0.5rem;
}

.control-area .control-area_section .control-area_section_article .control-area_section_article_title {
  white-space: nowrap;
  margin-right: 0.5rem;
}

.control-area .control-area_section .control-area_section_article:last-child {
  margin-right: 0;
}

.control-area .control-area_section:last-child {
  margin-right: 0;
}

.control-area .control-area_section_stretch_wrap {
  flex-direction: column;
  flex-grow: 2;
}

.control-area .control-area_section_stretch_wrap .control-area_section_article_stretch {
  width: 100%;
  margin-right: 0;
  margin-bottom: 1rem;
}

.control-area .control-area_section_stretch_wrap .control-area_section_article_stretch .control-area_stretch {
  width: 100%;
}

.control-area .control-area_section_stretch_wrap .control-area_section_article_stretch .control-area_stretch .control-area_section_stretch {
  flex-grow: 2;
}

.control-area .control-area_section_stretch_wrap .control-area_section_article_stretch .control-area_stretch .control-area_section_stretch .control-area_section_article {
  width: 100%;
}

.control-area .control-area_section_stretch_wrap .control-area_section_article_stretch .control-area_stretch .control-area_section_stretch .control-area_section_article .form-select,
.control-area .control-area_section_stretch_wrap .control-area_section_article_stretch .control-area_stretch .control-area_section_stretch .control-area_section_article .form-text {
  width: 100%;
}

.control-area .control-area_section_stretch_wrap .control-area_section_article_stretch .control-area_stretch .control-area_section_stretch .control-area_section_article .multi-select {
  width: 100%;
}

.control-area .control-area_section_stretch_wrap .control-area_section_article_stretch .control-area_section_article_date,
.control-area .control-area_section_stretch_wrap .control-area_section_article_stretch .control-area_section_article_title {
  font-size: 1.2rem;
}

.control-area .control-area_section_stretch_wrap .control-area_section_article_stretch:last-child {
  margin-bottom: 0;
}

.control-area_section_article_title_none {
  padding-bottom: 10px;
}

.control-area:last-child {
  margin-right: 0;
}

.form-area {
  display: flex;
  align-items: center;
}

.form-area label {
  width: 8%;
  margin-right: 1rem;
  color: #777;
  font-size: 1.2rem;
  font-weight: 600;
  white-space: nowrap;
}

.form-area_row label {
  margin-right: 0;
  width: inherit;
}

.form-area-area_multiple-lines {
  align-items: flex-start;
}

.heading-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.heading-area.flex-end {
  justify-content: flex-end;
}

.heading-area .title-area {
  width: 100%;
  margin-right: 2rem;
}

.heading-area .title-area h2 {
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 1.6rem;
  border-bottom: 0;
}

.heading-area .title-area div {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
}

.heading-area .title-area div .title-area_contents {
  display: flex;
  align-items: center;
  margin-right: 2rem;
  color: #777;
}

.heading-area .title-area div .title-area_contents span:last-child {
  padding-left: 0.5rem;
}

.heading-area .title-area div .title-area_contents:last-child {
  margin-right: 0;
}

.heading-area .title-area .title-area_pagination {
  display: flex;
  align-items: center;
  margin-top: 0;
}

.heading-area .title-area .title-area_pagination h1 {
  margin-right: 2rem;
  font-size: 1.4rem;
}

.heading-area .title-area .title-area_pagination div {
  margin-top: 0;
}

.heading-area .title-area_nobutton {
  margin-right: 0;
}

.heading-area_card,
.heading-area_nomargin {
  margin-bottom: 0;
}

.heading-area_nocard {
  margin-bottom: 4rem;
}

.heading-area_right_large .title-area {
  width: inherit;
}

.heading-area_right_large form {
  flex-grow: 2;
}

.heading-area_secondary {
  margin-top: 4rem;
}

.row-area_card .heading-area {
  margin-bottom: 0;
}

.row-area_card .heading-area h2 {
  color: #333;
  font-size: 1.8rem;
  border-bottom: 0;
}

.row-area_card .heading-area_border {
  margin: 0 0 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid $color-gray;
}

.row-area_card .heading-area_border h2 {
  margin: 0;
  padding: 0;
  color: #777;
  font-size: 1.2rem;
  font-weight: 600;
  word-break: break-word;
}

.icon-area {
  display: flex;
  align-items: center;
  width: 100%;
}

.icon-area .notification_div {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.icon-area .notification_div .notification-label {
  margin-right: 0;
}

.icon-area .notification_div .badge-notify {
  background: red;
  position: relative;
  top: 0;
  right: -3px;
  margin-right: 0;
  color: white;
  border: none;
}

.icon-area .user_menu_div {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.icon-area .user_menu_div .notification-label {
  margin-right: 0;
}

.icon-area span {
  margin-right: 0.5rem;
}

.icon-area span:last-child {
  margin-right: 0;
}

.icon-area[data-controller="user-menu"] {
  position: relative;
  list-style: none;
}

.toast-container {
  pointer-events: none;
}

.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}

.top-5 {
  top: 5rem;
  right: 0;
  width: 120px;
}

.top-3 {
  top: 3rem;
  right: 0;
  width: 120px;
}

.top-4 {
  top: 4rem;
  right: 1rem;
  z-index: 99999;
  width: 120px;
}

.user-menu {
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  white-space: nowrap;
}

.user-menu:not(.show) {
  display: none;
}

.user-menu-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

.user-menu-body > *:not(:last-child) {
  margin-bottom: 1rem;
}

.user-menu-link {
  cursor: pointer;
}

.user_menu_child {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.img-txt-btn-area {
  display: flex;
}

.img-txt-btn-area .img-txt-btn-area_img {
  display: flex;
  width: 150px;
  height: 85px;
  background-color: #ebebeb;
  margin-right: 1rem;
}

.img-txt-btn-area .img-txt-btn-area_img img {
  object-fit: cover;
}

.img-txt-btn-area .img-txt-btn-area_txt {
  flex-grow: 2;
}

.img-txt-btn-area .img-txt-btn-area_txt .img-txt-btn-area_txt_article {
  margin-bottom: 1.5rem;
}

.img-txt-btn-area .img-txt-btn-area_txt .img-txt-btn-area_txt_article:last-child {
  margin-bottom: 0;
}

.img-txt-btn-area .img-txt-btn-area_btn {
  display: flex;
  flex-direction: column;
  margin-left: 2rem;
}

.img-txt-btn-area .img-txt-btn-area_btn > div {
  margin-bottom: 1rem;
}

.img-txt-btn-area .img-txt-btn-area_btn > div:last-child {
  margin-bottom: 0;
}

.input-area {
  display: flex;
  align-items: center;
}

.input-area span:nth-child(odd) {
  flex-grow: 1;
}

.input-area span:nth-child(even) {
  margin: 0 1rem;
}

.main-side-area {
  display: flex;
  justify-content: space-between;
}

.main-side-area .main-side-area_main {
  flex-grow: 2;
}

.main-side-area .main-side-area_side {
  flex-shrink: 0;
  width: 25%;
}

.main-side-area .main-side-area_side .main-side-area_side_title {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 1rem 0;
  font-weight: bold;
}

.main-side-area .main-side-area_side .main-side-area_side_disabled_link {
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 1rem;
  font-weight: bold;
  color: gray;
}

.main-side-area .main-side-area_side .main-side-area_side_disabled_link:after {
  color: gray;
  content: '\e5cc';
  font-family: 'Material Icons';
  font-size: 2.4rem;
}

.main-side-area_left-side-bar .main-side-area_side {
  margin-right: 2rem;
}

.main-side-area_right-side-bar .main-side-area_side {
  margin-left: 2rem;
}

.row-area {
  display: flex;
  align-items: center;
}

.row-area > span {
  margin-right: 1rem;
}

.row-area > span:last-child {
  margin-right: 0;
}

.row-area_xlarge > div,
.row-area_xlarge > span {
  margin-right: 2rem;
}

.row-area_xlarge > div:last-child,
.row-area_xlarge > span:last-child {
  margin-right: 0;
}

.row-area_small > div,
.row-area_small > span {
  margin-right: 0.5rem;
}

.row-area_small > div:last-child,
.row-area_small > span:last-child {
  margin-right: 0;
}

.row-area_card {
  display: flex;
}

.row-area_liquid span {
  flex-grow: 2;
  margin: 0;
  max-width: 500px;
}

.row-area_liquid .row-area_liquid_connect {
  flex-grow: 0;
  margin: 0 1rem;
}

.row-area_liquid .row-area_liquid_noconnect {
  margin-right: 1rem;
}

.row-area_liquid .row-area_liquid_noconnect:last-child {
  margin-right: 0;
}

.row-area_liquid.clear-date {
  padding-left: 2px;
  font-size: 120%;
  cursor: pointer;
}

.row-area_liquid.clear-date-side {
  padding-left: 2px;
  cursor: pointer;
  color: #dc143c;
}

.row-area_liquid.clear-date-side .round_btn {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #dc143c;
  margin-right: 5px;
}

.row-area_liquid.clear-date-side .round_btn::before,
.row-area_liquid.clear-date-side .round_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 15px;
  background: #fff;
}

.row-area_liquid.clear-date-side .round_btn::before {
  transform: translate(-50%,-50%) rotate(45deg);
}

.row-area_liquid.clear-date-side .round_btn::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

.row-area_stretch {
  flex-grow: 1;
}

.row-area_ai-start {
  align-items: start;
}

.row-area_jc-space-between {
  justify-content: space-between;
}

.section-area {
  margin-bottom: 2rem;
}

.content .section-area:last-child {
  margin-bottom: 0;
}

.space-between-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.space-between-area .space-between-area_main-area {
  flex-grow: 1;
}

.space-between-area .space-between-area_main-area > div {
  flex-grow: 1;
}

.space-between-area .space-between-area_main-area .control-area_section_article {
  width: 100%;
}

.thumbnail-area {
  flex-shrink: 0;
  position: relative;
}

.thumbnail-area img {
  max-height: 100px;
  object-fit: cover;
}

.thumbnail-area_square img {
  height: 140px;
  max-height: inherit;
  width: 140px;
}

.thumbnail-area_circle {
  flex-shrink: 0;
}

.thumbnail-area_circle img {
  border-radius: 50%;
  height: 48px;
  width: 48px;
}

.thumbnail-area_circle_border img {
  border: 0.5px solid;
  border-color: #d1cdcd;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}

.thumbnail-area_circle_large img {
  height: 84px;
  width: 84px;
}

.thumbnail-area_circle_profile img {
  border-radius: 50%;
  height: 132px;
  max-height: inherit;
  width: 132px;
}

.thumbnail-area_applied,
.thumbnail-area_soldout {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.thumbnail-area_applied span,
.thumbnail-area_soldout span {
  background-color: #fff;
  border-radius: 0.4rem;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1;
  padding: 0.5rem;
  transform: rotate(-15deg);
}

.thumbnail-area_applied span {
  border: 2px solid #777;
  color: #777;
}

.thumbnail-area_soldout span {
  border: 2px solid #c53939;
  color: #c53939;
}

.thumbnail-area_upload img {
  border-radius: 0.4rem;
  max-height: inherit;
  max-width: 200px;
  width: 100%;
}

.sticky_top {
  position: sticky;
  top: $sticky-top-position;
}

.ai_flex-end {
  align-items: flex-end;
}

.jc_flex-start {
  justify-content: flex-start;
}

.mb_00 {
  margin-bottom: 0;
}

.pl_05 {
  padding-left: 0.5rem;
}

@media screen and (max-width: 768px) {
  .heading-area {
    margin-bottom: 0;
    padding: 0 0 3rem;
  }

  .heading-area .title-area {
    margin-right: 0;
  }

  .main-side-area {
    flex-direction: column;
  }

  .main-side-area .main-side-area_side {
    width: 100%;
  }

  .main-side-area_left-side-bar .main-side-area_side {
    margin: 0 0 1rem;
  }

  .main-side-area_right-side-bar .main-side-area_side {
    margin: 1rem 0 0;
  }

  .mobile-only_d_block {
    display: block;
  }

  .mobile-only_pa_5 {
    padding: 5vw;
  }

  .mobile-only_mb-2 {
    margin-bottom: 0.5rem;
  }

  .mobile-only_button-area {
    width: 100%;
  }

  .mobile-only_button-area > div,
  .mobile-only_button-area > span {
    flex-grow: 1;
  }

  .mobile-only_col-area {
    flex-direction: column;
  }

  .mobile-only_col-area > div {
    margin: 0 0 1rem;
  }

  .mobile-only_col-area > div:last-child {
    margin: 0;
  }

  .mobile-only_col-area_xlarge > div {
    margin: 0 0 2rem;
  }

  .mobile-only_col-area_xlarge > div:last-child {
    margin: 0;
  }

  .mobile-only_control-area {
    width: 100%;
  }

  .mobile-only_control-area form {
    width: 100%;
  }

  .mobile-only_control-area form .mobile-only_control-area_stretch {
    flex-grow: 1;
  }

  .mobile-only_ai_center {
    align-items: center;
  }

  .mobile-only_ai_flex-start {
    align-items: flex-start;
  }

  .mobile-only_d_none {
    display: none;
  }

  .mobile-only_fg_1 {
    flex-grow: 1;
  }

  .mobile-only_m_00_10 {
    margin: 0 1rem;
  }

  .mobile-only_m_20_10 {
    margin: 2rem 1rem;
  }

  .mobile-only_m_20_10_0 {
    margin: 2rem 1rem 0;
  }

  .mobile-only_mt_10 {
    margin-top: 1rem;
  }

  .mobile-only_p_20_10 {
    padding: 2rem 1rem;
  }
}
