@charset "UTF-8"; 

#entry-container {
  width: 100%;
  margin: 0;
  padding: 0;
}

#entry-container * {
  color: #1d1d1d;
  font-family: 'Lato', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
#entry-container *,
#entry-container *::before,
#entry-container *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 740px) {
  #entry-container * {
    font-size: 14px;
  }
}

#entry-container input,
#entry-container button,
#entry-container textarea,
#entry-container select {
  appearance: auto;
}

#entry-container-contents {
  width: 100%;
  margin: 0;
  padding: 40px 0;
}

#entry-container ol,
#entry-container ul,
#entry-container li,
#entry-container dl,
#entry-container dt,
#entry-container dd,
#entry-container h1,
#entry-container h2,
#entry-container h3,
#entry-container h4,
#entry-container h5,
#entry-container h6,
#entry-container h7,
#entry-container form,
#entry-container p {
  margin: 0;
  padding: 0;
}

#entry-container li,
#entry-container dd {
  list-style-type: none;
  margin-inline-start: 0;
}

#entry-container .contents_h2 {
  margin: 16px 0;
  padding: 16px 16px;
  font-size: 120%;
  line-height: 1.4;
  background-color: #ecf7fb;
}

#entry-container .goods-select-form {
  padding: 12px;
}

/* button */

#entry-container .btn_list {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

#entry-container .btn_list+.btn_list {
  margin-top: 60px;
}

#entry-container .btn {
  position: relative;
  width: 280px;
}

#entry-container .btn > a,
#entry-container .btn > button,
#entry-container .btn > input[type="submit"] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  padding: 0 40px;
  text-align: center;
  text-decoration: none;
  line-height: 1.5;
  border-radius: 4px;
}
@media screen and (max-width: 740px) {
  #entry-container .btn > a,
  #entry-container .btn > button,
  #entry-container .btn > input[type="submit"] {
    height: 44px;
  }
}


#entry-container .btn > button,
#entry-container .btn > input[type="submit"] {
  width: 100%;
  border: none;
  background-color: transparent;
  font-family: 'Lato', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  cursor: pointer;
}

#entry-container .btn:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

#entry-container .btn-primary {
  max-width: 80%;
  width: 460px;
}

#entry-container .btn-primary.login {
  max-width: 280px;
  width: 280px;
}

#entry-container .btn-primary > button,
#entry-container .btn-primary > input[type="submit"] {
  color: #fff;
  background-color: #7dbce8;
  font-size: 120%;
}

#entry-container .btn-primary > input[type="submit"] {
  height: 80px;
}
@media screen and (max-width: 740px) {
  #entry-container .btn-primary > input[type="submit"] {
    height: 50px;
  }
}

#entry-container .btn-primary:before {
  right: 15px;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 50%;
}

#entry-container .btn-primary:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 4px;
  height: 4px;
  border-top: solid 1.5px #7dbce8;
  border-right: solid 1.5px #7dbce8;
  transform: translateY(-50%) rotate(45deg);
  z-index: 2;
}

#entry-container .btn-primary.disabled > input[type="submit"] {color: #fff; background-color: #ccc;}
#entry-container .btn-primary.disabled:after {border-color: #ccc;}

/* error */

#entry-container .confirm-notice {
  margin: 0 20px;
}

#entry-container .confirm-notice dl {
  background: #fff8f8;
  margin-top: 16px;
  padding: 16px;
  border: 1px solid #e94629;
  border-radius: 4px;
  line-height: 180%;
}

#entry-container .confirm-notice dl dt {
  color: #1d1d1d;
  margin-bottom: 4px;
}

#entry-container .confirm-notice dl dd {
  color: #e94629;
  margin-inline-start: 4px;
}

#entry-container .confirm-notice dl dd:before {
  content: "・";
}
/* table */

#entry-container table.table {
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

#entry-container .table tr:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
}

#entry-container .table th,
#entry-container .table td {
  line-height: 1.5;
}

#entry-container .table th {
  padding: 10px 12px;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  background-color: #f7f7f7;
}

#entry-container .table td {
  padding: 12px;
  background-color: #fff;
  border-right: 1px solid #ddd;
  vertical-align: middle;
}

#entry-container .table td:last-of-type {
  border-right: 0;
}

#entry-container .table:before {
  border: solid 1px #ddd;
  border-radius: 0;
}

#entry-container .table_wrap {
  width: auto;
  background-color: #fff;
  margin-bottom: 16px;
}

#entry-container .table:before {
  content: none;
}

