/* マイページ用CSS */
@charset "UTF-8";

/*
=======================================================
 Common
=======================================================
*/

.ec-mypageRole {
  padding: 0;
}

.mypageTop .page_heading_title h1 {
  width: 100%;
  text-align: center;
}

.mypage .ec-pagerRole {
  margin: 100px 0 50px 0;
}

.mypage_container {
  background: #f6f5ec;
  padding: 70px 0 180px 0;
}

/*
=======================================================
 Order - Login
=======================================================
*/

.mypage_login_container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  padding-top: 80px;
  padding-bottom: 170px;
  text-align: center;
  color: #535353;
}

.mypage_login_container h2 {
  font-size: 34px;
  font-weight: 500;
  color: #066733;
  margin-bottom: 20px;
}

.ec-welcomeMsg {
  padding: 60px 0 80px 0;
  margin: 0;
  border: none;
}

.ec-welcomeMsg p {
  padding: 0 20px;
  font-size: 18px;
  font-weight: 500;
  color: #502923;
}

.ec-welcomeMsg p span {
  display: inline-block;
  margin: 0 1em;
}

.ec-welcomeMsg p span.customer_company {
  margin-right: 0;
}

.ec-navlistRole {
  border-bottom: 7px solid #502923;
}

.ec-navlistRole .ec-navlistRole__navlist {
  border: none;
  margin-bottom: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ec-navlistRole .ec-navlistRole__item {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 77px;
  background: #3cb428;
  margin: 0 5px;
  width: 267px;
  border-radius: 9px 9px 0 0;
  transition: opacity .3s ease;
  cursor: pointer;
}

.ec-navlistRole .ec-navlistRole__item.active {
  background: #502923;
}

.ec-navlistRole .ec-navlistRole__item:hover {
  opacity: .8;
}

.ec-navlistRole .ec-navlistRole__item a:hover {
  background: inherit;
  border-radius: inherit;
}

.ec-navlistRole .ec-navlistRole__item a {
  width: 100%;
  height: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ec-navlistRole .ec-navlistRole__item span {
  display: block;
  width: 100%;
  color: #fff;
  font-weight: 500;
  font-size: 21px;
  text-align: center;
  letter-spacing: .06em;
  text-align: center;
}

.mypageRole__header {
  margin: 0;
  background: #6e4934;
  color: #fff;
  padding: 29px 0 30px 0;
}

/*
=======================================================
 History
=======================================================
*/


.historyHeader {
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
}

.historyHeader p {
  font-weight: 18px;
  font-weight: 700;
  line-height: 1;
}

.historyHeader p span {
  font-family: 'Inter', sans-serif;
  font-size: 31px;
  display: inline-block;
  margin-right: 5px;
}

.historyHeader.orderHistory p span {
  font-size: 26px;
  margin-left: 5px;
}

.ec-historyRole .ec-historyRole__contents {
  display: block;
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
  border: none;
}

.orderType_switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-box-pack: start;
  justify-content: flex-start;
  border-bottom: 7px solid #066733;
}

.orderType_switch a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #3cb428;
  margin: 0 7px 0 0;
  height: 55px;
  width: 198px;
  border-radius: 9px 9px 0 0;
  transition: opacity .3s ease;
  cursor: pointer;
}

.orderType_switch .active a {
  background: #006733;
}

.orderType_switch .active a:hover {
  opacity: 1;
}

.orderType_switch div span {
  font-weight: 700;
  font-size: 17px;
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
}

.orderType_container {
  background: #fff;
  border-color: #066733;
  padding: 70px 80px;
}

.orderTable {
  width: 100%;
  text-align: left;
}

.orderTable tr {
  border-bottom: 1px solid #e7e7e7;
}

.orderTable tr.clickable {
  cursor: pointer;
  transition: opacity .3s ease;
}

.orderTable tr.clickable:hover {
  opacity: .7;
}

.orderTable th {
  border-bottom: 1px solid #333;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 8px;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  width: 40%;
}

.orderTable th:last-child {
  width: 15.1%;
}

.ec-historyRole__contents .orderType_switch .orderTable th {
  width: auto;
}

.orderTable td {
  vertical-align: top;
  color: #666;
}

.regular-order td {
  padding-top: 35px;
}

.pre-order td {
  padding: 20px 0;
  font-size: 13px;
}

.pre-order td:first-child {
  width: 24.25%;
}

