@charset "UTF-8";

/*------------------------------------------------------------content*/
.list_flow {
  margin-top: 20px;
}
.list_flow > li {
  position: relative;
  counter-increment: cnt;
  margin-bottom: 30px;
  padding-left: 30px;
}
.list_flow > li::before {
  position: absolute;
  left: 0;
  content: "0"counter(cnt);
  display: inline-block;
  width: 30px;
  line-height: 1.3;
  font-size: 18px;
  font-weight: 500;
  color: #94243a;
  transform: rotate(0.04deg);
}
.list_flow > li h4 {
  margin-left: -30px;
  margin-bottom: 10px;
  padding-left: 30px;
  padding-bottom: 10px;
  line-height: 1.3;
  font-size: 18px;
}
.list_flow > li h4::after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  transform: rotate(-0.04deg);
  background: #94243a;
}

.list_flow > li p {
  line-height: 1.6;
}
.list_flow > li .list_kome {
  margin-top: 10px;
}
.list_flow li dl dt {
  margin-bottom: 8px;
  line-height: 1.3;
  font-weight: 500;
  color: #94243a;
  transform: rotate(0.04deg);
}
.list_flow li dl dd {
  margin-bottom: 15px;
  line-height: 1.6;
  transform: rotate(0.04deg);
}

@media print, screen and (min-width:768px) {
.list_flow {
  margin-top: 20px;
}
.list_flow > li {
  position: relative;
  counter-increment: cnt;
  margin-bottom: 40px;
  padding-left: 50px;
}
.list_flow > li::before {
  position: absolute;
  left: 0;
  content: "0"counter(cnt);
  display: inline-block;
  width: 50px;
  line-height: 1.3;
  font-size: 22px;
  font-weight: 500;
  color: #94243a;
  transform: rotate(0.04deg);
}
.list_flow > li h4 {
  margin-left: -50px;
  margin-bottom: 15px;
  padding-left: 50px;
  padding-bottom: 10px;
  line-height: 1.3;
  font-size: 22px;
}

.list_flow li dl dt {
  font-size: 18px;
}
.list_flow li dl dd {
  margin-bottom: 20px;
}
}

.tx_box h5 {
  margin-bottom: 10px;
  line-height: 1.3;
  font-size: 17px;
  font-weight: 500;
}
@media print, screen and (min-width:768px) {
.tx_box h5 {
  font-size: 18px;
}
}

.tx_box figure {
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px;
  background: #fff;
}
.tx_box figure img {
  width: auto;
  max-width: 100%;
  height: auto;
}

#company_profile table {
  border-collapse: collapse;
  border: 1px solid #CCCCCC;
  width: 100%;
  transform: rotate(0.04deg);
}
#company_profile table th {
  display: block;
  padding: 0 10px;
  background-color: #F7E4DD;
}
#company_profile table td {
  display: block;
  padding: 0 10px;
}

.sheet_fee {
  max-width: 800px;
  margin: 20px auto 0;
  border-collapse: collapse;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  width: 100%;
  background: #fff;
  transform: rotate(0.04deg);
}
.sheet_fee th, .sheet_fee td {
  padding: 10px;
  line-height: 1.5;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
.sheet_fee th {
  background-color: #F7E4DD;
}
.sheet_fee tr:first-child th {
  text-align: center;
}
.sheet_fee tr td {
  text-align: right;
}

@media print, screen and (min-width:768px) {
  #shipping_fee .content_bg02, #cod .content_bg03 {
    text-align: center;
  }
}