#entry-container .table-form {
  width: 100%;
}

#entry-container .table-form .checkerr_ {
  color: #e94629;
  margin-bottom: 6px;
  line-height: 1.2;
}

#entry-container .checkerr_:empty {
  display: none;
}

#entry-container .table-form .note_ {
  margin-top: 6px;
  line-height: 1.2;
}

#entry-container .table-form .note_ span {
  color: #e94629;
}

#entry-container .table-form th {
  width: 220px;
  padding: 16px 18px;
  border-right: 0;
}

#entry-container .table-form th.required:after {
  display: inline-block;
  width: 38px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 70%;
  color: #fff;
  background: #e94629;
  border-radius: 4px;
  vertical-align: 2px
}

#entry-container .table-form th.required:after {
  content: "必須";
  margin-left: 8px;
}

#entry-container .table-form td {
  padding: 16px;
}

@media screen and (max-width: 740px) {
  #entry-container .table-form th, #entry-container .table-form td {
    display: block;
    width: auto;
  }
}

#entry-container .table-form .input-box-multi {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

#entry-container .table-form .input-box-multi .label {
  width: 30px;
  font-size: 80%;
}

#entry-container .table-form .input-box-multi .label:not(:first-child) {
  padding-left: 4px;
}

#entry-container .input-box-multi+.input-box-multi {
  margin-top: 10px;
}


#entry-container .table-form input[type="text"],
#entry-container .table-form input[type="password"],
#entry-container .table-form select {
  height: 40px;
  padding-left: 10px;
  background: #f7f7f7;
  border: 2px solid #ddd;
  border-radius: 4px;
  line-height: 2.0;
  max-width: 98%;
}

#entry-container .table-form input[type="password"] {
  font-family: initial;
}

#entry-container .table-form input[type="text"]:disabled {
  border-style: dotted;
}

#entry-container .table-form select {
  padding-right: 10px;
  appearance: auto;
}

#entry-container .table-form .caption-top {
  width: 100%;
  font-size: 90%;
  margin-bottom: 6px;
}

#entry-container .table-form .caption {
  width: 100%;
  font-size: 90%;
  margin-top: 6px;
}

#entry-container .table-form .small {
  color: #666;
  font-size: 80%;
  padding-top: 6px;
}
#entry-container .table-form .input-box-multi .small {
  padding-top: 14px;
}

#entry-container .table-form .input-middle {
  width: 140px;
}

#entry-container .table-form .input-long {
  width: 400px;
}


@media screen and (max-width: 740px) {
  #entry-container .table-form .input-box-multi .small {
    padding-top: 0;
  }

  #entry-container .table-form .input-middle {
    width: 120px;
  }
  
  #entry-container .table-form .input-long {
    width: 340px;
  }
}

#entry-container .table-form .input-box input[type="radio"],
#entry-container .table-form .input-box input[type="checkbox"] {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}

#entry-container .table-form .input-box input[type="radio"]+label,
#entry-container .table-form .input-box input[type="checkbox"]+label {
  position: relative;
  cursor: pointer;
  padding: 0 10px 0 45px;
  white-space: nowrap;
  display: inline-block;
}

#entry-container .table-form .input-box input[type="radio"]+label:before,
#entry-container .table-form .input-box input[type="radio"]+label:after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

#entry-container .table-form .input-box input[type="radio"]+label {
  padding: 6px 20px 4px 55px;
}

#entry-container .table-form .input-box input[type="radio"]+label:before {
  background-color: #fff8f8;
  border: 2px solid #ddd;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  left: 17px;
}

#entry-container .table-form .input-box input[type="radio"]+label:after {
  background-color: #ed6e8e;
  border-radius: 50%;
  opacity: 0;
  width: 10px;
  height: 10px;
  left: 26px;
}

#entry-container .table-form .input-box input[type="radio"]:checked+label:after {
  opacity: 1;
}

#entry-container .table-form .input-box input[type="checkbox"]+label {
  height: 24px;
  padding-top: 1px;
  padding-left: 38px;
}

#entry-container .table-form .input-box input[type="checkbox"]+label:before,
#entry-container .table-form .input-box input[type="checkbox"]+label:after {
  content: "";
  display: block;
  position: absolute;
}

#entry-container .table-form .input-box input[type="checkbox"]+label:before {
  background-color: #fff8f8;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  top: 0;
  left: 5px;
}

