@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
  ------------------------------------------------------ */
  .hero-layout-v5{
    border-top: 4px solid #003477;
  }

  /* ----- monitorarm_column_layout----- */
  .monitorarm_column_layout{
    -webkit-display: flex;
    display: flex;
  }
  .monitorarm_column_item{
    width: 50%;
    color: #ffffff;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 3.2rem;
    font-weight: bold;
    text-align: center;
  }
  .monitorarm_column_item:nth-of-type(1){
    margin-right: 2px;
  }

  .monitorarm_column_item p span{
    font-size: 4.8rem;
  }
  .monitorarm_greenback{
    padding: 6px 0 13px;
    background-color: #45b035;
  }
  .monitorarm_blueback{
    padding: 6px 0 13px;
    background-color: #008ed3;
  }
  /* ----- monitorarm-column----- */
  .monitorarm-column {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }
  .monitorarm-column_item--textcol {
    width: calc(100% - 40.3% - 30px);
  }
  .monitorarm-column_item--buttoncol {
    width: 40.3%;
  }
  .monitorarm-column_item--textcol > *:first-child {
    margin-top: 0 !important;
  }
  .monitorarm_button-wrap {
    width: 100%;
  }
  .monitorarm_button_type {
    display: block;
  }
  .monitorarm_button_type:hover {
    opacity: .7;
  }

  /* ----- monitorarm_list_flex----- */
  .monitorarm_list_flex {
    display: flex;
    flex-flow: nowrap;
  }
  .monitorarm_list_flex_head {
    width: 126px;
  }
  .monitorarm_list_flex_body {
    width: calc(100% - 126px);
  }
  /* ------------------------------------------------------
   * 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) {
    .monitorarm_column_item:nth-of-type(1){
    margin-right: 1px;
  }
}
@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
  ------------------------------------------------------ */
  .hero-layout-v5{
    border-top: 2px solid #003477;
  }

  /* ----- monitorarm_column_layout----- */
  .monitorarm_column_layout{
    -webkit-display: flex;
    display: flex;
  }
  .monitorarm_column_item{
    width: 50%;
    color: #ffffff;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
  }
  .monitorarm_column_item:nth-of-type(1){
    margin-right: 1px;
  }

  .monitorarm_column_item p span{
    font-size: 1.8rem;
  }
  .monitorarm_greenback{
    padding: 6px 0 10px;
    background-color: #45b035;
  }
  .monitorarm_blueback{
    padding: 6px 0 10px;
    background-color: #008ed3;
  }
  /* ----- monitorarm-notes----- */
  .monitorarm-notes {
    font-size: 11px;
    line-height: 1.75;
    color: #555;
  }
  /* ----- monitorarm-column----- */
  .monitorarm-column {
    display: flex;
    flex-direction: column;
  }
  .monitorarm-column_item--textcol > *:first-child {
    margin-top: 0 !important;
  }
  .monitorarm-column_item--buttoncol {
    margin-top: 20px;
  }
  .monitorarm_button-wrap {
    width: 100%;
  }
  /* ----- monitorarm_list_flex----- */
  .monitorarm_list_flex {
    display: block;
  }
  /* ------------------------------------------------------
   * 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 {
}