@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : common_for,m.css
 author     : Ability Consultant
 style info : 共通フォーム
=================================================================== */
.con_form .box_form {
  margin-bottom: 60px;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_form .box_form {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_form .box_form {
    margin-bottom: 1.75em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_form .box_form {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_form .box_form {
    margin-top: 1em;
  }
}
.con_form .box_form table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.con_form .box_form table th {
  padding: 1em;
}
@media only screen and (min-width: 768px) {
  .con_form .box_form table th {
    text-align: left;
  }
}
@media print {
  .con_form .box_form table th {
    text-align: left;
  }
}
@media only screen and (min-width: 1025px) {
  .con_form .box_form table th {
    width: 25%;
  }
}
@media print {
  .con_form .box_form table th {
    width: 25%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_form .box_form table th {
    width: 32%;
  }
}
.con_form .box_form table th span {
  color: #cf8e02;
  font-weight: normal;
  padding: 0 .5em;
  margin-right: 1em;
  float: right;
  font-size: 100%;
}
.con_form .box_form table td {
  padding: 1em 2.5em;
}
@media only screen and (min-width: 1025px) {
  .con_form .box_form table td {
    width: 75%;
  }
}
@media print {
  .con_form .box_form table td {
    width: 75%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_form .box_form table td {
    width: 68%;
  }
}
@media only screen and (max-width: 767px) {
  .con_form .box_form table td {
    padding: 1em;
  }
}
.con_form .box_form table td ul {
  display: flex;
  flex-wrap: wrap;
}
.con_form .box_form table td ul li {
  margin-right: 1em;
}
.con_form .box_form table td .text_att {
  color: #cf8e02;
  margin-top: 8px;
  line-height: 1.3;
  font-size: 86%;
}
.con_form .box_form table td .text_erroe {
  color: #ff0000;
  margin-bottom: 8px;
  line-height: 1.3;
  width: 100%;
}
.con_form .box_form table input {
  padding: 0.7em;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  border: 1px solid #e4e4e2;
  border-radius: 3px;
}
@media only screen and (min-width: 1025px) {
  .con_form .box_form table input {
    max-width: 500px;
  }
}
@media print {
  .con_form .box_form table input {
    max-width: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_form .box_form table input {
    max-width: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .con_form .box_form table input {
    max-width: 100%;
    width: 100%;
    display: block;
  }
}
.con_form .box_form table input::placeholder {
  color: #d4d4d4;
}
.con_form .box_form table input::-ms-input-placeholder {
  color: #d4d4d4;
}
.con_form .box_form table input::-ms-input-placeholder {
  color: #d4d4d4;
}
.con_form .box_form table select {
  width: 100%;
  padding: 0.7em;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  border: 1px solid #e4e4e2;
  border-radius: 3px;
}
@media only screen and (min-width: 1025px) {
  .con_form .box_form table select {
    max-width: 395px;
  }
}
@media print {
  .con_form .box_form table select {
    max-width: 395px;
  }
}
@media only screen and (max-width: 767px) {
  .con_form .box_form table .nickname input {
    width: 100%;
  }
}
.con_form .box_form table .name td {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.con_form .box_form table .name td .txt {
  float: left;
  margin-right: .5em;
}
@media only screen and (max-width: 767px) {
  .con_form .box_form table .name td .txt {
    float: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_form .box_form table .name td .txt {
    margin-top: .5em;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_form .box_form table .name td .txt {
    margin-right: 0;
    width: 100%;
  }
}
.con_form .box_form table .name td label {
  margin-right: .5em;
}
@media only screen and (max-width: 767px) {
  .con_form .box_form table .name td input {
    width: 100%;
  }
}
.con_form .box_form table .zipcode input {
  max-width: 80px;
}
@media only screen and (max-width: 767px) {
  .con_form .box_form table .zipcode input {
    max-width: 25%;
  }
}
.con_form .box_form table .zipcode p.zipimg {
  margin-top: .5em;
}
.con_form .box_form table .zipcode p.zipimg img {
  margin-right: .5em;
  cursor: pointer;
}
.con_form .box_form table .zipcode p span {
  margin-left: .5em;
}
.con_form .box_form table .zipcode p .under_line {
  text-decoration: underline;
}
.con_form .box_form table .zipcode p .mini {
  margin-left: 0;
  font-size: 86%;
}
@media only screen and (max-width: 767px) {
  .con_form .box_form table .group_name input {
    width: 100%;
  }
}
.con_form .box_form table .group_name.tel {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .con_form .box_form table .group_name.tel input {
    max-width: 95%;
  }
}
.con_form .box_form table .tel input {
  max-width: 100px;
}
@media only screen and (max-width: 767px) {
  .con_form .box_form table .tel input {
    max-width: 30%;
  }
}
.con_form .box_form table .country select {
  max-width: 200px;
  margin-bottom: .5em;
}
@media only screen and (max-width: 767px) {
  .con_form .box_form table .country select {
    max-width: 100%;
  }
}
.con_form .box_form table .country input {
  width: 300px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .con_form .box_form table .country input {
    width: 100%;
  }
}
.con_form .box_form table .country .txt {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_form .box_form table .country .txt {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_form .box_form table .country .txt {
    margin-top: 0.5em;
  }
}
.con_form .box_form table .email input {
  display: block;
  width: 400px;
  margin-bottom: .5em;
}
@media only screen and (max-width: 767px) {
  .con_form .box_form table .email input {
    width: 100%;
  }
}
.con_form .box_form table .age select {
  max-width: 180px;
}
@media only screen and (max-width: 767px) {
  .con_form .box_form table .age select {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_form .box_form table .pass input {
    width: 100%;
  }
}
.con_form .box_form table .address input, .con_form .box_form table .city input {
  display: block;
  width: 400px;
  margin-bottom: .5em;
}
@media only screen and (max-width: 767px) {
  .con_form .box_form table .address input, .con_form .box_form table .city input {
    width: 100%;
  }
}

@media only screen and (min-width: 1025px) {
  #overseas .tel input, #shipping_overseas .tel input, #order_overseas .tel input {
    max-width: 500px;
  }
}
@media print {
  #overseas .tel input, #shipping_overseas .tel input, #order_overseas .tel input {
    max-width: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #overseas .tel input, #shipping_overseas .tel input, #order_overseas .tel input {
    max-width: 250px;
  }
}

@media only screen and (min-width: 768px) {
  .con_cre_mes {
    font-size: 108%;
  }
}
@media print {
  .con_cre_mes {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .con_cre_mes {
    font-size: 93%;
  }
}
.con_cre_mes .txt_mes_int {
  margin-top: 1.5em;
}
.con_cre_mes .box_ann_list {
  margin-top: 1em;
  border: 6px solid #FDD9DB;
  padding: 2em 3em;
}
@media only screen and (max-width: 767px) {
  .con_cre_mes .box_ann_list {
    padding: 1em 1.5em 1em 2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_cre_mes .box_ann_list {
    border-width: 4px;
  }
}
@media only screen and (max-width: 767px) {
  .con_cre_mes .box_ann_list {
    border-width: 3px;
  }
}
.con_cre_mes .box_ann_list li {
  color: #f00;
}
.con_cre_mes .box_ann_list li:before {
  content: "";
  display: inline-block;
  width: 0.25em;
  height: 0.25em;
  margin-right: 0.75em;
  background-color: #f00;
  border-radius: 50%;
  line-height: 0;
}
.con_cre_mes .box_ann_list .tit_cre span {
  color: #f00;
  font-weight: bold;
  margin-bottom: 1.5em;
  display: block;
}
.con_cre_mes .box_error {
  margin-top: 0.5em;
}
.con_cre_mes .box_error li:before {
  content: "";
  display: inline-block;
  width: 0.25em;
  height: 0.25em;
  margin-right: 0.75em;
  background-color: #313131;
  border-radius: 50%;
  line-height: 0;
}
.con_cre_mes .txt_pls_tel {
  margin-top: 1em;
}
.con_cre_mes .box_cre_btn {
  border: 6px solid #e8d081;
  padding: 2em;
  margin-top: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_cre_mes .box_cre_btn {
    border-width: 4px;
  }
}
@media only screen and (max-width: 767px) {
  .con_cre_mes .box_cre_btn {
    border-width: 3px;
  }
}
.con_cre_mes .box_cre_btn .st_times {
  display: flex;
  line-height: 1.5em;
  justify-content: flex-start;
}
@media only screen and (min-width: 768px) {
  .con_cre_mes .box_cre_btn .st_times {
    font-size: 129%;
  }
}
@media print {
  .con_cre_mes .box_cre_btn .st_times {
    font-size: 129%;
  }
}
@media only screen and (max-width: 767px) {
  .con_cre_mes .box_cre_btn .st_times {
    font-size: 115%;
  }
}
.con_cre_mes .box_cre_btn .st_times span {
  padding: 0 1.25em;
  background-color: #ffdada;
}
@media only screen and (max-width: 767px) {
  .con_cre_mes .box_cre_btn .st_times span {
    padding: 0 0.5em;
  }
}
.con_cre_mes .box_cre_btn .txt_times {
  margin-top: 0.5em;
}
.con_cre_mes .box_cre_btn .btn {
  margin-top: 1em;
}
.con_cre_mes .box_cre_btn .btn input {
  max-width: 100%;
}
.con_cre_mes .btn_back {
  margin-top: 60px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_cre_mes .btn_back {
    margin-top: 1em;
  }
}
.con_cre_mes .box_btn {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .con_cre_mes .box_btn {
    margin-top: 1em;
  }
}
.con_cre_mes .box_btn input + input {
  margin-left: 1.5em;
}
