@import url(underarmour_common.css);

.selectBox {
  /*display: inline-block;
  border: 1px solid #d8d8d8;
  background: #fff;*/
  position: relative
}

.selectBox select {
  font-size: 1.6rem;
  padding: 9px 30px 9px 15px;
  min-width: 71px;
  border: 1px solid #e2e2e2;
  cursor: pointer;
  color: #333333;
}

.selectBox::after {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border: 1px solid;
  border-color: transparent #000 #000 transparent;
  pointer-events: none;
}

.button {
  display: inline-block;
  line-height: 1;
  background: #161616;
  color: #fff;
  border-radius: 4px;
  border: 1px solid #161616;
}

.button a {
  color: #fff;
}

.button:hover {
  background: #000;
  border-color: #000
}

.button__label {
  display: block;
  text-align: center
}

.button--block {
  display: block;
  width: 100%;
  max-width: 296px;
  margin: 0 auto
}

.button--link {
  background: none;
  border-color: #161616;
  color: #333;
  border-radius: 4px;
}
.button--link:hover {
  background: none;
  border-color: #000
}

.buttons .button:not(:first-child) {
  margin-top: 20px
}






.block-items, .block-page-header, .block-payment-complete, .block-payment-notice, .block-payment-section__error, .block-payment-section__header, .block-payment-section__content, .section__header, .block-cart-price__order, .block-cart-price__back, .block-cart__list, .block-cart__empty, .block-payment-section__subform, .block-point-cooperate__inner {
  padding-left: 30px;
  padding-right: 30px
}

.block-cart-list {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 40px 0
}

.block-cart-price__order {
  padding-top: 34px;
  padding-bottom: 44px;
  background: #f9f9f9
}

.block-cart-price__order .button {
  margin-top: 15px
}

.block-cart-price__back {
  padding-top: 40px
}

.block-cart-price__gift {
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px
}

.block-cart-price__amazon {
  margin-top: 15px;
}

#AmazonPayButton{
  width: auto;
  max-width: 296px;
  margin: auto;
}


.block-cart-price table {
  width: 100%;
  border-spacing: 0
}

.block-cart-price th, .block-cart-price td {
  padding: 5px 0
}

.block-cart-price th {
  font-weight: normal;
  font-size: 1.4rem;
  text-align: left
}

.block-cart-price th small {
  margin-left: .7rem;
  font-size: 1.2rem
}

.block-cart-price td {
  font-weight: normal;
  text-align: right
}

.block-cart-price tbody tr:last-child th, .block-cart-price tbody tr:last-child td {
  padding-bottom: 20px
}

.block-cart-price tfoot th, .block-cart-price tfoot td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 0
}

.block-cart-price tfoot th {
  font-size: 1.6rem
}

.block-cart-price tfoot th small {
  font-size: 1.2rem;
  font-weight: normal
}

.block-cart-price tfoot td {
  font-weight: bold;
  font-size: 1.7rem
}

.block-cart__empty-text {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 40px
}

.block-cart__empty-text p {
  text-align: center;
  color: #666666;
  font-size: 1.3rem
}

.block-cart__empty-button {
  margin-top: 30px
}


.cart-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.cart-item:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 40px;
  padding-top: 40px
}

