/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	共通css

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

/* PC 人間の飾り
----------------------------------------------- */
@media (min-width: 768px) {

.human01,.human02{
    position: relative;
}

/* 申し込みTOP */

.human01::before{
    position: absolute;
    content: "";
    background: url(../img/human02.png) no-repeat center top / auto 100%;
    width: 4vw;
    height: 11vw;
    top: -3vw;
    right: 13vw;
    pointer-events: none;
    z-index: 2;
}
.human01::after{
    position: absolute;
    content: "";
    background: url(../img/human01.png) no-repeat center top / auto 100%;
    width: 8vw;
    height: 11vw;
    bottom: -5vw;
    left: 7vw;
    pointer-events: none;
    z-index: 2;
}
/* 不動産Weekとは部分 */
.human02::before{
    position: absolute;
    content: "";
    background: url(../img/human03.png) no-repeat center top / auto 100%;
    width: 4vw;
    height: 11vw;
    top: -3vw;
    right: 20vw;
    pointer-events: none;
    z-index: 2;
}
.human03::before{
    position: absolute;
    content: "";
    background: url(../img/human04.png) no-repeat center top / auto 100%;
    width: 8vw;
    height: 11vw;
    top: -3vw;
    left: 6.2vw;
    pointer-events: none;
    z-index: 2;
}
.human03::after{
    position: absolute;
    content: "";
    background: url(../img/human05.png) no-repeat center top / auto 100%;
    width: 10vw;
    height: 14vw;
    bottom: -3vw;
    right: 12vw;
    pointer-events: none;
    z-index: 2;
}
/* リンク部分の人間1 */
.human04::before{
    position: absolute;
    content: "";
    background: url(../img/human13.png) no-repeat center top / auto 100%;
    width: 14vw;
    height: 14vw;
    top: -7vw;
    left: 15.2vw;
    pointer-events: none;
    z-index: 2;
}
/* 見どころ部分の人間1 */
.human05::after{
    position: absolute;
    content: "";
    background: url(../img/human08.png) no-repeat center top / auto 100%;
    width: 5vw;
    height: 10vw;
    top: -2vw;
    left: 12.2vw;
    pointer-events: none;
    z-index: 2;
}
.human06::before{
    position: absolute;
    content: "";
    background: url(../img/human07.png) no-repeat center top / auto 100%;
    width: 10vw;
    height: 12vw;
    top: 3vw;
    right: 5vw;
    pointer-events: none;
    z-index: 2;
}
.human07::before{
    position: absolute;
    content: "";
    background: url(../img/human09.png) no-repeat center top / auto 100%;
    width: 4vw;
    height: 12vw;
    bottom: 19vw;
    left: 19.2vw;
    pointer-events: none;
    z-index: 2;
}
.human07::after{
    position: absolute;
    content: "";
    background: url(../img/human14.png) no-repeat center top / auto 100%;
    width: 20vw;
    height: 7vw;
    bottom: -5vw;
    right: 9.2vw;
    pointer-events: none;
    z-index: 2;
}
/* ボタンの部分の人間1 */
.human08::after{
    position: absolute;
    content: "";
    background: url(../img/human06.png) no-repeat center top / auto 100%;
    width: 9vw;
    height: 15vw;
    bottom: -2vw;
    left: -2.8vw;
    pointer-events: none;
    z-index: 2;
}

/* ダイジェストの部分の人間1 */
.human09::before{
    position: absolute;
    content: "";
    background: url(../img/human11.png) no-repeat center top / auto 100%;
    width: 9vw;
    height: 12vw;
    top: -5vw;
    left: 12.2vw;
    pointer-events: none;
    z-index: 2;
}

/* ボタンの部分の人間1 */
.human10::after{
    position: absolute;
    content: "";
    background: url(../img/human12.png) no-repeat center top / auto 100%;
    width: 9vw;
    height: 12vw;
    bottom: -6vw;
    right: -22.8vw;
    pointer-events: none;
    z-index: 2;
}
}


/* SP
----------------------------------------------- */
@media (max-width: 767px) {

}



