@charset "utf-8";
/* CSS Document */

/* フリーエリア
-------------------------------------------*/
.free_banner a,
.line_banner a {
  display: block;
}
.free_banner {
  display: flex;
  gap: 20px;
}
.free_banner li {
  width: 50%;
  text-align: center;
}
.line_banner {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .free_area_wrap {
    /*padding: 45px 10px;*/
		padding: 0 10px 45px;
  }
  .free_banner {
    display: block;
  }
  .free_banner li {
    width:100%;
    padding:5px;
  }
  .free_banner li img{
    width:100%;
  }
  .free_banner li:nth-child(1) {
    margin-bottom:20px;
  }
  .line_banner {
    margin-top: 20px;
  }
  .free_banner img {
    max-width:690px;
  }
}

/* お客様の声
-------------------------------------------*/
.voice_inner{
  margin-top:40px;
}
.voice_item {
  background-color: #fff;
  padding-bottom:50px;
}
.voice_item .inner {
  display: flex;
  height: 100%;
  position:relative;
  
}
.voice_item .image {
  margin-right: 25px;
}
.voice_item .image img {
  border-radius: 50%;
  object-fit: cover;
}
.voice_item dl {
  flex: 1;
}
.voice_item dt {
  border-left: 3px solid var(--main-color);
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.2;
  padding: 5px 10px;
  margin-bottom: 15px;
}
@media screen and (min-width:901px){
  .voice_item dd{
    font-size:15px;
  }
}
.voice_description p{
  margin-top:40px;
}
.voice_tag{
  position:absolute;
  background-color:var(--main-color);
  width:95px;
  padding:8px 0;
  color:white;
  font-size:1.5rem;
  border-radius:3px;
  text-align:center;
  right:30px;
  bottom:-17px;
  
}
.voice_tag{
  font-weight:bold;
}
@media screen and (min-width: 1025px) {
  .voice_item .image img {
    width: 170px;
    height: 170px;
  }
}
@media screen and (max-width: 1024px) {
  .voice_item .image img {
    width: 130px;
    height: 130px;
  }
}
@media screen and (min-width: 901px) {
  .voice {
    display: flex;
    flex-wrap: wrap;
    margin-top:20px;
  }
  .voice_item {
      width: calc(50% - 20px);
      margin-bottom: 20px;
  }
  .voice_item:nth-child(even) {
    margin-right: 0;
  }
  .voice_item .inner {
    padding: 30px;
  }
}
@media screen and (max-width: 900px) {
  .voice_item {
    margin-bottom: 2%;
  }
  .voice_item .inner {
    padding: 15px;
  }
  .voice_tag{
    bottom:-35px;
  }
}
@media screen and (max-width: 600px) {
  .voice_item dt {
    border-left: 2px solid var(--main-color);
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .voice_item .image {
    margin-right: 15px;
  }
  .voice_item .image img {
    width: 80px;
    height: 80px;
  }
}

/* 強み
-------------------------------------------*/
.section_bg1 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
}
.section_bg1 .line_title:after {
  background-color: #fff;
}
.introduction {
  border: 1px solid #fff;
  display: inline-block;
  font-family: 'Noto Serf JP', serif;
}
.introduction_wrap{
  padding:100px 0px 100px;
}
.introduction_card{
  background-color:white;
  max-width:1200px;
  border-radius:30px;
}
.introduction_card_flex{
  display:flex;
}
.introduction_card_inner{
  padding:68px 0px 72px 80px;
}
.introduction_card_inner p{
  font-size:15px;
  line-height:2;
  letter-spacing:0.6px;
}
.introduction_thumbnail{
  max-width:238px;
  height:238px;
  border-radius:50%;
  background-color:#E5F4D4;
  line-height:0;
}
.introduction_profile{
  font-size:20px;
  margin-left:30px;
  max-width:768px;
  width:100%;
}
.introduction_profile h2{
  font-size:40px;
  border-bottom:3px solid var(--main-color);
  line-height:1.3;
  letter-spacing:2px;
  padding-bottom:14px;
  font-weight:900;
}
.introduction_profile p{
  margin-top:20px;
  font-size:20px;
  line-height:1.5;
  letter-spacing:0.8px;
  font-weight:bold;
}

