.entryfonrm {
  width: 70%;
  margin: 60px auto 0;
}

.entryfonrm .attention{
  margin-bottom: 4px;
  color: #ff0000;
}

.entryfonrm .heading {
  margin-bottom: 30px;
}

.entryfonrm .heading li{
  font-size: 1.4rem;
  line-height: 1.5em;
}

.entryfonrm .heading li a{
  font-size: 1.4rem;
  line-height: 1.5em;
}

@media (max-width: 1024px) {
  .entryfonrm {
    width: auto;
    padding: 0 30px;
  }
}

@media (max-width: 599px) {
  .entryfonrm {
    padding: 0 10px;
  }
}

.entryfonrm form .shipping h2 {
  line-height: 40px;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.4rem;
  background-color: #4E4D4D;
  padding-left: 20px;
}

.entryfonrm form .login {
  margin-top: 30px;
}

.entryfonrm form .login h2 {
  line-height: 40px;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.4rem;
  background-color: #4E4D4D;
  padding-left: 20px;
}

.entryfonrm form .etcontent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1px;
}

@media (max-width: 599px) {
  .entryfonrm form .etcontent {
    display: block;
  }
}

.entryfonrm form .etcontent .label {
  width: 32.5%;
  background-color: #D1D1D1;
  padding: 0 20px;
  position: relative;
}

@media (max-width: 599px) {
  .entryfonrm form .etcontent .label {
    width: 100%;
    padding: 6px 20px;
  }
}

