@charset "UTF-8";
/* マイページ */
/* mypage header */
/* password form */
.mypagePwFormWrapper {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 40px 60px 50px;
  box-sizing: border-box;
  background-color: #EFF4F3;
}

.mypagePwForm {
  width: 100%;
}
.mypagePwForm table {
  width: 100%;
}
.mypagePwForm table th {
  width: 6em !important;
  vertical-align: middle;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 0;
  text-align: left;
}
.mypagePwForm table td {
  width: calc(100% - 6em) !important;
  padding: 15px 0 15px 20px;
}
.mypagePwForm table td input[type=password] {
  width: 100%;
  height: 65px;
  border-radius: 10px;
  padding: 10px;
  font-size: 1.5rem;
  line-height: 1;
  border: 2px solid #D9D9D9 !important;
  box-sizing: border-box;
}
.mypagePwForm table td input[type=password]:focus-visible {
  outline: none;
}

/* アンケート系 */
.c_h2.normal.-withLink h2 {
  display: flex;
  gap: 0 15px;
  justify-content: space-between;
  align-items: center;
}
.c_h2.normal.-withLink h2 .subLink {
  display: flex;
  align-items: center;
  min-width: 120px;
}
.c_h2.normal.-withLink h2 .subLink a,
.c_h2.normal.-withLink h2 .subLink button {
  font-size: 0.875rem;
  position: relative;
  padding-right: 25px;
  box-sizing: border-box;
  font-weight: normal;
  color: #000;
  text-decoration: none;
}
.c_h2.normal.-withLink h2 .subLink a:hover,
.c_h2.normal.-withLink h2 .subLink button:hover {
  text-decoration: underline;
}
.c_h2.normal.-withLink h2 .subLink a:before,
.c_h2.normal.-withLink h2 .subLink a:after,
.c_h2.normal.-withLink h2 .subLink button:before,
.c_h2.normal.-withLink h2 .subLink button:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: 0;
  transition: 0.2s all;
}
.c_h2.normal.-withLink h2 .subLink a:before,
.c_h2.normal.-withLink h2 .subLink button:before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #49795E;
  right: 0;
  top: calc(50% - 8px);
}
.c_h2.normal.-withLink h2 .subLink a:after,
.c_h2.normal.-withLink h2 .subLink button:after {
  content: "";
  right: 6.5px;
  width: 7px;
  height: 7px;
  top: calc(50% - 3px);
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  transform: rotate(45deg);
  position: absolute;
}
.mypageSelectListWrapper {
  display: flex;
  gap: 50px;
  justify-content: space-between;
  margin-top: 50px;
}
.mypageSelectListLeft {
  width: 100%;
  max-width: 200px;
}
.mypageSelectListRight {
  width: 100%;
  max-width: 700px;
}
.mypageSelectListHead {
  width: 100%;
  padding: 5px;
  text-align: center;
  border: 2px solid #CBD5DA;
  font-size: 1.25rem;
  line-height: 1;
  color: #333;
  font-weight: bold;
}
.mypageSelectListSelectarea select {
  vertical-align: top;
  width: 100%;
  border-top: none;
  border-left: 2px solid #CBD5DA;
  border-right: 2px solid #CBD5DA;
  border-bottom: 2px solid #CBD5DA;
  padding: 10px 20px 10px 10px;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
.mypageSelectListSelectarea select:focus,
.mypageSelectListSelectarea select:active,
.mypageSelectListSelectarea select:focus-within {
  outline: none;
}
.mypageSelectListSelectarea.-typeMultiple select {
  font-size: 1rem;
  padding: 10px;
}
.mypageSelectListSelectarea {
  position: relative;
}
.mypageSelectListSelectarea:not(.-typeMultiple)::after  {
  content: "";
  position: absolute;
  top: 15px;
  right: 5px;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 10px solid #49795E;
  border-bottom: 0;
  pointer-events: none;
}
.mypageSelectListSelectarea select option {
  padding: 5px;
}
.mypageSelectListSelectarea.-typeMultiple select option:checked {
  background-color: #CBD5DA;
}
.mypageSelectListSelectarea.-typeMultiple select option + option {
  margin-top: 5px;
}
.mypageSelectListResult {
  margin-top: 50px;
}
.mypageSelectListResultMessage {
  font-size: 1.125rem;
  font-weight: bold;
}
.mypageSelectListResultTable {
  width: 100%;
  overflow-y: auto;
  margin-top: 30px;
}
.mypageSelectListResultTable table {
  width: 100%;
  border: 1px solid #B3B3B3;
  table-layout: fixed;
}
.mypageSelectListResultTable table tr th,
.mypageSelectListResultTable table tr td {
  padding: 5px;
  font-size: 1rem;
  color: #333;
  border-right: 1px solid #B3B3B3;
}
.mypageSelectListResultTable table th {
  background-color: #F4F4F4;
  text-align: center;
}
.mypageSelectListResultTable table tr {
  border-bottom: 1px solid #B3B3B3;
}
.mypageSelectListResultTable table tr:last-child {
  border-bottom: none;
}
.mypageSelectListResultTable table tr th:last-child,
.mypageSelectListResultTable table tr td:last-child {
  border-right: none;
}
.mypageSelectListResultTable table tr th.alignCenter,
.mypageSelectListResultTable table tr td.alignCenter {
  text-align: center;
}
.mypageSelectListResultTable table a[href$=".pdf"]:after {
  content: "";
  width: 16px;
  height: 19px;
  margin-left: 5px;
  display: inline-block;
  background-image: url(/library/images/icon/mypageListIcon_pdf.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.mypageSelectListResultTable table a[href$=".xls"]:after,
.mypageSelectListResultTable table a[href$=".xlsx"]:after {
  content: "";
  width: 16px;
  height: 19px;
  margin-left: 5px;
  display: inline-block;
  background-image: url(/library/images/icon/mypageListIcon_xlsx.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
}

@media screen and (max-width: 768px) {
  .mypagePwFormWrapper {
    max-width: unset;
    padding: 30px;
  }
  .mypagePwForm {
    width: 100%;
  }
  .mypagePwForm table th {
    width: 100% !important;
    display: block;
    padding: 0;
    margin-bottom: 10px;
  }
  .mypagePwForm table td {
    width: 100% !important;
    display: block;
    margin-bottom: 30px;
    padding: 0;
  }
  .mypagePwForm table td input[type=password] {
    height: 50px;
    font-size: 1.25rem;
  }
  .mypagePwForm table tr:last-child td {
    margin-bottom: 0;
  }

  /* アンケート系 */
  .mypageSelectListWrapper {
    flex-direction: column;
    gap: 30px 0;
    width: 100%;
  }
  .mypageSelectListLeft {
    width: 100%;
    max-width: unset;
  }
  .mypageSelectListRight {
    width: 100%;
    max-width: unset;
  }
  .mypageSelectListResultTable table {
    width: auto;
    min-width: 1000px;
  }
}