/* PC スライダー見た目の調整
----------------------------------------------- */
@media (min-width: 768px) {
.sliderArea{
        margin-top: 3.9vw !important;
}
}

/* SP
----------------------------------------------- */
@media (max-width: 767px) {
    .sliderArea{
        height: 107vw;
        margin-top: 12vw !important;
}
 }


/* PC 申し込みボタン　大
----------------------------------------------- */
@media (min-width: 768px) {

/*  ホバー　左からスライド */
.c-btn.slide {
    background: #ffec14;
    color: #ff701e;
     overflow: hidden;
     position: relative;
     z-index: 1;
     text-align: center;
     padding: 0;
     margin-top: 3.3vw;
}
.c-btn.slide::after {
  background: #ffb514;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.c-btn.slide a{
    display: block;
    padding: 3vw 0;
}
/* 画像設定 */
.c-btn.slide img{
    width: 29.1vw;
}
/* テキスト設定 */
.c-btn.slide p.button_style01{
    font-size: 1.7vw;
    font-weight: 900;
    padding: 1vw 1vw 0 1vw;
    border-bottom: 2px solid #e56619;
    display: inline-block;
}
.c-btn.slide p.button_style01 span{
    color: #ff701e;
}
/* ホバー設定 */
.c-btn.slide a:hover {
  opacity: 1 !important;
}
.c-btn.slide:hover::after {
  transform: scale(1, 1);
}
}


/* SP
----------------------------------------------- */
@media (max-width: 767px) {
    
/*  ホバー　左からスライド */
.c-btn.slide {
    background: #ffec14;
    color: #ff701e;
     overflow: hidden;
     position: relative;
     z-index: 1;
     text-align: center;
    padding: 0;
     margin-top: 3.3vw;
}
.c-btn.slide::after {
  background: #ffb514;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.c-btn.slide a{
    display: block;
    padding: 9vw 0;
}
/* 画像設定 */
.c-btn.slide img{
    width: 69vw;
}
/* テキスト設定 */
.c-btn.slide p.button_style01{
    font-size: 3.7vw;
    font-weight: 900;
    padding: 5vw 0vw;
    border-bottom: 2px solid #e56619;
    display: inline-block;
    margin: 0 1em;
}
.c-btn.slide p.button_style01 span{
    color: #ff701e;
}
/* ホバー設定 */
.c-btn.slide a:hover {
  opacity: 1 !important;
}
.c-btn.slide:hover::after {
  transform: scale(1, 1);
}
}


/* PC  リンク設定
--------------------------------------------------------------------------------------------------------------------------------------------- */
@media (min-width: 768px) {

.week28_row03{
   position: relative;
}
.week28_row03 ul{
   text-align: center;
   padding: 0 !important;
}
.week28_row03 ul li{
    position: relative;
   display: inline-block;
}
.week28_row03 ul li:first-of-type{
    margin-right: 2em;
}
.week28_row03 ul li:last-of-type{
    margin-left: 2em;
}
.week28_row03 ul li::before{
    position: absolute;
    content: "";
    background: url(../img/yellow_icon.png) no-repeat center top / auto 100%;
    width: 4vw;
    height: 1vw;
    top: 2.2vw;
    right: 0;
    z-index: 2;
    pointer-events: none;
}
.week28_row03 ul li a{
    display: inline-block;
    width: 27vw;
    font-size: 1.5vw;
    font-weight: bold;
    background-color: #e56619;
    color: #ffec14 !important;
    padding: 1.3vw 0;
    border-radius: 10px;
}
/*  黄色ボタン */
.week28_row03 ul li.y_botton::before{
    position: absolute;
    content: "";
    background: url(../img/oran_icon.png) no-repeat center top / auto 100%;
    width: 4vw;
    height: 1vw;
    top: 2.2vw;
    right: 0;
    z-index: 2;
    pointer-events: none;
}
.week28_row03 ul li.y_botton a{
    display: inline-block;
    width: 27vw;
    font-size: 1.5vw;
    font-weight: bold;
    background-color: #ffec14;
    color: #e56619 !important;
    padding: 1.3vw 0;
    border-radius: 10px;
}
}
/* SP
----------------------------------------------- */
@media (max-width: 767px) {
    
.week28_row03{
   position: relative;
}
.week28_row03 ul{
   text-align: center;
   padding: 0 !important;
   list-style-type: none;
}
.week28_row03 ul li{
    position: relative;
    margin: 0 1em 1em;
}

.week28_row03 ul li::before{
    position: absolute;
    content: "";
    background: url(../img/yellow_icon.png) no-repeat center top / auto 100%;
    width: 3vw;
    height: 3vw;
    top: 7.6vw;
    right: 4vw;
    z-index: 2;
    pointer-events: none;
}
.week28_row03 ul li a{
    display: inline-block;
    width: 100%;
    font-size: 5.5vw;
    font-weight: bold;
    background-color: #e56619;
    color: #ffec14 !important;
    padding: 4.3vw 0;
    border-radius: 10px;
}
/*  黄色ボタン */
.week28_row03 ul li.y_botton::before{
    position: absolute;
    content: "";
    background: url(../img/oran_icon.png) no-repeat center top / auto 100%;
    width: 3vw;
    height: 3vw;
    top: 7.6vw;
    right: 4vw;
    z-index: 2;
    pointer-events: none;
}
.week28_row03 ul li.y_botton a{
    display: inline-block;
    width: 100%;
    font-size: 5.5vw;
    font-weight: bold;
    background-color: #ffec14;
    color: #e56619 !important;
    padding: 4.3vw 0;
    border-radius: 10px;
}
}


