@media screen and (max-width: 900px) {
  .content {
    display: block;
    padding-top: 20px;
  }
}

.login_sec .login_box {
  max-width: 600px;
  margin: 0 auto;
  padding: 30px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .login_sec .login_box {
    padding: 30px 0;
  }
}

@media screen and (max-width: 1275px) {
  .content_sub aside.member_menu {
    max-width: 100%;
    text-align: center;
  }
  .content_sub aside.member_menu h3 {
    display: block;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20px;
    font-weight: normal;
    border-bottom: 0px;
    margin-bottom: 0px;
  }
  .content_sub aside.member_menu h3 span {
    margin: 0 0 0 10px;
    font-size: 80%;
  }
  .content_sub aside.member_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
  }
  .content_sub aside.member_menu ul li {
    width: 25%;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 1275px) and (max-width: 767px) {
  .content_sub aside.member_menu ul li {
    width: 50%;
  }
}

@media screen and (max-width: 1275px) {
  .content_sub aside.member_menu ul li a {
    padding: 0 10px;
  }
  .content_sub aside.member_menu ul li a:after {
    display: none;
  }
}

.content_sub aside.member_menu ul li a.cr {
  font-weight: 800;
}

.his_pro_col {
  border: 1px solid #ddd;
  margin: 0 0 10px;
  border-radius: 10px;
  overflow: hidden;
}

.his_pro_col li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px;
}

.his_pro_col li:nth-child(1) {
  background: #f6f6f6;
}

.his_pro_col li:nth-child(1) p:nth-child(1) {
  width: 150px;
}

.his_pro_col li:nth-child(1) p:nth-child(2) {
  width: 100px;
}

.his_pro_col li:nth-child(1) p:nth-child(3) {
  width: calc(100% - 530px);
}

@media screen and (max-width: 767px) {
  .his_pro_col li:nth-child(1) p:nth-child(3) {
    width: 100%;
    margin: 10px 0 0 0;
  }
}

.his_pro_col li:nth-child(1) p:nth-child(4) {
  width: 250px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .his_pro_col li:nth-child(1) p:nth-child(4) {
    width: 100%;
    margin: 10px 0 0 0;
    text-align: left;
  }
}

.his_pro_col li:nth-child(n + 2) {
  background: #fff;
  margin: 0 0 15px;
}

.his_pro_col li:nth-child(n + 2) p:nth-child(1) {
  width: 100px;
}

.his_pro_col li:nth-child(n + 2) p:nth-child(1) a {
  display: block;
  width: 100%;
  height: 100px;
  background-size: cover;
  background-position: center center;
}

.his_pro_col li:nth-child(n + 2) p:nth-child(2) {
  width: calc(100% - 380px);
}

@media screen and (max-width: 767px) {
  .his_pro_col li:nth-child(n + 2) p:nth-child(2) {
    width: calc(100% - 110px);
  }
}

.his_pro_col li:nth-child(n + 2) p:nth-child(3) {
  width: 250px;
  text-align: right;
}

.his_pro_col li:nth-child(n + 2) p:nth-child(3) span {
  display: block;
  margin: 0 0 15px;
}

@media screen and (max-width: 767px) {
  .his_pro_col li:nth-child(n + 2) p:nth-child(3) span {
    margin: 0 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .his_pro_col li:nth-child(n + 2) p:nth-child(3) {
    width: 100%;
    margin: 10px 0 0 0;
    text-align: center;
  }
}

.his_pro_col li:last-child {
  margin: 0 0 0 0;
}

.his_pro_col .z_btn {
  border: 1px solid #ccc;
  cursor: pointer;
  background: #eee;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  text-align: center;
  padding: 10px 20px;
  line-height: 1.4;
  display: block;
  max-width: 300px;
  margin: 0 auto;
}

.his_pro_col .z_btn:hover {
  background: #ddd;
}

.coupon_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #eee;
}

@media screen and (max-width: 767px) {
  .coupon_col {
    display: block;
  }
}

.coupon_col li:nth-child(1) {
  width: 200px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .coupon_col li:nth-child(1) {
    width: 100%;
    margin: 0 0 10px;
  }
}

.coupon_col li:nth-child(2) {
  width: calc(100% - 220px);
}

@media screen and (max-width: 767px) {
  .coupon_col li:nth-child(2) {
    width: 100%;
  }
}

.coupon_col li:nth-child(2) dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.coupon_col li:nth-child(2) dl dt {
  width: 100px;
}

.coupon_col li:nth-child(2) dl dd {
  width: calc(100% - 120px);
}

.mem_box {
  max-width: 800px;
  margin: 0 auto;
}

.his_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.his_col li {
  width: 48%;
}

.his_col li a {
  display: block;
  background: #eee;
  padding: 10px;
  font-size: 14px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.his_col li a:hover {
  background: #ddd;
}

.his_col li a.cr {
  background: #ddd;
}

h4.order_num {
  font-size: 16px;
}

.ttl {
  font-size: 14px;
}

.o_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 10px;
}

.o_detail dt {
  width: 90px;
  border-right: 1px solid #ddd;
  margin: 0 10px 0 0;
  padding: 5px 0;
}

@media screen and (max-width: 767px) {
  .o_detail dt {
    width: 100%;
    padding: 0 0 5px;
    margin: 0 0 5px;
    border-right: 0;
    border-bottom: 1px solid #ddd;
  }
}

.o_detail dd {
  width: calc(100% - 100px);
  padding: 5px 0;
}

@media screen and (max-width: 767px) {
  .o_detail dd {
    width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 10px;
  }
}

.his_cart_col {
  border: 1px solid #ddd;
  margin: 0 0 10px;
  border-radius: 10px;
  overflow: hidden;
}

.his_cart_col li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px;
  margin: 0 0 15px;
}

.his_cart_col li p:nth-child(1) {
  width: 100px;
}

.his_cart_col li p:nth-child(1) a {
  display: block;
  width: 100%;
  height: 100px;
  background-size: cover;
  background-position: center center;
}

.his_cart_col li p:nth-child(2) {
  width: calc(100% - 380px);
}

@media screen and (max-width: 767px) {
  .his_cart_col li p:nth-child(2) {
    width: calc(100% - 110px);
  }
}

.his_cart_col li p:nth-child(3) {
  width: 250px;
  text-align: right;
}

.his_cart_col li p:nth-child(3) span {
  display: block;
  margin: 0 0 15px;
}

@media screen and (max-width: 767px) {
  .his_cart_col li p:nth-child(3) span {
    margin: 0 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .his_cart_col li p:nth-child(3) {
    width: 100%;
    margin: 10px 0 0 0;
    text-align: center;
  }
}

.his_cart_col li:last-child {
  margin: 0 0 0 0;
}
/*# sourceMappingURL=member.css.map */