@charset "utf-8";

.freerent_main {
    padding: 100px 0;
    background-image: url(/penguin/resources/image/sumot/_common/freerent_title_bg.jpg);
    background-size: cover;
    background-position: center;
}

.freerent_main .title_area {
    width: 500px;
    margin: 0 auto;
    background: rgb(255 255 255 / 80%);
    padding: 50px 80px 50px 40px;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    border-radius: 20px;
    color: #333;
    letter-spacing: 3px;
    position: relative;
}

.freerent_main .title_area:before{
  content: "";
  display: block;
  width: 150px;
  height: 150px;
  background: url(/penguin/resources/image/sumot/_common/chara_ouen.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  bottom: -30px;
}

.freerent_main .title_area span {
    display: block;
    font-size: 50px;
    margin-top: 10px;
    color: #fd8f69;
    letter-spacing: 0;
}

.free_rent_text {
    padding: 40px;
    font-size: 20px;
    line-height: 2;
    margin: 0 0 50px;
    text-align: center;
    color: #4d4d4d;
}

.free_rent_text p:first-child{
  background: #f1f1f1;
  padding: 1em;
  color: #000;
}

.free_rent_text p.sell_text{
    font-size: 30px;
    font-weight: 600;
    color: #FF7D81;
    margin-top: 3em;
    text-decoration: underline;
    position: relative;
    text-align: left;
    padding-left: 170px;
}

.free_rent_text p.sell_text:before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #FF7D81 transparent transparent transparent;
    position: absolute;
    left: calc( 50% - 30px );
    top: -25px;
}

.free_rent_text p.sell_text:after{
  content: "";
  display: block;
  width: 150px;
  height: 150px;
  background: url(/penguin/resources/image/sumot/_common/chara_ouen02.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0px;
  bottom: -10px;
}

.page_content {
    padding: 50px 0;
}

.free_rent_text span.b {
    font-weight: bold;
    color: #ef0000;
}

.about_free_rent {
    align-items: center;
}

.about_free_rent .title {
    width: 240px;
    position: relative;
}

.about_free_rent .title:before{
  content: "";
  display: block;
  width: 150px;
  height: 150px;
  background: url(/penguin/resources/image/sumot/_common/chara_hatena.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: -120px;
  bottom: -10px;
}

.about_free_rent .text {
    height: auto;
    width: 650px;
    line-height: 2;
    font-weight: bold;
    padding: 20px;
    background: url(/penguin/resources/image/sumot/_common/chara_freerent.png) no-repeat, #f09ba5;
    background-size: 120px;
    background-position: 98%;
    border-radius: 20px;
    font-size: 16px;
    padding-right: 150px;
    color: #fff;
}

.about_free_rent {
    margin: 0 0 80px;
}

.free_rent_image {
    margin: 0 0 20px;
    text-align: center;
}

.free_rent_image img {
    width: 1100px;
}

.free_rent_note {
    font-size: 14px;
    line-height: 1.5;
    padding: 0 50px;
}

@media (max-width: 750px) {

    .freerent_main {
        padding: 20vw 5vw;
    }

    .page_content .wrap {width: 90%;}

    .freerent_main .title_area {
        width: 100%;
        padding: 10vw;
        padding-left: 5vw;
        font-size: 5vw;
    }

    .freerent_main .title_area span {
        font-size: 10vw;
    }

    .free_rent_text {
        font-size: 15px;
        text-align: left;
        padding: 0;
    }

    .about_free_rent .title {
        width: 50%;
        margin: 0 auto 20px;
    }

    .about_free_rent .text {
        width: 100%;
        font-size: 3.5vw;
        line-height: 1.8;
        background-size: 25vw;
        padding: 1em;
        padding-left: 28vw;
        background-position: 2vw;
    }

    .free_rent_note {
        padding: 0;
        font-size: 11px;
    }

    .freerent_main .title_area:before{
      width: 26vw;
      height: 26vw;
      right: 0;
      bottom: -6vw;
    }

    .free_rent_text p.sell_text{
        font-size: 4vw;
        padding-left: 25vw;
    }

    .free_rent_text p.sell_text:after{
      width: 22vw;
      height: 22vw;
      right: auto;
      left: 0;
      bottom: 0;
    }

  .about_free_rent .title:before{
    width: 25vw;
    height: 25vw;
    right: -20vw;
    bottom: -5vw;
  }
}