#entry-container .table-form .input-box input[type="checkbox"]+label:after {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  opacity: 0;
  height: 5px;
  width: 10px;
  transform: rotate(-45deg);
  top: 8px;
  left: 12px;
}

#entry-container .table-form .input-box input[type="checkbox"]:checked+label:before {
  background-color: #ed6e8e;
}

#entry-container .table-form .input-box input[type="checkbox"]:checked+label:after {
  opacity: 1;
}



@media screen and (max-width: 740px) {
  #entry-container .table-form .input-box input[type="radio"]+label {
  }
  #entry-container .table-form .input-box input[type="checkbox"]+label {
    margin-bottom: 10px;
  }
}


#entry-container .btn_submit-list {
  align-items: center;
  margin-top: 40px;
}
@media screen and (max-width: 740px) {
  #entry-container .btn_submit-list {
    margin-top: 20px;
  }
}



#entry-container .cate-ttl-next {
  position: relative;
  margin: 16px;
  min-height: 30px;
}

#entry-container .cate-ttl-next.table-form {
  width: auto;
}

#entry-container .select-goods-container {
  margin-top: 16px;
}
#entry-container .select-goods-container img {
  margin: 0 auto;
  max-width: 100%;
  width: auto;
}


/** suggestZip start **/
#suggestZipArea {
  background-color: #fff8f8;
  border: 2px solid #cccccc;
  border-radius: 4px;
  display: none;
  padding: 2px 0;
  position: absolute;
  z-index: 9999;
}

#suggestZipArea .itemNotFound {
  padding: 0 4px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #666;
  font-weight: bold;
}

#suggestZipArea .itemLine {
  padding: 4px 28px 4px 4px;
  height: 20px;
  line-height: 20px;
  list-style: none;
  white-space: nowrap;
  cursor: default;
  color: #000;
  text-align: left;
}

#suggestZipArea .selected {
  background-color: #fff;
  font-size: 110%;
  font-weight: bold;
}

#suggestZipArea .itemLine .itemCode {
  /*float: left;*/
  margin-right: 4px;
}

#suggestZipArea .itemLine .itemName {
}

/** suggestZip end **/



#entry-container .mailmaga {
  margin: 0 20px;
}

#entry-container .mailmaga .txt {
  font-size: 90%;
  margin-bottom: 16px;
}
#entry-container .mailmaga img {
  max-width: 100%;
}

#entry-container .table-form .input-box .psw_notice {
  margin-top: 15px;
  padding: 15px 17px;
  border: 2px solid #fb9a9a;
  border-radius: 5px;
  font-size: 80%;
  color: #000;
  background-color: #fffef5;
}

#entry-container .amazonpay-changeaddress-btn {
  width: auto;
  margin: 0 0 0 12px;
  padding: 4px 8px;
  border: 2px solid #fff;
  border-radius: 4px;
  box-shadow: 0 0 0 1px #707070;
  background-color: #707070;
  color: #fff;
  font-weight: normal;
  font-size: 12px;
  cursor: pointer;
}


#entry-container .agree_form p {
  margin: 0 20px;
  font-size: 90%;
  margin-bottom: 16px;
}

#entry-container .agree_form textarea {
  margin: 0 20px;
  padding: 10px;
  width: calc(100% - 40px);
  height: 30vh;
  border: 1px solid #333;
}

#entry-container .agree_form pre {
  margin: 0 20px;
  padding: 10px;
  width: calc(100% - 40px);
  height: 30vh;
  border: 1px solid #333;
  overflow: auto;
  white-space: pre-wrap;
  font-size: 12px;
}

#entry-container .agree_form .agree_checkbox {
  display: block;
  width: 220px;
  padding: 6px 20px;
  margin: 20px auto 0 auto;
  font-size: 110%;
  /* font-weight: bold; */
  background: #fff8f8;
  border: 2px solid #f99;
  border-radius: 4px;
}

#entry-container .agree_form .agree_checkbox input {
  margin-right: 10px;
}

