@charset "utf-8";

/*////////////////////////////////////////////////
tab design
////////////////////////////////////////////////*/
/* 共通 */
.border_b {
  border-bottom: 2px solid #189A94;
}

.mypage-commonparts {
  margin-top: 32px;
  border-bottom: 2px solid #189A94;
}

.mypage-commonparts .tab-area ul.tab-list-wrap {
  display: flex;
  list-style-type: none;
  justify-content: center;
  padding: 0;
  margin: 0;
  gap: 13px;
  border-bottom: #189A94;
  text-align: center;
  color: #017d79;
  font-family: "Noto Sans JP", -apple-system BlinkMacSystemFont;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.mypage-commonparts .tab-area li.tab-list {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 65px;
  border-top: 2px solid #189A94;
  border-right: 2px solid #189A94;
  border-left: 2px solid #189A94;
  border-radius: 10px 10px 0 0;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 2px -1px 6px 0px rgba(0, 0, 0, 0.4);
  position: relative;
}

.mypage-commonparts .tab-area .wideBtn {
  padding: 0 20px;
}

.mypage-commonparts .tab-area li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 65px;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
}

@media (max-width: 960px) {
  .mypage-commonparts .tab-area li,
  .mypage-commonparts .tab-area li a {
    height: 41px;
  }
}

.mypage-commonparts .tab-area li a:hover {
  color: white;
  background: #189a94a3;
  opacity: 1 !important;
  cursor: pointer;
  outline: 4px solid #189a941f;
  outline-offset: -3px
}

.mypage-commonparts .tab-area li.tab-list a:hover::before {
  content: "";
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translate(-5%, -50%);
  background: #ffffff;
  height: calc(tan(60deg) * 18px / 2);
  width: 9px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  opacity: 0.7 !important;
}

.mypage-commonparts .tab-area li.wideBtn {
  position: relative;
  width: 160px;
  height: 65px;
  color: #017d79;
  background-color: white;
  padding: 0;
}

.mypage-commonparts .tab-area li.wideBtn a:hover {
  position: absolute;
}

@media (max-width: 960px) {
  .mypage-commonparts .tab-area li.wideBtn {
    position: relative;
    width: 140px;
    height: 65px;
    color: #017d79;
    background-color: white;
    padding: 0;
  }

  .mypage-commonparts .tab-area li.wideBtn a:hover {
    position: absolute;
    width: 140px;
  }
}

.mypage-commonparts .tab-area li.tab-list.page_active .wideBtn a {
  color: white;
}

/* --- PCサイズのみ反映 --- */
@media (min-width: 961px) {
  .mypage-commonparts .tab-area li.tab-list a {
    min-width: 122px;
    max-width: 225px;
  }

  .mypage-commonparts .tab-area li.tab-list {
    min-width: 122px;
    max-width: 225px;
  }
}

/*--- page active ---*/
.mypage-commonparts .tab-area li.tab-list.page_active {
  background: #189A94;
  border-top: 2px solid #189A94;
  border-right: 2px solid #189A94;
  border-left: 2px solid #189A94;
  color: white !important;
  cursor: default;
}

.mypage-commonparts .tab-area li.tab-list.page_active::before {
  content: "";
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translate(-5%, -50%);
  background: #ffffff;
  height: calc(tan(60deg) * 18px / 2);
  width: 9px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

/*--- scrollbar ---*/
@media (max-width: 960px) {
  .mypage-commonparts .tab-area ul.tab-list-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: flex-start;
    padding-left: max(20px, calc(calc(100vw - 719px) / 2));
    padding-right: max(20px, calc(calc(100vw - 719px) / 2));
    display: grid;
    column-gap: 6px;
    grid-template-columns: 106px 106px 140px 140px 81px 106px 140px;
    scroll-snap-type: x mandatory;
  }

  .mypage-commonparts .tab-area ul.tab-list-wrap::-webkit-scrollbar {
    background-color: #E5E5E5;
    height: 8px;
  }

  .mypage-commonparts .tab-area ul.tab-list-wrap::-webkit-scrollbar-thumb {
    background-color: #224D77;
    border-radius: 10px;
  }

  .mypage-commonparts .tab-area ul.tab-list-wrap::-webkit-scrollbar-thumb:hover {
    background-color: #224D77;
  }

  .mypage-commonparts .tab-area ul.tab-list-wrap li {
    font-size: 0.875rem;
    height: 41px;
    line-height: 15px;
  }
}

.mypage-commonparts .tab-area li.tab-list.page_active.scroll-snap {
  scroll-snap-align: center;
}

/*---削除・編集ボタン共通設定---*/
.list_content_block .btnAreabottom .content_edit {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

/*  新規追加ボタン  */
#mypage-postlist .new_content,
#mypage_casestudy .new_content {
  display: flex;
  justify-content: right;
}

/*---新規追加ボタン位置調整---*/
#utilizelist .new_content {
  margin: 32px 0 24px;
}

