@charset "utf-8";

/*
 * form styles
 */
.form-twice-column,.form-thrice-column,.form-fourth-column {_height: 1px;min-height: 1px;}
.form-twice-column:after,.form-thrice-column:after,.form-fourth-column:after {height: 0;visibility: hidden;content: ".";display: block;clear: both;} 
 

.form-regulation {
  border: 1px solid #e6e6e6;
  padding: 15px;
  margin-top: 10px;
  overflow: auto;
  height: 300px;
}
@media screen and (max-width: 767px) {
  .form-regulation { height: 200px; }
}

.form-regulation-title {
  padding-bottom: 3px;
}
.form-regulation-description {
  text-indent: 30px;
}
.form-regulation-list {
  padding-left: 30px;
}

.form-table {
  width: 890px;
  margin: 30px auto 0;
}
@media screen and (max-width: 940px) {
  .form-table {
    width: 100%;
    margin-top: 15px;
  }
}
.form-table th,.form-table td {
  padding: 20px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  vertical-align: middle;
}
.form-table th {
  width: 270px;
  font-weight: bold;
  font-size: 16px;
}
.form-table td { width: 560px; }
@media screen and (max-width: 767px) {
  .form-table th,.form-table td {
    display: block;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .form-table td {
    background-color: #fff;
    padding: 10px 5px;
  }
}

.form-table input[type=text],
.form-table input[type=tel],
.form-table input[type=password]  {
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  padding: 5px 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


.form-table input.error-input[type=text],
.form-table input.error-input[type=tel],
.form-table input.error-input[type=password] { border-color: #e01c1c; }

.form-table input[type=radio],
.form-table input[type=checkbox] {
  display: inline-block;
  width: 20px;
}



.form-table select {
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  padding: 5px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: .01px;
  text-overflow: "";
  font-size: 18px;
  border-radius: 0;
  position: relative;
  background: #fff url(../images/icon_select_pulldown.png) center right no-repeat;
  cursor: pointer;
}
.form-table label { cursor: pointer; }
@media all and (-ms-high-contrast:none){
  .form-table select { background-image: none; }
}

.form-essential {
  color: #e01c1c;
  position: absolute;
  right: 0;
  top: 0;
}

/* 3/4 更新 */
.form-regulation-styles {
  padding: 20px 20px 0;
}
.form-regulation-styles-list { 
  padding: 10px 20px;
  line-height:1.5;
}
/* 3/4 更新 */
@media screen and (max-width: 760px) {
  .form-regulation-styles {
    padding: 10px 5px;
  }
  .form-regulation-styles-list {
    padding: 15px 0;
  }
}

.error-message {
  border: 1px solid #e01c1c;
  background: #fce8e8;
  padding: 5px 10px;
  position: absolute;
  bottom: calc(100%);
  color: #e01c1c;
  font-weight: bold;
  top: auto;
  margin-bottom: 8px;
  transition: all 0.3s ease;
  width: auto !important;
}
.error-message:before,.error-message:after {
  content: "";
  position: absolute;
  bottom: -14px;
  left : 15px;
  border: 7px solid transparent;
  border-top-color: #fce8e8;
  z-index: 2;
}
.error-message:after {
  bottom: -16px;
  left: 14px;
  border: 8px solid transparent;
  border-top-color: #e01c1c;
  z-index: 1;
}
@media screen and (max-width: 760px) {
  .error-message { width: 95%; }
  .error-message.error-rightside:before {
    left: 50%;
    margin-left: 21px;
  }
  .error-message.error-rightside:after {
    left: 50%;
    margin-left: 20px;
  }
}
.error-message02 {
  margin: 10px 20px;
  border: 1px solid #e01c1c;
  background: #fce8e8;
  padding: 5px 10px;
  color: #e01c1c;
  font-weight: bold;
  width: auto !important;
}
.form-twice-column .one-column {
  float: left;
  width: 48.5%;
}
.form-twice-column .one-column.btn-right_only:first-child {
  text-align: right;
  float: right;
  margin-right: 0;
}

.form-twice-column .one-column.btn-center_only:first-child {
  text-align:center;
  float:none;
  margin-left:auto;
  margin-right:auto;
}

.form-twice-column .one-column:first-child { margin-right: 3%; }

.form-thrice-column .one-column {
  float: left;
  width: 31%;
  margin-left: 3.2%;
}

.form-thrice-column .one-column:first-child { margin-left: 0; }
.form-fourth-column .one-column {
  float: left;
  width: 22%;
  margin-left: 3.5%;
}

@media screen and (max-width: 760px) {
.form-thrice-column .one-column { width: 95%; 
  clear:both;
  width: 100%;
  margin-left: 0%;
}
}

.form-fourth-column .one-column:first-child { margin-left: 0; }
.form-fourth-column .one-column.minisize {
  float: left;
  width: 8%;
  font-weight: bold;
}

.form-fourth-column .one-column.minisize_next,
.form-thrice-column .one-column.minisize_next {
  width: 100%;
  margin-bottom:5px;
  font-weight: bold;
}

.form-fourth-column .one-column.minisize p { padding-top: 5px; }
.form-fourth-column .one-column.double-column { width: 48%; }

.right_text-column input[type=text],
.right_text-column input[type=tel],
.right_text-column select {
  width: 75%;
  float: left;
}

.right_text-column p {
  width: 25%;
  float: left;
  text-align: center;
  padding-top: 6px;
}
.form-table .form-hyphen-mode .one-column { margin: 0; }
.form-hyphen-mode .hyphen-column {
  float: left;
  width: 3%;
  text-align: center;
  padding-top: 5px;
}
.form-table .form-hyphen-mode.form-fourth-column .hyphen-column { width: 4%; }

.form-table .one-column.full-column { width: 100%; }

.description-input_attentions { font-size: 12px; }

@media screen and (max-width: 760px) {
  #zipcode-column input[type=text] { width: 80%; }
  .form-table .is-sp-half_size { width: 48%; }
  .form-table .minisize { width: 100%; }
  .form-table .is-sp-full_size { width: 100%; }
  .form-table .is-sp-fourth-column .is-sp-half_size:nth-child(2n+1) { margin-left: 0; }
}

.form-agreement-check { font-size: 18px; }
.confirm-column { font-size: 16px; }
#telephone_contact img {
	margin: 0 auto;
	display: block;
}
#telephone_contact_sp { display: none; }
@media screen and (max-width: 760px) {
  #telephone_contact { display: none; }
  #telephone_contact_sp { display: block; }
  #telephone_contact_sp .all_support,#telephone_contact_sp .customer_center {
    background: url(../images/bg_sp_telephone01.jpg) no-repeat;
    background-size: cover;
    padding-top: 39%;
    width: 100%;
    margin: 15px 0;
    border: 1px solid #ddd;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }
  #telephone_contact_sp .customer_center {
    background: url(../images/bg_sp_telephone02.jpg) no-repeat;
    background-size: cover;
    margin: 0;
  }
  #telephone_contact_sp .all_support p,#telephone_contact_sp .customer_center p {
    position: absolute;
    top: 42%;
    left: 17%;
    font-size: 40px;
  }
}
@media screen and (max-width: 600px) {
  #telephone_contact_sp .all_support p,#telephone_contact_sp .customer_center p {
    font-size: 36px;
    top: 40%;
  }
}
@media screen and (max-width: 480px) {
  #telephone_contact_sp .all_support p,#telephone_contact_sp .customer_center p {
    font-size: 32px;
    top: 40%;
  }
}
@media screen and (max-width: 420px) {
  #telephone_contact_sp .all_support p,#telephone_contact_sp .customer_center p {
    font-size: 28px;
    top: 38%;
  }
}
@media screen and (max-width: 360px) {
  #telephone_contact_sp .all_support p,#telephone_contact_sp .customer_center p {
    font-size: 22px;
    top: 40%;
  }
}