.pre-order td:nth-child(2) {
  padding-right: 50px;
}

.pre-order td:nth-child(3) {
  width: 14.9%;
}

.pre-order td:nth-child(4) {
  width: 18%;
}

.pre-order td:nth-child(5) {
  width: 10.6%;
}

.pre-order td a {
  color: #666;
}

.preorder_link {
  cursor: pointer;
}

.ec-historyRole .ec-historyRole__header {
  width: 22.2%;
  color: #aeaeae;
  padding-bottom: 35px;
}

.ec-historyListHeader .ec-historyListHeader__date {
  font-size: 12px;
  margin-bottom: 15px;
}

.ec-historyListHeader .ec-historyListHeader__date span {
  display: block;
  font-family: 'Inter', sans-serif;
  color: #502923;
  font-size: 17px;
  font-weight: 500;
}

.ec-definitions dt {
  font-size: 14px;
  font-weight: 500;
  margin-right: 10px;
}

.ec-definitions dd {
  font-size: 15px;
  font-weight: 700;
  color: #8e8d8d;
}

.ec-historyListHeader .ec-historyListHeader__action {
  margin: 19px 0 0 0;
}

.ec-historyListHeader .ec-historyListHeader__action a {
  display: inline-block;
  font-size: 14px;
  padding: 10px 16px;
  color: #fff;
  font-weight: 700;
  background: #006733;
  border-radius: 3px;
}

.ec-historyRole .ec-historyRole__detail {
  width: 100%;
  border-top: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 35px;
}

.ec-historyRole .ec-historyRole__detailImage {
  width: 16.9%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.ec-historyRole .item_image {
  box-shadow: none;
  border: 1px solid #f2f2f2;
}

.ec-historyRole .ec-historyRole__detail .ec-historyRole__detailTitle {
  font-size: 15px;
  font-weight: 500;
  color: #502923;
  margin: 0;
  line-height: 1.6;
  padding-left: 20px;
  padding-right: 40px;
}

.ec-historyRole .ec-historyRole__detail .ec-historyRole__detailPrice {
  width: 19.3%;
  font-size: 14px;
  font-weight: 500;
  color: #aeaeae;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.ec-historyRole .ec-historyRole__detail .ec-historyRole__detailPrice span {
  display: inline-block;
  font-size: 15px;
  color: #8e8d8d;
  font-weight: 700;
  margin-left: 10px;
}

/*
=======================================================
 History Detail
=======================================================
*/

.btn_back a {
  display: inline-block;
  background: #ddd;
  padding: 0 17px;
  width: 16.6%;
  text-align: center;
  border-radius: 4px;
}

.btn_back a span {
  display: block;
  padding: 18px 0;
  font-size: 14px;
  color: #888;
  line-height: 1;
  position: relative;
}

.btn_back a span::before {
  content: '\f053';
  font-family: "FontAwesome";
  font-size: 14px;
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-45%);
}

