@charset "utf-8";

/* =========================================================
   login
========================================================= */

body {
    margin: 0;
    min-width: 320px;
    color: #111;
    font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    background: #000;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input {
    font: inherit;
    box-sizing: border-box;
}

.roboManualLoginPage {
    background: #ffffff;
}

.roboManualLoginPage .inner {
    width: min(100% - 48px, 1100px);
    margin: 0 auto;
}

/* =========================================================
   app bar
========================================================= */

.roboManualAppBar {
    background: #fff;
    border-bottom: 1px solid #d9d9d9;
}

.roboManualAppBarInner {
    min-height: 92px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.roboManualAppBrand {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
}

.roboManualAppIcon {
    width: 48px;
    display: block;
}

.roboManualAppBrandTxt {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.roboManualAppBrandLead {
    display: block;
    font-size: 1.2rem;
    line-height: 1.4;
    color: #333;
}

.roboManualAppBrandName {
    display: block;
    font-size: 2.6rem;
    line-height: 1.2;
    font-weight: 700;
    color: #0056b9;
}

.roboManualAppBar .searchbox {
    width: min(100%, 460px);
    margin: 0;
}

.roboManualSearchForm {
    margin: 0;
}

.searchbox_inner {
    display: flex;
    align-items: stretch;
    width: 100%;
    height: 52px;
    background: #fff;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    overflow: hidden;
}

.roboManualSearchInput {
    width: 100%;
    min-width: 0;
    padding: 0 16px;
    border: 0;
    background: #fff;
    font-size: 1.4rem;
}

.roboManualSearchInput:focus {
    outline: none;
}

.btn_search {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 180px;
    padding: 0 16px;
    border: 0;
    background: #0056b9;
    color: #fff;
    cursor: pointer;
}

.btn_search span {
    display: inline-flex;
    align-items: center;
    font-size: 1.3rem;
    line-height: 1;
    font-weight: 700;
    white-space: nowrap;
}

.btn_search span img {
    width: 18px;
    height: 18px;
}

/* =========================================================
   contents
========================================================= */

.roboManualLoginContents {
    padding: 82px 0 220px;
}

.roboManualLoginIntro {
    width: 100%;
    max-width: 780px;
    margin: 0 auto 42px;
}

.roboManualLoginTitle {
    /* position: relative; */
    margin: 0 0 32px;
    /* padding-left: 14px; */
    /* font-size: 3rem; */
    /* line-height: 1.3; */
    /* font-weight: 700; */
    /* letter-spacing: 0.02em; */
}

.roboManualLoginTitle::before {
    /* content: ""; */
    /* position: absolute; */
    /* top: 10px; */
    /* left: 0; */
    /* width: 4px; */
    /* height: 34px; */
    /* background: #0056b9; */
}

.roboManualLoginLead {
    margin: 0 0 15px 0;
    /* font-size: 1.6rem; */
    /* line-height: 2; */
    /* color: #222; */
}

.roboManualLoginLeadEn {
    margin-top: 28px;
}

/* =========================================================
   panel
========================================================= */

.roboManualLoginPanel {
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
    padding: 58px 40px 56px;
    border: 1px solid #d6d6d6;
    /* background: #efefef; */
    box-sizing: border-box;
}

.roboManualLoginFormInner {
    width: 100%;
    max-width: 490px;
    margin: 0 auto;
}

.roboManualLoginField + .roboManualLoginField {
    margin-top: 30px;
    margin-bottom: 60px;
}

.roboManualLoginLabelRow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.roboManualLoginLabel {
    margin: 0;
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 500;
    color: #111;
}

.roboManualRequired {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 18px;
    padding: 0 6px;
    background: #ed1c24;
    color: #fff;
    font-size: 1rem;
    line-height: 1;
    font-weight: 700;
    border-radius: 2px;
    letter-spacing: 0.04em;
}

.roboManualTextInput {
    width: 196px;
    height: 44px;
    border-radius: 3px;
    padding: 0 12px;
    border: 1px solid #d9d9d9;
    background: #e7e7e7;
    color: #111;
    font-size: 1.5rem;
    letter-spacing: 0.24em;
}

.roboManualAccessCode {
    display: flex;
    align-items: center;
    gap: 8px;
}

.roboManualCodeInput {
    width: calc((100% - 18px) / 4);
    height: 44px;
    border-radius: 3px;
    padding: 0 8px;
    border: 1px solid #d9d9d9;
    background: #e7e7e7;
    text-align: center;
    color: #111;
    font-size: 1.5rem;
    letter-spacing: 0.2em;
}

.roboManualCodeHyphen {
    display: inline-block;
    color: #444;
    font-size: 2rem;
    line-height: 1;
    position: relative;
}

.roboManualTextInput:focus,
.roboManualCodeInput:focus {
    outline: 2px solid #0056b9;
    outline-offset: 1px;
    background: #fff;
}

/* =========================================================
   terms
========================================================= */

.roboManualTermsLang {
    display: inline-flex;
    align-items: center;
    margin-bottom: 12px;
    border: 1px solid #9bb5d6;
    border-radius: 999px;
    overflow: hidden;
}

.roboManualTermsLangBtn {
    min-width: 45px;
    height: 24px;
    padding: 0 12px;
    border: 0;
    background: #fff;
    color: #666;
    font-size: 1.3rem;
    line-height: 1;
    cursor: pointer;
}

.roboManualTermsLangBtn.is-active {
    background: #0056b9;
    color: #fff;
}

.roboManualTermsBox {
    padding: 14px 18px;
    border: 1px solid #d8d8d8;
    /* background: #f4f4f4; */
    height: 200px;
    overflow: auto;
}

.roboManualTermsList {
    margin: 0;
    padding-left: 1.8em;
    font-size: 1.2rem;
    line-height: 1.8;
    color: #222;
}
.roboManualTermsList h3 {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1.2px;
    text-indent: -16px;
}
.roboManualTermsList p{
	
}
.roboManualTermsList li{
    margin: 0 0 10px 0;
}

.roboManualTermsList:not(.is-active) {
    display: none;
}

.roboManualAgree {
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.roboManualAgreeCheck {
    margin: 0;
}

.roboManualAgreeLabel {
    /* font-size: 1.2rem; */
    line-height: 1.7;
    color: #222;
}

/* =========================================================
   error + submit
========================================================= */

.roboManualLoginError {
    display: none;
    margin: 28px 0 0;
    padding: 14px 18px;
    border: 1px solid #ff4b4b;
    background: #f8f8f8;
    color: #ff2a2a;
    font-size: 1.2rem;
    line-height: 1.7;
}

.roboManualLoginForm.is-error .roboManualLoginError {
    display: block;
}

.roboManualLoginSubmitWrap {
    margin-top: 34px;
    text-align: center;
}

.roboManualLoginSubmit {
    position: relative;
    width: 228px;
    height: 64px;
    border: 0;
    background: #0056b9;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 500;
    cursor: pointer;
    transition: opacity 0.2s ease;
}
.roboManualLoginSubmit span{
	color:#FFF;
}
.roboManualLoginSubmit::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

.roboManualLoginSubmit:hover {
    opacity: 0.9;
}

.roboManualLoginSubmit:disabled,
.roboManualLoginSubmit.is-disabled {
    background: #e1e1e1;
    color: #a0a0a0;
    cursor: not-allowed;
}

.roboManualLoginSubmit:disabled::after,
.roboManualLoginSubmit.is-disabled::after {
    border-color: #c6c6c6;
}

/* =========================================================
   footer
========================================================= */

.roboManualLoginFooter {
    padding: 18px 16px;
    background: #000;
    text-align: center;
}

.roboManualLoginFooter p {
    margin: 0;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0.02em;
}

/* =========================================================
   robo manual download
========================================================= */

.roboManualDownloadPage {
    background: #ffffff;
}
.roboManualDownloadPage h2{
    font-size: 2.2rem;
    border-left: solid 4px var(--cloud40);
    padding-left: 8px;
    text-indent: 0;
}
.roboManualDownloadPage h2:before{
    display:none;
}

.roboManualDownloadPage .inner {
    width: min(100% - 48px, 1100px);
    margin: 0 auto;
}
#roboManualDownloadList{
	display:none;
}

.roboManualBulkDownloadBtn.is-download-disabled {
  pointer-events: none;
  opacity: 0.6;
  cursor: not-allowed;
}

.roboManualDownloadBusyOverlay {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.72);
}

.roboManualDownloadBusyOverlay.is-active {
  display: flex;
}

.roboManualDownloadBusyBox {
  min-width: 280px;
  max-width: calc(100% - 40px);
  padding: 28px 32px;
  border-radius: 8px;
  background: #fff;
  text-align: center;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
}

.roboManualDownloadSpinner {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-bottom: 12px;
  border: 3px solid #ddd;
  border-top-color: #333;
  border-radius: 50%;
  animation: roboManualSpin 0.8s linear infinite;
}

.roboManualDownloadBusyText {
  font-size: 16px;
  font-weight: bold;
}

.roboManualDownloadBusySubText {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.6;
}

@keyframes roboManualSpin {
  to {
    transform: rotate(360deg);
  }
}

/* =========================================================
   page head
========================================================= */

.roboManualDownloadHead {
    padding: 0 10px 0 0;
}

.roboManualDownloadHeadInner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.roboManualLogoutBtn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    height: 34px;
    padding: 0 38px 0 18px;
    border: 1px solid #6d8fb9;
    border-radius: 4px;
    background: #fff;
    color: #222;
    /* font-size: 1.3rem; */
    line-height: 1;
    /* font-weight: 500; */
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.roboManualLogoutBtn::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 12px;
    height: 10px;
    margin-top: -5px;
    border: 1px solid #6d8fb9;
    border-left: 0;
    box-sizing: border-box;
}