#mypage-postlist .new_content {
  margin-bottom: 24px;
}

@media (max-width:960px) {
  #utilizelist .new_content {
    margin: 24px 0;
  }

  #mypage-postlist .new_content {
    margin: 24px 0;
  }
}

/* いいねカウント位置調整 */
#mypage-postlist .list_content_block .btnAreabottom .content_edit {
  margin-top: 64px;
}

#mypage-postlist .likecount {
  margin-left: auto;
}

@media (min-width: 649px) and (max-width: 960px) {
  #mypage-postlist .likecount,
  #mypage-postlist  .likecount.likecount_on {
    position: relative;
    width: fit-content;
    min-width: 213px;
    height: auto;
    margin: 0 auto;
    margin-top: 24px;
    word-break: break-all;
    padding: 6px;
  }

  #mypage-postlist .likecount ul,
  #mypage-postlist  .likecount.likecount_on ul {
    margin-bottom: 0;
  }

  #mypage-postlist .list_content_block .btnAreabottom .content_edit {
    margin: 0 0 24px;
  }

  #mypage-postlist .likecount::before {
    content: "";
    height: 28px;
    width: 32px;
    left:8px;
    position: absolute;
  }

  #mypage-postlist .likecount.likecount_on::before {
    content: "";
    height: 33px;
    width: 41px;
    left:8px;
    position: absolute;
  }
}

@media (max-width: 648px) {
  #mypage-postlist .list_content_block .btnAreabottom .content_edit {
    margin-top: 0;
  }

  #mypage-postlist .likecount,
  #mypage-postlist .likecount.likecount_on {
    position: relative;
    width: 100%;
    min-height: 30px;
    height: auto;
    margin: 0 auto;
    margin-top: 24px;
    word-break: break-all;
    padding: 6px;
  }

  #mypage-postlist .likecount ul,
  #mypage-postlist .likecount.likecount_on ul {
    margin-bottom: 0;
  }

  .likecount p.count,
  .likecount.likecount_on  p.count {
    display: block;
    text-align: center;
    width: fit-content;
  }

  #mypage-postlist .likecount::before {
    left:8px;
    position: absolute;
  }

  #mypage-postlist .likecount.likecount_on::before {
    right:5px;
    position: absolute;
  }
}

/* 削除・更新ボタン */
@media (min-width: 961px) {
  #mypageCatalog .edit_btn,
  #mypage_casestudy .edit_btn,
  #mypageCatalog .delete_btn,
  #mypage_casestudy .delete_btn,
  #mypage-postlist .edit_btn,
  #mypage-postlist .delete_btn {
    width: 200px;
    height: 50px;
    border: 2px solid;
    border-radius: 5px;
  }

  #mypageCatalog .delete_btn,
  #mypage_casestudy .delete_btn,
  #mypage-postlist .delete_btn {
    padding: 10px 4px;
    margin: 0 10px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: left 16px center;
    background-image: url("../images/icon_circle_delete.svg");
  }

  #mypageCatalog .edit_btn,
  #mypage_casestudy .edit_btn,
  #mypage-postlist .edit_btn {
    border-color: #006563;
    background-color: #006563;
    padding: 10px 4px;
    color: white;
    text-align: center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: left 16px center;
    background-image: url("../images/icon_btn_pen.svg");
  }

  #mypage_casestudy .edit_btn {
    margin-right: 0;
  }
}

/* 削除・更新ボタン SP版 */
@media (max-width:960px) {
  .list_content_block .btnAreabottom .content_edit {
   width: 100%;
    margin: 0 auto 24px;
  }

  .btnAreabottom .content_edit .delete_btn {
    width: 100%;
    max-width: 300px;
    height: 45px;
    margin: 0 12px 0 0;
  }

  .btnAreabottom .content_edit .edit_btn {
    width: 100%;
    max-width: 300px;
    height: 45px;
    margin: 0 0 0 12px;
  }

  .btnAreabottom .content_edit {
    margin-left: 12px;
  }

  .btnAreabottom .content_edit form {
    width: 100%;
    max-width: 300px;
    margin-left: 12px;
  }

  .btnAreabottom .content_edit form > button {
    width: 100%;
    max-width: 300px !important;
    margin-left: 0 !important;
  }
}

@media (max-width: 648px) {
  .btnAreabottom .content_edit .delete_btn,
  .btnAreabottom .content_edit .edit_btn,
  .btnAreabottom .content_edit form,
  .btnAreabottom .content_edit form button {
    width: 100%;
    max-width: 280px !important;
    margin-left: 0;
  }
}

/*////////////////////////////////////////////////
会員情報 common
////////////////////////////////////////////////*/

#heading h1 {
  height: auto;
  width: 100%;
  color: #006563;
  text-align: center;
}

.title_area h2 {
  width: fit-content;
  height: fit-content;
  min-width: 15rem;
  min-height: 3.0625rem;
  margin: 30px 0;
  padding: 0 10px;
  color: #017d79;
  border-left: 11px solid #006563;
  border-bottom: 2px solid #017d79;
}