#entry-container .btn-outline:before {right: 15px; width: 6px; height: 6px; border-top: solid 1.5px #000; border-right: solid 1.5px #000; transform: translateY(-50%) rotate(45deg); z-index: 2;}
#entry-container .btn-outline > a {color: #1d1d1d;border: 1px solid #666;background-color: #fff;}
#entry-container .btn_right{justify-content:flex-end;margin:12px 4px 24px;}
#entry-container .btn_right .btn{width:200px;}
#entry-container .btn_right .btn + .btn{margin-left:12px;}
#entry-container .btn_right .btn:before{content:none;}
#entry-container .btn_right .btn a{height:48px;line-height:48px;padding:0 10px;}
#entry-container .btn_right .btn-del a{color:#e94629;border-color:#e94629;}
#entry-container .contents_h3-bg {display: block; padding: 10px 15px; background-color: #eee; border-radius: 4px;}
#entry-container .child-list-ttl{display: flex; justify-content: space-between; align-items: center;}
#entry-container .child-list-ttl a{display:inline-block;height:30px;line-height:27px;margin-left:10px;padding:0 15px;color:#e94629;background:#fff;font-size:80%;text-align:center;text-decoration:none;border:1px solid #e94629;border-radius:4px;vertical-align:2px;}
#entry-container .child-list-ttl a.btn-clear{border-color:#666;color:#1d1d1d;}
#entry-container .child_info .child_info_item.deleted, #entry-container .js-child-delete {
  display: none;
}
#entry-container .child_info > .deleted {
  display: none;
}


