@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_contents ---- */
  .hero_contents {
    position: relative;
  }
  .hero_contents > .hero_visual_data {
    position: absolute;
    bottom: 25%;
    left: 3.5%;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.25;
  }
  
  /* ----- pickup-layout ---- */
  .pickup-layout {
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  .pickup-layout .image_caption {
    margin-top: 1em;
    font-size: 1.6rem;
    text-align: center;
  }
  
  /* ----- special-point-title----- */
  .special-point-title .point_bg {
    background-color: #5aa673;
  }
  .special-point-title .point_text {
    padding-left: 5px;
  }
	
  /* ----- special-box-layout ----- */
  .special-box-layout .column-media[data-media-size="1/2"] > .column_image[data-image="right"] {
    margin-left: 20px;
  }
  .special-box-layout .column-media[data-media-size="1/2"] > .column_image {
    width: calc((100%) / 2);
  }
  
  /* ----- point_item_box----- */
  .point_item_box {
    margin-top: 15px;
    padding: 30px 15px 30px 20px;
    background-color: #eaf2ed;
  }
  .point_item_box .column-media {
    margin-top: 0;
  }
  .point_item_box .column-media > .column_image[data-image="right"] {
    margin-left: 0;
  }
  .point_item_box .column_title {
    margin-bottom: 1em;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
  }
  
  /* ----- dw_caption----- */
  .column-layout.dw-gt {
    margin-top: 4em;
  }
  .column-media .column_image.dw-gt02 {
    margin-top: 45px;
  }
  .image-set .image_caption.dw_caption {
    display: block;
    margin-top: 20px;
    padding: 6px 10px 4px;
    background: #7083b0;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
  }
  
  /* ----- column-media ---- */
  .column-media.type-dw160 > .column_image {
    width: 45%;
  }
  
  /* ----- dw160-image-box ---- */
  .dw160-image-box {
    margin-top: 2em;
    padding: 25px 50px;
    border: 7px solid #eaf2ed;
    background-color: #fff;
  }
  .dw160-image-box > .image_box_title {
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.25;
  }
  .dw160-image-box > .image_box_inner {
    margin-top: 1em;
  }
  .dw160-image-box > .image_box_inner > *:first-child {
    margin-top: 0 !important;
  }
  
  
  /* ------------------------------------------------------
   * 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
  ------------------------------------------------------ */
  /* ----- hero_contents ---- */
  .hero_contents {
    position: relative;
  }
  .hero_contents > .hero_visual_data {
    position: absolute;
    top: 4%;
    right: 5.5%;
    font-size: 1.2rem;
    font-weight: bold;
  }
  
  /* ----- pickup-layout ---- */
  .pickup-layout .image_inner {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    max-width: 500px;
  }
  .pickup-layout .column_item:nth-child(even) .image_inner {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .pickup-layout img {
    margin-right: 20px;
    width: 135px;
  }
  .pickup-layout .column_item:nth-child(even) img {
    margin-left: 20px;
    margin-right: 0;
  }
  .pickup-layout .image_caption {
    margin-top: 0;
    font-size: 1.4rem;
    text-align: left;
  }
  
  /* ----- special-point-title----- */
  .special-point-title .point_bg {
    background-color: #5aa673;
  }
  .special-point-title .point_text {
    padding-left: 10px;
  }
  
  /* ----- point_item_box----- */
  .point_item_box {
    margin-top: 10px;
    padding: 15px 15px;
    background-color: #eaf2ed;
  }
  .point_item_box .column-media {
    position: relative;
    margin-top: 0;
  }
  .point_item_box .column-media .column_image {
    position: absolute;
    width: 95px;
    bottom: 0;
    right: 0;
  }
  .point_item_box .column-media > .column_image[data-image="right"] {
    margin-left: 0;
  }
  .point_item_box .column_title {
    margin-bottom: 0.5em;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .point_item_box .column_title + p {
    min-height: 105px;
    padding-right: 100px
  }
  
  /* ----- dw_caption----- */
  .image-set .image_caption.dw_caption {
    display: block;
    margin-top: 20px;
    padding: 6px 25px 4px;
    background: #7083b0;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: bold;
  }
  
  /* ----- dw160-image-box ---- */
  .dw160-image-box {
    margin-top: 2em;
    padding: 15px;
    border: 7px solid #eaf2ed;
    background-color: #fff;
  }
  .dw160-image-box > .image_box_title {
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.25;
  }
  .dw160-image-box > .image_box_inner {
    margin-top: 1em;
    padding: 0 20px;
  }
  .dw160-image-box > .image_box_inner > *:first-child {
    margin-top: 0 !important;
  }
  
  /* ----- sp-mim----- */
  img.sp-mim01 { width: 240px; }
  img.sp-mim02 { width: 184px; }
  
  /* ------------------------------------------------------
   * 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 {
}