.introduction_card_description{
  margin-top:30px;
}
.introduction_card_description b:nth-child(2){
  display:block;
  letter-spacing:0.92px;
  font-size:23px;
  font-weight:normal;
  color:var(--main-color);
  line-height:1.7;
  margin-top:28px;
}
.introduction_card_description b:nth-child(2){
  font-weight:bold;
}

.introduction_card_description p:nth-child(3){
  margin-top:37px;
}
@media screen and (min-width: 901px) {
  .section_bg1 {
    background-image: url(../img/section_bg1.png);
  }
}
@media screen and (max-width: 900px) {
  .section_bg1 {
    background-image: url(../img/section_bg1_sp.png);
  }
  .introduction_wrap{
    padding:30px 10px;
  }
  .introduction_card_inner{
    padding:5%;
  }
  .introduction_card_flex{
    flex-wrap:wrap;
    flex-direction: column-reverse;
  }
  .introduction_profile{
    margin:0 auto;
    flex:1;
  }
  .introduction_profile h2{
    font-size:17px;
    border-bottom:2px solid var(--main-color);
  }
  .introduction_profile p{
    font-size:14px;
  }
  .introduction_thumbnail{
    margin:30px auto 0px;
    flex:2;
  }
  .introduction_card_description b:nth-child(2){
    font-size:14px;
    margin-top:10px;
  }
  .introduction_card_description p:nth-child(3){
    margin-top:10px;
  }
}
@media screen and (min-width: 601px) {
  .strength {
    font-size: 3rem;
    padding: 30px 40px;
    margin: 30px 0 40px;
  }
}
@media screen and (max-width: 600px) {
  .strength {
    font-size: 1.5rem;
    padding: 20px;
    margin: 15px 0 20px;
  }
  .introduction_profile h2 {
    font-size:2.2rem;
  }
  .introduction_profile p {
    font-size:1.5rem;
  }
  .introduction_card_description p {
    font-size:1.3rem;
    line-height:1.8;
  }
  .introduction_card_description b:nth-child(2) {
    font-size:1.5rem;
  }
  .voice_item dt {
    font-size:1.5rem;
    line-height: 1.5;
  }
  .voice_tag {
    font-size:1.3rem;
  }
}