/* -------------------------------------------------- */
/* login */
/* -------------------------------------------------- */
.login a {-webkit-transition:.2s linear; transition:.2s linear;}
.login a:link {color: #5ea8dd; text-decoration: underline;}
.login a:visited {color: #5ea8dd;}
.login a:hover {opacity:0.7;}
.login a:active {opacity:0.7;}

.login .ec-notice-box {
  margin: 40px 0;
  padding: 30px;
  background: #fff8f8;
  border: 1px solid #e94629;
  border-radius: 4px;
}

.login .ec-notice-box h2 {
  font-size: 2.2rem;
  font-weight: normal;
  padding-left: 45px;
  position: relative;
  line-height: 1.5;
  margin-bottom: 15px;
  text-align: left;
}

.login .ec-notice-box h2:before {
  content: "";
  width: 32px;
  height: 28px;
  background: url('../img/entry/icon_notice.png') 0 0/contain no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.login .ec-notice-box ul {
  padding-left: 20px;
}

.login .ec-notice-box ul li {
  color: #e94629;
  position: relative;
  font-size: 1.6rem;
}

.login .ec-notice-box ul li:before {
  content: "・";
  position: absolute;
  top: 0px;
  left: -20px;
}

.login input[type="text"], .login input[type="password"] {
  width: 100%;
  height: 40px;
  padding-left: 3px;
  font-size: 1.6rem;
  background: #f7f7f7;
  border: 1px solid #ccc;
  border-radius: 4px
}

.login input[type="password"] {
  font-family: initial;
}

.login input[type="text"]:focus, .login input[type="password"]:focus {
  outline: solid 1px #ccc;
}

.login .contents_h2 {
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 40px;
}

.order .contents {
  width: calc(100% - 20px);
  max-width: 980px;
}

.login .login-wrap {
}

.login .login-box {
  margin: 0 auto;
  width: 500px;
  border: 1px solid #b7d7ee;
  background: #f7f7f7;
  border-radius: 4px;
  overflow: hidden;
}

.login .login-box .box-title {
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 2.2rem;
  font-weight: normal;
  background: #e3f5fb;
}

.login .login-box .bg-white {
  padding: 50px 30px 30px;
  background: #fff;
}

@media screen and (max-width: 740px) {
  .login .login-box {
    width: 100%;
  }
  .login .login-box .bg-white {
    padding: 30px 10px;
  }
}

.login .login-box .bg-gray {
  padding: 30px 30px 35px;
  border-top: 1px solid #ddd;
}

.login .login-relateamazon-description {
  margin: 40px 0;
  padding: 30px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1.6rem;
}

.login table {
  border: 0;
  width: 100%;
}

.login table:before {
  display: none;
}
.login table tbody tr {
  border: 0;
}

.login .table-form.no-th td {
  padding: 0 10px;
  border: 0;
}

.login .table-form .input-box + .input-box {
  margin-top: 1em;
}

.login .login-box .h3_txt {
  font-size: 1.6rem;
  font-weight: normal;
  margin-bottom: 10px;
}

.login .login-box .h3_check {
  font-size: 1.6rem;
  font-weight: normal;
  margin: 30px 0 10px;
  color: #5ea8dd;
}

.login .login-box .h3_check:first-child {
  margin-top: 0;
}

.login .login-box .h3_check:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  vertical-align: -4px;
  background-image: url('../img/login/icon_check.png');
}

.login .login-box .txt {
  line-height: 1.5;
}

.login .login-box p+p {
  margin-top: 10px;
}

/* btn */
.login .login-box .btn_list {display: flex; justify-content: center;}
.login .login-box .btn {position: relative; width: 280px;}
.login .login-box .btn > input[type="submit"] {position: relative; display: flex; justify-content: center; align-items: center; height: 64px; padding: 0 40px; text-align: center; text-decoration: none; line-height: 1.5; border-radius: 4px;}

.login .login-box .btn:before {content: ""; position: absolute; top: 50%; transform: translateY(-50%); z-index: 1;}
.login .login-box .btn-primary:before {right: 15px; width: 16px; height: 16px; background-color: #fff; border-radius: 50%;}
.login .login-box .btn-primary:after {content: ""; position: absolute; top: 50%; right: 22px; width: 4px; height: 4px; border-top: solid 1.5px #7dbce8; border-right: solid 1.5px #7dbce8; transform: translateY(-50%) rotate(45deg); z-index: 2;}
.login .login-box .btn-primary > input[type="submit"] {color: #fff; background-color: #7dbce8;}
.login .login-box .btn-primary > input[type="submit"]:hover{opacity: 0.8}

.login .login-box .btn_list {
  margin-top: 30px;
  flex-wrap: wrap;
}

.login .login-box .btn_list .btn {
  width: 320px;
  max-width: 320px;
}

.login .login-box .btn_list .btn input {
  font-size: 1.5rem;
}

.login .contact_num-shopping {
  position: relative;
  display: inline-block;
  padding: 0 10px 0 30px;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.3;
}

.login .contact_num-shopping:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(../common/img/icon_inquiry_shopping.png);
}
.login .login-notice {
  padding: 25px 20px 20px;
  background: #f7f7f7;
  border-radius: 4px;
  margin-bottom: 20px;
}

.login .login-notice .title {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.login .login-notice div {
  padding: 30px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  line-height: 1.57;
}

.login .login-box .btn_list .btn+.btn{margin:20px 0 0;}
.login .login-box .btn_list .btn-line input{background:#40bf40;}
.login .login-box .btn_list .btn-line:before,.login-box .btn_list .btn-line:after{content:none;}
.login .login-box .btn_list .btn-line:before{content:"";display:inline-block;width:24px;height:23px;background:url("../img/login/icon_line.png") 0 0 no-repeat;position:absolute;right:auto;left:20px;}

@media screen and (max-width: 740px) {
  .login .login-box .btn_list .btn {
    width: calc(100% - 40px);
    max-width: 100%;
  }
  .login .login-box .btn > input[type="submit"] {height: 50px;}
  .login .login-box .btn_list .btn-line:before {display: none;}
}


/* 目玉ボタン */
.passwordArea {
  position: relative;
}

#entry-container .input-box div.entryWide {
  width: fit-content;
}

.btnEye {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 34px;
  height: 21px;
  padding-right: 10px;
}

.btnEye .btnEyeImg {
  width: 24px;
}

.btnEye .btnEyeImg2 {
  width: 24px;
}

@media screen and (max-width: 360px) {
  #entry-container .table-form .input-middle {
    width: 100px;
  }
  
  #entry-container .table-form .input-long {
    width: 300px;
  }
}

/* payment_select */
#payment_ttl {
  margin: 20px 20px 0;
}
#entry-container #payment_select {
  margin: 0 20px 20px;
}
#entry-container #payment_select .flex{
  display: flex;
}
#payment_ttl .org,
#entry-container #payment_select .org{
  color: #f46d00;
}
#payment_ttl.ttl_box {
  margin-bottom: 20px;
  text-align: center;
  color: #393939;
}
#payment_ttl .ttl {
  margin-bottom: 14px;
  font-size: 30px;
  line-height: 1.4;
}
#payment_ttl .ttl span {
  margin-bottom: 2px;
  color: #393939;
  font-weight: 600;
  font-size: 16px;
}
#entry-container #payment_select .content_box .g-line {
  display: flex;
	align-items: center;
  margin-top: 20px;
}
#entry-container #payment_select .content_box .g-line p{
  padding: 0 25px;
  font-weight: 500;
}
#entry-container #payment_select .content_box .g-line::before,
#entry-container #payment_select .content_box .g-line::after{
  content: "";
  flex-grow: 1;
  height: 1px; /* 線の太さ */
  background: #d5d9d9; /* 線の色 */
}
#entry-container #payment_select .content_box .payment {
  margin: -8px auto 7px;
}
#entry-container #payment_select .content_box .payment>p {
  padding: 1px 9px;
  width: 288px;
  background-color: #ffe4c6;
  border-radius: 5px;
  text-align: center;
  font-size: 17.5px;
  position: relative;
  top: 15px;
  left: 25px;
}
#entry-container #payment_select .content_box .pay_box>p {
  width: 65%;
  padding: 24px 37px 11px;
  background-color: #fff;
  border: 1px solid #ffab4f;
  border-radius: 5px 0 0 5px;
  border-right: none;
  line-height: 1.5;
}
#entry-container #payment_select .content_box .pay_box .pay_btn {
  width: 35%;
  background-color: #fff9f2;
  border: 1px solid #ffab4f;
  border-left: none;
  border-radius: 0 5px 5px 0;
}
#entry-container #payment_select .content_box .pay_box .amazon_btn {
  padding: 20px 25px;
}
#entry-container #payment_select .content_box .pay_box .login_btn {
  padding: 15px 25px;
}
#entry-container #payment_select .login_btn .btn_list {
  margin: 0;
}
#entry-container #payment_select .btn-primary > button{
  height: 40px;
}
#entry-container #payment_select .content_box .payment.c-card .pay_box {
  border: 1px solid #ffab4f;
  border-radius: 5px;
}
#entry-container #payment_select .content_box .payment.c-card .pay_box>p {
  border: none;
}
#entry-container #payment_select .content_box .payment.p-login{
  margin-top: 7px;
}
#entry-container #payment_select .content_box .payment.p-login .pay_box>p {
  padding: 11px 37px;
}