@media (max-width: 960px) {
  .tab_content {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 24px !important;
  }

  .tab_content .part {
    padding-left: 0;
    padding-right: 0;
  }

  .title_area h2 {
    width: fit-content;
    height: fit-content;
    min-width: 10rem;
    min-height: 2.4rem;
    font-size: 1.5rem;
  }
}

.tab_content {
  font-size: 1rem;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.tab_content h4 {
  color: #006563;
  font-size: 1.5rem;
}

.tab_content .part {
  padding-left: 100px;
  padding-right: 100px;

  text-align: left;
}

.tab_content .note {
  font-size: 0.875rem;
}

/*---------- button design ----------*/
/*-- green --*/
.btn_greenhover:hover,
.btn_greenhover>a:hover {
  opacity: 1;
  transition: 0.5s;
  color: #8effe5;
}

/*////////////////////////////////////////////////
table　common
////////////////////////////////////////////////*/
table.mypage-table {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  border-collapse: collapse;
  border: 1px double #224D77;
}

table.mypage-table th {
  background: #224D77;
  letter-spacing: 0px;
  color: #FFFFFF;
  /* border: 1px solid #FFFFFF; */
  border-right: 1px solid #fff;
  padding: 15px 5px;
  font-size: 1.125rem;
  font-weight: 400;
  cursor: default;
}

table.mypage-table tr {
  border: 1px solid #707070;
}

#mypage_requestdata table.mypage-table tr:hover,
#mypage_inquerydata table.mypage-table tr:hover {
  background-color: #ebf6f6 !important;
  cursor: pointer;
  transition: all 0.1s ease 0s;
}

/* 省略 */
table.mypage-table .td-ellipsis {
  font-size: 1rem;
  padding: 0 6px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  border-right: 0;
}

.td-name {
  border-left: 1px dashed #707070;
}

table.mypage-table .td-ellipsis:last-child {
  border-right: 0;
}

/*  起案日時  コピーペースト対応*/
table td.td-datetime span {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
}

table td.td-datetime span.t-time {
  margin-top: -1.5rem;
  /*1行分上に縮める*/
}

/* table area 横スクロール */
.mypage-table {
  padding-bottom: 24.5px;
}

#mypage_inquerydata,
#mypage_requestdata,
#analysis_tableArea01,
#analysis_tableArea02 {
  overflow: auto;
}

#mypage_inquerydata::-webkit-scrollbar,
#mypage_requestdata::-webkit-scrollbar,
#analysis_tableArea01::-webkit-scrollbar,
#analysis_tableArea02::-webkit-scrollbar {
  height: 10px;
}

#mypage_inquerydata::-webkit-scrollbar-track,
#mypage_requestdata::-webkit-scrollbar-track,
#analysis_tableArea01::-webkit-scrollbar,
#analysis_tableArea02::-webkit-scrollbar {
  background-color: #E5E5E5;
  border-radius: 10px;
  height: 10px;
}


#mypage_inquerydata::-webkit-scrollbar-thumb,
#mypage_requestdata::-webkit-scrollbar-thumb,
#analysis_tableArea01::-webkit-scrollbar-thumb,
#analysis_tableArea02::-webkit-scrollbar-thumb {
  width: 256px;
  background-color: #224D77;
  border-radius: 10px;
}

#mypage_inquerydata::-webkit-scrollbar-thumb:hover,
#mypage_requestdata::-webkit-scrollbar-thumb:hover,
#analysis_tableArea01::-webkit-scrollbar-thumb:hover,
#analysis_tableArea02::-webkit-scrollbar-thumb:hover {
  background-color: #224D77;
}

table.mypage-table td {
  height: auto;
  border-right: 1px dashed #707070;
  font-size: 1rem;
  padding: 4px 12px;
  color: #141414;
  text-align: center;
  background: #ffffff00;
}

/* scroll simplebar*/
.simplebar-track {
  background: #E5E5E5;
  border-radius: 10px;
}

.simplebar-track .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}

.simplebar-track .simplebar-scrollbar::before {
  background: #224D77;
  /* ここでバーの色を設定 */
}

@media (max-width: 960px) {
  table.mypage-table {
    display: block;
    width: 1000px;
    -webkit-overflow-scrolling: touch;
    border: none;
  }
}

.mypage-table .td-detail,
.mypage-table .td-name,
.mypage-table .td-datetime,
.mypage-table .td-comment {
  text-align: left;
  overflow-wrap: anywhere;
}

.mypage-table .td-datetime {
  text-align: right;

}

.mypage-table .td-number,
.mypage-table .td-name {
  width: 13%;
  overflow-wrap: anywhere;
}

.mypage-table .th-detail,
.mypage-table .th-inquirydetail {
  width: 15%;
}

.mypage-table .th-date,
.mypage-table .th-update {
  width: 11%;
}

.mypage-table .th-comment {
  width: 26%;
}