/* PC  不動産Weekとは
--------------------------------------------------------------------------------------------------------------------------------------------- */
@media (min-width: 768px) {
.week28_row01 h2{
    padding-bottom: 6vw;
}
.week28_row01 h2 img{
    width: 96.8vw;
}

/* タイトル下テキスト */
.week28_row01 p{
   text-align: center;
    font-size: 3vw;
    font-weight: 900; 
}

/* 白枠内 */
.week28_row02{
    width: 79vw;
    margin: 0 auto;
    text-align: center;
    font-size: 1.6vw;
    font-weight: 900;
    background-color: #fff;
    padding: 3vw;
    border-radius: 10px;
}
.week28_row02 p span.font-size01{
    font-size: 3vw;
}
.week28_row02 ul{
    list-style-type: none !important;
    padding: 3vw 0;
}



}
/* SP
----------------------------------------------- */
@media (max-width: 767px) {
.week28_row01 h2{
    padding-bottom: 5vw;
}
.week28_row01 h2 img{
    width: 96.8vw;
}

/* タイトル下テキスト */
.week28_row01 p{
   text-align: center;
    font-weight: 900;
}

/* 白枠内 */
.week28_row02{
    font-weight: 900;
    background-color: #fff;
    padding: 7vw;
    border-radius: 10px;
    margin: 1em;
    font-size: 3.5vw;
}
.week28_row02 p.font-size01{
    font-size: 5.8vw;
}
.week28_row02 ul{
    list-style-type: none !important;
    padding: 5vw 0 8vw;
}

}