.cart-item__image {
  width: 120px;
  margin-right: 25px;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.cart-item__info {
  position: relative;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 1.3rem
}

.cart-item__info-meta {
  overflow: hidden;
  margin-top: 10px
}

.cart-item__brand-meta {
  overflow: hidden;
  margin-bottom: 10px
}

.cart-item__info-meta dt {
  display: none
}

.cart-item__info-meta dt::after {
  content: ':';
  padding: 0 .5em
}

.cart-item__info-meta dd {
  float: left;
  display: inline
}

.cart-item__info-meta dd:not(:first-of-type)::before {
  content: ', '
}

.cart-item__info-id {
  margin-top: 10px;
  color: #a7a7a7
}

.cart-item__info-status {
  color: #a7a7a7
}

.cart-item__info-action {
  margin-top: 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.cart-item__info-delete button, .cart-item__info-delete a {
  opacity: .4;
  transition: all .3s ease
}

.cart-item__info-delete button:hover, .cart-item__info-delete a:hover {
  opacity: .8
}

.cart-item__info-price {
  text-align: right;
  margin-top: 15px
}

.cart-item__info-price small {
  font-weight: normal;
  font-size: 1.2rem;
  margin-left: .5rem
}

.cart-item--confirm:not(:first-child) {
  margin-top: 30px;
  padding-top: 30px
}

.cart-item--confirm .cart-item__image {
  width: 120px
}

.cart-item--confirm .cart-item__info {
  padding-right: 0;
  font-size: 1.3rem
}

.cart-item--confirm .cart-item__info-meta dt {
  display: inline;
  float: left;
  clear: left
}

.cart-item--confirm .cart-item__info-meta dd {
  float: left
}

.cart-item--confirm .cart-item__info-meta dd:not(:first-of-type)::before {
  display: none
}

.cart-item--confirm .cart-item__info-price {
  margin-top: 10px;
  font-size: 1.3rem;
  text-align: left
}

.cart-item--confirm .cart-item__info-price small {
  font-size: 1.2rem
}
.no-item {
  font-size: 1.1em; font-weight: bold; color: #ff0000;
}

@media only screen and (min-width: 768px) {
  .button {
    padding: 20px 10px 19px;
    font-size: 1.3rem
  }
  .buttons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -10px
  }
  .buttons .button {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 200px;
    flex: 1 1 0;
    margin: 0 10px;
    max-width: 200px
  }
  .buttons .button:not(:first-child) {
    margin-top: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1
  }
  .block-items, .block-page-header, .block-payment-complete, .block-payment-notice, .block-payment-section__error, .block-payment-section__header, .block-payment-section__content, .section__header, .block-cart-price__order, .block-cart-price__back, .block-cart__list, .block-cart__empty, .block-payment-section__subform, .block-point-cooperate__inner {
    padding-left: 0;
    padding-right: 0
  }
  .block-items, .block-page-header, .block-payment-complete, .block-payment-notice, .block-payment-section__error, .block-payment-section__header, .block-payment-section__content, .section__header, .block-cart, .block-cart__empty, .block-payment-step, .block-payment__price, .block-point-cooperate, .header__inner {
    padding-left: 30px;
    padding-right: 30px
  }
  .block-cart-list {
    padding: 50px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
  }
  .block-cart-price__order {
    padding-top: 27px;
    padding-bottom: 0;
    background: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1)
  }
  .block-cart-price__back {
    margin-top: 15px;
    padding-top: 0
  }
  .block-cart-price__gift {
    margin: 0;
    padding-top: 0;
    padding-left: 12px;
    padding-right: 12px;
  }
  .block-cart-price th {
    font-size: 1.4rem;
    color: #6b6b77
  }
  .block-cart-price tfoot th {
    color: #000
  }
  .block-cart-price tfoot th small {
    font-size: 1.4rem
  }
  .block-cart-price tfoot td {
    font-weight: normal;
    font-size: 2.4rem
  }
  .block-cart {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
  .block-cart__list {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
  }
  .block-cart__price {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 30.97345133%;
    max-width: 320px;
    margin-left: 9.955752212%
  }
  .block-cart__empty {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%
  }
  .block-cart__empty-text {
    margin: 0 auto;
    padding-top: 50px
  }
  .block-cart__empty-button {
    margin: 37px auto 0;
    width: 220px
  }
  .block-payment__price .block-cart-price {
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    margin-top: 50px;
    z-index: 1
  }
 .cart-item:not(:first-child) {
    margin-top: 50px;
    padding-top: 50px
  }
  .cart-item__info {
    padding-right: 120px
  }
  .cart-item__info-meta dt:not(:first-of-type), .cart-item__info-meta dd:not(:first-of-type) {
    margin-top: 5px
  }
  .cart-item__info-meta dt {
    display: inline;
    float: left;
    clear: left
  }
  .cart-item__info-meta dd:not(:first-of-type)::before {
    display: none
  }
  .cart-item__info-status {
    margin-top: 5px
  }
  .cart-item__info-action {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 120px;
    margin-top: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .cart-item__info-delete {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
  }
  .cart-item__info-count {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
  }
  .cart-item__info-price {
    margin-top: 10px;
    text-align: left;
    font-size: 1.6rem;
  }
  .cart-item--confirm:not(:first-child) {
    margin-top: 30px;
    padding-top: 30px
  }
  .cart-item--confirm .cart-item__info-meta dt:not(:first-of-type), .cart-item--confirm .cart-item__info-meta dd:not(:first-of-type) {
    margin-top: 0
  }
  .no-item {
    font-size: 1.1em; font-weight: bold; color: #ff0000;
  }
}

@media only screen and (min-width: 1024px) {
  .block-items, .block-page-header, .block-payment-complete, .block-payment-notice, .block-payment-section__error, .block-payment-section__header, .block-payment-section__content, .section__header, .block-cart, .block-cart__empty, .block-payment-step, .block-payment__price, .block-point-cooperate, .header__inner {
    padding-left: 0;
    padding-right: 0
  }
  .block-items, .block-page-header, .block-payment-complete, .block-payment-notice, .block-payment-section__error, .block-payment-section__header, .block-payment-section__content, .section__header, .block-cart, .block-payment-step, .block-payment__price, .block-point-cooperate, .header__inner {
    padding-left: 60px;
    padding-right: 60px;
    max-width: 1440px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
  }
}

@media only screen and (max-width: 768px) {
	.block-cart-price__amazon {
		margin-top: 30px;
	}
  .button {
    padding: 26px 10px 25px;
    font-size: 1.5rem;
    transition: all .3s ease;
  }
}

img.cart_item_img {width:100px; height:auto;}





/* 以下add_style.cssより移植 */

.txt-block {
  margin-top: 30px;
}

.txt-block .txt-block_ttl {
  display: block;
  font-size: 1.3rem;
}

.txt-block .txt-block_txt {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.txt-block .txt-block_txt p {
  font-size: 1.3rem;
  line-height: 1.6;
}

.block-privacy {
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid #e2e2e2;
  padding: 13px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  margin-top: 30px;
  height: 120px;
  overflow: auto;
}

.block-privacy p, .block-privacy h3 {
  font-size: 10px;
  line-height: 1.5;
}

.block-privacy p + p,
.block-privacy h3 + p {
  margin-top: 3px;
}

.block-privacy h3 {
  margin-top: 10px;
}

.form-input input[type="text"]
, .form-input input[type="mail"]
, .form-input input[type="email"]
, .form-input input[type="tel"]
, .form-input input[type="search"]
, .form-input input[type="password"]
, .form-input input[type="url"]
, .form-input input[type="reset"]
, .form-input input[type="submit"]
, .form-input select {
  height: auto;
}

*:focus {
  outline: auto;
 }

h1.block-confirm-section__title,  h1.block-payment-section__title {
  font-size:2rem;
}

a.button, a.btn-01, a.btn-02 {
  color:#fff !important;
}

a.button.button--link {
  color:#161616 !important;
}

/*退会画面・住所録登録画面のボタン表示崩れ対応のため追加 ここから*/
input.button.button--block{
	background: #161616;
	color: #fff;
	border: 1px solid #161616;
	height:auto;
	padding: 20px 10px 19px;
	transition: opacity 0.3s ease;
}
input.button.button--block:hover{
	opacity: 0.8;
}

@media screen and (max-width: 768px){/*画面サイズが768以下の場合に適用*/
input.button.button--block{
	background: #161616;
	color: #fff;
	border: 1px solid #161616;
	height:auto;
	padding: 26px 10px 25px;
	transition: opacity 0.3s ease;
		}
input.button.button--block:hover{
	opacity: 0.8;
		}
	}
/*ここまで*/

@media only screen and (min-width: 1024px) {
  .block-privacy {
    padding: 18px 16px 18px;
    margin-top: 20px;
  }
}

.block-note {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 1.8;
  text-align: center;
  font-size: 1.1rem;
}

@media only screen and (min-width: 768px) {
  .block-note {
    border: none;
    margin-top: 60px;
    padding-top: 0;
  }
}

.block-privacy-lead {
  margin-top: 40px;
  display: block;
  text-align: center;
}

.block-privacy-lead p {
  font-size: 0;
}

.block-privacy-lead span {
  font-size: 1.36rem;
  display: inline-block;
}

.block-privacy-lead p + p span {
  font-size: 1.07rem;
}

@media only screen and (min-width: 1024px) {
  .block-privacy-lead {
    margin-top: 50px;
  }
}

.label-lead {
  display: block;
  width: 100%;
}

.input-note {
  margin-top: 5px;
}

.block-confirmation {
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid #e2e2e2;
  padding: 20px 15px;
  margin-top: 30px;
}

.block-confirmation h2 {
  font-size: 1.33rem;
  line-height: 1.5;
  font-weight: normal;
  padding-bottom: 10px;
}

.block-confirmation a {
  font-size: 1.22rem;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  opacity: .5;
  padding: 0 0.2rem 1px;
  margin-left: 0.7rem;
  border-bottom: 1px solid #676767;
  display: inline-block;
}

.block-confirmation a:hover {
  opacity: 1;
}

.block-confirmation ul {
  padding-top: 15px;
}

.block-confirmation ul li {
  font-size: 1.15rem;
  line-height: 1.6;
}

.block-confirmation ul li + li {
  padding-top: 2px;
}

@media only screen and (min-width: 1024px) {
  .block-confirmation {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .form-field_note {
    display: block;
    width: 100%;
    padding-left: 23.41269841%;
  }
}

.form-input--btn {
  font-size: 1.3rem;
  padding: 0 4px 0 0;
  -webkit-box-flex: inherit;
  -ms-flex: inherit;
  flex: inherit;
  width: auto;
}

.form-input--btn a {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-left: 5px;
  color: #212121;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.form-input--btn a.btn {
  padding: 8px 13px;
  border: 1px solid #676767;
  opacity: .5;
  border-radius: 5px;
}

.form-input--btn a.btn:hover {
  opacity: 1;
}

.form-input--btn a.arrow {
  opacity: .5;
}

.form-input--btn a.arrow:hover {
  opacity: .8;
}

.form-input--btn div {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
}

.form-input--btn div.active {
  display: inline-block;
}

.form-input--btn div a {
  position: relative;
  padding-left: 15px;
}

.form-input--btn div a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 1px solid;
  border-color: #565656 #565656 transparent transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (min-width: 768px) {
  .form-input--btn a.btn {
    padding: 8px 13px;
  }
}

@media only screen and (min-width: 1024px) {
  .form-input--btn a.btn {
    text-align: center;
    padding: 8px 3px;
    width: 31%;
    white-space: nowrap;
  }
  .form-input--btn div {
    width: 60%;
    position: static;
    right: inherit;
    top: inherit;
    margin-left: 15px;
  }
  .form-input--btn div a {
    position: relative;
    padding-left: 15px;
    white-space: nowrap;
  }
}

.adjustment.form-field .initial-input p {
  font-size: 1.3rem;
}

@media only screen and (min-width: 768px) {
  .adjustment.form-field .form-field__label {
    width: 28%;
  }
  .adjustment.form-field .initial-input p {
    font-size: 1.4rem;
    padding: 3px 0px 0px 0px;
  }
}

@media only screen and (min-width: 1024px) {
  .adjustment.form-field .initial-input p {
    padding: 18px 16px 18px 5px;
  }
}

@media only screen and (min-width: 768px) {
  #newMember .block-point-cooperate__inner {
    /* padding: 0 0 0 23.41269841%; */
    margin-bottom: 30px;
  }
}

.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.cf { zoom: 1; }

#rower-content { background: #fff; position: relative; /*-webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.15); box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.15); -pie-box-shadow: 0px 0px 1px #ccc;*/ margin-bottom: 40px; }
.rower-ttl { /*background: url(../images/parts/dotted.gif) repeat-x left bottom;*/ font-size: 20px; margin: 0 0 20px; padding: 0 0 12px 0; }

#content .support, #content .member, #content .err-cont, #content .project { padding: 30px 30px 50px 30px; }
#content .support .rower-in, #content .order .rower-in, #content .member .rower-in #content .err-cont .rower-in { overflow: hidden; }
#content .col-1 { width: 90%; margin: auto; }
#content .col-3 { }
#content .col-3:first-child { border-left: none; }
#content .col-3 li { margin-top: 10px; }
#content .col-4 { width: 45%; }
#content .col-4 li { margin-top: 10px; }

.mt10{margin-top:10px !important;}
.mt20{margin-top:20px !important;}
.mt30{margin-top:30px !important;}
.mt40{margin-top:40px !important;}
.mt50{margin-top:50px !important;}

.btn-01, .btn-02, .btn-03, .btn-submit { -webkit-appearance: none; color: #fff; text-decoration: none !important; text-align: center; cursor: pointer; display: inline-block; /display: inline; /zoom: 1; padding: 14px 20px; /*border-radius: 18px;*/ width: 220px; zoom: 1; position: relative; }
.btn-01, .btn-submit { background: #1a1a1a; }
.btn-01:hover, .btn-submit:hover { background: #6f6f6f; color: #fff; }
.btn-02, .btn-03 { background: #888; }
.btn-02:hover, .btn-03:hover { background: #999; color: #fff; }
.btn-03 { padding: 5px; width: 80px; }
.btn-submit { font: inherit; font-size: 12px; border: none; margin: auto; width: 220px; height: 53px; }


.btn-area { text-align: center; }
.btn-area li { line-height: 2; display: inline-block; /display: inline; /zoom: 1; vertical-align: top; margin: 0 10px 20px; }


@media only screen and (max-width: 480px) {
	#content .col-1 { width: 100%; }
	#content .support, #content .member, #content .order, #content .err-cont { padding: 8% 3%; }
}

.ttl {
  padding: 8px 10px;
  /*background-color: #fff;*/
  /* border-bottom: #e6e6e6 1px solid; */ /* #39006対応：削除 */
  color: #231815;
  font-size: 14px;
}

@media screen and (min-width:1025px) {
	#member .inner {
		position: relative;
		width: 1240px;
		margin-right: auto;
		margin-left: auto;
		padding-right: 20px;
		padding-left: 20px;
	}
}

.block-cart {
	padding-bottom: 50px;
}

.paidy {
    border-top: 1px solid #ddd;
    margin: 40px 3%;
    padding-top: 40px;
    text-align: center;
    font-size: 14px;
}

.paidy p {
    margin-bottom: 45px;
}



#breadcrumb li {
	position: relative;
	float: left;
}
#breadcrumb li + li {
	padding-left: 25px;
}
#breadcrumb li + li:before {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	border-top: 1px solid;
	border-right: 1px solid;
	content: "";
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}
#breadcrumb a {
	text-decoration: underline;
}
@media (min-width: 769px) {
	#breadcrumb {
		padding: 7px 0;
		margin-bottom: 16px;
		line-height: 2rem;
	}
	#breadcrumb li + li:before {
		left: 6px;
		width: 8px;
		height: 8px;
	}
}
@media (max-width: 768px) {
	#breadcrumb {
		padding: 12px 20px;
		font-size: 1.2rem;
		line-height: 2rem;
	}
	#breadcrumb li + li:before {
		left: 8px;
		width: 6px;
		height: 6px;
	}
}

