@charset "UTF-8";
/* CSS Document */
.text-indent {
  padding-left: 1em;
  text-indent: -1em;
}
@media print, screen and (min-width: 741px) {
  .text-indent_pc {
    padding-left: 1em;
    text-indent: -1em;
  }
}
@media only screen and (max-width: 740px) {
  .text-indent_sp {
    padding-left: 1em;
    text-indent: -1em;
  }
}

/* 一人暮らし支援サービス */
.service-hero {
  height: 417px;
  background: no-repeat center center;
  margin-top: 50px;
}

.service-hero h1 {
  padding-top: 195px;
}

.service-hero p {
  color: #FFF;
  font-size: 26px;
  font-family: "A-OTF 新ゴ Pro",A-OTF Shin Go Pro,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding-top: 10px;
}

.service-list {
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
  margin-bottom: 250px;
}

.service-list .service-list-item {
  margin: 0 18px;
}

.service-list .service-list-item a {
  display: block;
  text-decoration: none;
}

.service-list .service-list-item a p {
  display: block;
  font-weight: 700;
  padding: 15px 0;
  color: #000;
  margin-top: -7px;
}

@media print, screen and (min-width: 741px) {
  .service-list .service-list-item p {
    text-align: center;
    display: block;
    background: #ffb973;
    font-weight: 700;
    padding: 15px 0;
    font-size: 19px;
  }
}
@media screen and (max-width: 740px) {
  .service-hero {
    height: 100%;
    background-size: contain;
    margin-top: 0px;
    padding-top: 10%;
    background-color: #ff7f00;
  }

  .service-hero h1 {
    padding-top: 29px;
    width: 51%;
    margin: 0 auto;
  }

  .service-hero p {
    font-size: 12px;
    padding-top: 5px;
    line-height: 1.0em;
    letter-spacing: 0.1em;
    padding-bottom: 3%;
    margin-bottom: 0;
  }

  .service-list {
    flex-direction: column;
    margin-top: 11px;
    margin-bottom: 50px !important;
  }

  .service-list .service-list-item {
    width: 100%;
    margin: 0;
    margin-bottom: 0px;
  }

  .service-list .service-list-item a {
    display: flex;
  }

  .service-list .service-list-item a .link-img {
    width: 47%;
  }

  .service-list .service-list-item a p {
    padding-top: 0px;
    font-size: 16px;
    width: 60%;
    margin-left: 10px;
    padding-bottom: 0;
    margin-bottom: 0;
    display: flex;
    -ms-align-items: center;
    align-items: center;
  }
}
/* ↑一人暮らし支援サービス↑ */
/*　↓レンタル家電サービス↓　*/
.rental-hero {
  height: 488px;
  margin-top: 50px;
}

.rental-hero h1 {
  padding-top: 250px;
  padding-left: 50px;
}

.rental-merit {
  font-size: 74px;
  color: #FF7F00;
  font-weight: 700;
  line-height: 1.2em;
  padding-top: 30px;
  padding-bottom: 30px;
}

.rental-merit span {
  font-size: 86px;
  color: #602E0A;
}

#merit {
  background: #FF8000;
}

#merit h2 {
  font-size: 50px;
  color: #FFF;
  font-weight: 700;
  padding-top: 50px;
}

#merit .merit-list {
  display: flex;
  justify-content: space-around;
  padding-top: 50px;
  padding-bottom: 30px;
}

#merit .merit-list .merit-list-item {
  text-align: center;
}

#merit .merit-list .merit-list-item p {
  text-align: center;
  color: #FFF;
  font-weight: 700;
  font-size: 25px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic ,  "游ゴシック Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
}

#set {
  padding-top: 30px;
}

#set .set-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
  background-color: #FBF8EC;
}
@media only screen and (max-width: 740px) {
  #set .set-list {
    padding: 10px;
  }
}
#set .set-list:first-of-type {
  margin-bottom: 70px;
}
@media only screen and (max-width: 740px) {
  #set .set-list:first-of-type {
    margin-bottom: 40px;
  }
}

#set .set-text {
  font-size: 18px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic ,  "游ゴシック Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
}
@media only screen and (max-width: 740px) {
  #set .set-text {
    font-size: 14px;
  }
}

#set .bg-color {
  background-color: #FFDFBF;
}