.mypage-table .th-status {
  position: relative;
  width: 12%;
  height: 100%;
}

.mypage-table .th-status #help-icon {
  float: right;
}

@media (min-width: 961px) {
  .mypage-table .th-status #help-icon {
    display: block;
  }

  .mypage-table .th-status #help-icon-sp {
    display: none;
  }
}

.mypage-table .status2 {
  position: relative;
  top: 0;
}

.mypage-table .status2::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%) translateX(-10%);
  width: 22px;
  height: 22px;
  background-image: url("../images/icon_circle_caution.svg");
  background-repeat: no-repeat;
  background-size: 22px 22px;
}

@media (max-width: 960px) {
  .mypage-table .th-status #help-icon {
    display: none;
    float: none;
  }

  table.mypage-table th.th-status #help-icon-sp {
    display: block;
    cursor: pointer;
    width: 18px;
    height: 18px;
  }

  table.mypage-table th.th-status {
    display: flex;
    width: fit-content;
  }

}

@media (max-width: 960px) {
  .table-description {
    align-items: flex-start;
  }

  .dd_tri {
    min-width: 18px;
    width: 18px;
    height: 16px;
    margin-top: 10px;
  }

  table.mypage-table th.th-status {
    width: 120px;
    justify-content: center;
    height: 57px;
  }
}

@media (min-width: 961px) {
  .mypage-table.analysis_table {
    max-width: 100%;
  }

  /*------ 分析 ------*/
  .mypage-table.analysis_table .td-number {
    width: 12%;
  }

  .mypage-table.analysis_table tr:nth-child(odd) td {
    background: #EEFFFE;
  }

  .mypage-table.analysis_table .th-date {
    width: auto;
  }

  table.mypage-table tr:hover {
    background-color: #ffffff00;
    cursor: default;
    ;
  }

  .mypage-table.analysis_table .td-detail+.td-datetime {
    border-left: 1px dashed #707070;
  }
}

/*////////////////////////////////////////////////
申請・お問合せ履歴
////////////////////////////////////////////////*/
@media (max-width: 960px) {
  /*tab下スペース*/
  #myapplication .inner-section,
  #myinquiry .inner-section {
    margin-top: 24px;
  }
}

/* table上説明文 */
.table-description {
  display: flex;
  text-align: left;
  align-items: center;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.dd_tri {
  background: #189A94;
  height: 23px;
  width: 26px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin-right: 12px;
  display: inline-block;
}

.description-msg {
  display: inline;
}

/* tooltip 共通*/
#help-icon {
  height: 20px;
  width: 20px;
  margin-right: 4px;
}

.th-status {
  position: relative;
}

#status-help {
  display: none;
  position: absolute;
  /*left: 80%;*/
  left: -130%;
  width: 323px;
  border: #189A94 1px solid;
  text-align: center;
  z-index: 999;
}

#status-help-sp {
  display: none;
  position: absolute;
  /*left: 80%;*/
  width: 323px;
  border: #189A94 1px solid;
  text-align: center;
  z-index: 999;
}

.tooltip-outline {
  padding: 6px 14px;
  background-color: #189A94;
  color: white;
  font-size: 1rem;
  line-height: 1.3125rem;
}

#status-help-sp .tooltip-outline {
  background-color: #11103d;
}


.tooltip-description {
  display: grid;
  grid-template-columns: 80px 18px auto;
  background-color: white;
  color: #2A2A2A;
  font-size: 0.875rem;
  line-height: 1.375rem;
}

span.status-name {
  font-weight: bold;
}

.status-description {
  text-align: left;
  margin-bottom: 6px;
}

.table-page-inner {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 80px;
}

#mypage_requestdata table.mypage-table,
#mypage_inquerydata table.mypage-table {
  width: 100%;
  max-width: 1200px;
  min-width: 1000px;
  margin: 0 auto;
  border-collapse: collapse;
}

#mypage_requestdata table.mypage-table tr:hover,
#mypage_inquerydata table.mypage-table tr:hover {
  background-color: #D0EFEE;
  cursor: pointer;
  ;
}

/* tooltip SP */
#status-help-sp {
  margin: 24px auto;
  opacity: 0;
}

#status-help-sp .tooltip-outline {
  display: flex;
  align-items: center;
  justify-content: center;
}

#status-help-sp .tooltip-outline img {
  width: 20px;
  margin-right: 5px;
}

/*--- sp modal ---*/
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgb(0 0 0 / 60%);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  /*overflow: hidden;*/
  transition: .3s;
  box-sizing: border-box;
}

/*モーダル本体の擬似要素の指定*/
.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 50%;

}

.modal-container.active {
  opacity: 1;
  visibility: visible;
}

/*モーダル枠の指定*/
.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 90%;
}

/*モーダルを閉じるボタンの指定*/
.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  left: 0;
  width: 20px;
  height: 20px;
  font-size: 1.25rem;
  color: #fff;
  cursor: pointer;
}

