input, button, textarea, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	outline: none;
	background: transparent;
	color: #000000;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	box-sizing: border-box;
	cursor: pointer;
	font-size: 1.2rem;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

input::placeholder {
  color: #cacaca;
}

/* IE */
input:-ms-input-placeholder {
  color: #cacaca;
}

/* Edge */
input::-ms-input-placeholder {
  color: #cacaca;
}

select.sp_default_select {
    height: 3.5em;
    width: 100%;
	border-radius: 0px;
    border: solid 1px #ccc;
    background: url(../images/sp/select_btn.gif) no-repeat right 5px center;
	background-size:contain;
	background-color: #FFF;
    padding-right: 25px;
    padding-left: 10px;
	font-size: 1rem;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"]
 {
	border: 1px solid #ccc;
	background: #ffffff;
	font-size: 100%;
	padding: 5px 10px;
	height: 45px;
	box-sizing: border-box;
	border-radius: 0 !important;
	width: 100%;
}
input[type="checkbox"] {
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    border: solid 2px #ccc;
    margin: 0;
}
input[type="radio"] {
    border-radius: 8px;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    border: solid 2px #ccc;
    margin: 0;
}
input[type="radio"], input[type="checkbox"], input[type="check"] {
    padding: 5px;
    line-height: 1.5;
    margin-right: 0.5em;
}
input[type="radio"]:checked, input[type="checkbox"]:checked {
	background-color: #333 !important;	
}
input:-webkit-autofill{
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
}
.gray_input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset;
}
input.gray_input {
	background-color: #f7f7f7;
	border: none;
}
input.formL {
	height: 45px;
}
.select_n {
	overflow: hidden;
	width: 100%;
	position: relative;
	border: 1px solid #cccccc;
	background: #ffffff;
}
.select_n select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 9px 38px 9px 8px;
	color: #666666;
}
.select_n select::-ms-expand {
    display: none;
}
.select_n::before {
	position: absolute;
    top: 0.5em;
    right: 0.5em;
    width: 25px;
    height: 25px;
    display: inline-block;
    padding: 0;
    content: '';
    background: url(../images/sp/select_btn.gif) no-repeat center center;
    background-size: contain;
    pointer-events: none;
}
.select_n select {
	
}
.select_row {
	display: flex;
	flex-wrap: wrap;
}
.select_row li {
	width: 31%;
	margin-right: 1.5%;
}
textarea {
	width: 100%;
	border: 1px solid #cccccc;
	padding: 10px;
	box-sizing: border-box;
}
.w_full {
	width: 100%;
	box-sizing: border-box;
}
.w_semi {
	width: 70%;
	box-sizing: border-box;
}
.w_half {
	width: 40%;
	box-sizing: border-box;
}
.w_third {
	width: 28%;
	box-sizing: border-box;
}
.w_mini {
	width: 22%;
	box-sizing: border-box;
}
.form_entry dt {
	margin-bottom: 12px;
	font-weight: bold;
}
.form_entry dd {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: #CCC 1px solid;
}
.form_entry label {
	line-height: 23px;
}
.form_add_addr {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.form_add_addr li {
	margin-right: 5%;
	width: 15%;
}
.form_add_addr li label {
	line-height: 29px;
	width: 100%;
	display: block;
}
.form_add_addr li:first-child {
	width: 70%;
}
.form_add_addr li:last-child {
	margin-right: 0px;
}
.form_add_addr li:nth-child(3) {
	width: 5%;
}
.select_deliv_date {
	display: flex;
	flex-wrap: wrap;
}
.select_deliv_date p {
	line-height: 28px;
	margin-bottom: 0;
    padding-top: 7px;
	width: 30%;
}
.select_deliv_date .w_half {
	width: 68%;
}
input.disabled_input {
	background-color: #D1D1D1;
	pointer-events : none;
}
a.btn_black_mini, input[type="submit"].btn_black_mini {
    width: 100%;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    padding: 3px;
    display: block;
    background: #686868;
    cursor: pointer;
    -webkit-transition: opacity 0.5s ease-in;
    -moz-transition: opacity 0.5s ease-in;
    border: none;
    box-sizing: border-box;
}
.kiyaku_text {
	height: 40vh;
}
.margin_none {
	margin-bottom: 0 !important;
}
.inline_select {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.select_n {
	overflow: hidden;
	width: 100%;
	position: relative;
	border: 1px solid rgba(0, 0, 0, 0.16);
	background: #ffffff;
	height: 42px;
	display: inline-block;
	vertical-align: bottom;
}
.select_n select {
	width: 100%;
	height: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.select_n select::-ms-expand {
    display: none;
}
.select_n::before {
	position: absolute;
	top: 1.5em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.select_n select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}
.select_row {
    display: flex;
    flex-wrap: wrap;
}
.select_row li {
    width: 25%;
    margin-right: 1.5%;
}
.w_full {
	width: 310px !important;
}
.w_half {
	width: calc(50% - 5px) !important;
}
.w_third {
	width: calc(33% - 5px) !important;
}
.w_short {
	width: 45% !important;
}
.w_shorter {
	width: 100px !important;
}
.w_search {
	width: calc(100% - 37px) !important;
}

input[type="radio"]:checked, input[type="checkbox"]:checked {
    background-color: #333 !important;
}
input[type="radio"], input[type="checkbox"], input[type="check"] {
    padding: 5px;
    line-height: 1.5;
    margin-right: 0.5em;
}
input[type="radio"] {
    border-radius: 9px;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    border: solid 2px #ccc;
    margin: -3px 5px 0 0;
}
input[type="checkbox"] {
    border-radius: 2px;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    border: solid 2px #ccc;
    margin: -2px 5px 0 0;
}
.form_list,
.form_list_underline {
	margin-top: 30px;
}
.form_list dt,
.form_list_underline dt {
	font-weight: 300;
	margin-bottom: 10px;
}
.form_list dd {
	margin-bottom: 25px;
}
.form_list_underline dd {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: #e3e3e3 1px solid;
}
input.disabled_input {
    background-color: #D1D1D1 !important;
    pointer-events: none;
}
.form_address_input .select_n {
	margin-bottom: 5px;
}
.form_list label {
	display: block;
	margin-bottom: 10px;
}
.form_list label input {
	margin-right: 15px;
}