#application {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic ,  "游ゴシック Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
  padding-bottom: 80px;
  padding-top: 25px;
}

#application h2 {
  background: url("../service/rental/img/application_title_bg.png") no-repeat center center;
  background-size: contain;
  height: 69px;
  color: #FFF;
  font-size: 45px;
  padding-left: 70px;
  font-weight: 700;
}

#application h3 {
  font-size: 26px;
  font-weight: 500;
  padding: 30px 45px;
}

#application .process-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}

#application .process-list .process-list-item {
  width: 28%;
  background: #F0F0E1;
  padding: 20px;
  border-radius: 15px;
  position: relative;
}

#application .process-list .process-list-item:nth-of-type(n+2)::before {
  content: "";
  background: url(../service/rental/img/arrow.png) no-repeat center center;
  width: 17px;
  height: 28px;
  position: absolute;
  top: 100px;
  left: -20px;
}

#application .process-list .process-list-item h4 {
  color: #0085B2;
  font-size: 24px;
  font-weight: 500;
}

#application .process-list .process-list-item p {
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 10px;
}

#application .contact-area .contact-left .button-application {
  padding: 24px 40px;
  margin: 50px 0 30px;
  width: 400px;
  background: linear-gradient(180deg, #FEE680 0%, #FCC431 50%, #FBB100 50%, #FA9300 100%);
  border: 2px solid  #FBB100;
  border-radius: 10px;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
}

#application .contact-area .contact-left .button-application a {
  text-decoration: none;
  color: #000;
}

#application .contact-area .contact-left p {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 0.3em;
}

#application .contact-area .contact-left p .detail {
  font-size: 26px;
}

#application .contact-area .contact-right {
  text-align: center;
}

@media print, screen and (min-width: 741px) {
  #application .contact-area {
    display: flex;
    justify-content: center;
    width: 810px;
    margin: 0 auto;
  }

  #set h2 {
    padding-bottom: 50px;
  }

  #set .set-list .set-list-item {
    width: 50%;
  }

  #set .set-list .set-list-item.price {
    margin-top: 15px;
    width: 49%;
  }
}
@media screen and (max-width: 740px) {
  .cm-wrapper {
    margin-bottom: 0;
  }

  .rental-hero {
    height: auto;
    background-size: cover;
    margin-top: 0px;
  }

  .rental-hero h1 {
    width: 40%;
    padding-top: 24%;
    padding-bottom: 5%;
    padding-left: 15px;
  }

  .rental-merit {
    font-size: 21px;
    margin-bottom: 0.5em;
    padding-top: 20px;
    padding-bottom: 5px;
    text-align: center;
  }

  .rental-merit span {
    font-size: 26px;
  }

  #merit h2 {
    font-size: 20px;
    padding-top: 39px;
  }

  #merit .merit-list {
    flex-wrap: wrap;
    padding-top: 20px;
  }

  #merit .merit-list .merit-list-item {
    width: 100%;
    display: flex;
  }

  #merit .merit-list .merit-list-item .merit-photo {
    width: 30%;
  }

  #merit .merit-list .merit-list-item p {
    width: 70%;
    font-size: 20px;
    text-align: left;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 0;
    padding-left: 15px;
  }

  #set {
    padding-top: 45px;
  }

  #set p {
    max-width: 512px;
    margin-left: auto;
    margin-right: auto;
  }

  #set .set-list .set-list-item {
    margin: 0 auto;
  }

  #application h2 {
    background: url(../service/rental/img/application_title_bg_sp.png) no-repeat center left;
    font-size: 20px;
    height: 30px;
    padding-left: 30px;
  }

  #application h3 {
    font-size: 18px;
    padding: 15px 10px;
  }

  #application .process-list {
    margin-bottom: -15px;
  }

  #application .process-list .process-list-item {
    width: 100%;
    padding: 15px 10px;
    margin-bottom: 40px;
  }

  #application .process-list .process-list-item:nth-of-type(n+2)::before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    top: -33px;
    left: 47%;
  }

  #application .process-list .process-list-item h4 {
    font-size: 18px;
  }

  #application .process-list .process-list-item p {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 0;
  }

  #application .contact-area {
    position: relative;
  }

  #application .contact-area .contact-left .button-application {
    width: 300px;
    font-size: 15px;
    padding: 17px 0;
    margin: 0 auto;
  }

  #application .contact-area .contact-left p {
    font-size: 18px;
    text-align: center;
    margin-top: 15px;
  }

  #application .contact-area .contact-left p.shop {
    margin-bottom: 0;
    margin-top: 30px;
  }

  #application .contact-area .contact-left p.telp {
    margin-top: 10px;
  }

  #application .contact-area .contact-left p .tel {
    font-size: 22px;
    text-align: center;
    background: #F0F0E1;
    padding: 5px 30px;
    border-radius: 25px;
    color: #000;
    text-decoration: none;
  }

  #application .contact-area .contact-left p a {
    text-decoration: none;
  }

  #application .contact-area .contact-left p:nth-of-type(3) {
    font-size: 18px;
    text-align: left;
    padding-left: 30px;
    padding-top: 10px;
  }

  #application .contact-area .contact-left p .detail {
    font-size: 15px;
  }

  #application .contact-area .contact-right {
    width: 15%;
    position: absolute;
    right: 20%;
    bottom: -13px;
  }
}
/*　↑格安レンタルサービス↑　*/
/*　↓24時間365日安心駆けつけスマサポクラブ↓　*/
.page_24support {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic ,  "游ゴシック Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
}

