@charset "UTF-8";
/* _setting CSS */
/* #
------------------------------------------------------------------------- */
/* min-width:751px | 751px ~
------------------------------------------------------------------------- */
@media screen and (min-width: 751px) {
  #contents #breadcrumb {
    margin: 0 auto;
  }
  #contents .page_hd {
    height: 0;
    margin: 40px auto 95px;
    padding: 29px 0 0;
    overflow: hidden;
    background: url(../images/mypage/index/hd.jpg) no-repeat center bottom;
  }
  #contents .mypage_link {
    display: flex;
    margin: 0 0 70px;
  }
  #contents .mypage_link li {
    width: 25%;
    box-sizing: border-box;
    border: 1px solid #b6a89d;
    border-right: none;
  }
  #contents .mypage_link li:last-child {
    border-right: 1px solid #b6a89d;
  }
  #contents .mypage_link li a {
    display: block;
    line-height: 53px;
    color: #584940;
    font-size: 1.4rem;
    text-align: center;
    text-decoration: none;
  }
  #contents .mypage_link li a:before {
    content: '＞';
    position: relative;
    top: -2px;
    margin: 0 5px 0 0;
    color: #ca4829;
    font-size: 1rem;
  }
  #contents .mypage_link li a:hover {
    opacity: 0.7;
  }
  #contents .mypage_link li.current a {
    background: #b6a89d;
    color: #fff;
    opacity: 1;
  }
  #contents .mypage_link li.current a:before {
    color: #fff;
  }
  #contents #mypage_index table {
    width: 100%;
    color: #584940;
    font-size: 1.4rem;
  }
  #contents #mypage_index table th,
  #contents #mypage_index table td {
    width: 33.333%;
    padding: 10px;
    border-right: 1px solid #c7c7c7;
    text-align: center;
  }
  #contents #mypage_index table th {
    background: #eee;
    text-align: center;
  }
  #contents #mypage_index table td {
    padding: 18px 10px;
    border-bottom: 1px solid #c7c7c7;
  }
  #contents #mypage_index table tr th:last-child,
  #contents #mypage_index table tr td:last-child {
    border-right: none;
  }
  #contents #mypage_history .cart_btn {
    position: relative;
    margin: 0 0 45px;
    padding: 18px 245px 18px 20px;
    background: #eee;
    font-size: 1.4rem;
  }
  #contents #mypage_history .cart_btn a {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 205px;
    line-height: 40px;
    margin: -20px 0 0;
    background: #c74d29;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }
  #contents #mypage_history .cart_btn a:hover {
    opacity: 0.7;
  }
  #contents #mypage_history .item_table {
    width: 100%;
    margin: 45px 0 80px;
    font-size: 1.3rem;
  }
  #contents #mypage_history .item_table th {
    padding: 10px;
    text-align: center;
    background: #eee;
    border-right: 1px solid #c7c7c7;
  }
  #contents #mypage_history .item_table th:last-child {
    border: none;
  }
  #contents #mypage_history .item_table td {
    width: 110px;
    padding: 10px;
    border-bottom: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
    box-sizing: border-box;
    text-align: right;
    vertical-align: middle;
  }
  #contents #mypage_history .item_table td img {
    width: 68px;
    border: 1px solid #cfcfcf;
    vertical-align: middle;
  }
  #contents #mypage_history .item_table tr td:last-child {
    border-right: none;
  }
  #contents #mypage_history .item_table tr.price_tr td {
    padding: 15px 20px;
  }
  #contents #mypage_history .item_table .code {
    width: 165px;
    text-align: center;
  }
  #contents #mypage_history .item_table .name {
    width: 380px;
  }
  #contents #mypage_history .item_table .name span {
    display: table-cell;
    vertical-align: middle;
  }
  #contents #mypage_history .item_table .name .img {
    width: 68px;
  }
  #contents #mypage_history .item_table .name .text {
    padding: 0 0 0 10px;
    text-align: left;
  }
  #contents #mypage_history .sec_ship .transport_table {
    width: 100%;
    margin: 30px 0;
    color: #584940;
    font-size: 1.4rem;
  }
  #contents #mypage_history .sec_ship .transport_table th,
  #contents #mypage_history .sec_ship .transport_table td {
    width: 33.333%;
    padding: 10px;
    border-right: 1px solid #c7c7c7;
    text-align: center;
    vertical-align: middle;
  }
  #contents #mypage_history .sec_ship .transport_table th {
    background: #eee;
    text-align: center;
  }
  #contents #mypage_history .sec_ship .transport_table td {
    padding: 18px 10px;
    border-bottom: 1px solid #c7c7c7;
  }
  #contents #mypage_history .sec_ship .transport_table tr th:last-child,
  #contents #mypage_history .sec_ship .transport_table tr td:last-child {
    border-right: none;
  }
  #contents #mypage_history .sec_ship .transport_table a {
    display: block;
    width: 165px;
    line-height: 35px;
    margin: 0 auto;
    background: #5a4941;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }
  #contents #mypage_history .sec_ship .transport_table a:hover {
    opacity: 0.7;
  }
  #contents #mypage_history .sec_ship .item_table {
    margin: 0 0 30px;
  }
  #contents #mypage_history .sec_mail table {
    width: 100%;
    margin: 30px 0;
    color: #584940;
    font-size: 1.4rem;
  }
  #contents #mypage_history .sec_mail table th,
  #contents #mypage_history .sec_mail table td {
    padding: 10px;
    border-right: 1px solid #c7c7c7;
    text-align: center;
    vertical-align: middle;
  }
  #contents #mypage_history .sec_mail table th {
    background: #eee;
  }
  #contents #mypage_history .sec_mail table td {
    padding: 18px 10px;
    border-bottom: 1px solid #c7c7c7;
  }
  #contents #mypage_history .sec_mail table tr th:last-child,
  #contents #mypage_history .sec_mail table tr td:last-child {
    width: 660px;
    border-right: none;
  }
  #contents #mypage_history .sec_mail table tr td:last-child {
    text-align: left;
  }
  #contents #mypage_favorite .common_hd02 {
    margin: 0 0 15px;
  }
  #contents #mypage_favorite .top_text {
    margin: 0 0 35px;
    padding: 0 20px;
    color: #584940;
    font-size: 1.4rem;
  }
  #contents #mypage_favorite table {
    width: 100%;
    margin: 0 0 15px;
    border-bottom: 1px solid #a2a2a2;
    font-size: 1.3rem;
  }
  #contents #mypage_favorite table th {
    padding: 10px;
    text-align: center;
    background: #eee;
    border-right: 1px solid #a2a2a2;
  }
  #contents #mypage_favorite table th:last-child {
    border: none;
  }
  #contents #mypage_favorite table td {
    width: 110px;
    padding: 10px 20px;
    border-bottom: 1px solid #a2a2a2;
    border-right: 1px solid #a2a2a2;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
  }
  #contents #mypage_favorite table tr td:last-child {
    border-right: none;
  }
  #contents #mypage_favorite table .img {
    width: 160px;
  }
  #contents #mypage_favorite table .img img {
    border: 1px solid #cfcfcf;
    vertical-align: middle;
  }
  #contents #mypage_favorite table .name {
    width: 570px;
    text-align: left;
  }
  #contents #mypage_favorite table .delete {
    width: 170px;
    text-align: center;
  }
  #contents #mypage_favorite table .delete button {
    width: 100%;
    line-height: 35px;
    border: none;
    background: #584940;
    color: #fff;
    font-size: 1.4rem;
  }
  #contents #mypage_favorite table .delete button:hover {
    opacity: 0.7;
  }
  #contents #mypage_change .top_text {
    margin: -10px 0 55px;
    padding: 0 20px;
    font-size: 1.4rem;
  }
  #contents #mypage_change .common_form_table th {
    width: 270px;
  }
  #contents #mypage_change .common_form_table td {
    width: 750px;
  }
  #contents #mypage_change .form_btn_wrap.btn_1 .btn02 {
    width: 400px;
  }
  #contents #mypage_change .complete_text {
    padding: 55px;
    border: 1px solid #ccc;
    font-size: 1.4rem;
    text-align: center;
  }
  #contents #mypage_change .complete_text a {
    display: block;
    width: 400px;
    line-height: 50px;
    margin: 15px auto 0;
    background: #7d6b5a;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }
  #contents #mypage_change .complete_text a:hover {
    opacity: 0.7;
  }
  #contents #mypage_delivery .top_text {
    margin: -10px 0 15px;
    padding: 0 20px;
    font-size: 1.4rem;
  }
  #contents #mypage_delivery table {
    width: 100%;
    color: #584940;
    font-size: 1.4rem;
  }
  #contents #mypage_delivery table td {
    width: 33.333%;
    padding: 10px;
    border-right: 1px solid #c7c7c7;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
  }
  #contents #mypage_delivery table td {
    padding: 18px 20px;
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
  }
  #contents #mypage_delivery table tr td:last-child {
    border-right: none;
  }
  #contents #mypage_delivery table tr td:nth-child(1) {
    width: 100px;
  }
  #contents #mypage_delivery table tr td:nth-child(2) {
    width: 560px;
    text-align: left;
  }
  #contents #mypage_delivery table tr td:nth-child(3), #contents #mypage_delivery table tr td:nth-child(4) {
    width: 180px;
  }
  #contents #mypage_delivery table tr td:nth-child(3) a, #contents #mypage_delivery table tr td:nth-child(4) a {
    display: block;
    line-height: 40px;
    background: #436e79;
    color: #fff;
    text-decoration: none;
  }
  #contents #mypage_delivery table tr td:nth-child(3) a:hover, #contents #mypage_delivery table tr td:nth-child(4) a:hover {
    opacity: 0.7;
  }
  #contents #mypage_delivery table tr td:nth-child(4) a {
    background: #8f5b52;
  }
  #contents #mypage_delivery .addr_0 {
    font-size: 1.4rem;
  }
  #contents #mypage_refusal .top_text {
    margin: -10px 0 40px;
    padding: 0 20px;
    font-size: 1.4rem;
  }
  #contents #mypage_refusal .refusal_text {
    padding: 55px;
    border: 1px solid #ccc;
    font-size: 1.6rem;
  }
  #contents #mypage_refusal .refusal_text p {
    margin: 0 0 25px;
    text-align: center;
  }
  #contents #mypage_refusal .refusal_text .form_btn_wrap p {
    margin: 0 auto;
  }
  #contents #mypage_refusal .refusal_text .btn_1 p {
    width: 400px;
  }
}
/* ////.min-width:751px | 751px ~
---------------------------------------------------------------------
------------
------------
------------
------------
------------
------------
------------
------------
------------
------------
max-width:750px | ~ 750px
------------------------------------------------------------------------- */
@media screen and (max-width: 750px) {
  #contents .page_hd {
    width: 92%;
    height: 0;
    margin: 60px auto 40px;
    padding: 6.66667% 0 0;
    overflow: hidden;
    background: url(../images/sp/mypage/index/hd.jpg) no-repeat center top;
    background-size: 100% !important;
  }
  #contents .mypage_link {
    margin: 0 0 60px;
    border-top: 1px solid #b6a89d;
  }
  #contents .mypage_link li {
    box-sizing: border-box;
    border-bottom: 1px solid #b6a89d;
  }
  #contents .mypage_link li a {
    display: block;
    line-height: 50px;
    color: #584940;
    font-size: 1.3rem;
    text-align: center;
    text-decoration: none;
  }
  #contents .mypage_link li a:before {
    content: '＞';
    position: relative;
    top: -1px;
    margin: 0 5px 0 0;
    color: #ca4829;
    font-size: 1rem;
  }
  #contents .mypage_link li a:hover {
    opacity: 0.7;
  }
  #contents .mypage_link li.current a {
    background: #b6a89d;
    color: #fff;
    opacity: 1;
  }
  #contents .mypage_link li.current a:before {
    color: #fff;
  }
  #contents #mypage_index table {
    width: 100%;
    color: #584940;
    font-size: 1.3rem;
  }
  #contents #mypage_index table th,
  #contents #mypage_index table td {
    width: 33.333%;
    padding: 10px 5px;
    border-right: 1px solid #c7c7c7;
    text-align: center;
  }
  #contents #mypage_index table th {
    background: #eee;
    text-align: center;
  }
  #contents #mypage_index table td {
    padding: 18px 5px;
    border-bottom: 1px solid #c7c7c7;
  }
  #contents #mypage_index table tr th:last-child,
  #contents #mypage_index table tr td:last-child {
    border-right: none;
  }
  #contents #mypage_history .cart_btn {
    position: relative;
    margin: 0 0 45px;
    padding: 15px 4%;
    background: #eee;
    font-size: 1.4rem;
  }
  #contents #mypage_history .cart_btn a {
    display: block;
    line-height: 40px;
    margin: 10px 0 0;
    background: #c74d29;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }
  #contents #mypage_history .cart_btn a:hover {
    opacity: 0.7;
  }
  #contents #mypage_history .item_table {
    margin: 0 0 30px;
    border-bottom: 1px solid #a2a2a2;
    font-size: 1.3rem;
  }
  #contents #mypage_history .item_table th {
    padding: 10px 5px;
    text-align: center;
    background: #eee;
    border-right: 1px solid #a2a2a2;
  }
  #contents #mypage_history .item_table th:last-child {
    border: none;
  }
  #contents #mypage_history .item_table td {
    padding: 10px 5px;
    border-right: 1px solid #a2a2a2;
    border-bottom: 1px solid #a2a2a2;
    box-sizing: border-box;
    text-align: right;
    vertical-align: middle;
  }
  #contents #mypage_history .item_table td img {
    max-width: 100%;
    border: 1px solid #cfcfcf;
    box-sizing: border-box;
  }
  #contents #mypage_history .item_table tr td:last-child {
    border-right: none;
  }
  #contents #mypage_history .item_table .code {
    width: 14.2029%;
    min-width: 70px;
    text-align: center;
  }
  #contents #mypage_history .item_table .name {
    width: 23.18841%;
    text-align: center;
  }
  #contents #mypage_history .item_table .name .img {
    display: block;
    width: 100%;
  }
  #contents #mypage_history .item_table .name .text {
    padding: 0 0 0 10px;
  }
  #contents #mypage_history .sec_ship .transport_table {
    width: 100%;
    margin: 30px 0;
    color: #584940;
    font-size: 1.4rem;
  }
  #contents #mypage_history .sec_ship .transport_table th,
  #contents #mypage_history .sec_ship .transport_table td {
    width: 33.333%;
    padding: 10px;
    border-right: 1px solid #c7c7c7;
    text-align: center;
    vertical-align: middle;
  }
  #contents #mypage_history .sec_ship .transport_table th {
    background: #eee;
    text-align: center;
  }
  #contents #mypage_history .sec_ship .transport_table td {
    padding: 18px 10px;
    border-bottom: 1px solid #c7c7c7;
  }
  #contents #mypage_history .sec_ship .transport_table tr th:last-child,
  #contents #mypage_history .sec_ship .transport_table tr td:last-child {
    border-right: none;
  }
  #contents #mypage_history .sec_ship .transport_table a {
    display: block;
    width: 120px;
    line-height: 35px;
    margin: 0 auto;
    background: #5a4941;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }
  #contents #mypage_history .sec_ship .transport_table a:hover {
    opacity: 0.7;
  }
  #contents #mypage_history .sec_ship .item_table td {
    width: 20%;
  }
  #contents #mypage_history .sec_ship .item_table .name {
    width: 40%;
  }
  #contents #mypage_history .sec_mail table {
    width: 100%;
    margin: 30px 0;
    color: #584940;
    font-size: 1.4rem;
  }
  #contents #mypage_history .sec_mail table th,
  #contents #mypage_history .sec_mail table td {
    padding: 10px 5px;
    border-right: 1px solid #c7c7c7;
    text-align: center;
    vertical-align: middle;
  }
  #contents #mypage_history .sec_mail table th {
    background: #eee;
    text-align: center;
  }
  #contents #mypage_history .sec_mail table td {
    width: 25%;
    border-bottom: 1px solid #c7c7c7;
  }
  #contents #mypage_history .sec_mail table tr th:last-child,
  #contents #mypage_history .sec_mail table tr td:last-child {
    width: 50%;
    border-right: none;
  }
  #contents #mypage_history .sec_mail table tr td:last-child {
    text-align: left;
  }
  #contents #mypage_favorite .top_text {
    margin: 0 0 15px;
    padding: 0 20px;
    color: #584940;
    font-size: 1.4rem;
  }
  #contents #mypage_favorite table {
    margin: 0 0 15px;
    border-bottom: 1px solid #a2a2a2;
    font-size: 1.3rem;
  }
  #contents #mypage_favorite table th {
    padding: 10px 5px;
    text-align: center;
    background: #eee;
    border-right: 1px solid #a2a2a2;
  }
  #contents #mypage_favorite table th:last-child {
    border: none;
  }
  #contents #mypage_favorite table td {
    padding: 10px 5px;
    border-bottom: 1px solid #a2a2a2;
    border-right: 1px solid #a2a2a2;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
  }
  #contents #mypage_favorite table tr td:last-child {
    border-right: none;
  }
  #contents #mypage_favorite table .img {
    width: 20%;
  }
  #contents #mypage_favorite table .img img {
    border: 1px solid #cfcfcf;
    vertical-align: middle;
  }
  #contents #mypage_favorite table .name {
    width: 45%;
    text-align: left;
  }
  #contents #mypage_favorite table .delete {
    width: 50px;
    text-align: center;
  }
  #contents #mypage_favorite table .delete button {
    width: 50px;
    line-height: 30px;
    border: none;
    background: #584940;
    color: #fff;
    font-size: 1.3rem;
  }
  #contents #mypage_favorite table .delete button:hover {
    opacity: 0.7;
  }
  #contents #mypage_change .top_text {
    margin: 0 0 25px;
    padding: 0 4%;
    font-size: 1.3rem;
  }
  #contents #mypage_change .complete_text {
    padding: 20px 4%;
    border: 1px solid #ccc;
    font-size: 1.4rem;
  }
  #contents #mypage_change .complete_text a {
    display: block;
    line-height: 50px;
    margin: 15px auto 0;
    background: #7d6b5a;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }
  #contents #mypage_delivery .top_text {
    margin: 0 0 10px;
    padding: 0 4%;
    font-size: 1.3rem;
  }
  #contents #mypage_delivery .addr_add_btn {
    margin: 0 0 15px;
  }
  #contents #mypage_delivery table {
    width: 100%;
    color: #584940;
    font-size: 1.3rem;
  }
  #contents #mypage_delivery table td {
    padding: 10px;
    border-right: 1px solid #c7c7c7;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
  }
  #contents #mypage_delivery table td {
    padding: 10px 5px;
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
  }
  #contents #mypage_delivery table tr td:last-child {
    border-right: none;
  }
  #contents #mypage_delivery table tr td:nth-child(1) {
    width: 40px;
  }
  #contents #mypage_delivery table tr td:nth-child(2) {
    width: 140px;
    text-align: left;
  }
  #contents #mypage_delivery table tr td:nth-child(3) a, #contents #mypage_delivery table tr td:nth-child(4) a {
    display: block;
    line-height: 40px;
    background: #436e79;
    color: #fff;
    text-decoration: none;
  }
  #contents #mypage_delivery table tr td:nth-child(3) a:hover, #contents #mypage_delivery table tr td:nth-child(4) a:hover {
    opacity: 0.7;
  }
  #contents #mypage_delivery table tr td:nth-child(4) a {
    background: #8f5b52;
  }
  #contents #mypage_delivery .addr_0 {
    font-size: 1.3rem;
  }
  #contents #mypage_refusal .top_text {
    margin: 0 0 10px;
    padding: 0 4%;
    font-size: 1.3rem;
  }
  #contents #mypage_refusal .refusal_text {
    padding: 20px 4%;
    border: 1px solid #ccc;
    font-size: 1.4rem;
  }
  #contents #mypage_refusal .refusal_text p {
    margin: 0 0 15px;
    text-align: center;
  }
  #contents #mypage_refusal .refusal_text .form_btn_wrap p {
    margin: 0 auto 10px;
  }
  #contents #mypage_refusal .refusal_text .form_btn_wrap p:last-child {
    margin: 0 auto;
  }
}
/* ////.max-width:750px | ~ 750px
------------------------------------------------------------------------- */
