@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&family=Roboto:wght@400;700&display=swap");
#content .flowLent h2 {
  margin-bottom: 60px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #content .flowLent h2 {
    margin-bottom: 45px;
    font-size: 20px;
  }
}
#content .flowLent h2 span {
  padding-bottom: 2px;
  border-bottom: 5px solid #eee223;
}
@media only screen and (max-width: 767px) {
  #content .flowLent .flowList {
    padding: 0 25px;
  }
}
#content .flowLent .flowList > li {
  padding-bottom: 70px;
  padding-left: 140px;
  position: relative;
  list-style-type: none;
}
@media only screen and (max-width: 767px) {
  #content .flowLent .flowList > li {
    padding-bottom: 35px;
    padding-left: 55px;
  }
}
#content .flowLent .flowList > li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #content .flowLent .flowList > li:last-child {
    padding-bottom: 0;
  }
}
#content .flowLent .flowList > li:last-child::before {
  content: none;
}
#content .flowLent .flowList > li::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 48px;
  border-left: 5px solid #b4b4b4;
}
@media only screen and (max-width: 767px) {
  #content .flowLent .flowList > li::before {
    border-width: 3px;
    left: 9px;
  }
}
#content .flowLent .flowList > li .icon {
  position: absolute;
  top: -10px;
  left: 0;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  #content .flowLent .flowList > li .icon {
    top: -8px;
    left: -15px;
  }
}
@media only screen and (max-width: 767px) {
  #content .flowLent .flowList > li .icon img {
    width: 49px;
    height: auto;
  }
}
#content .flowLent .flowList > li h3 {
  font-size: 36px;
  font-weight: bold;
  color: #35a80d;
}
@media only screen and (max-width: 767px) {
  #content .flowLent .flowList > li h3 {
    font-size: 20px;
  }
}
#content .flowLent .flowList > li h3.tenant {
  color: #333333;
}
#content .flowLent .flowList > li p {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  #content .flowLent .flowList > li p {
    font-size: 15px;
  }
}
#content .flowLent .btn01 {
  margin-top: 25px;
}
#content .flowLent .btn01 li {
  display: inline-block;
  background-color: #ffffff;
  list-style-type: none;
}
#content .flowLent .btn01 li a {
  display: inline-block;
  justify-content: center;
  align-items: center;
  padding: 13px 46px;
  border: 1px solid rgb(207, 212, 196);
  border-radius: 3px;
  background: url("/chintai-k/images/share/arrow01.png") no-repeat right 15px center;
  background-size: 12px auto;
  font-size: 16px;
  color: #333333;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  #content .flowLent .btn01 li a {
    display: block;
    padding: 13px 45px 13px 15px;
    font-size: 15px;
    background-position: right 13px center;
    background-size: 8px auto;
    text-align: center;
  }
}
#content .flowLent .btn01 li a:hover {
  background-image: url("/chintai-k/images/share/arrow02.png");
  color: #ffffff;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #content .flowLent .btn01.type02 {
    margin-right: 25px;
    margin-left: 25px;
  }
}
#content .flowLent .btn01.type02 li {
  display: block;
  margin: auto;
  width: 380px;
}
@media only screen and (max-width: 767px) {
  #content .flowLent .btn01.type02 li {
    width: auto;
  }
}
#content .flowLent .btn01.type02 li a {
  padding-right: 35px;
  width: 380px;
  text-align: center;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  #content .flowLent .btn01.type02 li a {
    display: block;
    width: auto;
  }
}
#content .ready {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #content .ready {
    margin-bottom: 20px;
  }
}
#content .ready p {
  position: relative;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #35a80d;
}
@media only screen and (max-width: 767px) {
  #content .ready p {
    font-size: 16px;
  }
}
#content .ready p::after {
  content: "";
  display: block;
  margin-left: -169px;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -60px;
  left: 50%;
  border-style: solid;
  border-width: 56px 169.5px 0 169.5px;
  border-color: #35a80d transparent transparent transparent;
}
@media only screen and (max-width: 767px) {
  #content .ready p::after {
    margin-left: -84px;
    bottom: -30px;
    border-width: 28px 84.5px 0 84.5px;
  }
}
#content #flow01.flowLent {
  padding: 70px 0;
}
@media only screen and (max-width: 767px) {
  #content #flow01.flowLent {
    padding: 50px 0;
  }
}
#content #flow01.flowSell {
  padding: 35px 0 110px;
}
@media only screen and (max-width: 767px) {
  #content #flow01.flowSell {
    padding: 40px 0 50px;
  }
}
#content #flow02.flowLent {
  padding: 70px 0 60px;
}
#content .bg02 {
  background-color: #eef8d4;
}
#content .c_titleArea.sell h2 {
  margin-top: -10px;
  line-height: 1.6;
}
#content .c_titleArea.sell h2.fs2 .num {
  font-size: 90px;
}
@media only screen and (max-width: 767px) {
  #content .c_titleArea.sell h2.fs2 .num {
    font-size: 45px;
  }
}
#content .flowSell .flowList {
  padding-left: 150px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #content .flowSell .flowList {
    padding-left: 75px;
  }
}
#content .flowSell .flowList::before {
  content: "";
  display: block;
  width: 110px;
  height: calc(100% + 35px);
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(-180deg, rgb(2, 150, 5) 0%, rgb(142, 185, 38) 100%);
}
@media only screen and (max-width: 767px) {
  #content .flowSell .flowList::before {
    width: 50px;
  }
}
#content .flowSell .flowList > li {
  margin-right: 25px;
  padding: 75px 42px 50px;
  position: relative;
  border-bottom: 4px dotted #b4b4b4;
  list-style-type: none;
}
@media only screen and (max-width: 767px) {
  #content .flowSell .flowList > li {
    padding: 25px 0;
  }
}
#content .flowSell .flowList > li::after {
  content: "";
  display: block;
  width: 110px;
  height: 110px;
  position: absolute;
  left: -150px;
  bottom: 20px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-44deg);
}
@media only screen and (max-width: 767px) {
  #content .flowSell .flowList > li::after {
    width: 55px;
    height: 55px;
    left: -77px;
    bottom: 0;
  }
}
#content .flowSell .flowList > li:last-child::after {
  content: none;
}
#content .flowSell .flowList > li .stepArea {
  width: 110px;
  position: absolute;
  top: 90px;
  left: -150px;
}
@media only screen and (max-width: 767px) {
  #content .flowSell .flowList > li .stepArea {
    width: 50px;
    top: 35px;
    left: -75px;
  }
}
#content .flowSell .flowList > li .stepArea .step {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  #content .flowSell .flowList > li .stepArea .step {
    font-size: 10px;
  }
}
#content .flowSell .flowList > li .stepArea .num {
  margin-bottom: 25px;
  font-size: 56px;
  text-align: center;
  color: #f4e82c;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  #content .flowSell .flowList > li .stepArea .num {
    margin-bottom: 15px;
    font-size: 28px;
  }
}
#content .flowSell .flowList > li .stepArea .ex {
  width: 70px;
  font-size: 18px;
  color: #ffffff;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