.support-header .support-hero {
  background: no-repeat center center;
  height: 489px;
}

.support-header p.smasapo {
  font-size: 45px;
  color: #B20000;
  font-weight: 700;
  padding-top: 0;
  padding-left: 0;
}

.support-header .smasapo-icon {
  float: left;
  padding-top: 35px;
}

.support-header p {
  font-size: 22px;
}

.support-voice {
  clear: both;
  padding-top: 100px;
  padding-bottom: 30px;
}

.support-voice h2 {
  text-align: center;
  color: #F00;
  font-size: 40px;
  font-weight: 700;
  position: relative;
}

.support-voice h2::before, .support-voice h2::after {
  content: "";
  width: 77px;
  height: 68px;
  position: absolute;
  background: url(../service/24support/img/icon_heart.png) no-repeat center center;
  bottom: 0;
}

.support-voice h2::before {
  left: 200px;
}

.support-voice h2::after {
  right: 200px;
}

.support-voice h2 + p {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}

.support-voice .voice-area {
  display: flex;
  flex-wrap: wrap;
}

.support-voice .voice-area .voice-block {
  width: 50%;
  position: relative;
  margin-bottom: 25px;
}

.support-voice .voice-area .voice-block .voice-circle {
  width: 300px;
  height: 300px;
  background: #FFCFBF;
  border-radius: 50%;
  margin-left: 50px;
}

.support-voice .voice-area .voice-block .voice-circle .voice-icon {
  float: left;
  padding-top: 110px;
  margin-left: -25px;
}

.support-voice .voice-area .voice-block .voice-circle .voice-icon.life {
  margin-left: -80px;
}

.support-voice .voice-area .voice-block .voice-circle .voice-icon.trouble {
  padding-top: 80px;
  margin-left: -20px;
}

.support-voice .voice-area .voice-block .voice-circle .voice-icon.susp {
  padding-top: 100px;
  margin-left: -50px;
}

.support-voice .voice-area .voice-block .voice-circle .voice-content {
  position: absolute;
  left: 145px;
  top: 90px;
  width: 365px;
}

.support-voice .voice-area .voice-block .voice-circle .voice-content h3 {
  font-size: 28px;
  font-weight: 700;
}

.support-voice .voice-area .voice-block .voice-circle .voice-content p {
  font-size: 18px;
}

.support-contents {
  background: #D4F0FD;
  padding-bottom: 50px;
}

.support-contents h2 {
  text-align: center;
  color: #005E9E;
  font-size: 40px;
  font-weight: 700;
  padding-top: 40px;
  padding-bottom: 20px;
}

.support-contents .support-block.welcome {
  background: no-repeat center center;
  position: relative;
}

.support-contents .support-block.welcome h3 {
  color: #B22D00;
  font-size: 40px;
  font-weight: 700;
  padding-top: 30px;
}

.support-contents .support-block.welcome p {
  font-size: 18px;
  float: left;
}

