@charset "UTF-8";
@import url("common.css");

/* page sell
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
  .company-inner {
    width: 1100px;
    margin: 0 auto;
  }
}

.section-advantage .advantage-title {
  color: #fff;
  font-weight: bold;
}
.section-advantage .advantage-text {
  color: #f0c54a;
  font-weight: bold;
}
.section-advantage .list-order {
  color: #fff;
}
@media print, (min-width: 768px) {
  .section-advantage .common-title {
    padding: 80px 0;
  }
  .section-advantage .block-advantage {
    height: 650px;
    background: url(../img/buy/banner_img.png) center top/cover no-repeat;
  }
  .section-advantage .box-advantage {
    padding: 90px 0 0 460px;
    margin-right: -90px;
  }
  .section-advantage .advantage-title {
    font-size: 80px;
    line-height: 1;
    margin-bottom: 10px;
  }
  .section-advantage .advantage-text {
    font-size: 30px;
    margin-bottom: 16px;
    letter-spacing: -0.05em;
  }
  .section-advantage .list-order {
    font-size: 18px;
    line-height: 2;
    letter-spacing: -0.05em;
  }
}
@media only screen and (max-width: 767px) {
  .section-advantage .block-advantage {
    background: #18a3ac;
    background: linear-gradient(180deg, #d66840 0%, #822416 100%);
  }
  .section-advantage .box-advantage {
    padding: 1rem 0.2rem;
  }
  .section-advantage .advantage-title {
    font-size: 0.8rem;
    margin-bottom: 0.2rem;
  }
  .section-advantage .advantage-text {
    font-size: 0.38rem;
    margin-bottom: 0.4rem;
  }
  .section-advantage .list-order {
    font-size: 0.28rem;
  }
}

.section-feature .list-feature,
.section-feature .feature-copy {
  color: #666;
}
.section-feature .list-feature .feature-title {
  font-weight: bold;
}
.section-feature .feature-copy {
  text-align: center;
  font-weight: bold;
}
@media print, (min-width: 768px) {
  .section-feature {
    padding: 90px 0 50px;
  }
  .section-feature .section-title {
    margin-bottom: 35px;
  }
  .section-feature .list-feature {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: -0.05em;
  }
  .section-feature .feature-copy {
    font-size: 20px;
  }
  .section-feature .list-feature li {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .section-feature {
    padding: 0.9rem 0;
  }
  .section-feature .section-title {
    margin-bottom: 0.4rem;
  }
  .section-feature .list-feature {
    font-size: 0.28rem;
    line-height: 1.5;
  }
  .section-feature .feature-copy {
    font-size: 0.32rem;
  }
  .section-feature .list-feature li {
    margin-bottom: 0.45rem;
  }
}

.section-company {
  background: #e7e7e7 url(../img/buy/agency_img.png) center top/100% auto no-repeat;
}
.section-company .company-title {
  background: rgba(255, 255, 255, 0.6);
  color: #000;
  font-weight: bold;
  text-align: center;
}
.section-company .company-text {
  color: #006692;
  font-weight: bold;
}
.section-company .box-company {
  background-color: #cccaca;
}
.section-company .partner-title,
.section-company .business-title {
  text-align: center;
  font-weight: bold;
}
.section-company .business-title {
  color: #0075a7;
}
@media (min-width: 1401px) {
  .section-company .company-text {
    padding-top: 6vw;
  }
}
@media print, (min-width: 768px) {
  .section-company {
    padding: 200px 0 15px;
  }
  .section-company .company-title {
    font-size: 25px;
    width: 575px;
    padding: 40px 5px;
    margin: 0 auto 15rem;
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: active) {
  .section-company .company-title {
    padding-top: 45px;
    padding-bottom: 38px;
  }
}
@media print, (min-width: 768px) {
  .section-company .company-text {
    font-size: 32px;
    line-height: 1.6;
    margin-bottom: 70px;
  }
  .section-company .box-company {
    padding: 30px 25px 15px;
    margin-bottom: 95px;
  }
  .section-company .partner-title {
    margin-bottom: 35px;
    font-size: 18px;
  }
  .section-company .list-partner {
    font-size: 18px;
    line-height: 2.5;
    margin-bottom: 30px;
  }
  .section-company .business-title {
    font-size: 35px;
    margin-bottom: 60px;
  }
  .section-company .detail-text {
    font-size: 17px;
    line-height: 1.5;
    padding-right: 20px;
  }
  .section-company .box-business {
    display: flex;
    margin-bottom: 50px;
  }
  .section-company .box-business .detail-text,
  .section-company .box-business .company-image {
    width: 50%;
  }
  .section-company .box-business.is-second {
    flex-direction: row-reverse;
  }
  .section-company .box-business.is-second .detail-text {
    padding-right: 0;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .section-company {
    padding: 1.4rem 0 0.5rem;
  }
  .section-company .company-title {
    font-size: 0.34rem;
    width: 6rem;
    padding: 0.5rem 0.1rem;
    margin: 0 auto 1rem;
  }
  .section-company .company-text {
    font-size: 0.36rem;
    margin-bottom: 0.8rem;
  }
  .section-company .box-company {
    padding: 0.6rem 0.2rem;
    margin-bottom: 0.8rem;
  }
  .section-company .partner-title {
    margin-bottom: 0.35rem;
    font-size: 0.3rem;
  }
  .section-company .list-partner {
    font-size: 0.26rem;
    line-height: 2.4;
  }
  .section-company .list-partner li {
    padding-left: 0.26rem;
    text-indent: -0.26rem;
  }
  .section-company .business-title {
    font-size: 0.4rem;
    margin-bottom: 0.4rem;
  }
  .section-company .detail-text {
    font-size: 0.28rem;
    line-height: 1.5;
    margin-bottom: 0.2rem;
  }
  .section-company .box-business {
    margin-bottom: 0.6rem;
  }
}

.section-step .list-step li {
  border: 1px solid #cdcdcd;
}
.section-step .step-number {
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.section-step .step-title {
  text-align: center;
  font-weight: bold;
  position: relative;
}
.section-step .step-title:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
  border-top: 40px solid #b2d1de;
  left: 0;
  top: 0;
}
.section-step .is-one .step-title,
.section-step .is-one .step-number {
  background-color: #b2d1de;
  color: #006692;
}
.section-step .is-one .step-title:after {
  display: none;
}
.section-step .is-two .step-title {
  background-color: #7fb2c8;
  color: #006692;
}
.section-step .is-two .step-number {
  background-color: #7fb2c8;
}
.section-step .is-three .step-title,
.section-step .is-three .step-number {
  background-color: #4c94b2;
  color: #fff;
}
.section-step .is-three .step-title:after {
  border-top-color: #7fb2c8;
}
.section-step .is-four .step-title,
.section-step .is-four .step-number {
  background-color: #016894;
  color: #fff;
}
.section-step .is-four .step-title:after {
  border-top-color: #4c94b2;
}
.section-step .is-four .list-step li:last-child {
  margin-bottom: 0;
}
@media print, (min-width: 768px) {
  .section-step {
    padding: 85px 0 110px;
  }
  .section-step .section-title {
    margin-bottom: 40px;
  }
  .section-step .box-step {
    display: flex;
  }
  .section-step .step-title {
    width: 140px;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section-step .step-title span {
    display: block;
  }
  .section-step .step-title span:after, .section-step .step-title span:before {
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    bottom: -40px;
  }
  .section-step .step-title span:after {
    left: 0;
    border-bottom: 80px solid #fff;
    border-right: 140px solid transparent;
  }
  .section-step .step-title span:before {
    border-bottom: 80px solid #fff;
    border-left: 140px solid transparent;
    right: 0;
  }
  .section-step .list-step {
    width: 920px;
    margin-left: 40px;
  }
  .section-step .list-step li {
    padding: 20px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
  }
  .section-step .step-number {
    font-size: 16px;
    width: 125px;
    padding: 12px 5px 10px;
  }
  .section-step .step-text {
    width: 720px;
    padding-left: 15px;
    font-size: 17px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  .section-step {
    padding: 0.9rem 0;
  }
  .section-step .section-title {
    margin-bottom: 0.6rem;
  }
  .section-step .step-title {
    width: 100%;
    font-size: 0.32rem;
    padding: 0.26rem 0.2rem 0.22rem;
    margin-bottom: 0.4rem;
  }
  .section-step .step-title:after {
    display: none;
  }
  .section-step .list-step li {
    padding: 0.2rem;
    margin-bottom: 0.4rem;
    display: flex;
    align-items: flex-start;
  }
  .section-step .step-number {
    font-size: 0.28rem;
    width: 30%;
    padding: 12px 5px 10px;
  }
  .section-step .step-text {
    width: 70%;
    padding-left: 0.2rem;
    font-size: 0.28rem;
    line-height: 1.5;
  }
  .section-step .box-step {
    margin-bottom: 0.8rem;
  }
}

.section-fee .company-inner {
  border: 1px solid #cdcdcd;
}
.section-fee .fee-wrap {
  text-align: center;
  font-weight: bold;
}
.section-fee .fee-title {
  color: #fff;
  background-color: #ff8d1b;
}
.section-fee .fee-text {
  color: #ff8d1b;
  border: 1px solid #ff8d1b;
}
.section-fee .table-fee {
  color: #666;
}
.section-fee .table-fee td, .section-fee .table-fee th {
  border-bottom: 1px solid #ccc;
}
.section-fee .table-fee tr:last-child td, .section-fee .table-fee tr:last-child th {
  border-bottom: 0;
}
.section-fee .free-text {
  color: #666;
}
@media print, (min-width: 768px) {
  .section-fee .company-inner {
    display: flex;
    padding: 65px 10px 65px 100px;
  }
  .section-fee .section-title {
    margin-bottom: 20px;
  }
  .section-fee .box-fee {
    width: 350px;
  }
  .section-fee .fee-wrap {
    margin-bottom: 20px;
  }
  .section-fee .fee-title {
    font-size: 25px;
    padding-top: 5px;
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: active) {
  .section-fee .fee-title {
    padding-top: 10px;
  }
}
@media print, (min-width: 768px) {
  .section-fee .free-text {
    width: 530px;
    margin-left: 60px;
    font-size: 18px;
    line-height: 2;
    letter-spacing: -0.05em;
  }
  .section-fee .fee-text {
    font-size: 18px;
    padding: 10px 0;
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: active) {
  .section-fee .fee-text {
    padding-top: 13px;
    padding-bottom: 7px;
  }
}
@media print, (min-width: 768px) {
  .section-fee .table-fee {
    width: 100%;
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: -0.1em;
  }
  .section-fee .table-fee td, .section-fee .table-fee th {
    padding: 15px 5px;
  }
  .section-fee .table-fee th {
    width: 210px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .section-fee .company-inner {
    padding: 0.2rem;
  }
  .section-fee .section-title {
    margin-bottom: 0.6rem;
  }
  .section-fee .fee-wrap {
    margin-bottom: 0.4rem;
  }
  .section-fee .fee-title {
    font-size: 0.38rem;
    padding: 0.18rem 0.1rem 0.15rem;
  }
  .section-fee .free-text {
    font-size: 0.28rem;
  }
  .section-fee .fee-text {
    font-size: 0.28rem;
    padding: 0.18rem 0;
  }
  .section-fee .table-fee {
    font-size: 0.28rem;
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .section-fee .table-fee td, .section-fee .table-fee th {
    padding: 0.25rem 0.1rem;
  }
  .section-fee .table-fee th {
    width: 40%;
  }
}

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