main .edit_contents {
  width: 960px;
  margin: 44px auto;
  padding: 60px 40px;
  background-color: #fff;
  text-align: center;
}
main .edit_contents h2 {
  position: relative;
  font-size: 50px;
  color: #919191;
}
main .edit_contents h3 {
  font-size: 20px;
  margin: 40px 0;
  color: #a2a2a2;
}
main .edit_contents .my-page_head {
  display: flex;
  width: 810px;
  margin: 0 auto;
}
main .edit_contents .my-page_head h4 {
  font-size: 20px;
  color: #000;
  width: 270px;
  text-align: center;
  margin-bottom: 56px;
}
main .edit_contents .my-page_head h4::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 24px;
  background-color: #d1d1d1;
}
main .edit_contents h5 {
  font-size: 20px;
  margin: 130px auto 150px;
}
main .edit_contents .back-send_buttons {
  margin-bottom: 0;
}

.member_info .my-page_head h4:first-child::after {
  background-color: #000;
}
.member_info .item {
  width: 680px;
  margin: 0 auto 30px;
  text-align: left;
  display: flex;
}
.member_info .item .flex_layout {
  display: flex;
  justify-content: space-between;
  width: 420px;
}
.member_info .item .flex_layout input {
  width: 46%;
}
.member_info .item .flex_layout.trisection input {
  width: 32%;
}
.member_info .item label {
  width: 260px;
  font-size: 20px;
  display: block;
}
.member_info .item input {
  width: 420px;
  height: 44px;
  font-size: 15px;
  color: #909090;
  border: solid 2px #919191;
  border-radius: 10px;
  padding: 0 30px;
}
.member_info .item.radio_item {
  flex-direction: column;
}
.member_info .item .radio_layout {
  display: flex;
  align-items: center;
  margin-left: 210px;
}
.member_info .item .radio_label {
  margin-left: 20px;
}
.member_info .item .radio_button {
  position: relative;
  width: 42px;
  height: 42px;
  margin: 0 0 0 40px;
  border: 1px solid #494949;
  border-radius: 50%;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.member_info .item .radio_button:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #494949;
}
.member_info .item .radio_button:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 24px;
  height: 16px;
  border-bottom: 8px solid #fff;
  border-left: 8px solid #fff;
}

.member_info_complete .my-page_head h4:first-child::after {
  background-color: #000;
}
.member_info_complete .transparent_button {
  margin: 0 auto;
}

.order_history .my-page_head h4:nth-child(2)::after {
  background-color: #000;
}
.order_history .flex_layout {
  width: 720px;
  margin: 0 auto;
  padding: 10px 0;
  border-bottom: solid 1px #919191;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.order_history .flex_layout .flex_image {
  width: 130px;
  height: 156px;
}
.order_history .flex_layout .flex_image img {
  width: 100%;
}
.order_history .flex_layout .flex_text {
  text-align: left;
  width: 240px;
}
.order_history .flex_layout .flex_text li {
  margin: 20px 0;
  font-size: 20px;
}
.order_history .flex_layout .flex_text li a {
  text-decoration: underline;
}
.order_history p {
  font-size: 30px;
  margin: 30px auto 50px;
}
.order_history .transparent_button {
  margin: 0 auto;
}

.order_history_empty .my-page_head h4:nth-child(2)::after {
  background-color: #000;
}
.order_history_empty .transparent_button {
  margin: 0 auto;
}

.shipping_info .my-page_head h4:last-child::after {
  background-color: #000;
}
.shipping_info .content_inner {
  width: 690px;
  margin: 0 auto;
}
.shipping_info .content_inner .common_label {
  font-size: 16px;
  display: flex;
  align-items: center;
  margin: 40px 0 20px;
}
.shipping_info .content_inner .common_label span {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 20px;
  margin: 0 10px;
  background-color: #8d8c8c;
  color: #fff;
}
.shipping_info .content_inner .common_input {
  display: block;
  height: 74px;
  width: 90%;
  border: solid 3px #e2e2e2;
  border-radius: 5px;
  margin: 0 auto;
}
.shipping_info .content_inner .flex_layout {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
}
.shipping_info .content_inner .flex_layout .common_input {
  width: 304px;
  margin: 0;
}
.shipping_info .content_inner .flex_layout.trisection .common_input {
  width: 204px;
}
.shipping_info .content_inner .flex_layout .black_button {
  height: 74px;
  margin: 0;
  width: 304px;
}
.shipping_info .content_inner .flex_layout .black_button::before {
  display: none;
}
.shipping_info .content_inner .flex_layout.select_input div {
  position: relative;
}
.shipping_info .content_inner .flex_layout.select_input div::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  width: 14px;
  height: 14px;
  border-bottom: solid 4px #000;
  border-right: solid 4px #000;
}
.shipping_info .content_inner .flex_layout.select_input .common_input {
  margin-left: 0;
}
.shipping_info .content_inner .flex_layout.select_input option {
  text-align: center;
}