@media (min-width: 769px) {
	#content .inner {
		position: relative;
		width: 1240px;
		margin-right: auto;
		margin-left: auto;
		padding-right: 20px;
		padding-left: 20px;
	}
}


#content #rower-content {

  padding-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.rower-ttl { /*background: url(../images/parts/dotted.gif) repeat-x left bottom;*/ font-size: 20px; margin: 0 0 20px; padding: 0 0 12px 0; }

/* -------------------------------------
 * ttl
------------------------------------- */
/* ttl */
.ttl {
  padding: 8px 10px;
  /*background-color: #fff;*/
  /* border-bottom: #e6e6e6 1px solid; */ /* #39006対応：削除 */
  color: #231815;
  font-size: 14px;
}

/* rower-ttl */
.rower-ttl {
  background: none;
  border-bottom: #e6e6e6 1px solid;
  font-family: "Cardo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 20px;
  font-weight: normal;
}


/* rower-ttl-Complete */
.rower-ttl-Complete {
    background: none;
    border-bottom: #e6e6e6 1px solid;
    padding-bottom: 15px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 50px;
}
.search-postcode .ttl-postcode, .search-postcode .input-postdata { border-top-width: 1px; padding: 10px 56px 10px 10px; clear: both; }
.search-postcode .ttl-postcode { font-weight: bold; border-style: solid; border-color: #ddd; background: #eee; }
.search-postcode .input-postdata { position: relative; border-style: dotted; border-color: #ccc; }
.search-postcode .input-postdata label { margin-left: 5px; }
.search-postcode .input-postdata .btn { -webkit-appearance: none; border: none; border-radius: 2px; background: #575757; color: #fff; position: absolute; top: 12px; right: 0; margin: -2px 10px 0 0; padding: 3px 8px; cursor: pointer; }

/* -------------------------------------
 * zip search
------------------------------------- */
.search-postcode .ttl-postcode,
.search-postcode .input-postdata {
  padding-top: 15px;
  padding-bottom: 15px;
  border-left:0;
  border-right:0;
}

.search-postcode .ttl-postcode {
  margin-top: 30px;
  background-color: #fff;
  border-top: none;
  border-bottom: #e6e6e6 1px solid;
  font-size: 18px;
}

.search-postcode .input-postdata {
  border-top: none;
  border-bottom: #e6e6e6 1px solid;
  border-left:0;
  border-right:0;


}

.search-postcode .input-postdata .key {
	border: #ddd 1px solid;
	margin: 2px 0;
	vertical-align: middle;
	width: auto; /*デサント公式用*/
}

.search-postcode .input-postdata .radio {
	-webkit-appearance: radio;
	margin: 0 3px;
}

.search-postcode .input-postdata .submit {
  margin-top: 0;
  padding: 2px 5px;
  background-color: #e4e4e4;
  border: #ddd 1px solid;
  border-radius: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #000;
  width: auto; /*デサント公式用*/
}

.search-postcode .input-postdata .btn {
  margin-top: 0;
  padding: 2px 5px;
  background-color: #e4e4e4;
  border: #ddd 1px solid;
  border-radius: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #000;
  font-size: 10px;
  width: auto; /*デサント公式用*/
  height: auto; /*デサント公式用*/
}

input[type="text"], textarea {
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.novelty-item { border-top: 1px solid #ddd; padding: 20px 0; }
.novelty-item:first-child { border-top: none; }
.novelty-item input, .novelty-item .image, .novelty-item .item-info { display: inline-block; /display: inline; /zoom: 1; vertical-align: top; }
.novelty-item .image img { width: 68px; max-width: none; }
.novelty-item label { display: block; }
.novelty-item input { float: left; margin: 35px 10px 0; }
.novelty-item .item-info { width: 250px; margin-left: 10px; }
.novelty-item.last { height: 20px; }
.novelty-item.last input { margin-top: 0; }
.novelty-item.active { background: #a9a9a9; }
.novelty-item .radio_nomal { float: left; margin: 5px 15px 10px 15px; }
.gift-msg input { display: inline-block; /display: inline; /zoom: 1; vertical-align: top; }
.gift-msg .radio_nomal {-webkit-appearance: radio; float: left; margin: 5px 15px 10px 15px; }
.gift-msg .input-data {width: 80%;}

.notes { font-size: 11px; }


/* loading */
.loading {
  display: none;
  margin: 10px 0;
  text-align: center;
}

.myPageLoading {
  display: none;
  margin: 10px 0;
  text-align: center;
}

.myPageSection {
  /*margin-left: auto;
  margin-right: auto;
  width: 1280px;*/
  margin-top: 140px;
  /*margin-bottom: 100px;*/
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: calc(20/750*100vw);
  padding-right: calc(20/750*100vw);
  background-color:#f7f7f7;
}

@media screen and (max-width: 767px) {
.myPageSection {

  width: auto;
  margin-top: 40px; /* 39111: 追加 */
}
}

@media only screen and (min-width: 768px) {
.section__header_mypage {
  padding-right: 60px;
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}
}

.section__title_mypage {
  padding: 0;
  font-size: 1.8rem;
  text-indent: 0;
  letter-spacing: .648rem;
  text-align: center;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

@media only screen and (min-width: 768px){
.section__title_mypage {
  padding: 0;
  font-size: 1.8rem;
  text-indent: 0;
  letter-spacing: .648rem;
  text-align: left;
}
}

.pager { text-align: right; /* float: right; */ width: 390px; }
.pager ul { float: right; }
.pager li { font-size: 12px;  float: left; margin-left: 12px; }
.pager li.current a { text-decoration: none; font-weight: bold; }
.pager li.disable a { color: #d6d6d6; }
.pager li.prev { text-align: left; }
.pager li.right { text-align: right; }

@media only screen and (max-width: 768px) {
	.paging-container .pager { background: #f2f2f2; text-align: center; margin: 10px auto; padding: 1.5% 0; }
	.paging-container .pager li { float: none; display: inline-block; /display: inline; /zoom: 1; margin-left: 28px; }
	.paging-container .pager li:first-child { margin-left: 0; }
}

@media only screen and (max-width: 480px) {
	.pager { width: 100%; float: none; text-align: center; }
	.pager ul { float: none; }
	.pager li { margin-left: 5%; }
	.paging-container .pager li { margin-left: 18px; }
	.support .paging-container .pager li { margin-left: 3px; }
}

.w100p { width: 100% !important; }

/* ---- #39104 対応 START----- */
@media only screen and (max-width: 480px) {
	.member {padding: 0% 3%;}
}
/* ---- #39104 対応 END----- */

.txt-information {
	font-size:1.3rem;
}
