@charset "UTF-8";

.is-invalid {
  border-color: #dc3545 !important;
  padding-right: 2.25rem !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.invalid-feedback {
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color:#dc3545;
}

.alert-success{
	color: #fff;
	background-color: #28a745;
	border-color: #23923d;
}

.alert-danger{
	color: #fff;
	background-color: #dc3545;
	border-color: #d32535;
}

.alert-warning{
	color: #1f2d3d;
	background-color: #ffc107;
	border-color: #edb100;
}

.alert{
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
}

a[disabled]{
	pointer-events: none;
    opacity: 0.5;
	background-color: #808080;
}

button[disabled]{
	pointer-events: none;
    opacity: 0.5;
	background-color: #808080;
}

.common_btn_links {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 55px;
	border-radius: 10px;
	color: #ffffff;
	font-weight: bold;
	font-size: 18px;
}

.form_submit {
	display: flex;
	/* align-items: center; */
	gap: 10px;
}

.order_form_submit button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 85px;
	height: 40px;
	border-radius: 10px;
}

.form_success{
    color: #28a745;
	margin-bottom: 20px;
	padding: 10px 5px;
	border: 1px solid #28a745;
	font-weight: bold;
	background-color: #fff;
}

.alert_note{
    color: #f24f4f;
    margin-bottom: 1em;
}

.form_required {
	display: block !important;
	margin-bottom: 20px !important;
	padding: 10px 5px !important;
	border: 1px solid #f24f4f !important;
	color: #f24f4f !important;
	font-weight: bold !important;
}

.disp_derivery_caution{
	display: block !important;
	margin-bottom: 20px !important;
	padding: 10px 5px !important;
	color: #f24f4f !important;
	font-weight: bold !important;
}

.disp_derivery_caution .caution_detail{
	margin-left:2rem;
}

.pager {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
.pager_list {
	list-style: none;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.pager_list_item {
	position: relative;
	z-index: 1;
	margin-right: -1px;
	margin-bottom: -1px;
}
.pager_list_item-prev {}
.pager_list_item > a {
	text-decoration: none;
	color: inherit;
	min-width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	box-sizing: border-box;
	padding: 3px 5px;
	color: #4C9FB5;
	caret-color: rgba(255, 255, 255, 0);
	font-size: 14px;
	font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
	transition-duration: .3s;
	transition-property: background-color, color;
	border: 1px solid #D9D9D9;
}

.pager_list_item:nth-last-child(n+2) > a{
	/* border-right: none; */
}
.pager_list_item-prev > a {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.pager_list_item-disabled > a{
	color: #B5B5B5;
	pointer-events: none;
}
.pager_list_item > a:hover {
	background-color: #4C9FB5;
	color: #fff;
}
.pager_list_item > a > .icon {
	display: block;
	font-size: 10px;
}
.pager_list_item-current {}
.pager_list_item-current > a {
	background-color: #4C9FB5;
	color: #fff;
	pointer-events: none;
}
.pager_list_item-prev > a > .icon {
	transform: rotate(180deg);
}
.pager_list_item-next {
    margin-right: 0;
}
.pager_list_item-next > a {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.pager_list_item-next > a > .icon {}

.detaillink {
	color:#fff;
}

.button_style {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 280px;
	height: auto;
	border-radius: 10px;
	color:#fff;
}

input[type="password"] {
	display: inline-block;
	width: 100%;
	max-width: 100%;
	padding: 6px 16px;
	border: solid 1px #d0d0d0;
	border-radius: 5px;
	box-sizing: border-box;
	font-size: inherit;
	line-height: 1.5;
	vertical-align: middle;
	outline: none;
}

.reset_button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    height: auto;
    border-radius: 10px;
    background-color: #000;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    color: #fff;
	margin-top: 10px;
}

.deteNav_cell > input[type="text"]{
	display: inline-block;
	width: 90%;
	max-width: 100%;
	padding: 6px 16px;
	border: solid 1px #d0d0d0;
	border-radius: 5px;
	box-sizing: border-box;
	font-size: inherit;
	line-height: 1.5;
	vertical-align: middle;
	outline: none;
}

.cnt_entry_note  a {
	color: #007bff;
}

.terms_area{
	position: relative;
	padding: 30px 40px 40px;
	border: #e0e0e0 1px solid;
	border-radius: 30px;
	background: #ffffff;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.deteNav_sign{
	margin-left:-1rem;
}

.order_form_submit{
	padding-top: 10px;
}