@charset "UTF-8";
/* ----------------------------------------------------------------------- 

	style 各ページスタイル

----------------------------------------------------------------------- */
/* common Setting */
.returning {
  font-size: 16px;
}
@media screen and (max-width: 800px) {
  .returning {
    margin-top: 100px;
    font-size: 14px;
  }
}

.returning h2 {
  font-size: 26px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .returning h2 {
    font-size: 19px;
  }
}

.returning .txtStyle01 {
  font-size: 21px;
  text-align: center;
  padding-top: 10px;
}
@media screen and (max-width: 800px) {
  .returning .txtStyle01 {
    font-size: 16px;
  }
}

/* ----------------------------------------------------------------------- 
	返品・交換トップ
----------------------------------------------------------------------- */
/* secReturningTitle */
#secReturningTitle .contentIn {
  padding: 120px 150px 60px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #secReturningTitle .contentIn {
    padding: 0 3% 30px;
  }
}
#secReturningTitle h1 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
}
@media screen and (max-width: 800px) {
  #secReturningTitle h1 {
    font-size: 24px;
  }
}

/* secReturningNote */
#secReturningNote .contentIn {
  width: 800px;
  padding: 80px;
  border-radius: 20px;
  border: 4px solid #CCC;
}
@media screen and (max-width: 800px) {
  #secReturningNote .contentIn {
    width: 90%;
    padding: 40px 8%;
    margin: auto;
  }
}
#secReturningNote h2 {
  padding-bottom: 10px;
  border-bottom: 2px solid #CCC;
}
#secReturningNote .txtShippingFee {
  text-align: center;
  margin: 10px auto 40px;
}
#secReturningNote .noteTxt {
  margin-top: 10px;
}
#secReturningNote ul {
  margin-top: 20px;
}
#secReturningNote ul li {
  list-style-type: disc;
  margin-bottom: 5px;
}

/* secReturningFlow */
#secReturningFlow .contentIn {
  width: 900px;
  padding: 80px 80px 0;
}
@media screen and (max-width: 800px) {
  #secReturningFlow .contentIn {
    width: 100%;
    padding: 40px 5% 0;
  }
}
#secReturningFlow ul {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#secReturningFlow ul li {
  width: 40%;
  font-size: 13px;
  text-align: center;
  margin: 20px 1.5%;
}
@media screen and (max-width: 800px) {
  #secReturningFlow ul li.spFlow01 {
    width: 80%;
    margin: 10px 10%;
  }
}
@media screen and (max-width: 800px) {
  #secReturningFlow ul li.spFlow02 {
    width: 46%;
    margin: 10px 1%;
  }
}
#secReturningFlow ul li .stepTxt {
  font-size: 18px;
}
@media screen and (max-width: 800px) {
  #secReturningFlow ul li .stepTxt {
    font-size: 16px;
  }
}
#secReturningFlow ul li .imgWrap {
  width: 100%;
  position: relative;
}
#secReturningFlow ul li .imgWrap .vArrow {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 0;
}
@media screen and (max-width: 800px) {
  #secReturningFlow ul li .imgWrap .vArrow {
    display: none;
  }
}
#secReturningFlow ul li .flowType {
  background-color: #000000;
  color: #FFFFFF;
  padding: 3px 10px;
}
#secReturningFlow ul li .hArrow {
  font-size: 20px;
}

/* secReturningLink */
#secReturningLink .contentIn {
  width: 800px;
  padding: 80px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #secReturningLink .contentIn {
    width: 100%;
    padding: 40px 5%;
  }
}
#secReturningLink ul {
  border-top: 2px solid #CCC;
}
#secReturningLink ul li {
  padding: 15px;
  border-bottom: 2px solid #CCC;
}
#secReturningLink ul li a {
  color: #439ab5;
  font-size: 19px;
}
@media screen and (max-width: 800px) {
  #secReturningLink ul li a {
    font-size: 17px;
  }
}
#secReturningLink ul li p {
  margin-top: 10px;
  font-size: 14px;
}
@media screen and (max-width: 800px) {
  #secReturningLink ul li p {
    font-size: 13px;
  }
}
#secReturningLink .txtStyle02 {
  padding-top: 40px;
}

/* ----------------------------------------------------------------------- 
	フォーム
----------------------------------------------------------------------- */
#secReturningFormTitle .contentIn {
  padding: 150px 150px 60px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #secReturningFormTitle .contentIn {
    padding: 0 3% 30px;
  }
}
#secReturningFormTitle h1 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  #secReturningFormTitle h1 {
    font-size: 21px;
  }
}
#secReturningFormTitle h1 span {
  background-color: #000000;
  color: #FFFFFF;
  padding: 10px 60px;
  border-radius: 10px;
}

#secReturningForm .contentIn {
  width: 800px;
  padding: 80px;
  text-align: center;
  border-top: 2px solid #CCC;
}
@media screen and (max-width: 800px) {
  #secReturningForm .contentIn {
    width: 100%;
    padding: 40px 5%;
  }
}
#secReturningForm ul li {
  text-align: left;
  margin-bottom: 40px;
}
#secReturningForm ul li .formTextStyle01 {
  font-size: 18px;
  padding-bottom: 5px;
}
#secReturningForm ul li .formTextStyle01 span {
  color: #e66c00;
}
#secReturningForm ul li .formTextStyle02 {
  font-size: 13px;
  padding-top: 5px;
}