.entryfonrm form .etcontent .label p {
  font-size: 1.2rem;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 599px) {
  .entryfonrm form .etcontent .label p {
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.entryfonrm form .etcontent .label p span {
  color: #ff0000;
  font-size: 1.2rem;
  margin-left: 4px;
}

.entryfonrm form .etcontent .input {
  width: 67.5%;
  background-color: #F5F5F5;
  padding: 16px 20px;
  margin-left: 1px;
}

@media (max-width: 599px) {
  .entryfonrm form .etcontent .input {
    width: 100%;
  }
}

.entryfonrm form .etcontent .input p {
  font-size: 1.1rem;
}

.entryfonrm form .etcontent .input p.reminder span.inline {
  font-size: 1.1rem;border:1px solid;
  display: inline !important;
}

.entryfonrm form .etcontent .input input {
  border: 1px solid #CECECE;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 28px;
  text-indent: 0.5em;
  outline: 0;
}

.entryfonrm form .etcontent .input input::-webkit-input-placeholder {
  color: #D0D0D0;
}

.entryfonrm form .etcontent .input input:-ms-input-placeholder {
  color: #D0D0D0;
}

.entryfonrm form .etcontent .input input::-ms-input-placeholder {
  color: #D0D0D0;
}

.entryfonrm form .etcontent .input input::placeholder {
  color: #D0D0D0;
}

.entryfonrm form .etcontent .input textarea {
  border: 1px solid #CECECE;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 20px;
  outline: 0;
}

@media (max-width: 599px) {
  .entryfonrm form .etcontent .input input {
    line-height: 40px;
  }
}

.entryfonrm form .etcontent .input .sl_wapper {
  width: 100%;
}

.entryfonrm form .etcontent .input .sl_wapper label {
  font-size: 1.1rem;
}

@media (max-width: 599px) {
  .entryfonrm form .etcontent .input .sl_wapper label {
    display: block;
    line-height: 1.5em;
  }
}

.entryfonrm form .etcontent .input .sl_wapper select {
  width: 80%;
  font-size: 1.2rem;
  height: 30px;
  border: 1px solid #CECECE;
  outline: 0;
  margin-left: 0px;
}

.entryfonrm form .etcontent .input .sl_m_wapper select {
  font-size: 1.2rem;
  height: 30px;
  border: 1px solid #CECECE;
  outline: 0;
  margin-right: 4px;
}

@media (max-width: 599px) {
  .entryfonrm form .etcontent .input .sl_wapper select {
    width: 100%;
    height: 40px;
    margin-left: 0;
  }
}

.entryfonrm form .etcontent .input .a_wapper {
  width: 100%;
}

@media (max-width: 599px) {
  .entryfonrm form .etcontent .input .a_wapper {
    margin-top: 10px;
  }
}

.entryfonrm form .etcontent .input .a_wapper label {
  font-size: 1.1rem;
}

@media (max-width: 599px) {
  .entryfonrm form .etcontent .input .a_wapper label {
    display: block;
    line-height: 1.5em;
  }
}

.entryfonrm form .etcontent .input .a_wapper input {
  width: 80%;
  font-size: 1.2rem;
  border: 1px solid #CECECE;
  outline: 0;
  margin-left: 4px;
}

@media (max-width: 599px) {
  .entryfonrm form .etcontent .input .a_wapper input {
    width: 100%;
    margin-left: 0;
  }
}

.entryfonrm form .etcontent .input .ad_wapper {
  margin-bottom: 14px;
}

.entryfonrm form .etcontent .input .ad_wapper:last-of-type {
  margin-bottom: 0;
}

.entryfonrm form .etcontent .input .ad_wapper label {
  font-size: 1.1rem;
  line-height: 1.5em;
}

.entryfonrm form .etcontent .input .mz_wapper select {
  margin-left: 0;
}

.entryfonrm form .etcontent .wapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 599px) {
  .entryfonrm form .etcontent .wapper {
    display: block;
  }
}

@media (max-width: 599px) {
  .entryfonrm form .etcontent .t_inpt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.entryfonrm form .etcontent .t_inpt input {
  width: 46%;
}

.entryfonrm form .etcontent .p_inpt input {
  width: 16%;
}

@media (max-width: 599px) {
  .entryfonrm form .etcontent .t_inpt input {
    width: 49%;
  }

  .entryfonrm form .etcontent .p_inpt input {
    width: 19%;
  }
}

.entryfonrm form .etcontent .rd_wapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.entryfonrm form .etcontent .rd_wapper .radio_wapper {
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
}

.entryfonrm form .etcontent .rd_wapper .radio_wapper label {
  font-size: 1.20rem;
  margin-right: 30px;
}

@media (max-width: 599px) {
  .entryfonrm form .etcontent .rd_wapper .radio_wapper label {
    font-size: 1.20rem;
    margin-right: 10px;
  }

  .entryfonrm form .etcontent.mail_magazine .rd_wapper .radio_wapper label {
    display: block ;
    font-size: 1.20rem;
    margin-right: 0px;
  }
}

.entryfonrm form .etcontent .rd_wapper .radio_wapper input {
  width: auto;
  margin: 0;
  margin-right: 3px;
  vertical-align: -2px;
}

.entryfonrm form .customer {
  margin-top: 30px;
}

.entryfonrm form .customer h2 {
  line-height: 40px;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.4rem;
  background-color: #4E4D4D;
  padding-left: 20px;
}

.entryfonrm form .mail_magazine {
  margin-top: 30px;
}

.entryfonrm form .mail_magazine .rd_wapper{
  margin-top: 10px;
}

.entryfonrm form .mail_magazine .input span{
  font-size: 1.1rem;
}

.entryfonrm .confirm_txt ,
.entryfonrm .confirm_txt span{
  text-align: center;
  margin-top: 50px;
  font-size: 1.4rem;
}

.entryfonrm button{
  margin: 20px auto 0;
  border: none;
  background-color: #121212;
  width: 45%;
  padding: 20px 0;
  display: block;
  cursor: pointer;
}

.entryfonrm button span{
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

@media (max-width: 599px) {
  .entryfonrm button {
    width: 100%;
  }
}

.entryfonrm .linkwapper {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (max-width: 599px) {
  .entryfonrm .linkwapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.entryfonrm .linkwapper button {
  font-size: 1.4rem;
  font-weight: 600;
  display: block;
  width: 40%;
  padding: 20px 0;
  color: #ffffff;
  text-align: center;
}

@media (max-width: 599px) {
  .entryfonrm .linkwapper button {
    width: 48%;
  }
}

.entryfonrm .linkwapper .no {
  background-color: #D1D1D1;
}

.entryfonrm .linkwapper .yes {
  background-color: #121212;
}

.entryfonrm.order p.head {
  margin-top: 30px;
  font-size: 1.3rem;
}

.entryfonrm.order .box {
  margin-top: 30px;
  height: auto;
  overflow-y: auto;
  border: 1px solid #707070;
  padding-bottom: 10px;
}
.entryfonrm.order .box h3 {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 20px;
  position: relative;
  padding-left: 30px;
  margin-top: 20px;
}

.entryfonrm.order .box h3::before {
  content: '';
  width: 3px;
  height: 20px;
  background-color: #121212;
  display: inline-block;
  position: absolute;
  left: 20px;
}

.entryfonrm.order .box p {
  margin-top: 6px;
  font-size: 1.2rem;
  padding: 0 17px;
}

.entryfonrm.order .box p a{
  font-size: 1.2rem;
  color:#ff0000;
}

.entryfonrm.order .box .history {
  margin-top: 17px;
}

.entryfonrm form .etcontent .check {
  width: 67.5%;
  background-color: #F5F5F5;
  padding: 16px 20px;
  margin-left: 1px;
}

.entryfonrm form .etcontent .check li{
  display: inline-block;
  width: 49.0%;
}

.entryfonrm form .etcontent .check li label {
  position: relative;
  font-size: 1.20rem;
  line-height: 1.8em;
  padding-left: 24px;
}

.entryfonrm form .etcontent .check li label input {
  position: absolute;
  top: 0px;
  left: 0px;
}

@media (max-width: 599px) {
  .entryfonrm form .etcontent .check {
    width: 100%;
  }

  .entryfonrm form .etcontent .check li{
    display: block;
    width: 100%;
  }
}


/*# sourceMappingURL=style_member.css.map */