body {
  font-family: 'メイリオ', 'Meiryo', sans-serif !important;
}

.koukan-content>ul.accordion-area>li>section>p>b {
  display: block;
  margin: 0 auto;
  flex-grow: 3;
  text-align: left;
  padding: 0 0 0 15px;
}

@media screen and (max-width:480px) {
  .koukan-content>ul.accordion-area>li>section>p>b {
    padding: 0 0 0 32px;
  }
}


.koukan-content>ul.accordion-area>li>section>p.title:after {
  position: absolute;
  right: 10px;
}

.koukan-content>ul.accordion-area>li>section>p.title:before {
  position: absolute;
  left: 10px;
}

.exchange-procedure-title {
  font-size: 21px;
  padding: 15px 0;
  font-weight: 600;
}

.accordion-area p.title.bold2 {
  padding-top: 9px;
}

.reason_for_exchange_form,
.method_of_exchange_txt_purchase {
  margin: 0px 0 0;
}

#step-content {
  height: auto;
  padding: 10px 0 20px 0;
  width: 100%;
}

#step-image {
  width: 100%;
  height: auto;
  max-width: 385px;
}

.bold {
  font-weight: bold;
  padding: 0.5em 0.5em;
  color: #494949;
  background: transparent;
  border-left: solid 5px #000000;
  margin: 0 0 10px;
  display: block;
}

.bold2 {
  font-weight: bold;
}

a:link {
  color: #0070BD;
}

a:visited {
  color: #0070BD;
}

#method_of_exchange_txt_purchase,
#ans-bproduct,
#ans-deliverymistake,
#exchange_place_store_form,
#EC_payment_shop,
#EC_payment_EC {
  background: #f4f4f4;
  padding: 0.5em;
}

.accordion-area {
  list-style: none;
  width: 96%;
  max-width: 900px;
  margin: 0 auto;
}

.accordion-area li {
  margin: 10px 0;
}

.accordion-area section {
  border: 1px solid #ccc;
}

.title {
  position: relative;
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
  padding: 3%;
  transition: all .5s ease;
  cursor: pointer;
  display: flex;
  position: relative;
  line-height: 24px;
  padding-top: 12px;
  padding-bottom: 11px;
}

.title::before {
  background: url(../img/icon-exclamation.png) 0/cover no-repeat;
}

.title:before {
  display: flex;
  justify-content: center;
  content: "";
  margin-right: 8px;
  transition: .2s;
  width: 24px;
  height: 24px;
}

.title::after {
  align-items: center;
  display: flex;
  justify-content: center;
  content: "";
  background: url(../img/icon-plus.svg) 0/cover no-repeat;
  margin-left: auto;
  transition: .2s;
  width: 24px;
  height: 24px;

}

.title.close::after {
  background: url(../img/icon-close.svg) 0/cover no-repeat;
}

.box {
  display: none;
  background: #f3f3f3;
  margin: 0 3% 3% 3%;
  padding: 0 3%;
}

.btn-square-pop {
  position: relative;
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #FFF;
  background: #7d7d7d;
  border-bottom: solid 2px #666666;
  border-radius: 4px;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
}

.btn-square-pop:active {
  border-bottom: solid 2px #111111;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

a.btn-square-pop:link {
  color: #FFF;
}

a.btn-square-pop:visited {
  color: #FFF;
}

.box1 {
  position: relative;
  margin: 1.5em 0;
  padding: 1em 1em;
  border: solid 1px #ccc;
  border-radius: 8px;
}

.box1 .box-title {
  position: absolute;
  display: inline-block;
  top: -8px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 16px;
  background: #f4f4f4;
  color: #ccc;
  font-weight: bold;
}

.box1 p {
  margin: 0;
  padding: 0;
}

input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 20px;
  vertical-align: -0.8rem;
  transition: all .15s ease-out 0s;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin: .1rem;
  outline: none;
  border-radius: 10%;
}

input[type=radio]:checked:before {
  transform: scale(1);
}

input[type=radio] {
  border-radius: 50%;
}

input[type=radio]:checked:before {
  transform: scale(1);
}

input[type=radio]:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 3px;
  transform: scale();
  transition: all ease-out 250ms;
}

input[type=radio] {
  border: 2px solid #ddd;
  position: relative;
  bottom: 4px;
}

input[type=radio]:checked:before {
  background: #000000;
}

select {
  background-image: url(../img/angle-down-solid.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: right 10px center;
  padding-right: 32px;
}