.sp {
    display: none;
}

.pc {
    display: block;
}

#rContent {
    width: 100%;
}

.main.first {
    margin: 110px auto;
    color: #E3E3E3;
    font-size: min(calc(45 / 1200 *100vw), 45px);
    font-weight: 500;
    text-align: center;
    line-height: 1.5;
}

.rBlock {
    background: none;
    padding: 0;
}

.systemImage {
    max-width: 1536px;
    margin: 0 auto;
    padding-bottom: 130px;
    background: #fff;
}

.bgTop {
    background: url(/business/agv/package/images/top_bg.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: min(calc(600 / 1536 * 100vw), 600px);
}

.systemImage .flexbox {
    display: flex;
    justify-content: center;
    gap: min(calc(98 / 1536 * 100vw), 98px);
}

.systemImage .flexbox > div {
    width: min(calc(520 / 1536 * 100vw), 520px);
}

.systemImage .flexbox > div figure {
    margin: 0;
}

.systemImage .flexbox > div img {
    width: 100%;
    max-width: none;
}

.systemImage .flexbox > div figcaption {
    text-align: center;
    font-size: min(calc(20 / 1920 * 100vw), 20px);
    font-weight: 500;
    color: #282828;
}

.btnYoutube {
    margin-top: 48px;
}

/*========== 主な特長 ==========*/
.mt220 {
    margin-top: 220px;
}

.grad_ttl {
    margin-bottom: 110px;
}

.rBlockSect {
    width: min(80%, 1536px);
    margin: 0 auto;
    color: #E3E3E3;
}

.rBlockSect.width100 {
    width: min(80%, 1200px);
}

.rBlockSect h4 {
    font-size: 36px;
    font-weight: 400;
    line-height: calc(64.8 / 36);
    letter-spacing: 0.1em;
    margin-bottom: 48px;
}

.notes1 {
    font-size: 16px;
    font-weight: 300;
    line-height: 2;
}

/* 1.グラフィカルな操作画面で自分でコース作成が可能 */
.flexbox2 {
    display: flex;
    gap: 30px;
}

.ctImg {
    display: flex;
    flex-wrap: wrap;
    gap: min(calc(30 / 1920 * 100vw), 30px);
}

.ctImg img:nth-child(1) {
    order: 2;
}

.ctImg img:nth-child(2) {
    order: 1;
}

.mb110 {
    margin-bottom: 110px;
}

/* 2.豊富な牽引ユニットオプションを準備 */
.ctImg .flexbox {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.ctImg .flexbox figure {
    margin: 0;
}

.smHeading {
    font-size: 18px;
    line-height: 2;
    font-weight: 400;
    margin-bottom: 10px;
    display: inline-block;
}

.feature .smLead {
    font-size: 16px;
    font-weight: 300;
    line-height: 2;
    margin-bottom: 10px;
    display: inline-block;
}

/* 3.導入前～運用までをサポート */
.mt110 {
    margin-top: 110px;
}

.notes2 {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

/*========== 運用までのステップ ==========*/
.step {
    display: flex;
    flex-wrap: wrap;
    gap: 110px 8%;
}

.step > div {
    width: 46%;
}

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

.step figure {
    display: flex;
    flex-direction: column-reverse;
}

.step figure img {
    display: block;
    width: min(100%, 230px);
    margin: 48px 0 0;
}

.rBlockSect figcaption {
    font-size: 14px;
    font-weight: 300;
    line-height: 2;
}

/*========== TYPE LC（AGV本体）の説明 ==========*/
.rBlockSect.width100.typeLcDetail {
    width: 100%;
}

.lc_detail_img {
    display: block;
    width: 100%;
    max-width: 1536px;
    margin: 0 auto;
}

.lc_list {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: 300;
    line-height: 2;
    margin: 48px auto 0;
}

.lc_list li {
    width: 100%;
}

.lc_list li:nth-child(n + 9) {
    width: 50%;
    margin-bottom: 48px;
}

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

.lc_list li .ta_center {
    margin-top: 10px;
}

/*========== オプション例 ==========*/
.sec_option figure {
    margin: 0;
}

.sec_option .flexbox {
    display: flex;
    flex-wrap: wrap;
    gap: 110px;
}

.sec_option1 .flexbox > div:nth-child(1) {
    order: 1;
}

.sec_option1 .flexbox > div:nth-child(2) {
    order: 3;
}

.sec_option1 .flexbox > div:nth-child(3) {
    order: 2;
}

.sec_option1 .flexbox > div:nth-child(4) {
    order: 4;
}

.sec_option .smLead {
    font-size: 16px;
    font-weight: 300;
    line-height: 2;
}

.sec_option img {
    margin: 10px 0;
}

.sec_option .flexbox > div ul li::before {
    content: "・";
}

/* 表 */
.option24 {
    width: 100%;
}

.option24 .tbl02 {
    table-layout: fixed;
    margin: 10px auto 48px;
    max-width: 1200px;
}

.tbl02,
.tbl02 th,
.tbl02 td {
    border: 1px solid #8C8C8C;
}

.tbl02 th,
.tbl02 td {
    padding: 8.5px 30px;
    font-size: 123.1%;
    font-weight: 300;
}

.tbl02 tbody tr:nth-child(1) th {
    background: rgba(40, 40, 40, 0.1);
    font-weight: 300;
}

.tbl02 tbody th {
    background: rgba(40, 40, 40, 0.1);
    font-weight: 300;
}

.tbl02 tr.bg_black01 td {
    background: none;
}

.tbl02 tr.bg_black02 td {
    background: none;
    font-weight: 300;
}

.sec_option .notes2 {
    max-width: 1200px;
    margin: 0 auto;
}

/*========== コースの定義 ==========*/
.tableWrap {
    max-width: 1536px;
    background: #fff;
    color: #282828;
    padding-bottom: 55px;
    margin: 0 auto 10px;
}

.tableWrap img {
    width: 100%;
}

.noteNum {
    padding-right: 38px;
    text-align: right;
    font-size: 92.3%;
    margin-top: -30px;
}

/* 表 */
.table_course {
    width: min(95%, 1200px);
    margin: 75px auto 0;
    border-collapse: collapse;
    border: 1px solid #282828;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;
}

.table_course th,
.table_course td {
    border: 1px solid #282828;
    font-weight: normal;
    font-size: 123.1%;
    padding: 8.5px 30px;
    box-sizing: border-box;
    line-height: normal;
}

.table_course th:nth-child(1) {
    width: 16.7%;
}

.table_course th:nth-child(n + 2) {
    width: 41.7%;
}

.table_course tr:nth-child(1) th:nth-child(1) {
    background: #CDDCE0;
}

.table_course tr:nth-child(1) th:nth-child(2) {
    background: #5757C5;
    color: #fff;
}

.table_course tr:nth-child(1) th:nth-child(3) {
    background: #038000;
    color: #fff;
}

.table_course tr:nth-child(n + 2) td:nth-child(2) {
    background: #BAB8FF;
}

.table_course tr:nth-child(n + 2) td:nth-child(3) {
    background: #8AFF87;
}

.course .notes1 {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

.courseTxt {
    font-size: 16px;
    font-weight: 300;
    line-height: 2;
    margin-top: 48px;
}

/*========== 参考諸元表 ==========*/
.wrapTblEven {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.reference .tblEven {
    table-layout: fixed;
    font-weight: 300;
}

.reference .tblEven th,
.reference .tblEven td {
    box-sizing: border-box;
    font-weight: 300;
}

.reference .tblEven tr:nth-child(1) th:nth-child(1) {
    width: 40%;
    font-weight: 300;
}

.reference .tblEven tr:nth-child(1) th:nth-child(2) {
    width: 60%;
    font-weight: 300;
}

.reference .tblEven tr:nth-child(1) th,
.reference .tblEven tr:nth-child(2) th {
    vertical-align: middle;
}

.tbl02 tr.even td {
    background: none;
    font-weight: 300;
}

.wrapTblEven .notes2 {
    margin-top: 10px;
}


/*========== オプション一覧 ==========*/
.optionArchive {
    max-width: 1200px;
    margin: 0 auto;
}

.optionArchive table:last-of-type {
    margin-bottom: 48px;
}

.optionArchive .tbl02 {
    border: none;
}

.optionArchive .tbl02:last-of-type tbody tr:last-child td:last-child {
    border: none;
}

/* ======================================================================
SPここから
========================================================================*/
body.responsive-sp .sp {
    display: block;
}

body.responsive-sp .pc {
    display: none;
}

body.responsive-sp .rBlockSect {
    margin: 0;
}

body.responsive-sp .rBlockSect.rBlockSect.width100 {
    width: 100%;
}

body.responsive-sp .main.first {
    width: 100%;
    margin: 56px 0;
    font-size: 153.8%;
}

body.responsive-sp .systemImage {
    padding-bottom: 56px;
}

body.responsive-sp .bgTop {
    padding-top: calc(176 / 393 * 100vw);
}

body.responsive-sp .systemImage .flexbox {
    display: block;
}

body.responsive-sp .systemImage .flexbox > div {
    width: 100%;
    margin-bottom: 68px;
}

body.responsive-sp .systemImage .flexbox > div:last-child {
    margin-bottom: 0;
}

body.responsive-sp .systemImage .flexbox > div figure {
    text-align: center;
}

body.responsive-sp .systemImage .flexbox > div img {
    width: min(100%, 275px);
}

body.responsive-sp .systemImage .flexbox > div figcaption {
    font-size: 100%;
    margin-top: 21px;
}

body.responsive-sp .btnYoutube {
    width: min(100%, 275px);
    margin: 10px auto 0;
}

/*========== 主な特長 ==========*/
body.responsive-sp .mt220 {
    margin-top: 110px;
}

body.responsive-sp .grad_ttl {
    margin-bottom: 56px;
    border: none;
}

body.responsive-sp .rBlockSect {
    width: calc(363 / 393 * 100vw);
    max-width: none;
    margin: 0 auto;
}

body.responsive-sp .rBlockSect h4 {
    font-size: 16px;
    line-height: calc(28.8 / 16);
    letter-spacing: 0;
    margin-bottom: 10px;
}

body.responsive-sp .notes1 {
    font-size: 12px;
}

/* 1.グラフィカルな操作画面で自分でコース作成が可能 */
body.responsive-sp .flexbox2 {
    display: block;
}

body.responsive-sp .ctImg {
    display: block;
    margin-top: 10px;
}

body.responsive-sp .ctImg img {
    margin-bottom: 10px;
}

body.responsive-sp .ctImg img:last-child {
    margin-bottom: 0;
}

body.responsive-sp .mb110 {
    margin-bottom: 56px;
}

/* 2.豊富な牽引ユニットオプションを準備 */
body.responsive-sp .ctImg .flexbox {
    display: block;
}

body.responsive-sp .feature .ctImg {
    margin-top: 21px;
}

body.responsive-sp .smHeading {
    font-size: 15px;
    line-height: calc(27 / 15);
    margin-bottom: 0;
}

body.responsive-sp .feature .smLead {
    font-size: 14px;
}

body.responsive-sp .feature .flexbox figure {
    margin-bottom: 21px;
}

body.responsive-sp .feature .flexbox figure:last-child {
    margin-bottom: 0;
}

/* 3.導入前～運用までをサポート */
body.responsive-sp .mt110 {
    margin-top: 56px;
}

body.responsive-sp .notes2 {
    font-size: 12px;
}

body.responsive-sp .mt110.notes2 {
    margin-top: 10px;
}

/*========== 運用までのステップ ==========*/
body.responsive-sp .step {
    display: block;
}

body.responsive-sp .step > div {
    width: 100%;
    margin-bottom: 56px;
}

body.responsive-sp .step > div:last-child {
    margin-bottom: 0;
}

body.responsive-sp .step figure img {
    margin: 10px 0 0;
}

/*========== TYPE LC（AGV本体）の説明 ==========*/
body.responsive-sp .lc_list {
    display: block;
    font-size: 92.3%;
    margin: 10px auto 0;
}

body.responsive-sp .lc_list li {
    width: 100%;
}

body.responsive-sp .lc_list li:nth-child(n + 9) {
    width: min(100%, 266px);
    margin-bottom: 10px;
}

body.responsive-sp .lc_list li:last-child {
    margin-bottom: 0;
}

/*========== オプション例 ==========*/
body.responsive-sp .sec_option .flexbox {
    flex-direction: column;
    gap: 0;
}

body.responsive-sp .sec_option .flexbox > div {
    margin-bottom: 21px;
}

body.responsive-sp body.responsive-sp .sec_option .flexbox > div:last-child {
    margin-bottom: 0;
}

body.responsive-sp .sec_option .smLead {
    font-size: 14px;
}

/* 表 */
body.responsive-sp .sec_option .flexbox .option24 {
    margin-bottom: 0;
}

body.responsive-sp .sec_option .flexbox .option24 .tbl02 {
    margin: 21px 0 10px;
}

body.responsive-sp .tbl02,
body.responsive-sp .tbl02 th,
body.responsive-sp .tbl02 td {
    font-size: 14px;
    word-break: break-all;
}

body.responsive-sp .tbl02 th,
body.responsive-sp .tbl02 td {
    padding: 8px;
}

/*========== コースの定義 ==========*/
body.responsive-sp .courseTtl {
    margin-bottom: 0;
}

body.responsive-sp .course {
    width: 100%;
}

body.responsive-sp .tableWrap {
    padding: 20px;
}

body.responsive-sp .noteNum {
    width: 100%;
    padding-right: 0;
    margin: -10px auto 0;
}

/* 表 */
body.responsive-sp .table_course {
    width: 100%;
    margin: 45px auto 0;
}

body.responsive-sp .table_course th,
body.responsive-sp .table_course td {
    padding: 8px;
    font-size: 14px;
}

body.responsive-sp .table_course th:nth-child(1) {
    width: 15%;
}

body.responsive-sp .table_course th:nth-child(n + 2) {
    width: 47.5%;
}

body.responsive-sp .table_course tr:nth-child(1) th {
    text-align: center;
}

body.responsive-sp .table_course tr:nth-child(n + 2) th {
    text-align: center;
}

body.responsive-sp .courseNote,
body.responsive-sp .courseTxt {
    width: 100%;
    margin: 0 auto;
}

body.responsive-sp .courseTxt {
    font-size: 14px;
    margin-top: 10px;
}

/*========== オプション一覧 ==========*/
body.responsive-sp .optionArchive {
    padding-bottom: 110px;
}

body.responsive-sp .optionArchive table:last-of-type {
    margin-bottom: 10px;
}