/*モーダル内のコンテンツの指定*/
.modal-content {
  background: #fff;
  text-align: left;
  width: 323px;
}

.modal-content .tooltip-outline {
  text-align: center;
}

.modal-content .tooltip-description {
  padding: 0 12px;
}

/* 申請履歴 */
#mypage_requestdata #status-help .tooltip-description {
  padding: 12px 0;
}

/* お問合せ履歴 */
#mypage_inquerydata #status-help {
  /*left: 50%;*/
  width: 323px;
  border: #189A94 1px solid;
  text-align: center;
  z-index: 999;
}

#mypage_inquerydata #status-help .tooltip-description {
  grid-template-columns: 80px 18px auto;
  padding: 12px 12px;
  background-color: white;
  color: #2A2A2A;
  font-size: 0.875rem;
  line-height: 1.375rem;
}

/*////////////////////////////////////////////////
分析
////////////////////////////////////////////////*/
#myanalyze.tab_content {
  margin-top: 32px;
  margin-bottom: 80px;
}

.tab_content #ranking ul,
.tab_content #ranking_dl ul,
.tab_content #ranking_view ul {
  margin-bottom: 48px;
}

#myanalyze #ranking ul li,
#myanalyze #ranking_dl ul li,
#myanalyze #ranking_view ul li {
  display: flex;
  text-align: left;
}

#myanalyze #ranking ul li .rank,
#myanalyze #ranking_dl ul li .rank,
#myanalyze #ranking_view ul li .rank {
  margin-right: 16px;
}

#myanalyze #ranking ul li a,
#myanalyze #ranking_dl ul li a,
#myanalyze #ranking_view ul li a {
  margin-top: 6px;
  width: 100%;
  line-break: anywhere;
}

.tab_content #ranking ul li,
.tab_content #ranking_dl ul li,
.tab_content #ranking_view ul li {
  border-bottom: none;
  padding-top: 0;
  margin-bottom: 24px;
}

.chart_area_wrap {
  max-width: 1000px;
  margin: 0 auto;
  /* overflow-x: auto; */
}

#myanalyze table.mypage-table .td-ellipsis {
  min-height: 33px;
  width: 100%;
  min-width: 250px;
}

@media (max-width: 960px) {
  .chart_area_wrap {
    width: 100%;
    padding-bottom: 24px;
    /* overflow: auto; */
  }

  .chart_area_wrap::-webkit-scrollbar {
    height: 15px;
    background-color: #E5E5E5;
    border-radius: 10px;
  }

  .chart_area_wrap::-webkit-scrollbar-thumb {
    width: 256px;
    background-color: #224D77;
    border-radius: 10px;
  }

  .chart_area_wrap::-webkit-scrollbar-thumb:hover {
    background-color: #224D77;
  }

}

.chart_area {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 1000px;
  margin: 0 auto;
  padding: 14px 39px 42px;
  border-style: solid;
  border-width: 1px;
  border-color: #707070;
}

.chart_select_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.chart_select {
  width: 161px;
  height: 35px;

  padding-left: 27px;
  padding-top: 6px;
  padding-bottom: 6px;

  border-style: solid;
  border-width: 1px;
  border-color: #000000;
}

.chart_legend {
  display: flex;
  gap: 25px;
}

.chart_legend_block {
  display: flex;
  flex-wrap: nowrap;
  height: 100px;
  align-items: center;
}

.chart_legend_block .chart_legend_line {
  width: 100px;
}

/* グラフ内タイトル */
.chart_area_wrap .title_area_ranking {
  border-bottom: none;
  padding: 0;
  margin-bottom: 24px;
}

.chart_area_wrap .title_area_ranking h4 {
  font-size: 1.5rem;
}

.title_area_ranking {
  width: 500px;
  padding: 10px;
  text-align: left;
  margin-bottom: 32px;
  border-bottom: 2px solid #189A94;
}

@media (max-width: 960px) {
  .title_area_ranking {
    width: 100%;
    padding: 10px 0;
  }

  .title_area_ranking h4 {
    font-size: 1.25rem !important;
  }

  .tab_content #ranking ul,
  .tab_content #ranking_dl ul,
  .tab_content #ranking_view ul {
    margin-bottom: 46px;
  }

  .chart_area {
    width: 900px;
  }
}

/*------table ------*/
#analysis_tableArea01,
#analysis_tableArea02 {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 34px;
}

@media (max-width: 960px) {

  #analysis_tableArea01,
  #analysis_tableArea02 {
    width: 100%;
    padding-bottom: 16px;
  }
}

.table_area .analysis_table {
  max-width: 1000px !important;
  margin: 0 auto;
}

.table_area .analysis_table th {
  font-size: 1rem;
}

/* rank */
.mypage-table.analysis_table .th-numbe,
.mypage-table.analysis_table .td-number {
  max-width: 50px;
  min-width: 50px;
}

/* rank項目 */
.mypage-table.analysis_table .td-detail {
  width: 250px;
}