.shipping_info_complete .my-page_head h4:last-child::after {
  background-color: #000;
}
.shipping_info_complete .transparent_button {
  margin: 0 auto;
}

.cart h2::after {
  content: "";
  background-image: url(../common/img/cart_gray_icon.png);
  position: absolute;
  top: 50%;
  right: 300px;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  background-size: cover;
}
.cart .cart_layout .main_contents ul {
  display: flex;
  justify-content: space-evenly;
  border-bottom: solid 1px #494949;
  padding-bottom: 10px;
  font-size: 20px;
}
.cart .cart_layout .main_contents ul li:nth-child(1) {
  width: 240px;
}
.cart .cart_layout .main_contents ul li:nth-child(1) img {
  width: 210px;
  height: 230px;
}
.cart .cart_layout .main_contents ul li:nth-child(3), .cart .cart_layout .main_contents ul li:nth-child(4), .cart .cart_layout .main_contents ul li:nth-child(5), .cart .cart_layout .main_contents ul li:nth-child(6) {
  width: 150px;
}
.cart .cart_layout .main_contents .contents_item {
  margin: 20px 0 0;
}
.cart .cart_layout .main_contents .contents_item ul {
  align-items: center;
  padding-bottom: 80px;
  border-bottom: none;
}
.cart .cart_layout .main_contents .contents_item ul li:first-child {
  position: relative;
}
.cart .cart_layout .main_contents .contents_item ul:last-child {
  border-bottom: solid 1px #494949;
}
.cart .cart_layout .main_contents .contents_item h4 {
  position: absolute;
  text-align: left;
  left: 10px;
  bottom: -50px;
  font-size: 25px;
}
.cart .cart_layout .main_contents .contents_item li:nth-of-type(4) {
  position: relative;
}
.cart .cart_layout .main_contents .contents_item li:nth-of-type(4) select {
  width: 60%;
  height: 30px;
  border: solid 1px #494949;
}
.cart .cart_layout .main_contents .contents_item li:nth-of-type(4)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border-bottom: solid 4px #878787;
  border-right: solid 4px #878787;
}
.cart .cart_layout .contents_footer {
  display: flex;
  justify-content: space-between;
}
.cart .cart_layout .contents_footer .left_content {
  width: 380px;
}
.cart .cart_layout .contents_footer .left_content .buttons {
  margin-top: 30px;
}
.cart .cart_layout .contents_footer .left_content .buttons button {
  position: relative;
  width: 240px;
  height: 50px;
  font-size: 15px;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 16px;
}
.cart .cart_layout .contents_footer .left_content .buttons button::before {
  content: "";
  background-image: url(../common/img/cart_white_icon.png);
  width: 27px;
  height: 27px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  background-size: cover;
}
.cart .cart_layout .contents_footer .left_content .buttons button::after {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(-45deg);
  border-bottom: solid 4px #fff;
  border-right: solid 4px #fff;
}
.cart .cart_layout .contents_footer .left_content .buttons button.green_button {
  background-color: #a1d936;
}
.cart .cart_layout .contents_footer .left_content .buttons button.pink_button {
  background-color: #e6a6ba;
}
.cart .cart_layout .contents_footer .left_content p {
  font-size: 10px;
  text-align: left;
  margin: 0 0 10px 30px;
}
.cart .cart_layout .contents_footer .left_content p:nth-child(3) {
  margin-bottom: 30px;
}
.cart .cart_layout .contents_footer .left_content a {
  font-size: 15px;
  text-decoration: underline;
  position: relative;
}
.cart .cart_layout .contents_footer .left_content a::after {
  content: "";
  background-image: url(../common/img/track_icon.png);
  width: 30px;
  height: 23px;
  position: absolute;
  top: 50%;
  right: -34px;
  transform: translateY(-50%);
  background-size: cover;
}
.cart .cart_layout .contents_footer .right_content {
  width: 480px;
}
.cart .cart_layout .contents_footer .right_content dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 54px;
}
.cart .cart_layout .contents_footer .right_content dl dt, .cart .cart_layout .contents_footer .right_content dl dd {
  width: 40%;
  text-align: left;
  font-weight: 400;
  margin-bottom: 20px;
}
.cart .cart_layout .contents_footer .right_content dl:first-child {
  border-bottom: solid 1px #494949;
}

