/* カスタマイズ用CSS */

/* @media screen and (max-width: 767px) { ここにSPのみに適応したいスタイル ); */
/* @media screen and (min-width: 768px) { ここにPCのみに適応したいスタイル ); */

/* ↓↓↓メインビジュアルの背景色↓↓↓ */
/* SP */
@media screen and (max-width: 767px) {
    .p-mv > .p-mv__wrapper > h1 {
        background-color: #00aaeb;
    }
}

/* PC */
@media screen and (min-width: 768px) {
  .p-mv__wrapper>h1 picture>img {
    z-index: 1;
  }
  .p-mv > .p-mv__wrapper > h1 {
    background-color: #00aaeb; /*　メインビジュアル左側の背景色　*/
  }
  .p-mv__wrapper h1:after {
    width: 50%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    background: #b5dd79; /*　メインビジュアル右側の背景色　*/
  }
}
/* ↑↑↑メインビジュアルの背景色↑↑↑ */

.p-refine-result__update {
    display: none;
}

.p-refine-result__item > dl > dd > a {
    display: block;
    height: 180px;
}

.p-senior__item > img{
    width: 160px;
}

.p-senior__pagenation {
    display: none;
}

.p-refine-result__pagenation {
    display: none !important;
}
/* ↓↓↓説明会予約ボタン↓↓↓ */
.p-company__func .exbtn {
	padding: 12px !important;
}
/* ↑↑↑説明会予約ボタン↑↑↑ */