.mypage-table.analysis_table tr:nth-child(odd) td {
  background: #EEFFFE;
}

.mypage-table.analysis_table .th-date {
  width: auto;
}

.mypage-table.analysis_table .td-detail+.td-datetime {
  border-left: 1px dashed #707070;
}

/*////////////////////////////////////////////////
登録情報
////////////////////////////////////////////////*/

/*
@media (max-width: 960px) {
  #mypage-date main section {
    margin-top: 24px;
  }
}
*/

/*////////////////////////////////////////////////
登録済み活用事例一覧
////////////////////////////////////////////////*/

section#mypage_casestudy {
  padding-top: 0;
}

/*  編集削除ボタン  */
#mypage_casestudy .content_edit {
  font-size: 1.1rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* 活用事例を見るボタン */
.content_detail a.btn::after {
  content: '';
  position: absolute;
  right: 16px;
  width: 25px;
  height: 25px;
  background-image: url("../images/icon_arrow_down_ci.svg");
  background-repeat: no-repeat;
  background-size: 25px 25px;
  transform: rotate(-90deg);
}

.content_detail a[href^="mypage-casestudy-img.html"]:after {
  background-image: url("../images/icon_katsuyoujirei-see.svg");
  transform: rotate(0deg);
}

.content_detail a.btn {
  width: 213px;
  font-size: 1.1rem;
  font-weight: bold;
  position: relative;
  background-color: #bce2e8;
  display: block;
}

@media (max-width: 960px) {
  #mypage_casestudy .new_content {
    display: flex;
    justify-content: right;
  }

  #mypage_casestudy .content_edit {
    font-size: 1.1rem;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    align-items: center;
  }
}



/*////////////////////////////////////////////////
登録済み活用事例詳細
////////////////////////////////////////////////*/
.data_element {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}

.data_element .public_element,
.data_element .private_element {
  margin: 0px 10px;
  padding: 0px 15px;
  height: 58px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.images_area a {
  width: 1000px;
}

@media (max-width: 960px) {
  .data_element {
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin: 24px auto;
  }

  .data_element .private_element {
    width: 72px;
    height: 58px;
  }
}

/*////////////////////////////////////////////////
登録済みカタログ一覧
////////////////////////////////////////////////*/

/* SP */
@media (max-width: 960px) {
  .inner {
    width: 100%;
  }

  #mypageCatalog .content_detail a.btnSee {
    display: block;
    padding: 1.2rem 0;
    /* margin: 0.6rem; */
  }

  #mypageCatalog .content_detail a.btnEdit {
    display: block;
    padding: 1.2rem 0;
    /* margin: 0.6rem; */
  }

  .content_detail a.btnSee {
    font-size: 1.1rem;
    font-weight: bold;
    background-color: #bce2e8;
    width: 100%;
    height: 58px;
    text-align: center;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: left 25px center;
    background-image: url("../images/icon_date-see.svg");
  }

  .content_detail a.btnEdit {
    font-size: 1.1rem;
    font-weight: bold;
    background-color: #bce2e8;
    width: 100%;
    height: 58px;
    text-align: center;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: left 25px center;
    background-image: url("../images/icon_date-edit.svg");
  }

  #mypageCatalog .new_content {
    display: flex;
    justify-content: right;
    margin: 24px 0
  }

  .redtext {
    justify-content: left;
    color: #D13737;
    font-size: 1rem;
    font-weight: bold;
    height: 48pt;
  }

  #mypageCatalog .content_edit {
    display: flex;
  }

  #mypageCatalog .content_detail {
    flex-direction: column;
    text-align: center;
    display: flex;
    align-items: center;
  }

  .errorMessage {
    display: inline-block;
    text-align: left;
    background-color: #FBDADA;
    color: #D13737;
    text-decoration: underline 1px;
    -webkit-text-decoration: underline #D13737 1px;
    width: 100%;
    height: 92px;
    padding: 10px 38px;
    text-align: center;
    margin-bottom: 20px;
  }

  .red_content {
    display: flex;
    flex-direction: column-reverse;
    border-bottom: 0;
  }

  #mypageCatalog .content_info th {
    width: 96pt;
    font-size: 1rem;
    background-color: #224D77;
    color: white;
    font-weight: initial;
  }

  #mypageCatalog .content_info td.bg {
    font-size: 1.125rem;
  }

  #mypageCatalog .content_info td.bg {
    font-weight: 500;
    text-align: left;
    padding-left: 20px;
  }

  #mypageCatalog .delete_btn {
    width: 200px;
    margin: 10px;
    border: 2px solid;
    border-radius: 5px;
    border-color: #D13737;
    padding: 10px 4px;
    color: #D13737ed;
    text-align: center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: left 16px center;
    background-image: url("../images/icon_circle_delete.svg");
  }

  #mypageCatalog .edit_btn {
    width: 200px;
    margin: 10px;
    border: 2px solid;
    border-radius: 5px;
    border-color: #006563;
    background-color: #006563;
    padding: 10px 4px;
    color: white;
    text-align: center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: left 16px center;
    background-image: url("../images/icon_btn_pen.svg");
  }
}