/* PC  見どころ
--------------------------------------------------------------------------------------------------------------------------------------------- */
@media (min-width: 768px) {
.week28_row04{
    position: relative;
    text-align: center;
}
.week28_row04::before{
content: '';
    position: absolute;
    top: 18vw;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #e56619;
    transform: skewY(4deg);
    z-index: -1;
}
/* タイトル */
.week28_row04 h3{
    padding-bottom: 6vw;
}
.week28_row04 h3 img{
    width: 79vw;
}
/* 三連 */
.week28_row04 ul.midokoro123{
    text-align: center;
    list-style: none;
    padding: 0 0 3vw 0 !important;
}
.week28_row04 ul.midokoro123 li{
    display: inline-block;
    vertical-align: top;
}
.week28_row04 ul.midokoro123 li:nth-child(2){
    padding: 2em 3em 0;
}
.week28_row04 ul.midokoro123 li:nth-child(3){
    padding: 4em 0 0;
}
.week28_row04 ul.midokoro123 li img{
    width: 25vw;
}
/* 最大の見どころ */
.week28_row04 h4 img{
    width: 49vw;
}
.week28_row04 ul.midokoro4{
    background-color: #fff;
    width: 75vw;
    margin: -1.7vw auto 0;
    text-align: center;
    list-style: none;
    padding: 4vw 2vw 2vw 2vw;
    border: 3px solid #e56619;
    border-radius: 10px;
}
.week28_row04 ul.midokoro4 li{
    display: inline-block;
    vertical-align: top;
    width: 49%;
}
.week28_row04 ul.midokoro4 li:first-of-type p{
    text-align: left;
    color: #e56619 !important;
    font-size: 1.3vw;
    font-weight: 600;
    padding: 3.5vw 0 0;
}

}
/* SP
----------------------------------------------- */
@media (max-width: 767px) {

    .week28_row04{
    position: relative;
    text-align: center;
}
.week28_row04::before{
    content: '';
    position: absolute;
    top: 54vw;
    bottom: 66vw;
    left: 0;
    right: 0;
    background-color: #e56619;
    transform: skewY(4deg);
    z-index: -1;
}
/* タイトル */
.week28_row04 h3{
    padding-bottom: 6vw;
}

/* 三連 */
.week28_row04 ul.midokoro123{
    text-align: center;
    list-style: none;
    padding: 0 0 3vw 0 !important;
}
.week28_row04 ul.midokoro123 li{
    display: inline-block;
    vertical-align: top;
    margin: 1em;
}

/* 最大の見どころ */
.week28_row04 h4 img{
    width: 72vw;
}
.week28_row04 ul.midokoro4{
    background-color: #fff;
    width: auto;
    margin: -6.7vw 1em 0;
    text-align: center;
    list-style: none;
    padding: 10vw 4vw 4vw 4vw;
    border: 3px solid #e56619;
    border-radius: 10px;
}

.week28_row04 ul.midokoro4 li:first-of-type p{
    text-align: left;
    color: #e56619 !important;
    font-weight: 500;
    padding-bottom: 4vw;
}
}



/* PC  プログラムダイジェスト
--------------------------------------------------------------------------------------------------------------------------------------------- */
@media (min-width: 768px) {
.week28_row05{
    position: relative;
    background-color: #fff;
    text-align: center;
    padding: 5em 0 9em;
}
.week28_row05 h3 img{
    width: 79vw;
    position: absolute;
    top: -4.2vw;
    left: 50%;
    margin-left: -39vw;
}

img.pc_sk_img{
    width: 58vw;
}

/* テーブル */
table.top_program,  
table.top_program td,
table.top_program th {
    border: 2px solid #e56619;
    color: #e56619;
    font-weight: bold;
}

table.top_program {
    width: 64% !important; /* 画面の64%に */
    margin: 0 auto;
    background: #fff;
    table-layout: auto; /* ← これで幅が効きやすくなる */
}
table.top_program .b_or{
    background-color: #e56619;
    color: #fff;
    display: block;
}
table.top_program .b_ye{
    background-color: #ffec14;
    display: block;
}
th.last_d{
    position: relative;
}

th.last_d::before{
    position: absolute;
    content: "";
    display: inline-block;
    background: url(../img/ribon_last.png) no-repeat center top / 100% auto;
    width: 11vw;
    height: 2.7vw;
    top: -0.8vw;
    left: -0.7vw;
    z-index: 1;
}

td.last_hito{
    position: relative;
}
td.last_hito::before{
    position: absolute;
    content: "";
    display: inline-block;
    background: url(../img/thanks_img01.png) no-repeat center top / 100% auto;
    width: 5vw;
    height: 7.1vw;
    top: -1.9vw;
    left: 1.6vw;
}
td.last_hito::after{
    position: absolute;
    content: "";
    display: inline-block;
    background: url(../img/thanks_img02.png) no-repeat center top / 100% auto;
    width: 4.5vw;
    height: 7.1vw;
    top: -1.9vw;
    right: 1.6vw;
}
}
/* SP
----------------------------------------------- */
@media (max-width: 767px) {
.week28_row05{
    position: relative;
    background-color: #fff;
    padding: 17vw 1em;
}
.week28_row05 h3 img{
    position: absolute;
    top: -7.2vw;
    left: 50%;
    margin-left: -47vw;
}


/* テーブル */
table.top_program{
    display: none;
}
}