.roboManualLogoutBtn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: 1px solid #6d8fb9;
    border-right: 1px solid #6d8fb9;
    transform: rotate(45deg);
}

.roboManualLogoutBtn:hover {
    opacity: 0.85;
}

/* =========================================================
   contents
========================================================= */

.roboManualDownloadContents {
    padding: 84px 0 220px;
}

.roboManualDownloadIntro {
    width: 100%;
    max-width: 780px;
    margin: 0 auto 60px;
}

.roboManualDownloadTitle {
    position: relative;
    margin: 0 0 42px;
    padding-left: 14px;
    font-size: 3rem;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #111;
}

.roboManualDownloadTitle::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 4px;
    height: 100%;
    background: #0056b9;
}

.roboManualDownloadLead {
    /* margin: 0; */
    /* color: #222; */
    /* font-size: 1.6rem; */
    /* line-height: 1.9; */
}

.roboManualDownloadLeadEn {
    margin-top: 10px;
}

/* =========================================================
   order
========================================================= */

.roboManualOrderInfo {
    width: 100%;
    max-width: 780px;
    margin: 0 auto 70px;
}

.roboManualOrderTable {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.roboManualOrderTable th,
.roboManualOrderTable td {
    border: 1px solid #cfcfcf;
    background: #fff;
    vertical-align: middle;
}

.roboManualOrderTable th {
    width: 280px;
    padding: 20px 16px;
    /* font-size: 1.6rem; */
    /* line-height: 1.5; */
    /* font-weight: 700; */
    /* text-align: left; */
    background: #f3f3f3;
    /* color: #222; */
}

.roboManualOrderTable td {
    padding: 14px 18px;
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 400;
    color: #222;
}

/* =========================================================
   section title
========================================================= */

.roboManualSectionTitle {
    margin: 0 0 28px;
    text-align: center;
    /* color: #111; */
    font-size: 2rem;
    /* line-height: 1.4; */
    /* font-weight: 700; */
}

/* =========================================================
   bulk download
========================================================= */

.roboManualBulkDownload {
	/*display:none!important;*/
    width: 100%;
    max-width: 780px;
    margin: 0 auto 78px;
}

.roboManualBulkDownloadBtnWrap {
    text-align: center;
}
.roboManualBulkDownloadBtnWrap span.roboManualMessage{
    text-align: center;
    width: 60%;
    margin: 10px auto;
    display: block;
    font-size: 12px;
    color: #333;
}
.roboManualBulkDownloadBtn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 480px;
    min-height: 74px;
    padding: 16px 56px 16px 24px;
    background: #0056b9;
    color: #fff;
    text-align: center;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.roboManualBulkDownloadBtn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

.roboManualBulkDownloadBtn:hover {
    opacity: 0.9;
}

.roboManualBulkDownloadBtnTxt {
    display: block;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.6;
    font-weight: 500;
}

/* =========================================================
   separate download
========================================================= */

.roboManualSeparateDownload {
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
}

.roboManualDocTableWrap {
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
}

.roboManualDocTable {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    background: #fff;
}

.roboManualDocTable th,
.roboManualDocTable td {
    border: 1px solid #cfcfcf;
    padding: 12px 12px;
    vertical-align: top;
    color: #222;
    /* font-size: 1.4rem; */
    line-height: 1.5;
    text-align: left;
    word-break: break-word;
}

.roboManualDocTable thead th {
    background: #f3f3f3;
    /* font-weight: 700; */
}

.roboManualDocTable thead th:nth-child(1),
.roboManualDocTable tbody td:nth-child(1) {
    /* width: 32%; */
}

.roboManualDocTable thead th:nth-child(2),
.roboManualDocTable tbody td:nth-child(2) {
    /* width: 14%; */
}

.roboManualDocTable thead th:nth-child(3),
.roboManualDocTable tbody td:nth-child(3) {
    width: 55%;
}

.roboManualDocDownloadLink {
    color: #1a73d9;
    text-decoration: none;
}

.roboManualDocDownloadLink:hover {
    text-decoration: underline;
}

.roboManualDocDownloadNote {
    margin: 0;
    color: #555;
    font-size: 1.2rem;
    line-height: 1.6;
}

.roboManualDownloadNotice {
    margin-top: 26px;
    text-align: center;
}

.roboManualDownloadNotice p {
    /* margin: 0; */
    /* color: #555; */
    /* font-size: 1.3rem; */
    /* line-height: 1.8; */
}

.roboManualDownloadNotice p + p {
    margin-top: 10px;
}

/* =========================================================
   responsive
========================================================= */

@media screen and (max-width: 767px) {
    .roboManualDownloadPage .inner {
        width: min(100% - 32px, 1100px);
    }

    .roboManualDownloadHead {
        padding-top: 12px;
    }

    .roboManualLogoutBtn {
        min-width: 100px;
        height: 27px;
        padding: 0 10px 0 10px;
        font-size: 0.8rem;
    }
    .roboManualLogoutBtn span{
        font-size: 1rem;
    }
    .roboManualLogoutBtn::before {
        display:none;
    }
    .roboManualLogoutBtn::after {
        display:none;
    }
    .roboManualDownloadContents {
        padding: 48px 0 96px;
    }

    .roboManualDownloadIntro {
        margin-bottom: 24px;
    }

    .roboManualDownloadTitle {
        margin-bottom: 24px;
        padding-left: 12px;
        font-size: 2.5rem;
        line-height: 1.4;
    }

    .roboManualDownloadTitle::before {
        top: 0px;
        /* height: 24px; */
    }

    .roboManualDownloadLead {
        font-size: 1.4rem;
        line-height: 1.9;
    }

    .roboManualOrderInfo {
        margin-bottom: 48px;
    }

    .roboManualOrderTable th,
    .roboManualOrderTable td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    .roboManualOrderTable th {
        padding: 14px 14px 10px;
        border-bottom: 0;
        font-size: 1.4rem;
    }

    .roboManualOrderTable td {
        padding: 10px 14px 16px;
        font-size: 3rem;
        border-top: 0;
    }

    .roboManualSectionTitle {
        margin-bottom: 20px;
        font-size: 1.7rem;
    }

    .roboManualBulkDownload {
        margin-bottom: 54px;
    }

    .roboManualBulkDownloadBtn {
        width: 100%;
        min-height: 68px;
        padding: 14px 48px 14px 18px;
    }

    .roboManualBulkDownloadBtnTxt {
        font-size: 1.3rem;
        line-height: 1.6;
    }

    .roboManualDocTableWrap {
        overflow-x: auto;
    }

    .roboManualDocTable {
        min-width: 620px;
    }

    .roboManualDownloadNotice {
        margin-top: 18px;
    }

    .roboManualDownloadNotice p {
        font-size: 1.2rem;
        line-height: 1.8;
    }

    .roboManualLoginPage .inner {
        width: min(100% - 32px, 1100px);
    }

    .roboManualAppBarInner {
        min-height: auto;
        padding: 16px 0;
        flex-direction: column;
        align-items: flex-start;
    }

    .roboManualAppBar .searchbox {
        width: 100%;
    }

    .searchbox_inner {
        height: auto;
        flex-direction: column;
    }

    .btn_search {
        width: 100%;
        min-width: 0;
        height: 48px;
    }

    .roboManualLoginContents {
        padding: 48px 0 96px;
    }

    .roboManualLoginIntro {
        margin-bottom: 28px;
    }

    .roboManualLoginTitle {
        padding-left: 12px;
        /* font-size: 3.2rem; */
        line-height: 1.4;
        margin-bottom: 24px;
    }

    .roboManualLoginTitle::before {
        top: 7px;
        height: 24px;
    }

    .roboManualLoginLead {
        font-size: 1.4rem;
        line-height: 1.9;
    }

    .roboManualLoginPanel {
        padding: 32px 20px 36px;
    }

    .roboManualLoginFormInner {
        max-width: 100%;
    }

    .roboManualTextInput {
        width: 100%;
    }

    .roboManualAccessCode {
        /* flex-wrap: wrap; */
        gap: 8px 6px;
    }

    .roboManualCodeInput {
        width: calc((100% - 18px) / 4);
        min-width: 66px;
    }

    .roboManualTermsBox {
        padding: 14px;
    }

    .roboManualLoginSubmit {
        width: 100%;
    }
    .roboManualCodeHyphen {
        display: inline-block;
        color: #444;
        font-size: 2rem;
        left: -4px;
        line-height: 1;
        position: relative;
    }
}