.content_info td span.PIC {
  margin-left: 16px;
  font-size: 1rem;
  color: #343434;
}

@media (max-width: 960px) {
  .content_info td span.PIC {
    display: block;
    margin-left: 0;
  }
}

#mypageCatalog .errorMessage {
  display: inline-block;
  background-color: #FBDADA;
  color: #D13737;
}

#mypageCatalog .errorMessage p {
  color: #D13737;
  text-decoration: underline #D13737 1px;
  -webkit-text-decoration: underline #D13737 1px;
}

/* PC */
@media (min-width: 961px) {
  section#mypageCatalog {
    padding-top: 0;
  }

  #mypageCatalog .list_content_block>.content_info {
    display: flex;
  }

  #mypageCatalog .content_detail {
    text-align: right;
  }

  #mypageCatalog .content_detail a.btnSee {
    padding: 15px;
  }

  #mypageCatalog .content_detail a.btnEdit {
    padding: 15px;
  }

  #mypageCatalog .content_detail a.btnSee {
    display: block;
    padding: 1.2rem 0;
    margin: 0.6rem;
  }

  #mypageCatalog .content_detail a.btnEdit {
    display: block;
    padding: 1.2rem 0;
    margin: 0.6rem;
  }

  #mypageCatalog .content_detail a.btnSee {
    font-size: 1.1rem;
    font-weight: bold;
    background-color: #bce2e8;
    width: fit-content;
    height: fit-content;
    min-width: 17.75rem;
    min-height: 3.625rem;
    text-align: center;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: left 25px center;
    background-image: url("../images/icon_date-see.svg");
  }

  #mypageCatalog .content_detail a.btnEdit {
    font-size: 1.1rem;
    font-weight: bold;
    background-color: #bce2e8;
    width: fit-content;
    height: fit-content;
    min-width: 17.75rem;
    min-height: 3.625rem;
    text-align: center;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: left 25px center;
    background-image: url("../images/icon_date-edit.svg");
  }

  #mypageCatalog .btn_addition {
    background: #006563 0% 0% no-repeat padding-box;
    border: 1px solid #006563;
    border-radius: 10px;
    opacity: 1;
    color: #FFF;
    width: 189px;
    height: 48px;
  }

  #mypageCatalog .content_edit {
    font-size: 1.1rem;
    margin: 20px 0;
    display: flex;
    justify-content: flex-end;
  }

  #mypageCatalog .red_content {
    width: 1000px;
    margin: 32px auto 24px;
    display: flex;
    justify-content: center;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }

  #mypageCatalog.new_content {
    padding-left: 285px;
    display: flex;
    justify-content: right;
  }

  #mypageCatalog .redtext {
    justify-content: left;
    color: #D13737;
    font-size: 1.125rem;
    font-weight: bold;
    height: 48px;
    padding-top: 30px;
  }

  #mypageCatalog .upDiv {
    display: flex;
  }

  #mypageCatalog .errorMessage {
    text-align: left;
    width: fit-content;
    height: fit-content;
    min-width: 17.75rem;
    min-height: 5.75rem;
    padding: 10px 38px;
  }


  #mypageCatalog .content_detail {
    flex-direction: column;
    text-align: center;
    margin-top: 20px;
    margin-left: auto;
  }

  #mypageCatalog .content_info th {
    width: 177px;
    background-color: #224D77;
    color: white;
    font-weight: initial;
  }
}

.edit_btn:hover,
.delete_btn:hover {
  opacity: 0.8;
  cursor: pointer;
}

#mypageCatalog .list_content_block {
  border-top: 1px solid grey;
}

#mypageCatalog .list_content_block a {
  text-decoration: underline 1px;
  color: #006563;
  -webkit-text-decoration: underline #006563 1px;
}

#mypageCatalog .content_info table {
  border-spacing: 5px
}

#mypageCatalog .content_info td {
  line-height: 36px;
}

#mypageCatalog .content_info td.sm {
  font-size: 1rem;
  font-weight: 500;
}

#mypageCatalog .content_info td p {
  height: 100%;
  padding: 0;
  margin: 0;
}

#mypageCatalog .list_content_block {
  display: flex;
}

#mypageCatalog .public_element {
  border: 1px solid;
  border-color: #006563;
  margin: 0 10px 0 0;
  /*padding: 3px 12px 4px 16px;*/
  color: #006563;
  background-color: #fff;
}

#mypageCatalog .private_element {
  border: 1px solid;
  border-color: black;
  color: #343434;
  background-color: lightgray;
  margin: 0 10px 0 0;
  /*padding: 3px 12px 4px 16px;*/
}

#mypageCatalog .list_content_block {
  flex-direction: column;
}

/*////////////////////////////////////////////////
登録済みカタログ　データプレビュー
////////////////////////////////////////////////*/

