@charset "utf-8";

/* ======================================================
 * desk_pocket.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Page Component
 * - Clearfix
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Page Component
 * - Clearfix
 * SP Media Queries
 * Print
====================================================== */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
    /* ----- tab-layout ----- */
  .monitorstand-tab-layout > .tab_navi > .tab_list {
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .monitorstand-tab-layout > .tab_navi > .tab_list > li > a {
    color: #333;
  }
  .monitorstand-tab-layout > .tab_navi > .tab_list > li > a:hover {
    color: #fff;
  }
  .monitorstand-tab-layout > .tab_navi > .tab_list > li > a {
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .monitorstand-tab-layout > .tab_navi > .tab_list > li > a > .tab_label::before {
    -webkit-transition: border-color .2s ease-out 0s;
    transition: border-color .2s ease-out 0s;
  }
  .monitorstand-tab-layout {
    margin-top: 2.5em;
  }
  .monitorstand-tab-layout > .tab_navi {
    margin: 0 0 2em;
    padding: 0 5px;
    border-bottom: 2px solid #418fde;
  }
  .monitorstand-tab-layout.has-bottom > .tab_navi ~ .tab_navi {
    margin: 2em 0 0;
    border-top: 2px solid #418fde;
    border-bottom: none;
  }
  .monitorstand-tab-layout > .tab_navi > .tab_list {
    display: flex;
    gap: 10px;
    flex-flow: row wrap;
    margin-bottom: 10px;
    padding: 0 5px;
    width: 100%;
  }
  .monitorstand-tab-layout > .tab_navi > .tab_list > li {
    position: relative;
    display: flex;
    width: calc((100% - 10px) / 2 - .1px);
  }
  .monitorstand-tab-layout > .tab_navi > .tab_list > li > a {
    position: relative;
    display: flex;
    flex: 1 1;
    gap: 10px;
    align-items: center;
    flex-flow: nowrap;;
    padding: 2px;
    background-color: #f2f2f2;
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .monitorstand-tab-layout > .tab_navi > .tab_list > li > a > .tab_list_body {
    width: 100%;
  }
  .monitorstand-tab-layout > .tab_navi > .tab_list > li > a > .tab_list_body > .tab_new-icon {
    position: absolute;
    color: #fff;
    font-style: normal;
    font-size: clamp(7.5px, 0.8333vw, 10px);
    font-weight: bold;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans", "Noto Sans CJK JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    top: 0;
    right: 0;
    padding: 8px 6px 0 0;
    z-index: 1;
  }
  .monitorstand-tab-layout > .tab_navi > .tab_list > li > a > .tab_list_body > .tab_new-icon::after {
    position: absolute;
    top: 0;
    right: 0;
    margin: 2px 2px 0 0;
    width: clamp(39px, 3.916vw, 47px);
    aspect-ratio: 1;
    clip-path: polygon(0 0,100% 0,100% 100%);
    background: #e90f0f;
    content: '';
    z-index: -1;
  }
  .monitorstand-tab-layout > .tab_navi > .tab_list > li > a > .tab_image {
    width: min(6.5vw, 90px);
    flex-shrink: 0;
  }
  .monitorstand-tab-layout > .tab_navi > .tab_list > li > a > .tab_image > img {
    width: 100%;
  }
  .monitorstand-tab-layout > .tab_navi > .tab_list > li > a > .tab_list_body > .tab_text {
    width: 100%;
    padding: 12px 22px 12px 5px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.5;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
  }
  .monitorstand-tab-layout.type-search > .tab_navi > .tab_list > li > a {
  }
  .monitorstand-tab-layout.type-news > .tab_navi > .tab_list > li > a {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 2.0rem;
  }
  .monitorstand-tab-layout > .tab_navi > .tab_list > li > a:hover {
    background-color: #418fde;
  }
  .monitorstand-tab-layout > .tab_navi > .tab_list > li.is-current > a {
    background-color: #418fde;
    color: #fff;
    font-weight: 700;
  }
  .monitorstand-tab-layout > .tab_navi > .tab_list > li > a > .tab_label {
    display: inline-block;
  }
  .monitorstand-tab-layout > .tab_navi > .tab_list > li > a > .tab_label .is-smaller {
    font-size: 85%;
    font-weight: normal;
  }
  .monitorstand-tab-layout > .tab_detail > *:first-child,
  .monitorstand-tab-layout > .tab_detail > section:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  /* ----- monitorstand-image-set----- */
  .monitorstand-image-set {
    text-align: center;
    margin-top: 1.8em;
  }
  /* ----- monitorstand-right----- */
  .monitorstand-right {
    margin-top: 10px;
    text-align: right;
    font-size: 1.6rem;
    line-height: 1.75;
    color: #333;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    word-wrap : break-word;
  }
  /* ----- monitorstand-features-column----- */
  .monitorstand-features-column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px !important;
  }
  .monitorstand-features-column_item {
    width: calc(50% - 18px);
    justify-content: center;
  }
  .monitorstand-features-column_item:nth-child(n+3) {
    margin-top: 31px;
  }
  .monitorstand-features-column_head {
    background-color: #606a70;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .monitorstand-features-column_head-v2 {
    background-color: #c4b5a0;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .monitorstand-features-column_title {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .monitorstand-features-column_title-v2 {
    color: #23190b;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
   /* ----- monitorstand-case-column----- */
  .monitorstand-case-column {
    margin-top: 2em !important;
  }
  .monitorstand-case-column > .monitorstand-case-column_item {
    margin-top: 1.25em;
  }
  .monitorstand-case_title {
    color: #333;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .monitorstand-case_title + .monitorstand-case_image {
    margin-top: 1.0em;
  }
  /* ----- monitorstand-notes----- */
  .monitorstand-notes {
    font-size: 14px;
    color: #555;
  }
  /* ----- monitorstand-column----- */
  .monitorstand-column {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }
  .monitorstand-column_item--textcol {
    width: calc(100% - 40.3% - 30px);
  }
  .monitorstand-column_item--buttoncol {
    width: 40.3%;
  }
  .monitorstand-column_item--textcol > *:first-child {
    margin-top: 0 !important;
  }
  /* ----- monitorstand_button-wrap----- */
  .monitorstand_button-wrap {
    width: 100%;
  }
  .monitorstand_button_type {
    display: block;
  }
  .monitorstand_button_type:hover {
    opacity: .7;
  }

  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * PC Media Queries
====================================================== */
@media screen and (min-width: 768px) and (max-width: 1280px) {
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
}
@media screen and (min-width: 768px) and (max-width: 960px) {

}
/***
@media screen and (min-width: 1921px) {
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
***/


/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
    /* ----- tab-layout ----- */
  .monitorstand-tab-layout > .tab_navi > .tab_list {
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .monitorstand-tab-layout > .tab_navi > .tab_list > li > a {
    color: #333;
  }
  .monitorstand-tab-layout > .tab_navi > .tab_list > li > a {
    -webkit-transition: background-color .2s ease-out 0s;
    transition: background-color .2s ease-out 0s;
  }
  .monitorstand-tab-layout {
    width: 100vw;
    margin: 2em 0 0 calc(50% - 50vw);
  }
  .monitorstand-tab-layout > .tab_navi {
    padding: 0 13px;
    border-bottom: 2px solid #418fde;
  }
  .monitorstand-tab-layout.has-bottom > .tab_navi ~ .tab_navi {
    margin: 1.5em 0 0;
    border-top: 2px solid #418fde;
    border-bottom: none;
  }
  .monitorstand-tab-layout > .tab_navi > .tab_list {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    width: 100%;
    flex-flow: row wrap;
  }
  .monitorstand-tab-layout > .tab_navi > .tab_list > li {
    position: relative;
    display: flex;
    width: calc((100% - (10px * 1)) / 2 - .1px);
    padding: 0 2px;
  }
  .monitorstand-tab-layout > .tab_navi > .tab_list[data-layout-sp="scroll"] {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: auto;
    margin: 0 -13px;
    overflow-x: auto;
  }
  .monitorstand-tab-layout > .tab_navi > .tab_list[data-layout-sp="scroll"] > li {
    display: block;
    -webkit-flex: 0 0 150px;
    flex: 0 0 150px;
  }
  .monitorstand-tab-layout > .tab_navi > .tab_list[data-layout-sp="scroll"] > li:first-child {
    padding-left: 15px;
    -webkit-flex-basis: 163px;
    flex-basis: 163px;
  }
  .monitorstand-tab-layout > .tab_navi > .tab_list[data-layout-sp="scroll"] > li:last-child {
    padding-right: 15px;
    -webkit-flex-basis: 163px;
    flex-basis: 163px;
  }
  .monitorstand-tab-layout > .tab_navi > .tab_list > li > a {
    position: relative;
    display: flex;
    flex: 1 1;
    gap: 5px;
    align-items: center;
    flex-flow: nowrap;
    padding: 2px;
    background-color: #f2f2f2;
    font-size: 1.3rem;
    line-height: 1.25;
  }
  .monitorstand-tab-layout > .tab_navi > .tab_list > li.is-current > a {
    background-color: #418fde;
    color: #fff;
    font-weight: 700;
  }
  .monitorstand-tab-layout > .tab_navi > .tab_list > li > a > .tab_list_body > .tab_new-icon {
    display: inline-block;
    color: #fff;
    font-style: normal;
    font-size: 10px;
    font-weight: bold;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans", "Noto Sans CJK JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.0;
    margin-bottom: 3px;
    padding: 2px 5px;
    background-color: #e90f0f;
    vertical-align: top;
  }
  .monitorstand-tab-layout > .tab_navi > .tab_list > li > a > .tab_image {
    width: min(12vw, 45px);
    flex-shrink: 0;
  }
  .monitorstand-tab-layout > .tab_navi > .tab_list > li > a > .tab_image > img {
    width: 100%;
  }
  .monitorstand-tab-layout > .tab_navi > .tab_list > li > a > .tab_list_body > .tab_text {
    width: 100%;
    font-size: 2.666vw;
    font-weight: bold;
    line-height: 1.4;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: left;
  }
  .monitorstand-tab-layout > .tab_navi > .tab_list > li > a > .tab_label {
    display: inline-block;
  }
  .monitorstand-tab-layout > .tab_navi > .tab_list > li > a > .tab_label .is-smaller {
    font-size: 87.5%;
    font-weight: normal;
  }
  .monitorstand-tab-layout.type-news > .tab_navi {
    overflow-x: auto;
  }
  .monitorstand-tab-layout.type-news > .tab_navi > .tab_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
  .monitorstand-tab-layout.type-news > .tab_navi > .tab_list > li {
    display: block;
    -webkit-flex: 0 0 129px;
    flex: 0 0 129px;
  }
  .monitorstand-tab-layout.type-news > .tab_navi > .tab_list > li:last-child {
    -webkit-flex-basis: 142px;
    flex-basis: 142px;
    padding-right: 15px;
  }
  .monitorstand-tab-layout.type-news > .tab_navi > .tab_list > li > a {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 1.4rem;
  }
  .monitorstand-tab-layout > .tab_detail {
    margin-top: 1.5em;
    padding: 0 15px;
  }
  .monitorstand-tab-layout > .tab_detail > *:first-child {
    margin-top: 0 !important;
  }
  /* ----- monitorstand-image-set----- */
  .monitorstand-image-set {
    text-align: center;
    margin: 1.8em -15px 0;
  }
  /* ----- monitorstand-right----- */
  .monitorstand-right {
    margin-top: 10px;
    text-align: right;
    color: #333;
    font-size: 14px;
    line-height: 1.5;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    word-wrap : break-word;
  }
  /* ----- monitorstand-features-column----- */
  .monitorstand-features-column {
    flex-direction: column;
    margin-top: 16px !important;
  }
  .monitorstand-features-column_item:nth-child(n+2) {
    margin-top: 14px;
  }
  .monitorstand-features-column_head {
    background-color: #606a70;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .monitorstand-features-column_head-v2 {
    background-color: #c4b5a0;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .monitorstand-features-column_title {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .monitorstand-features-column_title-v2 {
    color: #23190b;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  /* ----- monitorstand-case-column----- */
  .monitorstand-case-column {
    margin-top: 1.1em !important;
  }
  .monitorstand-case-column > .monitorstand-case-column_item {
    margin-top: 1.3em;
  }
  .monitorstand-case_title {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .monitorstand-case_title + .monitorstand-case_image {
    margin-top: 0.6em;
  }
  /* ----- monitorstand-notes----- */
  .monitorstand-notes {
    font-size: 11px;
    line-height: 1.75;
    color: #555;
  }
  /* ----- monitorstand-column----- */
  .monitorstand-column {
    display: flex;
    flex-direction: column;
  }
  .monitorstand-column_item--textcol > *:first-child {
    margin-top: 0 !important;
  }
  .monitorstand-column_item--buttoncol {
    margin-top: 20px;
  }
    .monitorarm_button-wrap {
    width: 100%;
  }
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}


/* ======================================================
 * SP Media Queries
====================================================== */
/***
@media only screen and (min-width: 320px) and (max-width: 767px) {
}
@media only screen and (max-width: 736px) {
}
@media only screen and (max-width: 667px) {
}
***/
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 568px) {
}
/***
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 375px) {
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 320px) {
}
***/


/* ======================================================
 * Print
====================================================== */
@media print {
}