@charset "utf-8";

/* ======================================================
 * pickups.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Common
 * - Override
 * - Parts
 * - Clearfix
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Common
 * - Override
 * - Parts
 * - Clearfix
 * SP Media Queries
 * Print
====================================================== */

/* ------------------------------------------------------
  * artpower_kyobashi
------------------------------------------------------ */

.cmn-news article.is-hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0 10px;
  padding:0;
}
.more {
  text-align: center;
  margin-top: 20px;
}

  /* ------------------------------------------------------
    * todabuilding
  ------------------------------------------------------ */
  .btn__label_l{
    text-align: center!important;
    width: 100%;
  }



/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  
  /* ------------------------------------------------------
   * Override
  ------------------------------------------------------ */
  
  
  /* ------------------------------------------------------
   * Parts
  ------------------------------------------------------ */
  /* ----- diversity-read ----- */
  .diversity-read {
    margin-top: -10px;
    padding: 94px 0 63px;
    background: url("/pickups/img/diversity_bg01.png") no-repeat center top 0;
  }
  .diversity-read .diversity-read__title {
    margin: 0px auto 15px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
  }
  .diversity-read .diversity-read__detail {
    margin: 0 auto;
    line-height: 1.75;
    text-align: center;
  }
  /* ----- zoom_up-index-layout ----- */
  .zoom_up-index-layout {
    margin: 0 0 3.75rem;
    padding: 60px 0;
    background-color: #eff2f5;
  }
  .mainContents > .zoom_up-index-layout:first-child {
    margin-top: -60px;
  }
  .zoom_up-index-layout .index_column {
    overflow: hidden;
    display: flex;
    box-shadow: 0 1px 7px 0 rgba(0,0,0,.15);
    background-color: #fff;
    border-radius: 10px;
  }
  .zoom_up-index-layout a.index_column {
    color: #4b4948;
    text-decoration: none;
  }
  .zoom_up-index-layout .index_column > .column_cover {
    width: 500px;
  }
  .zoom_up-index-layout .index_column > .column_detail {
    flex: 1;
    padding: 40px 30px;
  }
  .zoom_up-index-layout .index_column > * > *:last-child {
    margin-bottom: 0 !important;
  }
  .zoom_up-index-layout .index_column .column_image img {
    width: 100%;
  }
  .zoom_up-index-layout .index_column .column_heding {
    margin: 0 0 1.5625rem;
    padding: 0 0 .9375rem;
    font-size: 1.375rem;
    font-weight: 700;
    border-bottom: 1px solid #ddd;
  }
  .zoom_up-index-layout .index_column .column_lead {
    margin: 0 0 .9375rem;
    font-size: 1.25rem;
    font-weight: 700;
  }
  .zoom_up-index-layout .index_column .column_text {
    line-height: 1.75;
  }
  .zoom_up-index-layout .container {
    padding-bottom: 0;
  }
  
  /* ----- zoom_up-detail-layout ----- */
  .img_lg{max-width: 800px;}
  .zoom_up-detail-layout {
    margin: 0 0 2.5rem;
    padding: 25px 30px 40px;
    background-color: #eff2f5;
    border-radius: 10px;
  }
  .zoom_up-detail-layout > *:last-child {
    margin-bottom: 0 !important;
  }
  .zoom_up-detail-layout .index_column {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 2.5rem 0 0;
  }
  .zoom_up-detail-layout .index_column > .column_col {
    width: calc((100% - 36px) / 2);
    margin: 0;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
  }
  .zoom_up-detail-layout .index_column > .column_col:nth-of-type(n+3) {
    margin-top: 30px;
  }
  .zoom_up-detail-layout .index_column_2 {
    display: flex;
  }
  .zoom_up-detail-layout .index_column_2 > * {
    margin: 0;
  }
  .zoom_up-detail-layout .index_column_2 > .column_image {
    width: 130px;
    margin-right: 20px;
  }
  .zoom_up-detail-layout .index_column_2 > .column_text {
    flex: 1;
  }
  .zoom_up-detail-layout .index_column_2 > * > *:last-child {
    margin-bottom: 0 !important;
  }
  
  /* ----- zoom_up-detail-heading ----- */
  .zoom_up-detail-heading {
    font-size: 1.375rem;
    font-weight: 700;
  }
  
  /* ----- zoom_up-detail-media ----- */
  .zoom_up-detail-media .media__heading {
    margin: 0 0 1.25rem;
    padding: 0 0 15px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
  }
  .zoom_up-detail-media .media__heading > * {
    margin: 0;
  }
  .zoom_up-detail-media .media__heading > .heading__shoulder {
    font-size: 1.0rem;
    font-weight: 700;
  }
  .zoom_up-detail-media .media__heading > .heading__title {
    font-size: 1.25rem;
    font-weight: 700;
  }
  .zoom_up-detail-media .media__heading > .heading__shoulder + .heading__title {
    margin-top: .3125rem;
  }
  .zoom_up-detail-media .media__image {
    float: left;
    margin-right: 36px;
  }
  .zoom_up-detail-media .media__detail {
    overflow: hidden;
  }
  
  /* ----- tc__card ----- */
  .tc__card {
    margin: 3.75rem 0 0;
    padding: 30px 30px 40px;
    border: 1px solid #dddddd;
    border-radius: 10px
  }
  .tc__card :first-child {
    margin-top: 0;
  }
  .tc__card-layout {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .tc__card-layout .tc__card-item--media {
    width: 27.3%;
  }
  .tc__card-layout .tc__card-item--detail {
    width: 70%;
  }
  .tc__card-layout .tc__card-title {
    font-size: 1.375rem;
    font-weight: 700;
    margin-bottom: 1rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid #dddddd;
  }
  
  /* ---- tc__column-layout ----- */
  .tc__column-layout {
    margin-top: 3.5rem;
  }
  
  /* ----- tc__report-layout ----- */
  .tc__report-layout {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 3.75rem;
  }
  .row [class^="col-"]:nth-last-child(-n+2) .tc__report-layout {
    margin-bottom: 0;
  }
  .tc__report-layout .tc__report-item--media {
    width: 40%;
  }
  .tc__report-layout .tc__report-item--media .tc__report-img {
    border: 1px solid #dddddd;
  }
  .tc__report-layout .tc__report-item--detail {
    width: 55.3%;
  }
  .tc__report-layout .tc__report-item--detail .tc__report-title {
    font-weight: 700;
  }
  .tc__report-layout .tc__report-item--detail .btn.link-pdf {
    padding-right: 1em;
  }
  
  /* ----- diversity-localNav ----- */
  .diversity-localNav-wrap {
    display: flex;
    flex-direction: row-reverse;
    width: 1232px;
    margin: 0 auto;
  }
  .diversity-localNav-wrap .localNav + .diversity-localNav-NextContents {
    width: calc(1232px - 23.376%);
  }
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .zoom_up-detail-media::after {
    display: block;
    clear: both;
    content: "";
  }
  
  /* ------------------------------------------------------
   * artpower_kyobashi
  ------------------------------------------------------ */
 
  #artPower .contents .ft_12{
    font-size: 1.2rem;
    line-height: 2.2rem;
    padding: 0px 0px 2px 10px;
    margin: 30px 0px auto;
  }
  #artPower .contents .media-vertical-md{
    align-items: flex-end;
	
	}
  #artPower .heading-lv3 .heading__shoulder{
    color: #494948;
  }
  #artPower .ttle_card{
    margin-bottom: 0.75em;
    font-size: 1.4rem;
    font-weight: 700;
    border-bottom: 1px solid;
    padding-bottom: 10px;
  }
  #artPower .bdy_card{
    height: 100%;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-self: stretch;
    width: 100%;
    min-height: 0.01px;
    padding: 24px 29px;
    border: 2px solid #545454;
    /* border-top: none; */
    border-radius: 10px 10px 10px 10px;
    background-color: #fff;
    box-shadow: 0 10px 7px 0 rgb(0 0 0 / 17%);
  }
  #artPower .mg_30{
    margin-bottom: 30px;
  }
  #artPower .mg_top_0{
    margin: 0px 0px auto;
  }
  #artPower .cnts_01,
  #artPower .cnts_01>.media, 
  #artPower .cnts_01 figure
  {
    margin-bottom: unset;
    padding-top: 5px;
  }

  #artPower .contents dl dt{
    margin-bottom: 10px;
  }

  /* ------------------------------------------------------
   * mirai_dx
  ------------------------------------------------------ */
  #miraidx .box-aln_bttm{
    position: absolute;
    bottom: 12px;
  }
  #miraidx .open-badge_txt{
    margin-top: 10%;
  }
  #miraidx .mg-top_15{
    margin-top: 15px;
  }
  #miraidx .mg-btm_30{
    margin-bottom: 30px;
  }
  #miraidx .itm_end{
    display: flex;
    align-items: end;
  }
  /* ------------------------------------------------------
    * todabuilding
  ------------------------------------------------------ */
  .btn__label_l{
    padding-right: 0;
    text-align: center!important;
    font-size: 1.4rem;
  }
  .btn-80_l{
    width: 80%;
    margin: auto;
  }
}