/*　▼宅配買取フォーム　*/
span.required {
    font-size: 1.2rem;
    color: #fff;
    background-color: #EC4B55;
    display: inline-block;
    padding: 3px 7px;
    margin-left: 2em;
    border-radius: 3px;
}
.delivery_form_area textarea,
.delivery_form_area input[type="text"],
.delivery_form_area input[type="email"],
.delivery_form_area input[type="tel"],
.delivery_form_area select {
    width: 100% !important;
    max-width: none;
    border: solid 1px #E3E3E3;
    background-color: #fff;
    padding: 15px 10px;
}
.delivery_form_area .calendar input[type="text"] {
    width: 35% !important;
}
.delivery_form_area input[type="radio"] {
    background-color: initial;
    cursor: default;
    appearance: radio;
    -webkit-appearance: radio;
    -moz-appearance: radio;
    box-sizing: border-box;
    margin: 3px 3px 0px 5px;
    padding: initial;
    border: initial;
}
.delivery_form_area textarea {
	height: 180px !important;
}
.delivery_form_area input[type="text"].bottom {
    margin-top: 20px;
}
.delivery_form_area input[type="text"].middle,
.delivery_form_area select.middle {
    width: 70% !important;
}
.delivery_form_area input[type="text"].post {
    width: 30% !important;
}
.delivery_form_area input[type="text"].tel {
    width: 25% !important;
}
.delivery_form_area {
    max-width: 1000px;
    margin: 0 auto;
}
.delivery_form_area .delivery_form_box {
    margin-bottom: 80px;
}
.delivery_form_area .delivery_form_box .delivery_form_boxcontainer {
    background-color: #F2F2F2;
    padding: 50px 150px;
    border-radius: 10px;
}
.delivery_form_area .delivery_form_box .form_box {
    margin-bottom: 50px;
}
.delivery_form_area .delivery_form_box .form_box:last-child {
    margin-bottom: 0;
}
.delivery_form_area .delivery_form_box .form_bottom {
    margin-bottom: 15px;
}
.mwform-checkbox-field label, .mwform-radio-field label {
    display: flex;
    align-items: center;
}
.delivery_form_area .delivery_form_box .form_title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    background-color: var(--main-color);
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}
.delivery_form_area .delivery_form_box .form_title span.step {
    font-size: 2rem;
    margin-right: 1em;
}
.delivery_form_area .delivery_form_box .form_step_txt {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 40px;
}
.delivery_form_area .delivery_form_box .delivery_form_item {
    background-color: #F2F2F2;
    /*border: solid 1px #B5B5B5;*/
    border-radius: 10px;
    padding: 50px 150px;
    margin-bottom: 50px;
}
.delivery_form_area .delivery_form_box .delivery_form_item .form_txt,
.delivery_form_area .delivery_form_box .form_box .form_txt {
    font-size: 1.8rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.delivery_form_area .delivery_form_box .delivery_form_item .form_txt_little {
    font-size: 1.4rem;
    text-align: center;
    margin-top: 40px;
}
.delivery_form_area .delivery_form_box .form_box .form_comment {
    margin-top: 5px;
    margin-left: 5px;
}
.delivery_form_area .delivery_form_box .delivery_form_item .form_txt_little a {
    color: #00A7FF;
    text-decoration: underline;
}
.delivery_form_area .delivery_form_box .delivery_form_item .form_txt_little a:hover {
    color: #00A7FF;
}
.delivery_form_area .delivery_form_box .delivery_form_item .delivery_form_item_title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 30px;
}
.delivery_form_area .delivery_form_box .form_txt_bottom {
	color: #EC4B55;
    margin-top: 10px;
}
.delivery_form_area .delivery_form_box .morelink2 {
    border: dotted 1px #B5B5B5;
    border-radius: 5px;
    padding: 30px;
    text-align: center;
    margin-bottom: 50px;
    cursor: pointer;
}
.delivery_form_area .delivery_form_box .morelink2 p {
    width: 46px;
    margin: 0 auto;
}
.delivery_form_area .delivery_form_box .morelink2 span {
    font-size: 1.2rem;
    font-weight: 700;
    color: #B5B5B5;
}
.morelink {
    width:100%;
    max-width: 400px;
    margin: 0 auto;
    font-weight: bold;
    text-align: center;
    background: url(../img/arw_right_white.svg) 93% center no-repeat var(--tag-color);
    background-size: 8px 16px;
    border-radius: 25vw;
    color: #fff;
    display: block;
    font-size: 1.8rem;
    padding: 27px 0px;
}
.delivery_btn {
    max-width: 400px;
    margin: 80px auto 0;
}
.form_area input[type="submit"] {
    width: 100%;
    font-size: 1.8rem;
    font-weight: 700;
    background: url(../img/arw_right_white.svg) 93% center no-repeat var(--tag-color);
    background-size: 8px 16px;
    border-radius: 25vw;
    color: #fff;
    display: block;
    padding: 27px 0px;
    cursor: pointer;
}

/*　ステップバー　*/
.nav-step_delivery {
    position: relative;
    list-style: none;
    padding: 0;
    text-align: center;
    width: 100%;
    height: 70px;
}
.nav-step_delivery .step {
    width: 50%;
    font-size: 2rem;
    font-weight: 700;
    position: relative;
    float: left;
    display: inline-block;
    line-height: 70px;
    padding: 0 40px 0 20px;
    color: #fff;
    background-color: #E3E3E3;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.nav-step_delivery .step.active {
    color: #FFF;
    background-color: var(--tag-color);
}
.nav-step_delivery .step:before,
.nav-step_delivery .step:after {
    position: absolute;
    left: -15px;
    display: block;
    content: '';
    background-color: #E3E3E3;
    border-left: 4px solid #FFF;
    width: 30px;
    height: 35px;
}
.nav-step_delivery .step02:before,
.nav-step_delivery .step02:after {
    background-color: var(--tag-color);
}
.nav-step_delivery .step:before {
    bottom: 0;
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -webkit-transform: skew(-30deg);
    transform: skew(-30deg);
}
.nav-step_delivery .step:after {
    top: 0;
    -moz-transform: skew(30deg);
    -ms-transform: skew(30deg);
    -webkit-transform: skew(30deg);
    transform: skew(30deg);
}
.nav-step_delivery .step_f:before,
.nav-step_delivery .step_f:after {
    content: none;
}