.historyHeader {
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.historyHeader .historyHeader_heading {
  font-size: 18px;
  color: #fff;
  margin-right: 40px;
}

.historyHeader .historyHeader_content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.historyHeader .ec-definitions:not(:last-of-type) {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #8e6a56;
}

.historyHeader .ec-definitions dt {
  color: #b0998c;
  font-size: 16px;
}

.historyHeader .ec-definitions dd {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.ec-historyRole .order_container {
  background: #fff;
  padding: 50px;
  border-top: 7px solid #066733;
  margin-top: 70px;
  margin-bottom: 70px;
}

.ec-historyRole .ec-orderRole__detail {
  width: 65%;
  max-width: 660px;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ec-historyRole .order_container .ec-cartRow__contentColumn {
  width: 18.8%;
}

.ec-historyRole .ec-cartRow__name {
  font-size: 15px;
  color: #502923;
}

.ec-historyRole .order_container .ec-cartRow__amountColumn {
  width: 19.7%;
}

.ec-historyRole .ec-cartRow__amount span {
  color: #666;
}

.ec-orderRole__detail>div {
  width: 100%;
}

.ec-historyRole .ec-orderPayment,
.ec-historyRole .ec-orderPaymentDate {
  width: 40.3%;
}

.ec-historyRole .ec-orderRole__summary {
  width: 30%;
}

.ec-orderRole__detail .ec-orderMails {
  margin-bottom: 0;
}

.ec-orderMail {
  font-size: 14px;
  border: none;
  margin-bottom: 0;
}

.ec-orderMail li {
  margin-bottom: 1em;
}

.ec-orderMail .ec-orderMail__time {
  color: #8e8d8d;
  margin-bottom: 0;
}

.ec-orderMail .ec-orderMail__link a {
  color: #066733;
}

.orderSheet h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 100px;
}

.orderSheet .orderTable td {
  padding: 16px 0;
}

/*
=======================================================
 Favorite
=======================================================
*/

.favoriteHeader {
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.favoriteHeader p {
  font-weight: 18px;
  font-weight: 700;
  line-height: 1;
}

.favoriteHeader p span {
  font-family: 'Inter', sans-serif;
  font-size: 31px;
  display: inline-block;
  margin-right: 5px;
}

.ec-favoriteRole__detail {
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
}

.favorite_container {
  background: #fff;
  padding: 70px 80px;
  border-top: 7px solid #066733;
}

.ec-favoriteRole .ec-favoriteRole__itemList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ec-favoriteRole .ec-favoriteRole__item {
  width: 46.9%;
  margin-top: 70px;
  margin-bottom: 0;
  padding: 0;
}

.ec-favoriteRole .ec-favoriteRole__item:nth-child(-n+2) {
  margin-top: 0;
}

.ec-favoriteRole .item_detail_container {
  margin-bottom: 0;
}

.ec-favoriteRole .item_detail_left {
  width: 31.8%;
  margin-right: 30px;
}

.ec-favoriteRole .item_image {
  box-shadow: none;
  border: 1px solid #f2f2f2;
}

.ec-favoriteRole .item_image {
  box-shadow: none;
  border: 1px solid #f2f2f2;
  max-width: 140px;
}

.ec-favoriteRole .item_image a {
  display: block;
}

.ec-favoriteRole .item_name {
  padding: 0;
  font-size: 17px;
  line-height: 1.5;
}

.ec-favoriteRole .price {
  font-family: 'Noto Sans JP', sans-serif;
  text-align: left;
  color: #8f8f8f;
  font-size: 18px;
  font-weight: 500;
  margin: 6px 0;
}

.ec-favoriteRole .deduct {
  text-align: left;
  font-size: 15px;
}

.btn_delete {
  text-align: right;
  margin-top: 15px;
}

.btn_delete a {
  display: inline-block;
  border: 1px solid #bbb;
  border-radius: 3px;
  padding: 0 8px;
}

.btn_delete a span {
  color: #666;
  display: block;
  background: url(../img/icon_delete.svg) left center no-repeat;
  padding: 9px 0 10px 15px;
  line-height: 1;
  font-size: 12px;
  font-weight: 700;
}


/*
=======================================================
 Edit Account
=======================================================
*/

.ec-editRole__contents {
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
}

.ec-editRole .formTable {
  margin-bottom: 40px;
}

.ec-editRole .formTable th::after {
  content: none;
}

p.attention {
  font-size: 14px;
  font-weight: 500;
  background: #f4f4f4;
  color: #666;
  text-align: center;
  padding: 35px 15px;
  margin-bottom: 70px;
}

.ec-editCompleteRole .form_container {
  padding-bottom: 100px;
}

.ec-editCompleteRole .ec-reportHeading {
  margin-bottom: 60px;
}

.ec-editCompleteRole .ec-reportDescription {
  color: #333;
}

.ec-editCompleteRole .btn_top_back a.btn_common {
  width: 27.13%;
  padding: 22px 0;
}

/*
=======================================================
 Firefox
=======================================================
*/

@-moz-document url-prefix() {}


/*
=======================================================
 IE
=======================================================
*/
@media all and (-ms-high-contrast:none) {

  .orderTable th:last-child {
    width: 141px;
  }

  #page_mypage .ec-historyRole .item_image {
    width: 96px;
  }

  .ec-historyRole .ec-historyRole__detail .ec-historyRole__detailTitle {
    max-width: 467px;
  }

}


/* add210824 */
.ec-login__input.lastItem {
  margin-bottom: 0;
}

.btnWrap {
  padding-top: 20px;
}

.form-check-label_Box {
  text-align: center;
  margin-bottom: 1.5em;
  margin-top: 40px;
}

.form-check-label_Box a {
  color: #FF5C00;
  text-decoration: underline;
}