/* ======================================================
 * PC Media Queries
====================================================== */
@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: 1536px) {
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
}
@media screen and (min-width: 768px) and (max-width: 1232px) {
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
}
@media screen and (min-width: 768px) and (max-width: 1112px) {
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (min-width: 768px) and (max-width: 960px) {
}
@media screen and (min-width: 768px) and (max-width: 896px) {
}
@media screen and (min-width: 768px) and (max-width: 834px) {
}
@media screen and (min-width: 768px) and (max-width: 812px) {
}


/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  
  /* ------------------------------------------------------
   * Override
  ------------------------------------------------------ */
  
  
  /* ------------------------------------------------------
   * Parts
  ------------------------------------------------------ */
  /* ----- diversity-read ----- */
  .diversity-read {
    margin: 0.062rem -0.937rem;
    padding: 0.625rem 0 0;
    background: url("/pickups/img/diversity_bg01.png") no-repeat center top 0 / contain;
  }
  .diversity-read .diversity-read__title {
    margin: 0 auto 0.75rem;
    padding: 0 0.937rem;
    text-align: center;
    font-size: 1.125rem;
    font-weight: bold;
  }
  .diversity-read .diversity-read__detail {
    margin: 0px auto -1.437rem;
    padding: 0 0.937rem;
    text-align: left;
    font-size: .875rem;
  }
  /* ----- zoom_up-index-layout ----- */
  .zoom_up-index-layout {
    margin: 0 0 1.8575rem;
    padding: 30px 0;
    background-color: #eff2f5;
  }
  .mainContents > .zoom_up-index-layout:first-child {
    margin-top: -25px;
  }
  .zoom_up-index-layout .index_column {
    overflow: hidden;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    background-color: #fff;
    border-radius: 8px;
  }
  .zoom_up-index-layout a.index_column {
    display: block;
    color: #4b4948;
    text-decoration: none;
  }
  .zoom_up-index-layout .index_column > .column_detail {
    padding: 15px;
    background-color: #fff;
  }
  .zoom_up-index-layout .index_column > * > *:last-child {
    margin-bottom: 0 !important;
  }
  .zoom_up-index-layout .index_column .column_image img {
    width: 100%;
  }
  .zoom_up-index-layout .index_column .column_heding {
    margin: 0 0 .625rem;
    padding: 0 0 10px;
    font-size: 1.0625rem;
    font-weight: 700;
    border-bottom: 1px solid #ddd;
  }
  .zoom_up-index-layout .index_column .column_lead {
    margin: 0 0 .9375rem;
    font-size: .9375rem;
    font-weight: 700;
  }
  .zoom_up-index-layout .index_column .column_text {
    line-height: 1.75;
  }
  .zoom_up-index-layout .container {
    padding-bottom: 0;
  }

  
  /* ----- zoom_up-detail-layout ----- */
  .zoom_up-detail-layout {
    margin: 0 0 3.125rem;
    padding: 25px 15px 20px;
    background-color: #eff2f5;
    border-radius: 10px;
  }
  .zoom_up-detail-layout > *:last-child {
    margin-bottom: 0 !important;
  }
  .zoom_up-detail-layout .index_column {
    margin: 1.25rem 0 0;
  }
  .zoom_up-detail-layout .index_column > .column_col {
    margin: 0 0 .9375rem;
    padding: 15px;
    background-color: #fff;
    border-radius: 10px;
  }
  .zoom_up-detail-layout .index_column > .column_col:last-child {
    margin-bottom: 0;
  }
  .zoom_up-detail-layout .index_column_2 {
    display: flex;
  }
  .zoom_up-detail-layout .index_column_2 > * {
    margin: 0;
  }
  .zoom_up-detail-layout .index_column_2 > .column_image {
    width: 100px;
    margin-right: 15px;
  }
  .zoom_up-detail-layout .index_column_2 > .column_text {
    flex: 1;
  }
  .zoom_up-detail-layout .index_column_2 > * > *:last-child {
    margin-bottom: 0 !important;
  }
  
  /* ----- zoom_up-detail-heading ----- */
  .zoom_up-detail-heading {
    font-size: 1.125rem;
    font-weight: 700;
  }
  
  /* ----- zoom_up-detail-media ----- */
  .zoom_up-detail-media {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .zoom_up-detail-media .media__heading {
    margin: 0 0 1.25rem;
    padding: 0 0 10px;
    font-size: 1.125rem;
    border-bottom: 1px solid #ddd;
    order: 1;
  }
  .zoom_up-detail-media .media__heading > * {
    margin: 0;
  }
  .zoom_up-detail-media .media__heading > .heading__shoulder {
    font-size: .875rem;
    font-weight: 700;
  }
  .zoom_up-detail-media .media__heading > .heading__title {
    font-size: .937rem;
    font-weight: 700;
  }
  .zoom_up-detail-media .media__heading > .heading__shoulder + .heading__title {
    margin-top: .3125rem;
  }
  .zoom_up-detail-media .media__image {
    order: 2;
  }
  .zoom_up-detail-media .media__image img {
    width: 150px;
    height: auto;
  }
  .zoom_up-detail-media .media__detail {
    order: 3;
  }
  
  /* ----- tc__card ----- */
  .tc__card {
    margin: 1.875rem 0 0;
    padding: 25px 5px 20px;
    border: 1px solid #dddddd;
    border-radius: 10px
  }
  .tc__card :first-child {
    margin-top: 0;
  }
  .tc__card :last-child {
    margin-bottom: 0;
  }
  .tc__card-layout {
    display: block;
  }
  .tc__card-layout .tc__card-item--media {
    width: 100%;
  }
  .tc__card-layout .tc__card-item--media figure {
    width: 50%;
  }
  .tc__card-layout .tc__card-item--detail {
    width: 100%;
    padding: 0 14px;
  }
  .tc__card-layout .tc__card-title {
    font-size: 1.375rem;
    font-weight: 700;
    margin: 3.125rem 0 1rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid #dddddd;
  }
  
  /* ----- tc__column-layout ----- */
  .tc__column-layout {
    margin-top: 2.5rem;
  }
  
  /* ----- tc__report-layout ----- */
  .tc__report-layout {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .row [class^="col-"]:not(:last-child) .tc__report-layout {
    margin-bottom: 2rem;
  }
  .tc__report-layout .tc__report-item--media {
    width: 30%;
  }
  .tc__report-layout .tc__report-item--media .tc__report-img {
    border: 1px solid #dddddd;
  }
  .tc__report-layout .tc__report-item--detail {
    width: 65.2%;
  }
  .tc__report-layout .tc__report-item--detail .tc__report-title {
    font-weight: 700;
  }
  
  /* ----- diversity-localNav ----- */
  .diversity-localNav-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
  }
  .diversity-localNav-wrap .localNav + .diversity-localNav-NextContents {
    width: 100%;
    padding-bottom: 40px;
  }
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }

    /* ------------------------------------------------------
   * artpower_kyobashi
  ------------------------------------------------------ */
  #artPower .heading-lv3 .heading__shoulder {
    color: #494948;
  }
  #artPower .cts_adviser .media>*+* {
    margin-left: 1rem;
  }
  #artPower .ttle_card{
    font-weight: 600;
    font-size: 1rem;
  }
  #artPower .bdy_card {
    padding: 24px 29px;
    border: 2px solid #eeeeee;
    border-radius: 10px 10px 10px 10px;
    background-color: #fff;
    box-shadow: 0 5px 5px 0 rgb(0 0 0 / 17%);
    margin: 6px 0;
  }
  /* ------------------------------------------------------
   * todabuilding
  ------------------------------------------------------ */


  
}


/* ======================================================
 * SP Media Queries
====================================================== */
@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: 414px) {
}
@media only screen and (max-width: 375px) {
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 320px) {
}



/* ======================================================
 * Print
====================================================== */
@media print {
  .diversity-localNav-wrap {
    display: flex;
    flex-direction: row;
  }
}