#mypage_catalog .preview {
  transform: scale(100%);
}

#mypage_catalog .preview_head h3 {
  max-width: 1000px;
  width: fit-content;
  height: 49px;
  padding: 0px 62px 8px 36px;
  border-left: 11px solid #006563;
  border-bottom: 2px solid #017D79;
  text-align: left;
  font-size: 1.75rem;
  line-height: 2.5rem;
  color: #017D79;
  overflow-wrap: break-word;
  margin: 20px 0;
}

#mypage_catalog .preview_head {
  font-size: 1.1rem;
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
}

#mypage_catalog .preview_head .new_content_btn {
  width: 189px;
  height: 48px;
}

.preview_head .new_content_btn a p {
  font-size: 1rem;
}

#mypage_catalog .preview_title {
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}

#mypage_catalog .preview_title li:before {
  content: "\025a0";
  position: absolute;
  scale: 1.25;
  top: 16px;
  left: 0;
  color: #017d79;
}

#mypage_catalog .preview_title li {
  text-align: left;
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none !important;
  font-size: 1.5rem;
  color: #141414;
}

table td.td-datetime span.updated_name {
  width: 115px;
  height: auto;
  white-space: wrap;
  margin-top: -1.5rem;
  /*1行分上に縮める*/
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  /*複数行対策*/
}

@media (max-width: 960px) {
  table td.td-datetime span.updated_name {
    width: 165px;
    height: auto;
    text-align: left;
    white-space: wrap;
    margin-top: -1.5rem;
    /*1行分上に縮める*/
    margin-left: 12px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    /*複数行対策*/
  }
}

/*編集削除ボタン*/
#mypage_catalog .table_btn .edit_btn,
#mypage_catalog .table_btn .delete_btn {
  position: relative;
  height: 45px;
  font-size: 1rem;
  line-height: 2rem;
  background-size: 20px 20px;
  border-radius: 5px;
}

#mypage_catalog .table_btn .edit_btn {
  margin-bottom: 12px;
}

#mypage_catalog .table_btn .edit_btn a,
#mypage_catalog .table_btn .delete_btn a {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* SP */
@media (max-width: 960px) {
  #mypage_catalog .preview {
    transform: scale(95%);
  }

  #mypage_catalog .preview_head {
    font-size: 1.25rem;
    display: block;
    justify-content: space-between;
  }

  #mypage_catalog .preview_head h3 {
    width: fit-content;
    height: auto;
    padding: 0px 28px 7px 28px;
    border-left: 11px solid #006563;
    border-bottom: 2px solid #017D79;
    text-align: left;
    line-height: 2.5rem;
    color: #017D79;
    overflow-wrap: break-word;
    margin: 20px 0;
  }

  #mypage_catalog .preview_head .add_data {
    width: 215.5px;
    height: 48px;
    border-radius: 10px;
    padding: 8px 0 4px;
    margin-left: auto;
    color: white;
    background-color: #006563;
    text-align: right;
  }

  .preview_head .add_data a {
    vertical-align: middle;
    display: flex;
  }

  #mypage_catalog .preview_head .add_data a p {
    font-size: 1.25rem;
    width: 100px;
  }

  #mypage_catalog .preview_head .add_data img {
    margin: 0 15px 0 10px;
    width: 30px;
  }

  #mypage_catalog .preview_title h4 {
    font-size: 1.25rem;
  }

  #mypage_catalog .preview_title {
    font-size: 1.25rem;
    padding: 0.5em 0em 0.5em 1.5em;
    width: 398px;
    position: relative;
  }

  #mypage_catalog .preview_title_sm {
    font-size: 0.875rem;
  }

  #mypage_catalog .preview_title li:before {
    content: "\025a0";
    position: absolute;
    scale: 1;
    left: 0;
    color: #017d79;
  }

  #mypage_catalog .preview_title li {
    text-align: left;
    line-height: 1.5;
    padding-top: 0.5em;
    list-style-type: none !important;
    color: #141414;
  }

  #mypage_catalog th {
    min-width: 190px;
  }

  #mypage_catalog .gaiyo {
    width: 366px;
  }
}

/*////////////////////////////////////////////////
掲示板投稿履歴
////////////////////////////////////////////////*/
/*編集削除ボタン*/
#mypage-postlist .table_btn .edit_btn,
#mypage-postlist .table_btn .delete_btn {
  position: relative;
  height: 45px;
  font-size: 1rem;
  line-height: 2rem;
  background-size: 20px 20px;
  border-radius: 5px;
}

#mypage-postlist .table_btn .edit_btn {
  margin-bottom: 12px;
}

#mypage_catalog .table_btn .edit_btn a,
#mypage_catalog .table_btn .delete_btn a {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 960px) {
  #mypage-postlist .new_content {
    display: flex;
    justify-content: right;
  }

  #mypage-postlist .content_edit {
    font-size: 1.1rem;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    align-items: center;
  }
}