@media only screen and (max-width: 767px) {
  #content .flowSell .flowList > li .stepArea .ex {
    width: 36px;
    font-size: 12px;
  }
}
#content .flowSell .flowList > li .titleArea {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #content .flowSell .flowList > li .titleArea {
    display: block;
    margin-bottom: 15px;
  }
}
#content .flowSell .flowList > li .titleArea h3 {
  font-size: 36px;
  font-weight: bold;
  color: #35a80d;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  #content .flowSell .flowList > li .titleArea h3 {
    margin-bottom: 12px;
    font-size: 20px;
  }
}
#content .flowSell .flowList > li .titleArea .status {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  #content .flowSell .flowList > li .titleArea .status {
    margin-bottom: -5px;
  }
}
#content .flowSell .flowList > li .titleArea .status li {
  margin-left: 10px;
  padding: 4px 20px;
  height: 40px;
  border-radius: 40px;
  background-color: rgb(140, 193, 30);
  font-weight: bold;
  list-style-type: none;
}
@media only screen and (max-width: 767px) {
  #content .flowSell .flowList > li .titleArea .status li {
    margin-left: 5px;
    margin-bottom: 5px;
    padding: 3px 10px;
    height: 25px;
    font-size: 10px;
  }
}
#content .flowSell .flowList > li .titleArea .status li:first-child {
  margin-left: 0;
}
#content .flowSell .flowList > li .titleArea .status li.customer {
  background-color: #8cc11e;
  color: #ffffff;
}
#content .flowSell .flowList > li .titleArea .status li.company {
  background-color: #f4e82c;
  color: #333333;
}
#content .flowSell .flowList > li .titleArea .status li.purchaser {
  background-color: #e1f1b6;
  color: #333333;
}
#content .flowSell .flowList > li .img {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  #content .flowSell .flowList > li .img {
    margin-bottom: 15px;
  }
  #content .flowSell .flowList > li .img img {
    width: 100%;
    height: auto;
  }
}
#content .flowSell .flowList > li p {
  font-size: 18px;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  #content .flowSell .flowList > li p {
    font-size: 15px;
    line-height: 2;
  }
}
#content .flowSell .flowList > li p strong {
  color: #35a80d;
  font-weight: bold;
}
#content .flowSell .flowList > li .attList {
  margin-top: 15px;
}
#content .flowSell .flowList > li .attList li {
  padding-left: 1.2em;
  font-size: 14px;
  text-indent: -1.2em;
  list-style-type: none;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  #content .flowSell .flowList > li .attList li {
    font-size: 12px;
  }
}
#content .suggestionArea {
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  #content .suggestionArea {
    padding: 45px 0;
  }
}
#content .suggestionArea h3 {
  margin-bottom: 30px;
  position: relative;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #35a80d;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  #content .suggestionArea h3 {
    margin-bottom: 20px;
    padding: 0 25px;
    font-size: 15px;
  }
}
#content .suggestionArea h3 span {
  display: inline-block;
  position: relative;
}
#content .suggestionArea h3 span::before, #content .suggestionArea h3 span::after {
  content: "";
  display: block;
  margin-top: -41px;
  width: 57px;
  height: 83px;
  position: absolute;
  top: 50%;
  background-repeat: no-repeat;
  background-position: left top;
}
@media only screen and (max-width: 767px) {
  #content .suggestionArea h3 span::before, #content .suggestionArea h3 span::after {
    margin-top: -30px;
    width: 28px;
    height: 61px;
    background-size: 28px auto;
  }
}
#content .suggestionArea h3 span::before {
  left: -75px;
  background-image: url("../rent/flow/construction/images/slash01.png");
}
@media only screen and (max-width: 767px) {
  #content .suggestionArea h3 span::before {
    left: -20px;
    background-image: url("../rent/flow/construction/images/slash01_s.png");
  }
}
#content .suggestionArea h3 span::after {
  right: -60px;
  background-image: url("../rent/flow/construction/images/slash02.png");
}
@media only screen and (max-width: 767px) {
  #content .suggestionArea h3 span::after {
    right: -20px;
    background-image: url("../rent/flow/construction/images/slash02_s.png");
  }
}
#content .suggestionArea .bg01 {
  padding: 40px 50px;
  background-color: #f7f7f5;
}
@media only screen and (max-width: 767px) {
  #content .suggestionArea .bg01 {
    padding: 50px 10px;
  }
}
#content .suggestionArea .bg01 h4 {
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #35a80d;
}
@media only screen and (max-width: 767px) {
  #content .suggestionArea .bg01 h4 {
    margin-bottom: 30px;
    font-size: 20px;
  }
}
#content .suggestionArea .bg01 .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -40px;
}
@media only screen and (max-width: 767px) {
  #content .suggestionArea .bg01 .list {
    display: block;
    margin-bottom: -30px;
  }
}
#content .suggestionArea .bg01 .list li {
  margin-bottom: 40px;
  padding: 30px 40px 290px;
  width: 530px;
  position: relative;
  background-color: #ffffff;
  list-style-type: none;
}
@media only screen and (max-width: 767px) {
  #content .suggestionArea .bg01 .list li {
    margin-bottom: 30px;
    padding: 30px 15px;
    width: auto;
  }
}
#content .suggestionArea .bg01 .list li dt {
  margin-bottom: 20px;
  padding-left: 50px;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #35a80d;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  #content .suggestionArea .bg01 .list li dt {
    margin-bottom: 15px;
    padding-left: 40px;
    font-size: 20px;
  }
}
#content .suggestionArea .bg01 .list li dt img {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  #content .suggestionArea .bg01 .list li dt img {
    width: 32px;
    height: auto;
  }
}
#content .suggestionArea .bg01 .list li dt span {
  background-image: linear-gradient(transparent 80%, #f4e82c 0);
}
#content .suggestionArea .bg01 .list li dd {
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #content .suggestionArea .bg01 .list li dd {
    font-size: 15px;
  }
}
#content .suggestionArea .bg01 .list li dd img {
  position: absolute;
  left: 40px;
  bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #content .suggestionArea .bg01 .list li dd img {
    margin-top: 15px;
    position: relative;
    left: 0;
    bottom: 0;
  }
}
#content .c_btnStyle02 li {
  margin: auto;
  width: 378px;
  list-style-type: none;
}
@media only screen and (max-width: 767px) {
  #content .c_btnStyle02 li {
    width: auto;
  }
}
#content .c_btnStyle02 li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 378px;
  height: 68px;
  position: relative;
  box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid rgb(207, 212, 196);
  border-radius: 3px;
  background-color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #333333;
}
@media only screen and (max-width: 767px) {
  #content .c_btnStyle02 li a {
    width: auto;
    height: 70px;
    font-size: 16px;
  }
}
#content .c_btnStyle02 li a:hover {
  opacity: 0.7;
  text-decoration: none;
}
#content .c_btnStyle02 li a::after {
  content: "";
  display: block;
  width: 11px;
  height: 22px;
  position: absolute;
  right: 19px;
  background: url("/chintai-k/images/share/arrow01.png") no-repeat left top;
  background-size: 11px auto;
  transform: rotate(90deg);
}
#content .c_catchArea {
  padding: 40px 0 0;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  #content .c_catchArea {
    padding: 32px 25px 0;
  }
}
#content .c_catchArea.lent {
  background: url("/chintai-k/rent/images/catcharea_bg01.svg") no-repeat center top #f5e2d8;
}
@media only screen and (max-width: 767px) {
  #content .c_catchArea.lent {
    background-image: url("/chintai-k/rent/images/catcharea_bg01_s.png");
    background-size: cover;
  }
}
#content .c_catchArea.lent .inner {
  position: relative;
}
#content .c_catchArea.lent .inner::before, #content .c_catchArea.lent .inner::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: left top;
  z-index: 1;
}
#content .c_catchArea.lent .inner::before {
  width: 203px;
  height: 118px;
  bottom: 13px;
  left: -28px;
  background-image: url("/chintai-k/rent/images/catcharea_bg04.png");
  background-size: 203px auto;
}
@media only screen and (max-width: 767px) {
  #content .c_catchArea.lent .inner::before {
    width: 132px;
    height: 72px;
    bottom: 8px;
    left: -15px;
    background-size: 132px auto;
  }
}
#content .c_catchArea.lent .inner::after {
  width: 235px;
  height: 125px;
  bottom: 13px;
  right: -30px;
  background-image: url("/chintai-k/rent/images/catcharea_bg05.png");
  background-size: 235px auto;
}
@media only screen and (max-width: 767px) {
  #content .c_catchArea.lent .inner::after {
    width: 152px;
    height: 81px;
    bottom: 5px;
    right: -20px;
    background-size: 152px auto;
  }
}
#content .c_catchArea.lent .inner .bg01::before, #content .c_catchArea.lent .inner .bg01::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: left top;
  z-index: 1;
}
#content .c_catchArea.lent .inner .bg01::before {
  width: 138px;
  height: 117px;
  top: -18px;
  left: 28px;
  background-image: url("/chintai-k/rent/images/catcharea_bg02.png");
  background-size: 138px auto;
}
@media only screen and (max-width: 767px) {
  #content .c_catchArea.lent .inner .bg01::before {
    width: 89px;
    height: 76px;
    top: -9px;
    left: 17px;
    background-size: 89px auto;
  }
}
#content .c_catchArea.lent .inner .bg01::after {
  width: 127px;
  height: 136px;
  top: -21px;
  right: 24px;
  background-image: url("/chintai-k/rent/images/catcharea_bg03.png");
  background-size: 127px auto;
}
@media only screen and (max-width: 767px) {
  #content .c_catchArea.lent .inner .bg01::after {
    width: 82px;
    height: 88px;
    top: -17px;
    right: 9px;
    background-size: 82px auto;
  }
}
#content .c_catchArea.lent .inner h2 {
  color: #fd5f12;
}
#content .c_catchArea.sell {
  background: url("/chintai-k/sell/images/catcharea_bg01.svg") no-repeat center top #c4efaf;
}
@media only screen and (max-width: 767px) {
  #content .c_catchArea.sell {
    background-image: url("/chintai-k/sell/images/catcharea_bg01_s.png");
    background-size: cover;
  }
}
#content .c_catchArea.sell .inner {
  position: relative;
}
#content .c_catchArea.sell .inner::before, #content .c_catchArea.sell .inner::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: left top;
  z-index: 1;
}
#content .c_catchArea.sell .inner::before {
  width: 224px;
  height: 116px;
  bottom: 35px;
  left: -24px;
  background-image: url("/chintai-k/sell/images/catcharea_bg04.png");
  background-size: 224px auto;
}
@media only screen and (max-width: 767px) {
  #content .c_catchArea.sell .inner::before {
    width: 145px;
    height: 75px;
    bottom: 3px;
    left: -15px;
    background-size: 145px auto;
  }
}
#content .c_catchArea.sell .inner::after {
  width: 156px;
  height: 123px;
  bottom: 41px;
  right: 32px;
  background-image: url("/chintai-k/sell/images/catcharea_bg05.png");
  background-size: 156px auto;
}
@media only screen and (max-width: 767px) {
  #content .c_catchArea.sell .inner::after {
    width: 102px;
    height: 80px;
    bottom: 2px;
    right: 7px;
    background-size: 102px auto;
  }
}
#content .c_catchArea.sell .inner .bg01::before, #content .c_catchArea.sell .inner .bg01::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: left top;
  z-index: 1;
}
#content .c_catchArea.sell .inner .bg01::before {
  width: 127px;
  height: 117px;
  top: -18px;
  left: 61px;
  background-image: url("/chintai-k/sell/images/catcharea_bg02.png");
  background-size: 127px auto;
}
@media only screen and (max-width: 767px) {
  #content .c_catchArea.sell .inner .bg01::before {
    width: 83px;
    height: 76px;
    top: -12px;
    left: 10px;
    background-size: 83px auto;
  }
}
#content .c_catchArea.sell .inner .bg01::after {
  width: 188px;
  height: 125px;
  top: -20px;
  right: 0;
  background-image: url("/chintai-k/sell/images/catcharea_bg03.png");
  background-size: 188px auto;
}
@media only screen and (max-width: 767px) {
  #content .c_catchArea.sell .inner .bg01::after {
    width: 122px;
    height: 81px;
    top: -8px;
    right: -11px;
    background-size: 122px auto;
  }
}
#content .c_catchArea.sell .inner h2 {
  color: #35a80d;
}
#content .c_catchArea .bg01 {
  padding: 40px 0;
  position: relative;
  border-radius: 20px 20px 0 0;
  background-color: rgb(255, 255, 255);
}
@media only screen and (max-width: 767px) {
  #content .c_catchArea .bg01 {
    padding: 85px 10px 95px;
  }
}
#content .c_catchArea .bg01 * {
  position: relative;
  z-index: 2;
}
#content .c_catchArea .bg01 h2 {
  padding: 0 0 20px;
  font-size: 38px;
  text-align: center;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  #content .c_catchArea .bg01 h2 {
    padding: 0 0 15px;
    font-size: 19px;
  }
}
#content .c_catchArea .bg01 h2 em {
  font-size: 46px;
  font-style: normal;
}
@media only screen and (max-width: 767px) {
  #content .c_catchArea .bg01 h2 em {
    font-size: 23px;
  }
}
#content .c_catchArea .bg01 p {
  font-size: 18px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #content .c_catchArea .bg01 p {
    font-size: 12px;
  }
}
#content .c_consultationArea {
  padding: 50px 0 60px;
  background-color: #8cc11e;
}
@media only screen and (max-width: 767px) {
  #content .c_consultationArea {
    padding: 38px 25px 50px;
  }
}
#content .c_consultationArea .text01 {
  margin-bottom: 30px;
  font-size: 36px;
  text-align: center;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  #content .c_consultationArea .text01 {
    margin-bottom: 40px;
    padding: 0 25px;
    font-size: 24px;
    line-height: 1.4;
  }
}
#content .c_consultationArea .text01 > span {
  position: relative;
}
@media only screen and (max-width: 767px) {
  #content .c_consultationArea .text01 > span {
    display: block;
  }
}
#content .c_consultationArea .text01 > span::before, #content .c_consultationArea .text01 > span::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 30px auto;
}
@media only screen and (max-width: 767px) {
  #content .c_consultationArea .text01 > span::before, #content .c_consultationArea .text01 > span::after {
    top: 25px;
    width: 24px;
    height: 25px;
    background-size: 24px auto;
  }
}
#content .c_consultationArea .text01 > span::before {
  left: -60px;
  background-image: url("/chintai-k/images/share/icon_square01.png");
}
@media only screen and (max-width: 767px) {
  #content .c_consultationArea .text01 > span::before {
    left: -30px;
  }
}
#content .c_consultationArea .text01 > span::after {
  right: -40px;
  background-image: url("/chintai-k/images/share/icon_square02.png");
}
@media only screen and (max-width: 767px) {
  #content .c_consultationArea .text01 > span::after {
    right: -30px;
  }
}
#content .c_consultationArea .text01 em {
  font-style: normal;
  color: #fff55a;
}
#content .c_consultationArea .text01 .fs {
  font-size: 28px;
}
@media only screen and (max-width: 767px) {
  #content .c_consultationArea .text01 .fs {
    font-size: 5.067vw;
  }
}
#content .c_consultationArea ul {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #content .c_consultationArea ul {
    display: block;
    flex-wrap: wrap;
  }
}
#content .c_consultationArea ul li {
  width: 500px;
  position: relative;
  border-radius: 3px;
  background-color: #fff;
  list-style-type: none;
}
@media only screen and (max-width: 767px) {
  #content .c_consultationArea ul li {
    width: auto;
  }
}
#content .c_consultationArea ul li::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #286911;
  z-index: 2;
  transition: transform 0.4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: left top;
}
#content .c_consultationArea ul li:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
#content .c_consultationArea ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 120px;
  border: 1px solid #43ae1e;
  border-radius: 3px;
  background: url("/chintai-k/images/share/arrow01.png") no-repeat right 20px center;
  background-size: 12px auto;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #333333;
  box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.1);
  line-height: 1.2;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  #content .c_consultationArea ul li a {
    flex-wrap: wrap;
    align-items: flex-start;
    height: 80px;
    background-position: right 13px center;
    background-size: 2.267vw auto;
    font-size: 4.267vw;
    line-height: 1;
  }
}
#content .c_consultationArea ul li a:hover {
  background-image: url("/chintai-k/images/share/arrow02.png");
  color: #ffffff;
}
#content .c_consultationArea ul li a br {
  height: 0;
}
#content .c_consultationArea ul li a .fs {
  font-size: 16px;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  #content .c_consultationArea ul li a .fs {
    font-size: 11px;
    letter-spacing: -1px;
  }
}
#content .c_consultationArea ul li.contact {
  margin-right: 40px;
}
@media only screen and (max-width: 767px) {
  #content .c_consultationArea ul li.contact {
    margin-right: 0;
  }
}
#content .c_consultationArea ul li.contact a {
  padding-right: 40px;
  font-size: 28px;
}
@media only screen and (max-width: 767px) {
  #content .c_consultationArea ul li.contact a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 5px 0 28px;
    font-size: 19px;
    text-align: left;
  }
}
#content .c_consultationArea ul li.contact a::before {
  content: "";
  display: block;
  margin-right: 45px;
  width: 41px;
  height: 30px;
  background: url("/chintai-k/images/share/icon_contact.png") no-repeat left top;
  background-size: 41px auto;
}
@media only screen and (max-width: 767px) {
  #content .c_consultationArea ul li.contact a::before {
    margin: -10px 0 0;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 15px;
    width: 28px;
    height: 20px;
    background-size: 28px auto;
  }
}
#content .c_consultationArea ul li.contact a:hover::before {
  background-image: url("/chintai-k/images/share/icon_contact_on.png");
}
@media only screen and (max-width: 767px) {
  #content .c_consultationArea ul li.contact p {
    margin-left: 0px;
  }
}
#content .c_consultationArea ul li.tel::before {
  content: none;
}
@media only screen and (max-width: 767px) {
  #content .c_consultationArea ul li.tel {
    margin-top: 20px;
    width: 100%;
  }
}
#content .c_consultationArea ul li.tel a {
  justify-content: flex-start;
  padding-left: 110px;
  box-shadow: none;
  border: none;
  background-image: none;
  font-size: 42px;
  font-family: "Roboto", sans-serif;
  vertical-align: middle;
  text-align: left;
  letter-spacing: 3px;
}
@media only screen and (max-width: 767px) {
  #content .c_consultationArea ul li.tel a {
    justify-content: center;
    align-items: center;
    padding-left: 55px;
    width: auto;
    height: 80px;
    background-image: none;
    font-size: 26px;
    letter-spacing: 1px;
  }
}
#content .c_consultationArea ul li.tel a:hover {
  color: #333333;
}
#content .c_consultationArea ul li.tel a .fs {
  display: block;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  #content .c_consultationArea ul li.tel a .fs {
    margin-top: 2px;
    font-size: 12px;
  }
}
#content .c_consultationArea ul li.tel a::before {
  content: "";
  display: block;
  margin-top: -19px;
  position: absolute;
  top: 50%;
  left: 33px;
  width: 38px;
  height: 38px;
  background: url("/chintai-k/images/share/icon_tel.png") no-repeat left top;
  background-size: 38px auto;
}
@media only screen and (max-width: 767px) {
  #content .c_consultationArea ul li.tel a::before {
    margin-top: -13px;
    width: 29px;
    height: 30px;
    left: 16px;
    background-size: 29px auto;
  }
}
#content .c_categoryLink {
  padding: 95px 0 115px;
}
@media only screen and (max-width: 767px) {
  #content .c_categoryLink {
    padding: 60px 25px 70px;
  }
}
#content .c_categoryLink .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  #content .c_categoryLink .inner {
    display: block;
  }
}
#content .c_categoryLink .inner li {
  margin-bottom: 50px;
  position: relative;
  background-color: #fff;
  list-style-type: none;
}
@media only screen and (max-width: 767px) {
  #content .c_categoryLink .inner li {
    margin-bottom: 20px;
  }
}
#content .c_categoryLink .inner li::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #F4E82C;
  z-index: 2;
  transition: transform 0.4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: left top;
}
#content .c_categoryLink .inner li:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
#content .c_categoryLink .inner li a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 560px;
  height: 160px;
  box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid rgb(207, 212, 196);
  border-radius: 3px;
  background: url("/chintai-k/images/share/arrow01.png") no-repeat 24px center;
  background-size: 12px auto;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  color: #333333;
  line-height: 1.5;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  #content .c_categoryLink .inner li a {
    width: auto;
    height: 80px;
    font-size: 13px;
    background-position: 8px center;
    background-size: 9px auto;
  }
}
#content .c_categoryLink .inner li a .text {
  flex-grow: 1;
  padding: 0 10px 0 65px;
}
@media only screen and (max-width: 767px) {
  #content .c_categoryLink .inner li a .text {
    flex: 1;
    padding: 0 5px 0 20px;
  }
}
#content .c_categoryLink .inner li a .img {
  width: 250px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #content .c_categoryLink .inner li a .img {
    margin-right: 10px;
    width: 100px;
  }
}
#content .c_categoryLink .inner li a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #content .c_categoryLink.lent li:first-child img {
    width: 99px;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  #content .c_categoryLink.lent li:nth-child(2) img {
    width: 69px;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  #content .c_categoryLink.lent li:nth-child(3) img {
    width: 88px;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  #content .c_categoryLink.sell li:first-child img {
    width: 86px;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  #content .c_categoryLink.sell li:nth-child(2) img {
    width: 94px;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  #content .c_categoryLink.sell li:nth-child(3) img {
    width: 103px;
    height: auto;
  }
}
#content .c_categoryLink02 {
  padding: 80px 0 15px;
  background-color: #f7f7f5;
}
@media only screen and (max-width: 767px) {
  #content .c_categoryLink02 {
    padding: 50px 25px 30px;
  }
}
#content .c_categoryLink02 ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
#content .c_categoryLink02 ul li {
  margin: 0 30px 65px 0;
  width: 380px;
  font-size: 20px;
  list-style-type: none;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  #content .c_categoryLink02 ul li {
    margin: 0 4% 20px 0;
    width: 48%;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  #content .c_categoryLink02 ul li:nth-child(2n) {
    margin-right: 0;
  }
}
#content .c_categoryLink02 ul li:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  #content .c_categoryLink02 ul li:nth-child(3n) {
    margin-right: 4%;
  }
}
#content .c_categoryLink02 ul li a {
  color: #333333;
  text-decoration: none;
}
#content .c_categoryLink02 ul li a img {
  display: block;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  #content .c_categoryLink02 ul li a img {
    margin-bottom: 10px;
  }
}
#content .c_categoryLink02 ul li a:hover {
  opacity: 0.8;
}
#content .c_linkArea {
  padding: 95px 0;
}
@media only screen and (max-width: 767px) {
  #content .c_linkArea {
    padding: 60px 25px;
  }
}
#content .c_linkArea .inner {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #content .c_linkArea .inner {
    display: block;
  }
}
#content .c_linkArea .inner li {
  list-style-type: none;
}
#content .c_linkArea .inner li:hover {
  opacity: 0.8;
}
#content .c_titleArea {
  position: relative;
}
#content .c_titleArea .inner {
  padding: 60px 0 75px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #content .c_titleArea .inner {
    padding: 30px 25px 40px;
    text-align: center;
  }
}
#content .c_titleArea .balloon {
  display: inline-block;
  position: relative;
  margin: 0 0 30px;
  padding: 7px 33px 9px;
  border-radius: 25px;
  font-size: 23px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  #content .c_titleArea .balloon {
    margin-bottom: 15px;
    padding: 15px 15px;
    border-radius: 45px;
    font-size: 16px;
    text-align: center;
  }
}
#content .c_titleArea .balloon::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -16px;
  left: 75px;
  border-style: solid;
  border-width: 0 16px 16px 0;
  border-color: transparent #ffffff transparent transparent;
}
#content .c_titleArea .img {
  position: absolute;
  top: 34px;
  right: 36px;
}
@media only screen and (max-width: 767px) {
  #content .c_titleArea .img {
    margin: 5px 0 10px;
    position: relative;
    top: 0;
    right: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  #content .c_titleArea .img img {
    width: 250px;
    height: auto;
  }
}
#content .c_titleArea .img.flow {
  top: 40px;
}
@media only screen and (max-width: 767px) {
  #content .c_titleArea .img.flow {
    top: 0;
  }
}
#content .c_titleArea .img.support {
  top: 80px;
}
@media only screen and (max-width: 767px) {
  #content .c_titleArea .img.support {
    top: 0;
  }
}
#content .c_titleArea h2 {
  margin: 0 0 0 35px;
  font-size: 57px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  #content .c_titleArea h2 {
    margin: 0;
    font-size: 27px;
    text-align: center;
  }
}
#content .c_titleArea h2.fs1 {
  font-size: 38px;
}
@media only screen and (max-width: 767px) {
  #content .c_titleArea h2.fs1 {
    font-size: 21px;
  }
}
#content .c_titleArea p {
  margin: 15px 0 0 35px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  #content .c_titleArea p {
    margin: 15px 0 0 0;
    font-size: 16px;
  }
}
#content .c_titleArea.lent .balloon {
  background-color: #35a80d;
}
#content .c_titleArea.lent .balloon::after {
  border-color: transparent #35a80d transparent transparent;
}
#content .c_titleArea.lent h2 {
  color: #35a80d;
}
#content .c_titleArea.sell .inner {
  padding-bottom: 40px;
}
#content .c_titleArea.sell .balloon {
  background-color: #f4e82c;
  color: #333333;
}
#content .c_titleArea.sell .balloon::after {
  border-color: transparent #f4e82c transparent transparent;
}
#content .c_titleArea.sell h2 {
  color: #35a80d;
}
#content .c_titleArea.sell .img.support {
  top: 40px;
}
@media only screen and (max-width: 767px) {
  #content .c_titleArea.sell .img.support {
    top: 0;
  }
}
#content .c_titleArea.sell .mg {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  #content .c_titleArea.sell .mg {
    margin-bottom: 0;
  }
}
#content .c_titleArea.bg01 {
  background-color: #e1f1b6;
}
#content .c_faqList {
  padding: 80px 0;
  background-color: #e1f1b6;
}
@media only screen and (max-width: 767px) {
  #content .c_faqList {
    padding: 40px 12px;
  }
}
#content .c_faqList.lent dt::before {
  background-image: url("/chintai-k/images/share/icon_q_lent.png");
}
#content .c_faqList.sell dt::before {
  background-image: url("/chintai-k/images/share/icon_q_sell.png");
}
#content .c_faqList .inner {
  padding: 80px 0;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  #content .c_faqList .inner {
    padding: 40px 0;
  }
}
#content .c_faqList dt, #content .c_faqList dd {
  margin: 0 45px;
}
@media only screen and (max-width: 767px) {
  #content .c_faqList dt, #content .c_faqList dd {
    margin: 0 15px;
  }
}
#content .c_faqList dt {
  margin-bottom: 40px;
  padding: 10px 60px 10px 55px;
  position: relative;
  border-bottom: 1px solid #333333;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  #content .c_faqList dt {
    margin-bottom: 20px;
    padding: 10px 25px 10px 35px;
    font-size: 17px;
  }
}
#content .c_faqList dt::before {
  content: "";
  display: block;
  width: 37px;
  height: 38px;
  position: absolute;
  top: 7px;
  left: 0;
  background-repeat: no-repeat;
  background-size: 37px auto;
}
@media only screen and (max-width: 767px) {
  #content .c_faqList dt::before {
    width: 25px;
    height: 26px;
    background-size: 25px auto;
  }
}
#content .c_faqList dt::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 18px;
  right: 0;
  background: url("/chintai-k/images/share/icon_plus.png") no-repeat left top;
  background-size: 24px auto;
}
@media only screen and (max-width: 767px) {
  #content .c_faqList dt::after {
    width: 16px;
    height: 16px;
    top: 15px;
    background-size: 16px auto;
  }
}
#content .c_faqList dt.open::after {
  background-image: url("/chintai-k/images/share/icon_minus.png");
}
#content .c_faqList dd {
  display: none;
  padding: 0 80px 70px;
  position: relative;
  font-size: 18px;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  #content .c_faqList dd {
    padding: 0 0 45px 35px;
    font-size: 15px;
  }
}
#content .c_faqList dd::before {
  content: "";
  display: block;
  width: 37px;
  height: 38px;
  position: absolute;
  top: 7px;
  left: 20px;
  background: url("/chintai-k/images/share/icon_a.png") no-repeat left top;
  background-size: 37px auto;
}
@media only screen and (max-width: 767px) {
  #content .c_faqList dd::before {
    width: 24px;
    height: 25px;
    top: 0;
    left: 0;
    background-size: 24px auto;
  }
}
#content .c_faqList dd a {
  color: #35a80d;
  text-decoration: underline;
}
#content .c_faqList dd a:hover {
  text-decoration: none;
}
#content .c_faqList p {
  margin-bottom: 20px;
}
#content .c_faqList ul {
  margin: 0 0 20px;
}
#content .c_faqList ul li {
  margin-left: 20px;
}
#content .c_faqList .attList {
  margin: 15px 0;
  padding-left: 1.2em;
  font-size: 14px;
  list-style-type: none;
  text-indent: -1.2em;
}
@media only screen and (max-width: 767px) {
  #content .c_faqList .attList {
    margin: 10px 0;
    font-size: 12px;
  }
}
#content .c_faqList .attList li {
  margin-left: 0;
}
#content .c_customerVoiceArea {
  padding: 75px 0 200px;
  background: url("/chintai-k/images/customervoice_bg02.png") repeat-x center bottom #e1f1b6;
}
@media only screen and (max-width: 767px) {
  #content .c_customerVoiceArea {
    padding: 50px 0 240px;
    background-image: url("/chintai-k/images/customervoice_bg02_s.png");
    background-size: contain;
  }
}
#content .c_customerVoiceArea h2 {
  margin-bottom: 60px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #content .c_customerVoiceArea h2 {
    margin-bottom: 30px;
    font-size: 20px;
  }
}
#content .c_customerVoiceArea h2 span {
  padding-bottom: 4px;
  border-bottom: 5px solid #eee223;
}
#content .c_customerVoiceArea .inner {
  padding: 0;
}
#content .c_customerVoiceArea .balloonList {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  #content .c_customerVoiceArea .balloonList {
    display: block;
    padding: 0 25px;
  }
}
#content .c_customerVoiceArea .balloonList li {
  margin: 0 20px 75px 0;
  padding: 30px;
  width: 590px;
  position: relative;
  border-radius: 3px;
  background-color: rgb(255, 255, 255);
  list-style-type: none;
}
@media only screen and (max-width: 767px) {
  #content .c_customerVoiceArea .balloonList li {
    margin: 0;
    padding: 20px 25px;
    width: auto;
  }
  #content .c_customerVoiceArea .balloonList li::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: calc(100% - 50px);
    border-bottom: 1px solid #dadada;
  }
}
#content .c_customerVoiceArea .balloonList li:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  #content .c_customerVoiceArea .balloonList li:last-child::before {
    content: none;
  }
}
#content .c_customerVoiceArea .balloonList li::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 49px;
  bottom: -36px;
  border-style: solid;
  border-width: 36px 28px 0 0;
  border-color: #ffffff transparent transparent transparent;
}
@media only screen and (max-width: 767px) {
  #content .c_customerVoiceArea .balloonList li::after {
    left: 24px;
    bottom: -18px;
    border-width: 18px 14px 0 0;
  }
}
#content .c_customerVoiceArea .balloonList li:nth-child(n+5) {
  display: none;
}
#content .c_customerVoiceArea .balloonList li dl dt {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  #content .c_customerVoiceArea .balloonList li dl dt {
    margin-bottom: 10px;
  }
}
#content .c_customerVoiceArea .balloonList li dl dt img {
  margin-right: 28px;
  width: 72px;
}
@media only screen and (max-width: 767px) {
  #content .c_customerVoiceArea .balloonList li dl dt img {
    margin-right: 15px;
    width: 50px;
  }
}
#content .c_customerVoiceArea .balloonList li dl dt .text {
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  #content .c_customerVoiceArea .balloonList li dl dt .text {
    font-size: 18px;
  }
}
#content .c_customerVoiceArea .balloonList li dl dt .text.lent {
  color: #fd5f12;
}
#content .c_customerVoiceArea .balloonList li dl dt .text.lent .category {
  background-color: #fd5f12;
}
#content .c_customerVoiceArea .balloonList li dl dt .text.sell {
  color: #35a80d;
}
#content .c_customerVoiceArea .balloonList li dl dt .text.sell .category {
  background-color: #35a80d;
}
#content .c_customerVoiceArea .balloonList li dl dt .text .category {
  padding: 3px 11px;
  border-radius: 3px;
  font-size: 16px;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  #content .c_customerVoiceArea .balloonList li dl dt .text .category {
    padding: 1px 15px 3px;
    font-size: 13px;
  }
}
#content .c_customerVoiceArea .balloonList li dl dd {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  #content .c_customerVoiceArea .balloonList li dl dd {
    font-size: 15px;
  }
}
#content .c_customerVoiceArea .c_btnStyle02 {
  margin-top: 50px;
  margin-bottom: -100px;
}
@media only screen and (max-width: 767px) {
  #content .c_customerVoiceArea .c_btnStyle02 {
    margin: 80px 25px -100px;
  }
}
#content .c_pointArea {
  padding: 70px 0 260px;
  background: url("/chintai-k/images/customervoice_bg02.png") repeat-x center bottom #e1f1b6;
}
#content .c_pointArea.noBg {
  padding-bottom: 100px;
  background-image: none;
}
@media only screen and (max-width: 767px) {
  #content .c_pointArea {
    padding: 60px 25px 135px;
    background-image: url("/chintai-k/images/customervoice_bg02_s.png");
    background-size: contain;
  }
}
#content .c_pointArea .pointList > li {
  margin-bottom: 80px;
  padding: 40px 59px;
  position: relative;
  border-radius: 5px;
  background-color: #fff;
  list-style-type: none;
}
@media only screen and (max-width: 767px) {
  #content .c_pointArea .pointList > li {
    margin-bottom: 40px;
    padding: 25px 15px 10px;
  }
}
#content .c_pointArea .pointList > li:last-child {
  margin-bottom: 0;
}
#content .c_pointArea .pointList > li .point {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 128px;
  height: 128px;
  position: absolute;
  left: 26px;
  top: -26px;
  border-radius: 50%;
  background-color: rgb(67, 157, 23);
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  #content .c_pointArea .pointList > li .point {
    width: 70px;
    height: 70px;
    top: -5px;
    left: 10px;
    font-size: 11px;
  }
}
#content .c_pointArea .pointList > li .point .num {
  display: block;
  margin-top: -54px;
  width: 100%;
  font-size: 51px;
  text-align: center;
  color: #f4e82c;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  #content .c_pointArea .pointList > li .point .num {
    margin-top: -28px;
    font-size: 26px;
  }
}
#content .c_pointArea .pointList > li h4 {
  display: inline-block;
  margin: 0 0 35px 110px;
  position: relative;
  font-size: 32px;
  font-weight: bold;
  color: #35a80d;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  #content .c_pointArea .pointList > li h4 {
    margin: 0 0 30px 75px;
    font-size: 20px;
  }
}
#content .c_pointArea .pointList > li h4 span {
  background-image: linear-gradient(transparent 80%, #f4e82c 0);
}
#content .c_pointArea .pointList > li .imgArea {
  margin: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  #content .c_pointArea .pointList > li .imgArea {
    margin-bottom: 20px;
  }
}
#content .c_pointArea .pointList > li ul {
  margin-bottom: 10px;
}
#content .c_pointArea .pointList > li ul li {
  margin-left: 25px;
  font-size: 24px;
  font-weight: bold;
  color: #35a80d;
  list-style-type: disc;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  #content .c_pointArea .pointList > li ul li {
    font-size: 18px;
  }
}
#content .c_pointArea .pointList > li p {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  #content .c_pointArea .pointList > li p {
    font-size: 15px;
  }
}
#content .c_pointArea .pointList > li p strong {
  color: #35a80d;
}
#content .c_pointArea .pointList > li .attList {
  margin-top: 10px;
}
#content .c_pointArea .pointList > li .attList li {
  margin-left: 0;
  padding-left: 1.2em;
  list-style-type: none;
  font-size: 14px;
  font-weight: normal;
  color: #333333;
  text-indent: -1.2em;
}
@media only screen and (max-width: 767px) {
  #content .c_pointArea .pointList > li .attList li {
    font-size: 12px;
  }
}
#content .c_pointArea .pointList > li .btn {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  #content .c_pointArea .pointList > li .btn {
    margin-top: 15px;
  }
}
#content .c_pointArea .pointList > li .btn li {
  display: inline-block;
  margin-left: 0;
  background-color: #ffffff;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  #content .c_pointArea .pointList > li .btn li {
    display: block;
  }
}
#content .c_pointArea .pointList > li .btn li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 56px;
  border: 1px solid rgb(207, 212, 196);
  border-radius: 3px;
  background: url("/chintai-k/images/share/arrow01.png") no-repeat right 15px center;
  background-size: 12px auto;
  font-size: 16px;
  color: #333333;
}
@media only screen and (max-width: 767px) {
  #content .c_pointArea .pointList > li .btn li a {
    width: auto;
    height: 56px;
    background-position: right 13px center;
    background-size: 9px auto;
    font-size: 15px;
  }
}
#content .c_pointArea .pointList > li .btn li a:hover {
  background-image: url("/chintai-k/images/share/arrow02.png");
  color: #ffffff;
  text-decoration: none;
}
#content.benefits .c_titleArea {
  background-color: #ffffff;
  color: #35a80d;
}
#content.benefits .c_titleArea .inner {
  padding: 90px 0;
}
@media only screen and (max-width: 767px) {
  #content.benefits .c_titleArea .inner {
    padding: 30px 0;
  }
}
#content.benefits .c_titleArea h2 {
  font-size: 46px;
}
@media only screen and (max-width: 767px) {
  #content.benefits .c_titleArea h2 {
    margin: 0 20px;
    font-size: 28px;
  }
}
#content.benefits .flowArea h5 {
  margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  #content.benefits .flowArea h5 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #content.benefits .flowList {
    padding: 0 0 0 15px;
  }
}
#content.benefits .flowList > li {
  padding-bottom: 70px;
  padding-left: 126px;
  position: relative;
  list-style-type: none;
}
@media only screen and (max-width: 767px) {
  #content.benefits .flowList > li {
    padding-bottom: 35px;
    padding-left: 50px;
  }
}
#content.benefits .flowList > li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #content.benefits .flowList > li:last-child {
    padding-bottom: 0;
  }
}
#content.benefits .flowList > li:last-child::before {
  content: none;
}
#content.benefits .flowList > li::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 48px;
  border-left: 5px solid #b4b4b4;
}
@media only screen and (max-width: 767px) {
  #content.benefits .flowList > li::before {
    border-width: 3px;
    left: 9px;
  }
}
#content.benefits .flowList > li .icon {
  position: absolute;
  top: -10px;
  left: 0;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  #content.benefits .flowList > li .icon {
    top: -8px;
    left: -15px;
  }
}
@media only screen and (max-width: 767px) {
  #content.benefits .flowList > li .icon img {
    width: 49px;
    height: auto;
  }
}
#content.benefits .flowList > li h3 {
  font-size: 28px;
  font-weight: bold;
  color: #333333;
}
@media only screen and (max-width: 767px) {
  #content.benefits .flowList > li h3 {
    font-size: 17px;
  }
}
#content.benefits .flowList > li h3 em {
  font-size: 34px;
  font-style: normal;
  color: #35a80d;
}
@media only screen and (max-width: 767px) {
  #content.benefits .flowList > li h3 em {
    font-size: 20px;
  }
}
#content.benefits .flowList > li p {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  #content.benefits .flowList > li p {
    font-size: 15px;
  }
}
#content.benefits .flowList .signboard {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
#content.benefits .flowList .signboard li {
  margin: 0 40px 0 0;
  padding: 5px 35px 10px;
  border-radius: 3px;
  border: 4px solid #35a80d;
  font-size: 18px;
  color: #333333;
  list-style-type: none;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  #content.benefits .flowList .signboard li {
    margin-bottom: 10px;
    margin-right: 20px;
    padding: 3px 10px 8px;
    font-size: 12px;
  }
}
#content.benefits .flowList .signboard li .fs {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  #content.benefits .flowList .signboard li .fs {
    font-size: 12px;
  }
}
#content.benefits .flowList .signboard li .fl {
  padding-left: 15px;
  font-size: 40px;
  color: #35a80d;
}
@media only screen and (max-width: 767px) {
  #content.benefits .flowList .signboard li .fl {
    font-size: 20px;
  }
}
#content.benefits .pointList li .arrow {
  display: inline-block;
  padding-left: 50px;
  background: url("/chintai-k/sell/support/benefits/images/arrow.png") no-repeat left 20px;
  font-size: 32px;
  font-weight: bold;
  color: #35a80d;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  #content.benefits .pointList li .arrow {
    padding-left: 30px;
    background-position: left 15px;
    background-size: 19px auto;
    font-size: 20px;
  }
}
#content.benefits .pointList li .num {
  display: inline-block;
  font-size: 64px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  #content.benefits .pointList li .num {
    font-size: 36px;
  }
}
#content.benefits .pointList li .num2 {
  display: inline-block;
  font-size: 40px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  #content.benefits .pointList li .num2 {
    font-size: 32px;
  }
}
#content.benefits .pointList li .line {
  line-height: 1;
  background-image: linear-gradient(transparent 90%, #f4e82c 0);
}
#content.benefits .pointList li .fl {
  font-size: 27px;
}
@media only screen and (max-width: 767px) {
  #content.benefits .pointList li .fl {
    font-size: 19px;
  }
}
#content.benefits .pointList li .c01 {
  font-weight: bold;
  color: #35a80d;
}
#content.benefits .pointList li em {
  font-weight: bold;
  font-style: normal;
}
#content.benefits .pointList li strong {
  font-size: 28px;
  font-weight: bold;
  color: #35a80d;
}
@media only screen and (max-width: 767px) {
  #content.benefits .pointList li strong {
    font-size: 17px;
  }
}
#content.benefits .merit {
  margin-top: 45px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  #content.benefits .merit {
    margin-top: 40px;
  }
}
#content.benefits .merit dl {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  #content.benefits .merit dl {
    display: block;
    margin-bottom: 30px;
  }
}
#content.benefits .merit dl:last-child {
  margin-bottom: 0;
}
#content.benefits .merit dl dt {
  margin-right: 30px;
  padding: 1px 0;
  width: 120px;
  border-radius: 3px;
  background-color: rgb(140, 193, 30);
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  #content.benefits .merit dl dt {
    margin-right: 0;
    margin-bottom: 12px;
    padding: 2px 10px;
    width: 80px;
    font-size: 12px;
  }
}
#content.benefits .merit dl dd {
  flex: 1;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  #content.benefits .merit dl dd {
    font-size: 15px;
  }
}
#content.benefits .merit dl dd em {
  font-weight: bold;
  font-style: normal;
}
#content.benefits .merit dl dd p {
  margin-bottom: 10px;
}
#content.benefits .targetDevice {
  padding: 45px 30px;
  background-color: #f8f8f8;
}
@media only screen and (max-width: 767px) {
  #content.benefits .targetDevice {
    padding: 32px 25px;
  }
}
#content.benefits .targetDevice h5 {
  margin-bottom: 25px;
  font-size: 24px;
  text-align: center;
  color: #333333;
}
@media only screen and (max-width: 767px) {
  #content.benefits .targetDevice h5 {
    font-size: 17px;
  }
}
#content.benefits .targetDevice .img {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  #content.benefits .targetDevice .img {
    padding: 0;
    flex-wrap: wrap;
  }
}
#content.benefits .targetDevice .img li {
  margin: 0 30px 10px 0;
  width: 180px;
  font-size: 14px !important;
  font-weight: normal;
  color: #333333 !important;
  list-style-type: none;
}
@media only screen and (max-width: 767px) {
  #content.benefits .targetDevice .img li {
    margin-right: 3%;
    width: 47%;
  }
  #content.benefits .targetDevice .img li:nth-child(2n) {
    margin-right: 0;
  }
}
#content.benefits .targetDevice .img li img {
  display: block;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  #content.benefits .targetDevice .img li img {
    margin-bottom: 10px;
  }
}
#content.benefits .targetDevice .img li:last-child {
  margin-right: 0;
}
#content.benefits .recommend {
  padding: 65px 0 75px;
}
@media only screen and (max-width: 767px) {
  #content.benefits .recommend {
    padding: 40px 0;
  }
}
#content.benefits .recommend .check {
  margin: 0 126px 30px;
  width: auto;
}
@media only screen and (max-width: 767px) {
  #content.benefits .recommend .check {
    margin: 0;
    width: auto;
  }
}
#content.benefits .recommend .check li {
  margin: 0 0 20px 52px;
  padding-bottom: 5px;
  position: relative;
  border-bottom: 2px solid #c2c2c2;
  font-size: 24px;
  font-weight: bold;
  color: #333333 !important;
  list-style-type: none !important;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  #content.benefits .recommend .check li {
    margin: 0 0 10px 25px;
    font-size: 15px;
  }
}
#content.benefits .recommend .check li::before {
  content: "";
  display: block;
  width: 31px;
  height: 28px;
  position: absolute;
  top: 5px;
  left: -52px;
  background: url("../images/share/icon_check.png") no-repeat left top;
  background-size: 31px auto;
}
@media only screen and (max-width: 767px) {
  #content.benefits .recommend .check li::before {
    width: 20px;
    height: 18px;
    top: 2px;
    left: -30px;
    background-size: 20px auto;
  }
}
#content.benefits .recommend .attList {
  margin: 0 126px;
}
@media only screen and (max-width: 767px) {
  #content.benefits .recommend .attList {
    margin: 0;
  }
}
#content.benefits .periodArea {
  margin: 0 -59px -40px;
  padding: 50px 59px;
  background-color: #f8f8f8;
}
@media only screen and (max-width: 767px) {
  #content.benefits .periodArea {
    margin: 0 -15px -20px;
    padding: 40px 15px;
  }
}
#content.benefits .periodArea h5 {
  margin: 0 0 30px;
  font-size: 32px;
  text-align: center;
  color: #35a80d;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  #content.benefits .periodArea h5 {
    margin-bottom: 25px;
    font-size: 20px;
  }
}
#content.benefits .periodArea .attList {
  margin: 30px 125px 0 !important;
}
@media only screen and (max-width: 767px) {
  #content.benefits .periodArea .attList {
    margin: 15px 0 0 !important;
  }
}
#content.benefits .repairArea {
  padding: 95px 0 80px;
}
@media only screen and (max-width: 767px) {
  #content.benefits .repairArea {
    padding: 40px 0;
  }
}
#content.benefits .repairArea h5 {
  margin: 0 70px 40px;
  border-radius: 21px;
  background-color: rgb(140, 193, 30);
  font-size: 21px;
  text-align: center;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  #content.benefits .repairArea h5 {
    margin: 0 0 25px;
    padding: 10px;
    font-size: 16px;
  }
}
#content.benefits .cautionCase {
  margin: 0 -59px -40px;
  padding: 80px 59px 70px;
  background-color: #f8f8f8;
}
@media only screen and (max-width: 767px) {
  #content.benefits .cautionCase {
    margin: 0 -15px -20px;
    padding: 40px 15px 10px;
  }
}
#content.benefits .cautionCase h5 {
  margin-bottom: 40px;
  font-size: 32px;
  text-align: center;
  color: #fd5f12;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  #content.benefits .cautionCase h5 {
    margin-bottom: 30px;
    font-size: 20px;
  }
}
#content.benefits .cautionCase h5 .mark {
  display: inline-block;
  margin-right: 20px;
  padding: 1px 25px 4px;
  border-radius: 3px;
  background-color: #fd5f12;
  font-size: 24px;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  #content.benefits .cautionCase h5 .mark {
    display: block;
    margin: 0 auto 10px;
    padding: 0 5px 2px;
    width: 80px;
    font-size: 15px;
  }
}
#content.benefits .cautionCase .img {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  #content.benefits .cautionCase .img {
    display: block;
  }
}
#content.benefits .cautionCase .img li {
  margin: 0 31px 0 0;
  list-style-type: none;
}
@media only screen and (max-width: 767px) {
  #content.benefits .cautionCase .img li {
    margin: 0 0 20px;
  }
}
#content.benefits .cautionCase .img li:last-child {
  margin-right: 0;
}

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