/*　規約　*/
.rule {
    margin: 1.5em 5px 0;
}
.rule > p {
    font-size: 1.4rem;
    margin-bottom: 20px;
}
.kiyaku {
    border: 1px solid #e6e6e6;
    padding: 20px;
    margin-bottom: 50px;
}
.kiyaku .in {
    overflow-y: scroll;
    height: 230px;
}
.kiyaku .in p {
    margin-bottom: 20px;
    font-size: 1.2rem;
    line-height: 1.8;
    color: #666;
}

.inquiry-complete {
    text-align: center;
    margin-top: 50px;
}
.inquiry-complete .cms_tit {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 15px;
}
.inquiry-complete .cms_txt {
    font-size: 1.6rem;
    line-height: 1.5;
}
.inquiry-complete .more_btn {
    margin-top: 50px;
}

.form_caution_txt {
	margin-top: 10px;
}

.form_check_txt_box {
	margin-top: 40px;
}
.form_check_txt_box .form_check_title {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 1em;
}
.form_check_txt_box input {
	-webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}
.form_check_txt_box span.mwform-checkbox-field {
	margin-bottom: 1em;
}

@media screen and (max-width: 900px) {
    .delivery_form_area .delivery_form_box .delivery_form_item {
        padding: 30px;
        margin-bottom: 30px;
    }
    .delivery_form_area .delivery_form_box .delivery_form_boxcontainer {
        padding: 30px;
    }
    .inquiry-complete .cms_tit {
        font-size: 1.8rem;
    }
    .inquiry-complete .cms_txt {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 600px) {
/*　ステップバー　*/
    .nav-step_delivery {
        height: 50px;
    }
    .nav-step_delivery .step {
        line-height: 50px;
        font-size: 1.5rem;
    }
    .nav-step_delivery .step:before,
    .nav-step_delivery .step:after {
        width: 20px;
        height: 25px;
    }

    .delivery_form_area .delivery_form_box .form_title {
        margin-bottom: 40px;
        font-size: 1.8rem;
    }
    .delivery_form_area .delivery_form_box .form_title span.step {
        font-size: 1.5rem;
    }
    .delivery_form_area .delivery_form_box .delivery_form_item .delivery_form_item_title {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }
    .delivery_form_area .delivery_form_box .morelink2 {
        padding: 20px;
    }
    .delivery_form_area .delivery_form_box {
        margin-bottom: 40px;
    }
    .delivery_form_area .delivery_form_box .form_step_txt {
        font-size: 1.4rem;
    }
    .delivery_form_area .delivery_form_box .delivery_form_item .form_txt,
    .delivery_form_area .delivery_form_box .form_box .form_txt {
        font-size: 1.4rem;
    }
    .inquiry-complete {
        margin-top: 30px;
    }
    .inquiry-complete .cms_tit {
        font-size: 1.5rem;
    }
    .inquiry-complete .cms_txt {
        font-size: 1.2rem;
    }
    .inquiry-complete .more_btn {
        margin-top: 30px;
    }
    .delivery_btn {
        margin-top: 30px;
    }
    .morelink {
        font-size: 1.5rem;
        padding: 16px 0px;
        margin: 0 auto;
        width: 90%;
        font-weight: bold;
    }
    .form_area input[type="submit"] {
        font-size: 1.5rem;
        padding: 16px 0px;
        margin: 0 auto;
        width: 90%;
        font-weight: bold;
    }
	.form_check_txt_box .form_check_title {
		font-size: 1.4rem;
	}
}