@charset "UTF-8";

/*================

　フォーム-SP

==================*/


/*
　table
==================*/

/*罫線テーブル*/
/*table.lineTable th {
	width: 30%;
  padding-right: 5%;
}*/

/*入力テーブル*/
table.formTable th,
table.formTable td,
table.confirmTable th,
table.confirmTable td {
	display:block;
}
table.formTable th,
table.confirmTable th {
	padding: 8px 0;
	width:auto;
  line-height: 1.4;
}
table.formTable td,
table.confirmTable td {
	padding: 0 0 10px 0;
  border-top: none;
}
table.formTable th small.sp {
  margin-left: 1em;
  display: inline-block;
}
table.formTable td input + small.pc {
  display: none;
}
.cardEditBox h4 {
	font-size: 16px;
  font-weight: bold;
}
.cardEditBox .registered table.confirmTable tr {
	display: block;
	padding: 10px 0;
}
.cardEditBox .registered table.confirmTable tr::after {
	content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}
.cardEditBox .registered table.confirmTable tr:last-child {
	border-top: 1px dotted #ccc;
	margin: 0;
}
.cardEditBox .registered table.confirmTable th {
	border: none;
	float: left;
	padding: 0;
	width: 50%;
}
.cardEditBox .registered table.confirmTable td {
	border: none;
	float: right;
	padding: 0;
	width: 50%;
}
/*table.formTable tr:last-child td {
	padding: 0;
}*/


/*
　入力フォーム
===============================*/
/*エラー*/
#errorHead {
  padding: 5%;
}
#errorBody ul li {
  margin: 20px 5% 20px 10%;
}
/*編集系ボタン*/

/*入力フォーム*/
.customSelect {
  /*height: 32px;*/
  height: 36px;
  box-sizing: border-box;
}
.customSelect select {
  /*padding: 8px 30px 8px 8px;
  font-size: 14px;*/
  padding: 7px 30px 7px 8px;
  font-size: 16px;
  line-height: 1em;
  vertical-align: top;
}
form input[type="text"],
form input[type="password"],
form input[type="email"],
form input[type="url"],
form input[type="number"],
form input[type="tel"] {
	width: 100%;
	box-sizing: border-box;
  font-size: 16px;
  -webkit-appearance: none;
  border-radius: 5px;
}
form input.inputName{
	width: 48%;
	margin: 0 1%;
}
form input.inputPostal {
	width: 9em;
}
/*form input.inputConfirm{
   width : 85% ;
   width : -webkit-calc(100% - 5em) ;
   width : calc(100% - 5em) ;
   box-sizing:border-box;
}*/
.inputConfirm + span {
  display: none;
}
form input.txtSecurityCode {
  width: 30%;
}
form textarea {
  width: 100%;
	box-sizing: border-box;
  font-size: 16px;
  -webkit-appearance: none;
  border-radius: 5px;
}

/*編集系ボタン*/
.btnEdit.iconEdit input {
  display: inline-block;
  width: 36px;
  height: 36px;
  padding: 34px 0 0 !important;
  line-height: 1.6;
  overflow: hidden;
  background-position: center center;
}

/*
　アクションボタン
===============================*/
.btnAction input {
	width: 90%;
	min-width: inherit;
	padding: 0;
	height: 70px;
	line-height: 50px;
  font-weight:normal;
}

/*
　下部ボタン
===============================*/
.containerButton {
  width: 80%;
  margin: 25px auto 0;
}
.containerButton > * {
  margin: 0 auto;
}
.containerButton .btn {
  max-width: 100%;
  font-size: 16px;
  padding: 1em 0;
  -webkit-appearance: none;
  border-radius: 0;
}