.prefectures-layout .one-column {
  margin-left: 0;
  width: 20%;
}
.prefectures-text { font-weight: bold; }
@media screen and (max-width: 940px) {
  .prefectures-layout .one-column { width: 25%; }
}
@media screen and (max-width: 760px) {
  .prefectures-layout .one-column { width: 33%; }
}

.img-size{
	width:48%;
	height:auto;
	margin-right:2%;
}

.innerbox .form-table{
	margin:0px;
	width:100%;
}

.innerbox p{
	padding-left:20px;
}
@media screen and (max-width: 940px) {
  .form-table .one-column label {
    padding: 2px 5px 5px;
    display: inline-block;
  }
}
@media screen and (max-width: 760px) {
  .sp-thrice-column .one-column {
    width: 31%;
    float: left;
    clear: none;
    margin-left: 2%;
  }
  .sp-two-column .one-column {
    width: 48%;
    float: left;
    clear: none;
    margin-left: 2%;
  }
}
.logo-card {
  display: block;
  font-size: 0;
  line-height: 0;
  width: 100%;
}
.img-securitycode {
  -webkit-backface-visibility: hidden;
  display: block;
  font-size: 0;
  line-height: 0;
  width: 100%;
}

.creditcard-column {
  float: left;
  width: 67%;
  margin-left: 2%;
}
@media screen and (max-width: 760px) {
  .creditcard-column {
    clear: both;
    float: none;
    width: 100%;
    padding-top: 7px;
    margin-left: 0;
  }
}

/*1月28追加*/
.attention-message {
  margin: 30px 0 0;
  border: 1px solid #e6db55;
  background: #ffffe0;
  padding: 5px 10px;
  color: #333333;
  font-weight: bold;
  width: auto !important;
}

/* 3/4追加 */
.form-table.mt10 {
	margin-top:10px;
}