.postage .edit_contents {
  text-align: left;
}
.postage .edit_contents h2 {
  font-size: 25px;
}
.postage .edit_contents h3 {
  font-size: 20px;
}
.postage .edit_contents h3 span {
  color: #ff0000;
}
.postage .edit_contents table {
  width: 780px;
  margin: 60px auto 0;
}
.postage .edit_contents table tr th, .postage .edit_contents table tr td {
  height: 60px;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  border-bottom: solid 2px #919191;
  border-right: solid 2px #919191;
}
.postage .edit_contents table thead th {
  border-top: solid 2px #919191;
  border-left: solid 2px #919191;
}
.postage .edit_contents table tbody th, .postage .edit_contents table tbody td {
  width: 50%;
}
.postage .edit_contents table tbody th {
  border-left: solid 2px #919191;
}
.postage .edit_contents p {
  font-size: 15px;
  color: #919191;
  width: -moz-fit-content;
  width: fit-content;
  margin: 60px auto 0;
}

.cart_empty h2::after {
  content: "";
  background-image: url(../common/img/cart_gray_icon.png);
  position: absolute;
  top: 50%;
  right: 300px;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  background-size: cover;
}
.cart_empty h4 {
  font-size: 25px;
  margin: 100px auto;
}

.thanks .edit_contents h2 {
  font-size: 30px;
  color: #7d7d7d;
  margin-bottom: 80px;
}
.thanks .edit_contents p {
  font-size: 23px;
  margin-bottom: 60px;
}
.thanks .edit_contents p:first-of-type {
  margin-bottom: 30px;
}
.thanks .edit_contents p:last-of-type {
  margin-bottom: 100px;
}
.thanks .edit_contents .transparent_button {
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  main .edit_contents {
    width: 310px;
    margin: 30px auto;
    min-height: 724px;
    padding: 40px 0;
  }
  main .edit_contents h2 {
    font-size: 24px;
  }
  main .edit_contents h3 {
    font-size: 13px;
    margin: 20px 0;
  }
  main .edit_contents .my-page_head {
    width: 270px;
  }
  main .edit_contents .my-page_head h4 {
    font-size: 13px;
    width: 90px;
    margin-bottom: 20px;
  }
  main .edit_contents .my-page_head h4::after {
    margin-top: 4px;
  }
  main .edit_contents h5 {
    font-size: 12px;
    margin: 80px auto 100px;
  }
  main .edit_contents .back-send_buttons {
    margin-bottom: 0;
  }
  .member_info .item {
    width: 80%;
    margin: 0 auto 30px;
    flex-direction: column;
  }
  .member_info .item .flex_layout {
    width: 100%;
  }
  .member_info .item label {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 12px;
  }
  .member_info .item input {
    width: 100%;
    height: 26px;
    font-size: 12px;
    border: solid 1px #919191;
    border-radius: 5px;
    padding-left: 20px;
  }
  .member_info .item .radio_layout {
    margin-left: 20px;
  }
  .member_info .item .radio_button {
    width: 22px;
    height: 22px;
    margin: 0 0 8px 10px;
  }
  .member_info .item .radio_button:checked::before {
    width: 22px;
    height: 22px;
  }
  .member_info .item .radio_button:checked::after {
    width: 12px;
    height: 8px;
    border-bottom: 4px solid #fff;
    border-left: 4px solid #fff;
  }
  .member_info .item .radio_label {
    font-size: 10px;
    margin-left: 10px;
  }
  .order_history .flex_layout {
    width: 260px;
    padding: 10px 0;
  }
  .order_history .flex_layout .flex_image {
    width: 80px;
    height: 97px;
  }
  .order_history .flex_layout .flex_text {
    width: 150px;
  }
  .order_history .flex_layout .flex_text li {
    margin: 4px 0;
    font-size: 13px;
  }
  .order_history p {
    font-size: 13px;
    margin: 30px auto 30px;
  }
  .shipping_info .content_inner {
    width: 270px;
  }
  .shipping_info .content_inner .common_label {
    font-size: 12px;
    margin: 20px 0 10px;
  }
  .shipping_info .content_inner .common_label span {
    font-size: 10px;
    width: 30px;
    height: 14px;
    margin: 0 10px;
  }
  .shipping_info .content_inner .common_input {
    height: 36px;
    border: solid 2px #e2e2e2;
  }
  .shipping_info .content_inner .common_label {
    margin: 20px 0 10px;
  }
  .shipping_info .content_inner .flex_layout .common_input {
    width: 110px;
  }
  .shipping_info .content_inner .flex_layout.trisection .common_input {
    width: 110px;
  }
  .shipping_info .content_inner .flex_layout .black_button {
    height: 36px;
    width: 120px;
  }
  .shipping_info .content_inner .flex_layout.select_input div::after {
    right: 10px;
    width: 6px;
    height: 6px;
    border-bottom: solid 2px #000;
    border-right: solid 2px #000;
  }
  .cart h2::after {
    right: 84px;
    width: 26px;
    height: 26px;
  }
  .cart .cart_layout .main_contents > ul {
    display: none;
  }
  .cart .cart_layout .main_contents .contents_item {
    margin: 50px 0 0;
  }
  .cart .cart_layout .main_contents .contents_item ul {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    width: 290px;
    margin: 0 auto;
    height: 160px;
    padding-bottom: 20px;
  }
  .cart .cart_layout .main_contents .contents_item ul li:first-child {
    width: 50%;
  }
  .cart .cart_layout .main_contents .contents_item ul li:first-child img {
    width: 130px;
    height: 140px;
  }
  .cart .cart_layout .main_contents .contents_item ul li:nth-child(2), .cart .cart_layout .main_contents .contents_item ul li:nth-child(3), .cart .cart_layout .main_contents .contents_item ul li:nth-child(4), .cart .cart_layout .main_contents .contents_item ul li:nth-child(5) {
    text-align: left;
    width: 150px;
  }
  .cart .cart_layout .main_contents .contents_item h4 {
    left: 148px;
    top: 20px;
    font-size: 14px;
    white-space: nowrap;
  }
  .cart .cart_layout .main_contents .contents_item li:nth-of-type(4) select {
    font-size: 12px;
    text-align: center;
    width: 40%;
    height: 22px;
  }
  .cart .cart_layout .main_contents .contents_item li:nth-of-type(4)::after {
    right: 95px;
    width: 8px;
    height: 8px;
    border-bottom: solid 2px #878787;
    border-right: solid 2px #878787;
  }
  .cart .cart_layout .main_contents .contents_item li:nth-child(2) {
    font-size: 11px;
    margin-top: 42px;
  }
  .cart .cart_layout .main_contents .contents_item li:nth-child(3) {
    font-size: 14px;
    padding-left: 16px;
  }
  .cart .cart_layout .main_contents .contents_item li:nth-child(5) {
    position: absolute;
    bottom: 34px;
    right: 18px;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .cart .cart_layout .main_contents .contents_item li:nth-child(5) img {
    width: 18px;
    height: 21px;
  }
  .cart .cart_layout .main_contents .contents_item li:nth-child(6) {
    display: none;
  }
  .cart .cart_layout .contents_footer {
    position: relative;
    margin: 0 10px;
  }
  .cart .cart_layout .contents_footer .left_content {
    width: 140px;
  }
  .cart .cart_layout .contents_footer .left_content .buttons {
    margin-top: 30px;
  }
  .cart .cart_layout .contents_footer .left_content .buttons button {
    width: 140px;
    height: 30px;
    font-size: 12px;
    margin-bottom: 16px;
  }
  .cart .cart_layout .contents_footer .left_content .buttons button::before {
    width: 14px;
    height: 14px;
    left: 6px;
  }
  .cart .cart_layout .contents_footer .left_content .buttons button::after {
    width: 8px;
    height: 8px;
    right: 10px;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
  }
  .cart .cart_layout .contents_footer .left_content .footer_texts {
    position: absolute;
    top: 140px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    text-align: center;
    letter-spacing: 0;
  }
  .cart .cart_layout .contents_footer .left_content p {
    text-align: center;
    margin: 0;
  }
  .cart .cart_layout .contents_footer .left_content p:nth-of-type(2) {
    margin-bottom: 14px;
  }
  .cart .cart_layout .contents_footer .left_content a {
    font-size: 12px;
  }
  .cart .cart_layout .contents_footer .left_content a::after {
    width: 15px;
    height: 12px;
    right: -20px;
  }
  .cart .cart_layout .contents_footer .right_content {
    width: 140px;
    font-size: 11px;
  }
  .cart .cart_layout .contents_footer .right_content dl {
    margin-top: 16px;
  }
  .cart .cart_layout .contents_footer .right_content dl dt, .cart .cart_layout .contents_footer .right_content dl dd {
    width: 44%;
    margin-bottom: 10px;
  }
  .postage .edit_contents {
    text-align: center;
  }
  .postage .edit_contents h2 {
    font-size: 20px;
  }
  .postage .edit_contents h3 {
    font-size: 12px;
  }
  .postage .edit_contents table {
    width: 280px;
    margin: 20px auto 0;
  }
  .postage .edit_contents table tr th, .postage .edit_contents table tr td {
    height: 40px;
    font-size: 12px;
    border-bottom: solid 1px #919191;
    border-right: solid 1px #919191;
  }
  .postage .edit_contents table thead th {
    height: 30px;
    border-top: solid 1px #919191;
    border-left: solid 1px #919191;
  }
  .postage .edit_contents table tbody th {
    border-left: solid 1px #919191;
  }
  .postage .edit_contents p {
    font-size: 11px;
    margin: 20px auto 0;
  }
  .cart_empty h2::after {
    right: 84px;
    width: 26px;
    height: 26px;
  }
  .cart_empty h4 {
    font-size: 12px;
    margin: 100px auto;
  }
}/*# sourceMappingURL=my_page.css.map */