@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
  ------------------------------------------------------ */
  /* ----- dab10_data----- */
  .hero-layout-v5 {
    position: relative;
  }
  .hero-layout-v5 .dab10_data {
    position: absolute;
    right: 0;
    bottom: 16.25%;
    left: 1%;
    width: 20%;
    margin: 0 auto;
    text-align: center;
  }
  .hero-layout-v5 .dab10_data > .data-inner {
    padding: 2% 4%;
    background-color: #fff996;
    border-radius: 20px;
  }
  /* ----- dab10-handling-layout----- */
  .dab10-handling-layout {
    padding: 3.2% 7.5% 1.8%;
    background-color: #009844;
  }
  .dab10-handling-layout .handling_title {
    margin-bottom: 15px;
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    color: #fff;
  }
  .dab10-handling-layout .handling_column {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .handling_column .dab10-col {
    position: relative;
    width: calc((100% - 148px) / 4);
  }
  .dab10-col .col_icon {
    position: absolute;
    top: -14px;
    left: -15px;
    width: 36px;
    height: 36px;
    background: #333333;
    border-radius: 50%;
    text-align: center;
  }
  .dab10-col .col_icon .dab10-number {
    display: inline-block;
    margin-top: 3px;
  }
  .dab10-col .col_icon .dab10-number > span {
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
  }
  .dab10-col .col_read {
    margin-top: 10px;
    color: #fff;
    line-height: 1.3;
  }
  .dab10-list {
    margin-top: 30px;
  }
  .dab10-list .dab10_list_title {
    position: relative;
    font-size: 2.4rem;
    font-weight: bold;
    padding-left: 38px;
  }
  .dab10-list .dab10_list_title::before {
    position: absolute;
    top: .3em;
    left: 0;
    width: 27px;
    height: 24px;
    background-image: url(/sp/dab10/img/dab10_ic01.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 27px 24px;
    content: "";
  }
  .dab10-list > .list-order-v2 > li {
    padding-left: 1.8em;
  }
  
  /* ------------------------------------------------------
   * 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
  ------------------------------------------------------ */
  /* ----- dab10_data----- */
  .hero-layout-v5 {
    position: relative;
  }
  .hero-layout-v5 .dab10_data {
    position: absolute;
    top: 26%;
    right: 0;
    left: 1%;
    width: 64%;
    margin: 0 auto;
    text-align: center;
  }
  .hero-layout-v5 .dab10_data > .data-inner {
    padding: 2% 4%;
    background-color: #fff996;
    border-radius: 20px;
  }
  /* ----- dab10-handling-layout----- */
  .dab10-handling-layout {
    width: 100vw;
    margin: 0 0 0 calc(50% - 50vw);
    padding: 20px 25px 35px;
    background-color: #009844;
  }
  .dab10-handling-layout .handling_title {
    margin-bottom: 15px;
    text-align: center;
    font-size: 2rem;
    color: #fff;
  }
  .dab10-handling-layout .handling_column {
    -webkit-display: flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 2%;
  }
  .handling_column .dab10-col {
    position: relative;
    width: 46%;
    margin-top: 0;
    font-size: 1.2rem;
    text-align: center;
  }
  .handling_column .dab10-col:nth-child(n+3) {
    margin-top: 1.25em;
  }
  .dab10-col .col_icon {
    position: absolute;
    top: -6%;
    left: 4%;
    width: 35px;
    height: 35px;
    margin-top: 1%;
    background: #333333;
    border-radius: 50%;
    text-align: center;
  }
  .dab10-col .col_icon .dab10-number {
    display: inline-block;
    margin-top: 20%;
  }
  .dab10-col .col_icon .dab10-number > span {
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
  }
  .dab10-col .col_read {
    margin-top: 5%;
    color: #fff;
    text-align: left;
  }
  .dab10-list .dab10_list_title {
    margin-top: 21px;
  }
  .dab10-list .dab10_list_title {
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
    padding-top: 3px;
    padding-left: 35px;
  }
  .dab10-list .dab10_list_title::before {
    position: absolute;
    top: .15em;
    left: 0;
    width: 24px;
    height: 27px;
    background-image: url(/sp/dab10/img/dab10_ic01.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 24px auto;
    content: "";
  }
  .dab10-list > .list-order-v2 > li {
    padding-left: 1.8em;
  }
  
  /* ------------------------------------------------------
   * 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) {
  .dab10-col .col_icon {
    left: 2%;
    width: 30px;
    height: 30px;
  }
  .dab10-col .col_icon .dab10-number {
    margin-top: 14%;
  }
}
@media only screen and (max-width: 568px) {
  .dab10-col .col_icon {
    left: -4%;
    width: 25px;
    height: 25px;
  }
  .dab10-col .col_icon .dab10-number {
    margin-top: 6%;
  }
}
/***
@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 {
}