@charset "utf-8";
.contant_box {
  margin-top: 90px;
}
.sidebar {
  margin-top: 17px;
}
/*==============================================
*	main
==============================================*/
.breadcrumbs {
  color: #5b9715;
  font-size: 14px;
}
.recondition_subtitle {
  color: #515151;
  font-size: 3vw;
  line-height: 4vw;
  font-weight: 700;
  text-align: center;
}
/*==============================================
*	recondition_box
==============================================*/
.recondition_box {
  font-family: 'Noto Sans JP', sans-serif;
  margin-top: 2.08333vw;
}
.recondition_title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  margin: 1.66667vw 0;
}
.recondition_title_img1 {
  width: 22.5vw;
}
.recondition_title_txt {
  color: #000000;
  font-size: 2.5vw;
  font-weight: 500;
}
.recondition_title_img2 {
  padding: 0.66667vw;
}
.recondition_detail {
  margin-top: 7.5vw;
}
.chatch_title {
  width: 100%;
  color: #515151;
  font-size: 3vw;
  line-height: 4vw;
  font-weight: 700;
  text-align: center;
  margin: 3.33333vw 0;
}
.chatch_list {
  width: 100%;
  border-radius: 10px;
  background-color: #f1deb0;
  padding: 1.66667vw 2.5vw;
}
.chatch_list li {
  font-family: 'Kozuka Gothic Pr6N';
  color: #515151;
  font-size: 1.83333vw;
  line-height: 2.5vw;
  padding: 0.83333vw 0.41667vw 0.83333vw 4.16667vw;
  background-image: url("../img/list_ic001.png");
  background-repeat: no-repeat;
  background-position: 0 0.41667vw;
}
.chatch_txt {
  color: #515151;
  font-size: 1.5vw;
  line-height: 2.5vw;
  margin: 3.75vw;
}
.available {
  border-bottom: 6px solid #ffc000;
}
.available_table {
  width: 58.33333vw;
  margin: 3.33333vw 2.91667vw 2.5vw;
  border-top: 1px solid #d1d1d1;
}
.available_table td {
  border-bottom: 1px solid #d1d1d1;
  padding: 0.83333vw 1.66667vw;
}
.available_price {
  width: 180px;
  border-left: 1px solid #d1d1d1;
}
.comprise {
  padding-top: 2.5vw;
}
.comprise_img {
  margin: 3.75vw 7.5vw;
}
.question_box {
  padding: 0 2.91667vw;
}
.question_txt {
  font-family: 'Kosugi Maru', sans-serif;
  color: #000000;
  font-size: 2vw;
  margin-bottom: 0.41667vw;
}
.question_wrapper {
  margin: 1.66667vw 0;
}
.question_title {
  font-family: 'Kosugi Maru', sans-serif;
  color: #5b9715;
  font-size: 1.83333vw;
  line-height: 2.5vw;
  padding: 0.83333vw 0.41667vw 0.83333vw 4.16667vw;
  background-image: url("../img/question.png");
  background-repeat: no-repeat;
  background-position: 0 0.41667vw;
}
.question_answer {
  font-family: 'Kosugi Maru', sans-serif;
  color: #000000;
  font-size: 1.5vw;
  line-height: 2.5vw;
  padding: 0.83333vw 0.41667vw 0.83333vw 4.16667vw;
  background-image: url("../img/answer.png");
  background-repeat: no-repeat;
  background-position: 0 0.41667vw;
}
/*-----------------
	取扱商品一覧
-----------------*/
.flow_title {
  font-family: 'Kosugi', sans-serif;
  color: #333333;
  font-size: 2vw;
  text-align: center;
  margin-top: 2.5vw;
}
.step_list_box {
  list-style: none;
  display: flex;
  justify-content: space-around;
}
.step_list_box li {
  width: 13.33333vw;
  height: 5.08333vw;
  background-color: #82bb3f;
  border-radius: 60px;
  position: relative;
  text-align: center;
  color: #ffffff;
  line-height: 5.08333vw;
  margin: 1.66667vw 0;
}
.step_list_box li::after {
  content: url("../img/yajirushi01.png");
  color: #82bb3f;
  font-size: 2.5vw;
  font-weight: 900;
  position: absolute;
  left: 15.83333vw;
}
.step_list_box li:last-child::after {
  content: '';
}
.steb_sub_box {
  display: flex;
  justify-content: space-around;
  margin-bottom: 4.16667vw;
}
.step_sub {
  width: 13.33333vw;
  text-align: center;
}
.flow_list_box {
  display: flex;
  margin: 1.66667vw 0;
}
.flow_list {
  font-family: 'Kosugi', sans-serif;
  color: #ff6600;
  font-size: 2vw;
  font-weight: 400;
  line-height: 3.33333vw;
  background-image: url("../img/list.png");
  background-repeat: no-repeat;
  padding: 0 0 0 4.16667vw;
}
.flow_list2 {
  font-family: 'Kosugi', sans-serif;
  color: #000000;
  font-size: 1.5vw;
  font-weight: 700;
  line-height: 3.33333vw;
  margin-left: 2.5vw;
}
.flow_list3 {
  color: #333333;
  font-size: 1.5vw;
  line-height: 2.5vw;
  border-radius: 10px;
  background-color: #ffcc99;
  padding: 0.83333vw 2.5vw;
}
.otoiawase {
  width: 64.66667vw;
  height: 13.91667vw;
  border-radius: 10px;
  background-color: #ffa200;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.otoiawase_tel {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: #57950e;
  font-size: 5vw;
  font-weight: 500;
  text-align: center;
  margin: 4.16667vw 0 1.66667vw;
}
.otoiawase_tel::before {
  content: url(../img/tel_b.png);
}
.otoiawase_time {
  width: 55vw;
  height: 5.25vw;
  font-family: 'Kosugi', sans-serif;
  color: #333333;
  font-size: 2vw;
  font-weight: 400;
  line-height: 5.25vw;
  background-color: #ffffff;
  text-align: center;
  border: 3px solid #ffa200;
  border-radius: 60px;
  margin: 0 auto 4.16667vw;
}
.otoiawase_btn {
  width: 289px;
  height: 55px;
  color: #ffffff;
  border: 1px solid #ffffff;
  font-size: 18px;
  line-height: 55px;
  text-align: center;
  margin: auto;
}
.otoiawase_txt {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
/*==============================================
*	sidebar
==============================================*/
.repair_box {
  margin-top: 17px;
}
/****************************************

          レスポンシブ

*****************************************/
/*-----------------
	pc
-----------------*/
/* 1200px以上の画面サイズ */
@media screen and (min-width: 1200px) {
  /* main */
  .breadcrumbs {
    font-size: 14px;
  }
  .recondition_subtitle {
    font-size: 36px;
    line-height: 48px;
  }
  /* recondition_box */
  .recondition_box {
    margin-top: 25px;
  }
  .recondition_title {
    width: 100%;
    margin: 20px 0;
  }
  .recondition_title_img1 {
    width: 270px;
    padding: 20px;
  }
  .recondition_title_txt {
    font-size: 30px;
  }
  .recondition_title_img2 {
    width: 256px;
    padding: 8px;
  }
  .recondition_detail {
    margin-top: 90px;
  }
  .chatch_title {
    width: 100%;
    font-size: 36px;
    line-height: 48px;
    margin: 40px 0;
  }
  .chatch_list {
    width: 100%;
    padding: 20px 30px;
  }
  .chatch_list li {
    font-size: 22px;
    line-height: 30px;
    padding: 10px 5px 10px 50px;
    background-position: 0 5px;
  }
  .chatch_txt {
    font-size: 18px;
    line-height: 30px;
    margin: 45px;
  }
  .available_table {
    width: 700px;
    margin: 40px 35px 30px;
  }
  .available_table td {
    padding: 10px 20px;
  }
  .comprise {
    padding-top: 30px;
  }
  .comprise_img {
    margin: 45px 90px;
  }
  .question_box {
    padding: 0 35px;
  }
  .question_txt {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .question_wrapper {
    margin: 20px 0;
  }
  .question_title {
    font-size: 22px;
    line-height: 30px;
    padding: 10px 5px 10px 50px;
    background-position: 0 5px;
  }
  .question_answer {
    font-size: 18px;
    line-height: 30px;
    padding: 10px 5px 10px 50px;
    background-position: 0 5px;
  }
  /*-----------------
	取扱商品一覧
-----------------*/
  .flow_title {
    font-size: 24px;
    margin-top: 30px;
  }
  .step_list_box li {
    width: 160px;
    height: 61px;
    line-height: 61px;
    margin: 20px 0;
  }
  .step_list_box li::after {
    font-size: 30px;
    left: 190px;
  }
  .steb_sub_box {
    margin-bottom: 50px;
  }
  .flow_list_box {
    margin: 20px 0;
  }
  .flow_list {
    font-size: 24px;
    line-height: 40px;
    padding: 0 0 0 50px;
  }
  .flow_list2 {
    font-size: 18px;
    line-height: 40px;
    margin-left: 30px;
  }
  .flow_list3 {
    font-size: 18px;
    line-height: 30px;
    padding: 10px 30px;
  }
  .otoiawase {
    width: 776px;
    height: 167px;
    border-radius: 10px;
  }
  .otoiawase_tel {
    font-size: 60px;
    margin: 50px 0 20px;
  }
  .otoiawase_time {
    width: 660px;
    height: 63px;
    font-size: 24px;
    font-weight: 400;
    line-height: 63px;
    border: 3px solid #ffa200;
    margin: 0 auto 50px;
  }
}
/* 769px以上の画面サイズ */
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .contant_box {
    padding: 10px;
  }
  .callaction_box {
    padding: 10px;
  }
  .recondition_title_img1 img {
    width: 22.5vw;
    height: auto;
    padding: 1.66667vw;
  }
  .recondition_title_img2 img {
    width: 21.33333vw;
    height: auto;
    padding: 0.66667vw;
    object-fit: contain;
  }
  .comprise_img img {
    width: 49.66667vw;
    height: auto;
    margin: auto;
  }
  .otoiawase img {
    width: 34.66667vw;
    height: auto;
    margin: 0.83333vw;
  }
  .chatch_list li {
    background-size: 3vw 2.91667vw;
  }
  .question_title {
    background-size: 3.33333vw 3.33333vw;
  }
  .question_answer {
    background-size: 3.33333vw 3.33333vw;
  }
  .flow_list {
    background-size: 2.83333vw 2.83333vw;
  }
}
/*-----------------
	tablet
-----------------*/
/* 641px～768pxの画面サイズ */
@media screen and (min-width: 641px) and (max-width: 768px) {
  .contant_box {
    padding: 10px;
  }
  .callaction_box {
    padding: 10px;
  }
  /* main */
  .breadcrumbs {
    font-size: 14px;
  }
  .recondition_subtitle {
    font-size: 36px;
    line-height: 48px;
  }
  /* recondition_box */
  .recondition_box {
    margin-top: 25px;
  }
  .recondition_title {
    width: 100%;
    margin: 20px 0;
  }
  .recondition_title_img1 {
    width: 270px;
    padding: 20px;
  }
  .recondition_title_txt {
    font-size: 30px;
  }
  .recondition_title_img2 {
    width: 256px;
    padding: 8px;
  }
  .recondition_detail {
    margin-top: 90px;
  }
  .chatch_title {
    width: 100%;
    font-size: 36px;
    line-height: 48px;
    margin: 40px 0;
  }
  .chatch_list {
    width: 100%;
    padding: 20px 30px;
  }
  .chatch_list li {
    font-size: 20px;
    line-height: 30px;
    padding: 10px 5px 10px 50px;
    background-position: 0 5px;
  }
  .chatch_txt {
    font-size: 18px;
    line-height: 30px;
    margin: 45px;
  }
  .available_table {
    width: 700px;
    margin: 40px auto 30px;
  }
  .available_table td {
    padding: 10px 20px;
  }
  .comprise {
    padding-top: 30px;
  }
  .comprise_img {
    width: 586px;
    margin: 45px auto;
  }
  .question_box {
    padding: 0 35px;
  }
  .question_txt {
    font-size: 24px;
	  margin-top: 20px;
    margin-bottom: 5px;
  }
  .question_wrapper {
    margin: 20px 0;
  }
  .question_title {
    font-size: 22px;
    line-height: 30px;
    padding: 10px 5px 10px 50px;
    background-position: 0 5px;
  }
  .question_answer {
    font-size: 18px;
    line-height: 30px;
    padding: 10px 5px 10px 50px;
    background-position: 0 5px;
  }
  /*-----------------
	取扱商品一覧
-----------------*/
  .flow_title {
    font-size: 24px;
    margin-top: 30px;
  }
  .step_list_box li {
    width: 160px;
    height: 61px;
    line-height: 61px;
    margin: 20px 0;
  }
  .step_list_box li::after {
    font-size: 30px;
    left: 190px;
  }
  .steb_sub_box {
    margin-bottom: 50px;
  }
  .flow_list_box {
    margin: 20px 0;
  }
  .flow_list {
    font-size: 24px;
    line-height: 40px;
    padding: 0 0 0 50px;
  }
  .flow_list2 {
    font-size: 18px;
    line-height: 40px;
    margin-left: 30px;
  }
  .flow_list3 {
    font-size: 16px;
    line-height: 30px;
    padding: 10px 30px;
  }
  .otoiawase {
    width: 100%;
    height: 167px;
    border-radius: 10px;
  }
	.otoiawase img {
	width: 350px;
    height: auto;
    padding: 0 10px;
    background: #ffffff;
    border-radius: 5px;
	}
  .otoiawase_tel {
    font-size: 60px;
    margin: 50px 0 20px;
  }
  .otoiawase_time {
    width: 660px;
    height: 63px;
    font-size: 24px;
    font-weight: 400;
    line-height: 63px;
    border: 3px solid #ffa200;
    margin: 0 auto 50px;
  }
	.repair_box {
    margin-top: 0;
}
}
/*-----------------
 smartphone
-----------------*/
/* 641px以下の画面サイズ */
@media screen and (max-width: 641px) {
  .contant_box {
    padding: 10px;
  }
  .callaction_box {
    padding: 10px;
  }
  /* main */
  .breadcrumbs {
    font-size: 14px;
  }
  .recondition_subtitle {
    font-size: 30px;
    line-height: 48px;
  }
  /* recondition_box */
  .recondition_box {
    margin-top: 25px;
  }
  .recondition_title {
    width: 100%;
    flex-direction: column;
    margin: 20px 0;
  }
  .recondition_title_img1 {
    width: 270px;
    padding: 20px;
  }
  .recondition_title_txt {
    font-size: 24px;
    margin-bottom: 30px;
    background: #65a01f;
    width: 100%;
    padding: 20px;
    text-align: center;
    color: white;
    font-family: 'Kosugi Maru', sans-serif;
    letter-spacing: 0.2em;
  }
  .recondition_title_img2 {
    width: 256px;
    padding: 8px;
  }
  .recondition_detail {
    margin-top: 90px;
  }
  .chatch_title {
    width: 100%;
    font-size: 24px;
    line-height: 48px;
    margin: 40px 0;
  }
  .chatch_list {
    width: 100%;
    padding: 20px 30px;
  }
  .chatch_list li {
    font-size: 18px;
    line-height: 30px;
    padding: 10px 5px 10px 50px;
    background-position: 0 5px;
  }
  .chatch_txt {
    font-size: 18px;
    line-height: 30px;
    margin: 25px;
  }
  .available_table {
    width: 100%;
	  border:none;
    margin: 40px auto 30px;
  }
  .available_table td {
	  border:none;
	  width:100%;
    display: block;
    padding: 10px 20px;
  }
  .available_name {
    background-color: antiquewhite;
  }
  .comprise {
    padding-top: 30px;
  }
  .comprise_img {
    width: 100%;
    margin: 45px auto;
  }
  .comprise_img img {
    width: 100%;
    height: auto;
    margin: 45px auto;
  }
  .question_box {
    padding: 0 10px;
  }
  .question_txt {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .question_wrapper {
    margin: 20px 0;
  }
  .question_title {
    font-size: 22px;
    line-height: 30px;
    padding: 10px 5px 10px 50px;
    background-position: 0 5px;
  }
  .question_answer {
    font-size: 18px;
    line-height: 30px;
    padding: 10px 5px 10px 50px;
    background-position: 0 5px;
  }
  /*-----------------
	取扱商品一覧
-----------------*/
  .flow_list_box {
    margin: 20px 0;
  }
  .flow_list {
    font-size: 24px;
    line-height: 35px;
	      padding: 0 0 0 40px;
  }
  .step_list_box {
    display: none;
  }
  .steb_sub_box {
    display: none;
  }
  .flow_list2 {
    font-size: 3.6vw;
    font-weight: 700;
    line-height: 35px;
    margin-left: 30px;
  }
  .flow_list3 {
    font-size: 3.6vw;
    line-height: 30px;
    border-radius: 10px;
    padding: 10px 30px;
  }
  .otoiawase {
    width: 100%;
    height: auto;
    flex-direction: column;
    padding: 10px;
  }
  .otoiawase img {
    width: 100%;
    height: auto;
    object-fit: contain;
    padding: 0 10px;
    margin: 10px 10px 20px;
    background: #ffffff;
    border-radius: 5px;
  }
  .otoiawase_tel {
    font-size: 10vw;
    margin: 50px 0 20px;
  }
  .otoiawase_time {
    width: 100%;
    height: auto;
    font-size: 3.6vw;
    font-weight: 400;
    line-height: 63px;
    border-radius: 60px;
    margin: 0 auto 50px;
  }
  .otoiawase_btn {
    width: 57.8vw;
    height: 11vw;
    font-size: 3.6vw;
    line-height: 11vw;
  }
  .otoiawase_txt {
    font-size: 3.6vw;
    line-height: 11vw;
  }
}