.support-contents .support-block.welcome .button-smasapo {
  background: linear-gradient(90deg, #006699 0%, #003052 100%);
  width: 321px;
  height: 68px;
  border-radius: 30px;
  color: #FFF;
  position: absolute;
  right: 40px;
  bottom: 75px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.support-contents .support-block.welcome .button-smasapo a {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  margin-right: 20px;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.support-contents .support-block.welcome .button-smasapo a::after {
  content: "";
  width: 20px;
  height: 25px;
  background: url(../service/24support/img/icon_download.png) no-repeat center center;
  position: absolute;
  right: 20px;
}

.support-info {
  padding-top: 90px;
}

.support-info h2 {
  color: #213387;
  background: #F0F0E1;
  font-size: 45px;
  font-weight: 700;
  padding-left: 110px;
  position: relative;
  margin-left: 20px;
}

.support-info h2::before {
  content: "";
  width: 116px;
  height: 116px;
  background: no-repeat center center;
  position: absolute;
  left: -20px;
  bottom: -25px;
}

.support-info h2.price::before {
  background-image: url(../service/24support/img/icon_price.png);
}

.support-info h2.apply::before {
  background-image: url(../service/24support/img/icon_sign.png);
}

.support-info p.month {
  color: #213387;
  font-size: 80px;
  font-weight: 700;
  padding-top: 30px;
  margin-bottom: 15px;
}

.support-info dl {
  width: 650px;
  margin: 0 auto;
  padding-bottom: 150px;
}

.support-info dl dt {
  float: left;
  margin-bottom: 50px;
  color: #FFF;
  background: #FF2626;
  padding: 3px 10px;
  margin-right: 10px;
}

.support-info #application .contact-area .contact-left p.first {
  padding-top: 40px;
  font-size: 33px;
  color: #213387;
  font-weight: 700;
  margin-bottom: 0;
}

@media print, screen and (min-width: 741px) {
  .fz60-pc {
    font-size: 60px;
  }

  .fz40-pc {
    font-size: 40px;
  }

  .support-header .support-hero {
    margin-top: 50px;
  }

  .support-header .support-hero h1 {
    padding-top: 240px;
    padding-left: 450px;
  }

  .support-header h2 {
    font-size: 30px;
    padding: 10px 0 10px 340px;
    font-weight: 700;
  }

  .support-header p {
    padding-left: 340px;
    padding-top: 0px;
  }

  .support-voice .voice-area .voice-block .voice-circle .voice-content p {
    padding-right: 25px;
  }

  .support-contents .support-block.welcome h3 {
    text-align: left;
  }

  .support-contents .support-block.welcome {
    padding: 30px 100px;
    height: 184px;
  }

  .support-info #application .contact-area .contact-left p.shop {
    padding-top: 20px;
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 740px) {
  .fz36-sp {
    font-size: 36px;
  }

  .fz25-sp {
    font-size: 25px;
  }

  .support-header .support-hero {
    height: auto;
    background-size: cover;
    position: relative;
    padding-top: 24%;
  }

  .support-header .support-hero h1 {
    text-align: right;
    padding-right: 10%;
    padding-bottom: 3%;
  }

  .support-header .support-hero h1 img {
    width: 50%;
  }

  .support-header .smasapo-icon {
    float: right;
    width: 29%;
    padding-top: 20px;
  }

  .support-header h2 {
    padding-left: 12px;
    font-size: 17px;
    font-weight: 700;
    padding-top: 7px;
    padding-bottom: 2px;
  }

  .support-header p {
    font-size: 14px;
    padding-top: 0px;
  }

  .support-header p.smasapo {
    font-size: 20px;
    padding-left: 12px;
  }

  .support-voice {
    padding-top: 50px;
  }

  .support-voice h2 {
    font-size: 20px;
  }

  .support-voice h2::before, .support-voice h2::after {
    font-size: 20px;
    width: 30px;
    height: 26px;
    background-size: cover;
    bottom: 3px;
  }

  .support-voice h2::before {
    left: 20px;
  }

  .support-voice h2::after {
    right: 20px;
  }

  .support-voice h2 + p {
    font-size: 14px;
  }

  .support-voice .voice-area {
    margin: 0 10px;
  }

  .support-voice .voice-area .voice-block .voice-circle {
    width: 84px;
    height: 84px;
    margin-bottom: 170px;
  }

  .support-voice .voice-area .voice-block .voice-circle .voice-icon {
    float: left;
    width: 90%;
    padding-top: 25px;
    margin-left: 0;
  }

  .support-voice .voice-area .voice-block .voice-circle .voice-icon.life {
    margin-left: 15px;
    width: 100%;
    padding-top: 35px;
  }

  .support-voice .voice-area .voice-block .voice-circle .voice-icon.trouble {
    padding-top: 20px;
    margin-left: 18px;
    width: 58%;
  }

  .support-voice .voice-area .voice-block .voice-circle .voice-icon.susp {
    padding-top: 20px;
    margin-left: -1px;
  }

  .support-voice .voice-area .voice-block .voice-circle .voice-content {
    left: 12px;
    top: 90px;
    width: 149px;
    padding-top: 20px;
  }

  .support-voice .voice-area .voice-block .voice-circle .voice-content h3 {
    font-size: 15px;
  }

  .support-voice .voice-area .voice-block .voice-circle .voice-content p {
    font-size: 14px;
  }

  .support-contents h2 {
    font-size: 20px;
    padding-top: 25px;
    padding-bottom: 10px;
  }

  .support-contents {
    padding-bottom: 0;
  }

  .support-contents .support-block {
    margin: 0 5px;
  }

  .support-contents .support-block img {
    width: 100%;
  }

  .support-contents .welcome-wrapper {
    background: #FFF;
    padding-top: 10px;
  }

  .support-contents .support-block.welcome {
    background-image: url(../service/24support/img/welcome_bg_sp.jpg) !important;
    background-size: contain;
    padding: 30px 0px;
    height: 100%;
  }

  .support-contents .support-block.welcome h3 {
    font-size: 20px;
    padding-top: 0;
  }

  .support-contents .support-block.welcome p {
    font-size: 12px;
    font-weight: 500;
    text-align: left;
    float: none;
    width: 225px;
    margin: 0 auto;
  }

  .support-contents .support-block.welcome .button-smasapo {
    width: 239px;
    height: 40px;
    position: relative;
    right: 0;
    bottom: -9px;
    margin: 0 auto;
  }

  .support-contents .support-block.welcome .button-smasapo a {
    font-size: 14px;
    margin-right: 0px;
  }

  .support-contents .support-block.welcome .button-smasapo a::after {
    display: none;
  }

  .support-info {
    padding-top: 40px;
  }

  .support-info h2 {
    font-size: 22px;
    padding-left: 40px;
    margin-left: 20px;
  }

  .support-info h2::before {
    width: 50px;
    height: 50px;
    background-size: cover;
    left: -20px;
    bottom: -7px;
  }

  .support-info p.month {
    font-size: 48px;
    padding-top: 5px;
    margin-bottom: 15px;
    text-align: center;
  }

  .support-info dl {
    width: auto;
    margin: 0 auto;
    padding-bottom: 50px;
    font-weight: 500;
    margin-left: 10px;
    margin-right: 5px;
  }

  .support-info dl dt {
    float: none;
    width: 40px;
    margin-bottom: 5px;
    padding: 3px 5px;
    margin-right: 0px;
    text-align: center;
  }

  .support-info #application .contact-area .contact-left p.first {
    padding-top: 8px;
    font-size: 15px;
    text-align: left;
  }

  .support-info #application .contact-area .contact-left p span.detail {
    font-size: 14px;
  }

  .support-info #application {
    padding-bottom: 50px;
    margin-left: 10px;
  }

  .support-info #application .contact-area .contact-left p:nth-of-type(2) {
    font-size: 14px;
    padding-left: 0px;
    padding-top: 6px;
    margin-top: 0;
    font-weight: 500;
  }

  .support-info #application .contact-area .contact-left p span.tel {
    background: #FFF;
    font-size: 14px;
    font-weight: 500;
    padding: 0;
  }

  .support-info #application .contact-area .contact-left p {
    font-size: 14px;
    text-align: left;
    margin-top: 0;
    font-weight: 500;
  }

  .support-info #application .contact-area .contact-right {
    width: 21%;
    right: 7%;
    top: -89px;
  }

  .support-info #application .contact-area .contact-left p.shop {
    padding-top: 20px;
  }
}
/*　↑24時間365日安心駆けつけスマサポクラブ↑　*/

/*# sourceMappingURL=page_service.css.map */
