/*
 * mypage sp css structure
 * extracted from style.css mobile media block
 */

.tableType1{ width:100%; border-collapse:separate; border-spacing:0; }

  .tableType1 th{
    display:block;
    font-weight:700;
    color:#222;
    text-align:left;
    font-size: 14px;
  }
  .tableType1 td{ display:block; padding:0; }

  .formInputFull{
    width:100%;
    box-sizing:border-box;
    padding: 7px;
    font-size:13px;
    border:1px solid #c8c8ce;
    border-radius:4px;
    height: 41px;
  }

  .tableType1 input.formInput[name="family_name"],
  .tableType1 input.formInput[name="given_name"] {
    width: calc(50% - 6px) !important;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
  }

  .tableType1 input.formInput[name="family_name"] {
    margin-right: 8px;
  }

  .tableType1 input.formInput[name="family_name"] + .spBr {
    display: none;
  }


  .orderSerchBlock input[type="submit"] {
    margin-left: 5px;
    height: 30px;
    margin-top: 0;
    padding: 0 8px;
    box-sizing: border-box;
    display: block;
    flex: 0 0 auto;
  }

  .orderSerchBlock dl {
    display: flex;
    align-items: center;
  }

  .orderSerchBlock dt {
    display: flex;
    align-items: center;
  padding: 0 12px 0 0;
    /* white-space: nowrap; */
  }

  .orderSerchBlock dd {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
  }
  .orderSerchBlock dd form {
    display: flex;
    align-items: center;
    gap: 0;
    width: 100%;
    min-width: 0;
  }

  .orderSerchBlock dd > input[type="search"],
  .orderSerchBlock dd form > input[type="search"] {
    flex: 1;
    min-width: 0;
  }

  .orderSerchBlock dd > input[type="submit"],
  .orderSerchBlock dd form > input[type="submit"] {
    flex: 0 0 auto;
  }

  .orderSerchBlock input[type="search"] {
    flex: 1;
    padding: 0 10px;
    border: 1px solid #bbb;
    border-left: 0;
    border-radius: 0;
    background: #fff;
    outline: none;
    height: 30px;
    min-width: 0;
    box-sizing: border-box;
    display: block;
  }

  #topicPath {
    background: white;
  }

  .formTableBlock .generalTable .tableType1 tbody th {
    height: auto;
    width: 200px;
  }

  .formTableBlock .generalTable .tableType1 tbody th.cancelReasonHead {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 2px;
    white-space: nowrap;
  }

  .formTableBlock .generalTable .tableType1 tbody th.cancelReasonHead .req {
    float: none !important;
    display: inline-block !important;
    align-items: center;
    margin-left: 0 !important;
    vertical-align: middle;
  }

  .formTableBlock .generalTable .tableType1 tbody th.cancelReasonHead .req span {
    display: inline-block;
    padding: 0;
    line-height: 1;
  }

  .formTableBlock .generalTable .tableType1 tbody th.cancelFreeTextHead {
    margin-top: 15px;
    margin-bottom: 10px;
  }

  html, body, #wrapperArea, #bodyArea, #mainArea, .contentArea, #topicPath ul {
    width: 100% !important;
    min-width: 0 !important;
    overflow-x: hidden;
  }

  #topicPath ul {
    max-width: 100% !important;
    padding: 0 10px;
  }

  .generalTable .tableType1,
  .tableType1,
  .tableType2,
  .feeDetailsTable,
  .pickupReturnTable {
    width: 100% !important;
    min-width: 0 !important;
    table-layout: auto !important;
  }

  .orderSummaryBlock,
  .pickupReturnBlock {
    box-sizing: border-box;
    padding: 0 10px;
  }

  .orderSummaryBlock {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .orderSummaryBlock .pcColumns {
    width: 100%;
  }

  .feeDetailsBlock .generalTable,
  .pickupReturnBlock .generalTable {
    overflow-x: auto;
  }

  .spBr {
    display: block;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .spDisnone {
    display: none;
  }

  /* header customer block
  -------------------------------------------------- */

  #header {
    padding: 0;
  }

  #header .contentArea {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px 10px;
    box-sizing: border-box;
  }
  #header .logo {
    flex: 0 0 auto;
    width: 105px;
    padding: 0;
    float: none;
  }
  #header .siteName {
    margin: 0;
  }
  #header .siteName img {
    width: 105px;
    height: auto;
  }
  #header .headerCustomerBlock {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    padding: 0;
    background: transparent;
  }
  #header .headerCustomerBlock .headerCustomer {
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
    padding: 0;
    margin: 0;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 1.4;
    white-space: nowrap;
  }
  #header .headerCustomerBlock .headerCustomerName {
    font-size: 12px;
    font-weight: 700;
  }
  #header .headerLogoutBtn {
    flex: 0 0 auto;
    margin: 0;
    width: auto;
    float: none;
  }
  #header .headerLogoutBtn .btn {
    padding: 0;
  }
  #header .headerLogoutBtn .btn li {
    border: 1px solid #e2e2e2;
    border-radius: 6px;
  }
  #header .headerLogoutBtn .btn li a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 35px;
    padding: 0 10px;
    color: #202124;
  }
  #header .headerLogoutBtn .btnIcon {
    padding-left: 24px;
    padding-right: 0;
    font-size: 1.3rem;
  }
  #header .headerLogoutBtn .btnIcon:before {
    left: 0;
  }
  #header .headerLogoutBtn .btnIcon:after {
    content: none;
  }

  /* section Element
  -------------------------------------------------- */
  .sectionType1 {
    margin: 0;
    padding: 10px;
    border-radius: 8px;
  }

  /* detailBtnBlock
  -------------------------------------------------- */
  .detailBtnBlock .btn li {
    margin-bottom: 8px;
  }

  /* oneColumnTable
  -------------------------------------------------- */
  .oneColumnTableType1 .generalTable3 {
    padding-top: 10px;
  }

  /* pageNavi
  -------------------------------------------------- */
  .pageNavi ul li {
    margin: 5px;
  }
  .pageNavi ul li a {
    padding: 5px 10px;
  }
  .pageNavi ul li.prev {
    margin-right: 10px;
  }
  .pageNavi ul li.next {
    margin-left: 10px;
  }

  /* collapse div
  -------------------------------------------------- */
  .collapseLink {
    padding: 5px 0px;
  }
  .collapseLink .btnBlock .btnColorType1 a {
    padding: 1em;
  }

  .collapseArea1, .collapseArea2 {
    display: none;
    margin-top: -10px;
  }

  .select-fancy select {
    font-size: 12px;
    color: black;
  }

    .select-fancy select option{
    color: black;
  }

  /* whiteInputArea
  -------------------------------------------------- */
  .whiteInputArea {
    background: #fff;
    padding: 10px;
  }
  .whiteInputArea .memo {
    padding: 0px;
  }

  /* threeColumnsInput
  -------------------------------------------------- */
  .threeColumnsInput {
    display: block;
    width: 100%;
    margin: 0;
  }
  .threeColumnsInput .column {
    width: 100%;
    display: block;
    padding: 10px;
  }

  /* twoColumnsInput
  -------------------------------------------------- */
  .twoColumnsInput .column {
    width: 50%;
  }

  .twoColumnsInputFullSp .column {
    width: 100%;
    display: block;
  }

  .twoColumnsInputType1 {
    margin-top: -20px;
  }

  /* displayTable
  -------------------------------------------------- */
  .displayTable {
    display: block;
  }
  .displayTable .tableCell {
    display: block;
  }
  .displayTable .tableCell .tableCellBtn {
    width: auto;
  }

  /* spBlock
  -------------------------------------------------- */
  .spBlock {
    display: block;
  }

  /* planDetail
  -------------------------------------------------- */
  .planDetail {
    display: block;
  }
  .planDetail .col {
    display: block;
    padding: 10px;
  }

  .planDetail2 .col:first-child {
    text-align: left;
  }

  /* pcTwoColumnsType2
  -------------------------------------------------- */
  .pcTwoColumnsType2 .pcColumns:first-child .generalTable {
    padding-bottom: 1px !important;
  }
  .pcTwoColumnsType2 .pcColumns:last-child .generalTable {
    padding-top: 0 !important;
  }

  .tableBlock.pcTwoColumnsType1.pcTwoColumnsType2 .pcColumns {
    float: none;
    width: 100%;
    padding: 0;
  }

  .tableBlock.pcTwoColumnsType1.pcTwoColumnsType2 .pcColumns + .pcColumns {
    margin-top: 4px;
  }

  .tableBlock.pcTwoColumnsType1.pcTwoColumnsType2 .pcColumns:first-child .generalTable,
  .tableBlock.pcTwoColumnsType1.pcTwoColumnsType2 .pcColumns:last-child .generalTable,
  .tableBlock.pcTwoColumnsType1.pcTwoColumnsType2 .generalTable {
    padding: 0 !important;
    background: transparent;
  }

  .tableBlock.pcTwoColumnsType1.pcTwoColumnsType2 .generalTable .tableType1 {
    margin: 0;
    border: 1px solid #e6e6e6;
    border-collapse: separate;
    border-spacing: 0;
    background: #ffffff;
  }

  .tableBlock.pcTwoColumnsType1.pcTwoColumnsType2 .generalTable .tableType1 tr {
    display: flex;
    margin: 0;
  }

  .tableBlock.pcTwoColumnsType1.pcTwoColumnsType2 .generalTable .tableType1 th {
    flex: 0 0 104px;
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 10px;
    background: #777777;
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 700;
    border-bottom: 0;
    border-right: 1px solid #e6e6e6;
    white-space: nowrap;
  }

  .tableBlock.pcTwoColumnsType1.pcTwoColumnsType2 .generalTable .tableType1 td {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    align-items: center;
    padding: 10px 12px;
    background: #ffffff;
    font-size: 1.3rem;
    line-height: 1.6;
    word-break: break-word;
  }

  .c2-div {
    border-top: 0px solid #cccccc;
  }

  /* sectionArrow
  -------------------------------------------------- */
  .sectionArrow {
    padding-top: 15px;
  }
  .sectionArrow .generalTable {
    padding-top: 0px;
  }

  /* orderChangeBlock
  -------------------------------------------------- */
  .tableBlock.orderChangeBlock {
    padding: 0;
    background: transparent;
    border-radius: 0;
  }
  .sectionArrow.orderChangeBlock {
    padding-top: 0;
  }
  .sectionArrow.orderChangeBlock:before,
  div.sectionArrow.orderChangeBlock:before {
    content: none;
  }
  .orderChangeBlock .generalTable {
    padding-bottom: 16px;
  }
  .orderChangeBlock > .generalTable > .tableType1,
  .orderChangeBlock .hiddenDiv .tableType1 {
    margin-bottom: 0;
    border: 1px solid #dddddd;
    border-collapse: separate;
    border-spacing: 0;
    background: #ffffff !important;
  }
  .orderChangeBlock .hiddenDiv .tableType1 {
    border-top: 0;
  }
  .orderChangeBlock > .generalTable > .tableType1 tr + tr th,
  .orderChangeBlock > .generalTable > .tableType1 tr + tr td,
  .orderChangeBlock .hiddenDiv .tableType1 tr + tr th,
  .orderChangeBlock .hiddenDiv .tableType1 tr + tr td {
    border-top: 1px solid #e4e4e4;
  }
  .orderChangeBlock .tableType1 th {
    background: #6f6f6f !important;
    color: #ffffff;
    padding: 14px 16px;
    border-bottom: 0;
    font-size: 1.4rem;
    font-weight: 700;
  }
  .orderChangeBlock .hiddenDiv th {
    background: #555555 !important;
  }
  .orderChangeBlock .hiddenDiv td {
    background: #fff9e9 !important;
  }
  .orderChangeBlock > .generalTable > .tableType1 td .displayTable {
    display: table;
    width: 100%;
  }
  .orderChangeBlock > .generalTable > .tableType1 td .tableCell {
    display: table-cell;
    width: auto !important;
    padding: 12px 14px !important;
    vertical-align: middle;
  }
  .orderChangeBlock > .generalTable > .tableType1 td .tableCell.right {
    width: 1%;
    white-space: nowrap;
    text-align: right !important;
  }
  .orderChangeBlock > .generalTable > .tableType1 td .tableCell.tableCellAll {
    display: block;
    width: 100% !important;
  }
  .orderChangeBlock .hiddenDiv td .displayTable {
    display: block;
    border-bottom: 1px solid #e4e4e4 !important;
  }
  .orderChangeBlock .hiddenDiv .tableType1 tbody tr:last-child td .displayTable {
    border-bottom: 0 !important;
  }
  .orderChangeBlock .hiddenDiv td .tableCell {
    display: block;
    width: 100% !important;
    padding: 12px 14px !important;
  }
  .orderChangeBlock .c1-div td .displayTable {
    display: table;
    width: 100%;
  }
  .orderChangeBlock .c1-div td .tableCell {
    display: table-cell;
    width: auto !important;
    vertical-align: middle;
  }
  .orderChangeBlock .c1-div td .tableCell.right {
    width: 1%;
    white-space: nowrap;
    text-align: right !important;
  }
  .orderChangeBlock .c1-div td .tableCell.right .spBr {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .orderChangeBlock .c1-div td .tableCell.right .addTxt {
    padding-left: 5px;
    vertical-align: middle;
  }

  /* orderChangeConfirmBlock
  -------------------------------------------------- */
  .orderChangeConfirmBlock .generalTable {
    padding-bottom: 16px;
  }
  .orderChangeConfirmBlock .generalTable:last-of-type {
    padding-bottom: 0;
  }
  .orderChangeConfirmBlock .titleBlock3 {
    padding: 0 0 8px;
  }
  .orderChangeConfirmBlock .titStyle3 {
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .orderChangeConfirmBlock .tableType1.tableLayoutType1 {
    width: 100%;
    margin-bottom: 0;
    border: 1px solid #cfcfcf;
    border-collapse: separate;
    border-spacing: 0;
    background: #ffffff;
  }
  .orderChangeConfirmBlock .tableType1.tableLayoutType1 tr {
    display: table-row;
  }
  .orderChangeConfirmBlock .tableType1.tableLayoutType1 tbody th,
  .orderChangeConfirmBlock .tableType1.tableLayoutType1 tbody td {
    display: table-cell;
    vertical-align: middle;
  }
  .orderChangeConfirmBlock .tableType1.tableLayoutType1 tbody th {
    width: 27% !important;
    min-width: 96px;
    padding: 14px 10px;
    box-sizing: border-box;
    border: 0;
    background: #9a9a9a !important;
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4;
  }
  .orderChangeConfirmBlock .tableType1.tableLayoutType1 tbody th.rowStyled {
    background: #666666 !important;
  }
  .orderChangeConfirmBlock .tableType1.tableLayoutType1 tbody td {
    padding: 0;
    border: 0;
    background: #ffffff;
  }
  .orderChangeConfirmBlock .tableType1.tableLayoutType1 tbody tr + tr th,
  .orderChangeConfirmBlock .tableType1.tableLayoutType1 tbody tr + tr td {
    border-top: 1px solid #d9d9d9;
  }
  .orderChangeConfirmBlock .tableType1.tableLayoutType1 td .displayTable {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .orderChangeConfirmBlock .tableType1.tableLayoutType1 td .tableCell {
    display: table-cell;
    width: auto !important;
    padding: 12px 10px !important;
    vertical-align: middle;
    line-height: 1.5;
    word-break: break-word;
  }
  .orderChangeConfirmBlock .tableType1.tableLayoutType1 td .tableCell + .tableCell {
    border-left: 1px solid #d9d9d9;
  }
  .orderChangeConfirmBlock .tableType1.tableLayoutType1 td .tableCell.right {
    width: 74px !important;
    white-space: nowrap;
    text-align: right !important;
  }
  .orderChangeConfirmBlock .tableType1.tableLayoutType1 td .tableCell.tableCellAll {
    display: block;
    width: 100% !important;
  }
  .orderChangeConfirmBlock .tableType1.tableLayoutType1 td .planDetail {
    margin-top: 8px;
    border-top: 1px solid #d9d9d9;
  }
  .orderChangeConfirmBlock .tableType1.tableLayoutType1 td .planDetail .col {
    padding: 8px 10px;
  }
  .orderChangeConfirmBlock .submitAreaType1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 28px 0 0;
    overflow: visible;
  }
  .orderChangeConfirmBlock .submitAreaType1 .submitBtn,
  .orderChangeConfirmBlock .submitAreaType1 .backBtn {
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
  }
  .orderChangeConfirmBlock .submitAreaType1 .backBtn {
    order: 1;
    flex: 0 0 110px;
  }
  .orderChangeConfirmBlock .submitAreaType1 .submitBtn {
    order: 2;
    flex: 1 1 auto;
    max-width: 270px;
  }
  .orderChangeConfirmBlock .submitAreaType1 .btnBlock {
    width: 100%;
    margin: 0;
  }
  .orderChangeConfirmBlock .submitAreaType1 .btn {
    padding: 0;
  }
  .orderChangeConfirmBlock .submitAreaType1 .btn li {
    border-radius: 0;
  }
  .orderChangeConfirmBlock .submitAreaType1 .btn li a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 16px;
    box-sizing: border-box;
    border: 1px solid #cfcfcf;
    background: #ffffff;
    color: #111111;
  }
  .orderChangeConfirmBlock .submitAreaType1 .backBtn .btn .btnIcon,
  .orderChangeConfirmBlock .submitAreaType1 .submitBtn .btn .btnIcon {
    display: inline-block;
    line-height: 1.4;
  }
  .orderChangeConfirmBlock .submitAreaType1 .backBtn .btn .btnIcon {
    padding-left: 18px;
  }
  .orderChangeConfirmBlock .submitAreaType1 .submitBtn .btn .btnIcon {
    padding-right: 18px;
    font-weight: 700;
  }
  .orderChangeConfirmBlock .submitAreaType1 .backBtn .btn .btnIcon:before,
  .orderChangeConfirmBlock .submitAreaType1 .submitBtn .btn .btnIcon:after {
    width: 12px;
    height: 12px;
    margin-top: 0;
    top: 50%;
    background-image: url("/common/mypage/img/arrow_red_right.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 7px 10px;
  }
  .orderChangeConfirmBlock .submitAreaType1 .backBtn .btn .btnIcon:before {
    left: 0;
    transform: translateY(-50%) rotate(180deg);
  }
  .orderChangeConfirmBlock .submitAreaType1 .backBtn .btn .btnIcon:after,
  .orderChangeConfirmBlock .submitAreaType1 .submitBtn .btn .btnIcon:before {
    content: none;
  }
  .orderChangeConfirmBlock .submitAreaType1 .submitBtn .btn .btnIcon:after {
    right: 0;
    transform: translateY(-50%);
  }

  /* generalTable
  -------------------------------------------------- */
  .generalTable .tableLayoutType1 tr td .displayTable .tableCellAll {
    display: block;
  }

  /* page-specific mobile
  -------------------------------------------------- */

  /* login
  -------------------------------------------------- */
  .subTitStyle1 {
    padding-left: 10px;
    margin-bottom: 3%;
  }


  .tableBlock {
    background: #f8f8f8;
    border-radius: 12px;
    padding: 20px 16px 24px;
  }


  /* top and order list
  -------------------------------------------------- */


  .topOrderSection,
  .orderListPage {
    padding: 0;
    background: transparent;
    border-radius: 0;
  }

  /* order summary card
  -------------------------------------------------- */
  .orderSummaryBlock {
    margin: 0 0 20px;
    padding: 16px;
    background: #f8f8f8;
    border-radius: 8px;
    gap: 12px;
  }

  .orderSummaryBlock .generalTable {
    padding: 0;
    background: transparent;
  }

  .orderSummaryBlock .tableType1 {
    margin: 0;
    border: 1px solid #dfdfdf;
    border-collapse: separate;
    border-spacing: 0;
    background: #ffffff;
  }

  .orderSummaryBlock .tableType1 tr {
    display: flex;
    margin: 0;
  }

  .orderSummaryBlock .tableType1 tr + tr {
    margin-top: 0;
    border-top: 1px solid #e6e6e6;
  }

  .orderSummaryBlock .tableType1 th {
    flex: 0 0 84px;
    display: flex;
    align-items: center;
    min-height: 28px;
    padding: 10px;
    background: #777777;
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 700;
  }

  .orderSummaryBlock .tableType1 td {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    align-items: center;
    padding: 10px 12px;
    border-left: 1px solid #e6e6e6;
    background: #ffffff;
    font-size: 1.3rem;
    line-height: 1.6;
    word-break: break-word;
  }

  .orderSummaryBlock .usePriceTable2 {
    margin: 20px 0 0;
    border: 1px solid #dfdfdf;
    border-collapse: separate;
    border-spacing: 0;
    background: #ffffff;
    height: 74px;
  }

  .orderSummaryBlock .usePriceTable2 th,
  .orderSummaryBlock .usePriceTable2 td {
    padding: 14px;
    border: 0;
    vertical-align: middle;
  }

  .orderSummaryBlock .usePriceTable2 td {
    background: #ffffff;
    text-align: right !important;
  }

  .orderSummaryPrice {
    display: inline-flex;
    align-items: flex-end;
    gap: 2px;
    white-space: nowrap;
  }

  .orderSummaryAmount {
    color: #cc0000;
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
  }

  .orderSummaryCurrency {
    color: #cc0000;
    font-size: 1.8rem;
    line-height: 1.1;
    font-weight: 700;
  }

  /* fee details / pickup return card
  -------------------------------------------------- */
  .feeDetailsBlock,
  .pickupReturnBlock {
    padding: 0;
    background: transparent;
    margin-bottom: 20px;
  }

  .feeDetailsBlock .titStyle3,
  .pickupReturnBlock .titStyle3 {
    margin: 16px 0 10px;
    font-size: 2rem;
    line-height: 1.4;
    color: #111111;
  }

  .feeDetailsTable,
  .pickupReturnTable {
    margin: 0 0 10px;
    border: 1px solid #dfdfdf;
    border-collapse: separate;
    border-spacing: 0;
    background: #ffffff;
  }

  .feeDetailsTable tr,
  .pickupReturnTable tr {
    display: flex;
    margin: 0;
  }

  .feeDetailsTable tr + tr,
  .pickupReturnTable tr + tr {
    margin-top: 0;
    border-top: 1px solid #e6e6e6;
  }

  .feeDetailsTable th,
  .pickupReturnTable th {
    flex: 0 0 90px;
    display: flex;
    align-items: center;
    padding: 10px 8px;
    background: #777777;
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: 700;
  }

  .feeDetailsTable td,
  .pickupReturnTable td {
    min-width: 0;
    padding: 10px 12px;
    border-left: 1px solid #e6e6e6;
    background: #ffffff;
    font-size: 1.3rem;
    line-height: 1.7;
    word-break: break-word;
  }

  .feeDetailsTable td:first-of-type,
  .pickupReturnTable td {
    flex: 1 1 auto;
  }

  .feeDetailsTable td.right {
    flex: 0 0 92px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 92px;
    min-width: 92px;
    text-align: right !important;
    font-weight: 700;
    white-space: nowrap;
  }

  .feeDetailsTable .displayTable,
  .pickupReturnTable .displayTable {
    display: block;
  }

  .feeDetailsTable .tableCell,
  .pickupReturnTable .tableCell {
    display: block;
    padding: 0;
  }

  .feeDetailsNote {
    font-size: 1.2rem;
    line-height: 1.7;
  }

  .pickupReturnBlock .tableCellBtn {
    margin-top: 8px;
  }

  .pickupReturnBlock .floatBtn .btn {
    padding: 0;
  }

  .pickupReturnBlock .btn_map {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 60px;
    min-height: 30px;
    padding: 4px 8px;
    background: #ffffff;
    border-radius: 0;
  }

  .pickupReturnBlock .btn_map .btnIcon {
    padding-left: 16px;
    font-size: 1.2rem;
  }

  .pickupReturnBlock .btn_map .btnIcon:after {
    content: none;
  }

  .pickupReturnMemo textarea {
    min-height: 96px;
    padding: 12px 14px;
    border: 1px solid #dfdfdf;
    background: #ffffff;
  }

  .topOrderMore {
    margin-right: 10px;
  }

  .topOrderCard,
  .orderListItem {
    padding: 28px;
    background: #f8f8f8;
    border-radius: 8px;
  }

  .topOrderContent {
    box-sizing: border-box;
    padding: 20px 12px 32px;
  }

  .orderListPage > .contentArea {
    box-sizing: border-box;
    padding: 12px 10px 32px;
  }

  #backToTopNav .contentArea {
    box-sizing: border-box;
    padding: 0 12px;
  }

  .orderListPage > .contentArea > .titStyle4 {
    margin: 0 0 18px;
  }

  .orderListItem {
    margin-bottom: 26px;
  }



  .orderListHeader {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding-top: 0;
    margin-bottom: 16px;
    margin-top: 20px;
  }

  .orderListStatus {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.3;
  }

  .orderListHeader > .btnBlock {
    flex: 0 0 auto;
  }

  .orderListHeader .btnBlock .btnColorType1.receiptBtn {
    top: -7px;
  }
  .travelinfoChangeBtn {
    top: ‐3px !important;
  }
  .receiptBtn a,
  .settleBtn a {
    display: flex;
    align-items: center;
    min-height: 36px;
    padding: 8px 12px;
    white-space: nowrap;
  }

  .receiptBtn .btnIcon,
  .settleBtn .btnIcon {
    padding-left: 18px;
  }

  .receiptBtn .btnIcon:after,
  .settleBtn .btnIcon:after {
    content: none;
  }

  .orderListEditBtn {
    width: 100%;
    padding: 0;
    background: transparent;
  }

  .orderListHeader + .orderListEditBtn {
    margin-bottom: 12px;
  }

  .orderListEditBtn .btn {
    display: flex;
    gap: 8px;
  }

  .orderListEditBtn .btn li {
    flex: 1 1 0;
    float: none;
    margin: 0;
    width: auto;
    font-weight: normal;
    min-width: 0;
    border: 1px solid #cfcfcf;
    border-radius: 2px;
    box-shadow: inset 0 1px 0 #ffffff;
  }

  .orderListEditBtn .btn li:only-child {
    flex: 0 1 auto;
    min-width: 160px;
    margin-left: auto;
    margin-right: auto;
  }

  .orderListEditBtn .btn li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    color: #222222;
    white-space: nowrap;
    text-decoration: none;
  }

  .orderListEditBtn .btn .btnIcon {
    display: inline-block;
    padding-left: 16px;
  }

  .orderListEditBtn .btn .btnIcon:before {
    width: 8px;
    height: 10px;
    left: 0;
    top: 50%;
    margin-top: -5px;
    background-image: url("/common/mypage/img/arrow_red_right.svg");
    background-position: center;
    background-size: 8px 10px;
    background-repeat: no-repeat;
  }

  .orderListEditBtn .btn .btnIcon:after {
    content: none;
  }

  .orderListSummary {
    padding: 0;
    background: transparent;
    border-radius: 0;
  }

  .orderListSummary .pcColumns + .pcColumns {
    margin-top: 8px;
  }

  .orderListSummary .generalTable {
    padding: 0;
  }

  .orderListSummary .generalTable + .generalTable {
    margin-top: 8px;
  }

  .orderListSummary .tableType1 {
    margin: 0;
    border: 1px solid #dfdfdf;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    background: #ffffff;
  }

  .orderListSummary .tableType1 tr {
    display: flex;
    margin: 0;
  }

  .orderListSummary .tableType1 tr + tr {
    margin-top: 0;
    border-top: 1px solid #e6e6e6;
  }

  .orderListSummary .tableType1 th {
    flex: 0 0 90px;
    display: flex;
    align-items: center;
    min-height: 38px;
    padding: 10px 10px;
    background: #777777;
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 700;
  }

  .orderListSummary .tableType1 td {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 12px;
    border-left: 1px solid #e6e6e6;
    background: #ffffff;
    color: #202124;
    font-size: 1.3rem;
    line-height: 1.8;
    word-break: break-word;
  }

  .orderListSummary .tableType1 td .btnBlock {
    margin-top: 10px;
  }

  .orderListSummary .tableType1 td .btnBlock .btn {
    padding: 0;
  }

  .orderListSummary .tableType1 td .btnBlock li {
    background: transparent;
  }

  .orderListSummary .btn_map {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 60px;
    min-height: 30px;
    padding: 4px 8px;
    background: #ffffff;
    border-radius: 0;
  }

  .orderListSummary .btn_map .btnIcon {
    padding-left: 16px;
    font-size: 1.2rem;
  }

  .orderListSummary .btn_map .btnIcon:after {
    content: none;
  }

  .orderListToggle {
    padding: 8px 0 14px;
    text-align: center;
  }

  .orderListToggle .btn {
    display: inline-block;
  }

  .orderListToggle .btn li {
    background: transparent;
  }

  .orderListToggle .btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #202124;
    text-decoration: underline;
  }

  .orderListToggle .btn .btnIcon {
    padding-left: 18px;
    font-size: 1.2rem;
  }

  .orderListToggle .btn .btnIcon:after {
    content: none;
  }

  .orderListSummary .collapseArea1 {
    margin-top: 0;
  }


  .topOrderCta {
    margin-top: 50px;
  }

  .orderListDetailBtn {
    padding: 16px 0 0;
  }

  .orderListDetailBtn .btn {
    padding: 0;
  }

  .orderListDetailBtn .btn li {
    width: 100%;
    margin-bottom: 8px;
    background: #cc0000;
    border-radius: 4px;
  }

  .orderListDetailBtn .btn li:last-child {
    margin-bottom: 0;
  }

  .orderListDetailBtn .btn li a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 20px;
    background: #cc0000;
    color: #ffffff;
    font-size: 1.4rem;
    text-align: center;
  }

  .orderListDetailBtn .btn .btnIcon {
    padding-left: 0;
    padding-right: 16px;
  }

  .orderListDetailBtn .btn .btnIcon:before {
    content: none;
  }

  .orderListDetailBtn .btn .btnIcon:after {
    width: 10px;
    height: 10px;
    left: auto;
    right: 0;
    margin-top: -5px;
    background-size: 8px 10px;
  }

  .mypage-orderdetail .submitArea .submitBtn.orderDetailActionBtn {
    width: 100%;
    float: none;
    margin-bottom: 12px;
  }

  .mypage-orderdetail .submitArea .submitBtn.orderDetailActionBtn .btnBlock {
    width: 100%;
    float: none;
    margin: 0;
  }

  .travelinfo-form-table {
    margin-bottom: 16px;
  }

  .travelinfo-form-table tbody tr {
    padding-bottom: 12px;
  }

  .travelinfo-form-table tbody tr + tr th,
  .travelinfo-form-table tbody tr + tr td {
    border-top: 0;
  }

  .travelinfo-form-table tbody tr + tr {
    border-top: 1px solid #d9d9d9;
    margin-top: 0;
    padding-top: 12px;
  }

  .travelinfo-form-table .displayTable {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .travelinfo-form-table .tableCell {
    display: block;
    padding: 0;
    min-width: 0;
    line-height: 1.6;
  }

  .travelinfo-form-table .displayTable > .tableCell:first-child {
    flex: 1 1 auto;
  }

  .travelinfo-form-table .tableCellBtn {
    flex: 0 0 auto;
    margin-top: 0;
  }

  .travelinfo-form-table .floatBtn {
    float: none;
    display: block;
  }

  .travelinfo-form-table .floatBtn .btn {
    padding: 0;
  }

  .travelinfo-form-table .btn_map {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 60px;
    min-height: 30px;
    padding: 4px 8px;
    background: #ffffff;
    border-radius: 0;
  }

  .travelinfo-form-table .btn_map .btnIcon {
    padding-left: 16px;
    font-size: 1.2rem;
  }

  .travelinfo-form-table .btn_map .btnIcon:after {
    content: none;
  }

  .travelinfo-form-table .req {
    float: none;
    display: inline-block;
    margin-left: 4px;
  }

  .travelinfo-input,
  .travelinfo-memo {
    width: 100% !important;
    box-sizing: border-box;
    margin-top: 0 !important;
  }

  .travelinfo-input {
    height: 41px;
    padding: 7px 10px;
    border: 1px solid #c8c8ce;
    border-radius: 4px;
    font-size: 13px;
  }

  .travelinfo-select {
    display: block;
    width: 100% !important;
    border-color: #c8c8ce;
  }

  .travelinfo-select select {
    width: 100%;
    min-height: 41px;
    box-sizing: border-box;
    padding: 7px 36px 7px 10px;
    font-size: 13px;
  }

  .travelinfo-note-block {
    padding: 10px 0 0;
    background: transparent;
  }

  .travelinfo-note-block .memo {
    padding: 0;
  }

  .travelinfo-memo {
    min-height: 120px;
    padding: 12px 14px;
    border: 1px solid #c8c8ce;
    border-radius: 4px;
  }

  .tableType1--row-divider tbody td {
    padding-bottom: 12px;
  }

  .tableType1--row-divider tbody td.profile-radio-cell {
    padding-bottom: 4px;
  }

  .tableType1--row-divider .fontS + .addTxt,
  .tableType1--row-divider .fontS + .styledRadio {
    display: block;
    margin-top: 8px;
  }

  .tableType1--row-divider tbody tr + tr th,
  .tableType1--row-divider tbody tr + tr td {
    border-top: 0;
  }

  .tableType1--row-divider tbody tr + tr {
    border-top: 1px solid #d9d9d9;
    margin-top: 0;
    padding-top: 12px;
  }

  .tableType1--row-divider tbody tr.rowspan-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
  }

  .mypage-profiledetail .tableType1--row-divider tbody tr.profile-static-row {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-bottom: 12px;
  }

  .mypage-profiledetail .tableType1--row-divider tbody tr.profile-static-row th {
    flex: 0 0 92px;
    width: 92px;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
  }

  .mypage-profiledetail .tableType1--row-divider tbody tr.profile-static-row td {
    flex: 1 1 auto;
    min-width: 0;
    padding: 0;
  }

  .mypage-profiledetail .tableType1--row-divider tbody tr.profile-static-row .fontgray {
    margin-bottom: 8px;
    line-height: 1.4;
  }

  .mypage-profiledetail .tableType1--row-divider tbody tr.profile-static-row .fontS + .addTxt,
  .mypage-profiledetail .tableType1--row-divider tbody tr.profile-static-row .fontS + .styledRadio {
    margin-top: 0;
  }

  .mypage-password_reminder .birthdayFields {
    gap: 2px;
  }

  .mypage-password_reminder .birthdayFields .select-fancy select {
    color: #000;
    -webkit-text-fill-color: #000;
    opacity: 1;
  }

  .mypage-password_reminder .birthdayFields .select-fancy select option {
    color: #000;
  }

  .mypage-password_reminder .birthdayFields .addTxt {
    margin-right: 2px;
    font-size: 1.2rem;
  }