@media screen and (max-width: 740px) {
  /* payment_select */
  #entry-container #entry-container #payment_select {
    margin: 20px;
  }
  #payment_ttl p ,
  #entry-container #payment_select p {
    font-size: 14px;
  }
  #payment_ttl.ttl_box {
    margin-bottom: 7px;
    text-align: center;
  }
  #payment_ttl .ttl {
    font-size: 21px;
  }
  #payment_ttl .ttl span {
    margin-bottom: 3px;
    font-size: 15px;
  }
  #payment_ttl .ttl {
    margin-bottom: 10px;
    font-weight: bold;
  }
  #entry-container #payment_select .content_box .g-line {
    margin-top: 7px;
  }
  #entry-container #payment_select .content_box .g-line p {
    padding: 0px 11px;
    font-weight: bold;
  }

  #entry-container #payment_select .content_box .payment {
    margin: -8px auto 7px;
  }
  #entry-container #payment_select .content_box .payment>p {
    width: 88%;
    font-size: min(4.3vw, 18px);
    font-weight: bold;
    left: 50%;
    transform: translate(-50%, 0);
  }
  #entry-container #payment_select .content_box .pay_box>p {
    width: 100%;
    padding: 23px 20px 7px;
    border: 1px solid #ffab4f;
    border-radius: 5px 5px 0 0;
    border-bottom: none;
    font-size: 15.5px;
    line-height: 23px;
  }
  #entry-container #payment_select .content_box .pay_box .pay_btn {
    width: 100%;
    background-color: #fff9f2;
    border: 1px solid #ffab4f;
    border-top: none;
    border-radius: 0 0 5px 5px;
  }
  #entry-container #payment_select .content_box .pay_box .amazon_btn {
    padding: 14px 27px;
  }
  #entry-container #payment_select .content_box .pay_box .amazon_btn a {
    display: block;
    margin: auto;
    max-width: 200px;
  }
  #entry-container #payment_select .content_box .pay_box .login_btn {
    padding: 13px 25px;
  }
  #entry-container #payment_select .content_box .pay_box .amazon_btn .amazon_btn_inner,
  #entry-container #payment_select .content_box .pay_box .login_btn p {
    margin: auto;
    max-width: 200px;
  }
  #entry-container #payment_select .content_box .payment.c-card .pay_box {
    border: 1px solid #ffab4f;
    border-radius: 5px;
  }
  #entry-container #payment_select .content_box .payment.c-card .pay_box>p {
    border-radius: 5px;
  }
  #entry-container #payment_select .content_box .payment.p-login{
    margin-top: 7px;
  }
  #entry-container #payment_select .content_box .payment.p-login .pay_box>p {
    padding: 11px 20px 9px;
  }
}

#entry-container .contents_h2.required:after {
  display: inline-block;
  width: 38px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 70%;
  color: #fff;
  background: #e94629;
  border-radius: 4px;
  vertical-align: 2px
}

#entry-container .contents_h2.required:after {
  content: "必須";
  margin-left: 8px;
}