/* PC  お客さの声
--------------------------------------------------------------------------------------------------------------------------------------------- */
@media (min-width: 768px) {
.week28_row06{
    text-align: center;
}
/* タイトル */

.week28_row06 h3{
    padding-bottom: 6vw;
}
.week28_row06 h3 img{
    width: 79vw;
}
/* 声 */
.week28_row06 ul{
    list-style-type: none;
    width: 79vw;
    margin: 0 auto;
    padding: 0;
}
.week28_row06 ul li{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 27vw;
    background-color: #fff;
    border: solid #e56619 3px;
    border-radius: 10px;
    padding: 2vw;
    margin: 0.5em;
}
.week28_row06 ul li p{
    color: #e56619 !important;
    font-size: 1.3vw;
    font-weight: 600;
    text-align: left;
    line-height: 1.5;
}
/* 人間 */
.week28_row06 ul li.top_voice01::before{
    position: absolute;
    content: "";
    background: url(../img/top_voice_01.png) no-repeat center top / auto 100%;
    width: 6vw;
    height: 19vw;
    top: -5vw;
    left: -3.8vw;
    pointer-events: none;
    z-index: 2;
}
.week28_row06 ul li.top_voice03::before{
    position: absolute;
    content: "";
    background: url(../img/top_voice_03.png) no-repeat center top / auto 100%;
    width: 8vw;
    height: 19vw;
    top: -5vw;
    left: -4.6vw;
    pointer-events: none;
    z-index: 2;
}
.week28_row06 ul li.top_voice02::before{
    position: absolute;
    content: "";
    background: url(../img/top_voice_04.png) no-repeat center top / auto 100%;
    width: 6vw;
    height: 19vw;
    top: -5vw;
    right: -4.3vw;
    pointer-events: none;
    z-index: 2;
}
.week28_row06 ul li.top_voice04::before{
    position: absolute;
    content: "";
    background: url(../img/top_voice_02.png) no-repeat center top / auto 100%;
    width: 6vw;
    height: 19vw;
    top: -5vw;
    right: -3.8vw;
    pointer-events: none;
    z-index: 2;
}
}
/* SP
----------------------------------------------- */
@media (max-width: 767px) {
    .week28_row06{
    text-align: center;
}
/* タイトル */

.week28_row06 h3{
    padding-bottom: 6vw;
}

/* 声 */
.week28_row06 ul{
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
}
.week28_row06 ul li{
    position: relative;
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    border: solid #e56619 3px;
    border-radius: 10px;
    padding: 1em;
     margin: 1em;
}
.week28_row06 ul li p{
    color: #e56619 !important;
    font-weight: 600;
    text-align: left;
    line-height: 1.5;
}
/* 人間 */
.week28_row06 ul li.top_voice01::before{
    position: absolute;
    content: "";
    background: url(../img/top_voice_01.png) no-repeat center top / auto 100%;
    width: 6vw;
    height: 19vw;
    top: -5vw;
    left: -3.8vw;
    pointer-events: none;
    z-index: 2;
}
.week28_row06 ul li.top_voice03::before{
    position: absolute;
    content: "";
    background: url(../img/top_voice_03.png) no-repeat center top / auto 100%;
    width: 8vw;
    height: 19vw;
    top: -5vw;
    left: -4.6vw;
    pointer-events: none;
    z-index: 2;
}
.week28_row06 ul li.top_voice02::before{
    position: absolute;
    content: "";
    background: url(../img/top_voice_04.png) no-repeat center top / auto 100%;
    width: 6vw;
    height: 19vw;
    top: -5vw;
    right: -4.3vw;
    pointer-events: none;
    z-index: 2;
}
.week28_row06 ul li.top_voice04::before{
    position: absolute;
    content: "";
    background: url(../img/top_voice_02.png) no-repeat center top / auto 100%;
    width: 6vw;
    height: 19vw;
    top: -5vw;
    right: -3.8vw;
    pointer-events: none;
    z-index: 2;
}
}