#ssm-container .content {
	margin: 1rem auto 3rem;
}

@media only screen and (min-width: 992px) {
	#ssm-container,
	.ssm-container {
		max-width: 39rem;
		margin-right: auto;
		margin-left: auto;
	}
}

.ssm-page-title {
	color: var(--d-gray);
}

table {
	border-collapse: collapse;
  border-spacing: 0;
}
table th {
	font-size: .875em;
}


form.confirm,	
form.regist {
	max-width: 100%;
	margin: 0 auto; }


.ssm-table-title {
	margin: 3rem 0 1.5rem;
}
.ssm-table-title .title {
	background-color: var(--d-gray);
	color: #FFF;
	font-size: .938rem;
	line-height: 1.5;
	letter-spacing: .04em;
	padding: .5em .75em;
	margin-bottom: .5em;
}
.ssm-table {
	width: 100%;
	margin: 1rem auto 3rem;
}
.ssm-table th {
	width: 11em;
	text-align: left;
	vertical-align: top;
	line-height: 1.5;
	padding: 1em;
	white-space: nowrap;
	color: var(--color2);
	border-bottom: 1px solid var(--border1);
}
.ssm-table th small,
.ssm-table th em {
  display: block;
  font-size: .75rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  color: var(--d-gray);
}
.ssm-table td {
	text-align: left;
	vertical-align: top;
	line-height: 1.5;
  padding: 1em;
  border: none;
  border-bottom: 1px solid var(--border1);
}

.ssm-table tr:last-child th,
.ssm-table tr:last-child td {
	border-bottom: none;
}

.ssm-table table th {
	padding: .25em .5em .25em 0!important;
	border-bottom: none;
	vertical-align: middle;
	color: var(--d-gray);
}
.ssm-table table td {
	padding: .25em 0 .25em .5em!important;
	border-bottom: none;
	vertical-align: middle;
}

.ssm-table td .help-block {
  margin-top: .75rem;
}

.ssm-table td .inline-field {
	width: auto;
	min-width: 126px;
	display: inline-block;
	margin-right: 4px;
}
.ssm-table td .flex-field {
	display: flex;
	flex-wrap: wrap;
}
.ssm-table td select {
	min-width: 80px;
	width: auto;
}
.ssm-table td input[type="number"] {
	width: 80px;
}
.ssm-table td input[type="text"] + input[type="text"] {
	margin-top: .5rem;
}
.ssm-table td input[type="radio"]:disabled,
.ssm-table td input[type="checkbox"]:disabled {
	opacity: .5;
}
input[type="checkbox"] + span,
input[type="radio"] + span {
  display: inline-block;
  line-height: 1.5;
  vertical-align: middle;
  margin-right: 2em;
}
label:last-of-type input[type="checkbox"] + span,
label:last-of-type input[type="radio"] + span {
  margin-right: 0;
}
input[type="checkbox"]:disabled + span,
input[type="radio"]:disabled + span {
  opacity: .5;
}
.ssm-table td .form-row {
	display: flex;
	align-items: center;
}
.ssm-table td .form-row > *:not(:first-child) {
  margin-left: .5em;
}
.ssm-table td .form-row .input-label {
	display: block;
	white-space: nowrap;
	margin-right: .5em;
	color: #aeb3bd;
}
.ssm-table td .checkbox-box,
.ssm-table td .radio-box {
  min-height: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
}
.ssm-table td .checkbox-box-caption,
.ssm-table td .radio-box-caption {
	line-height: 42px;
	font-size: 0.813rem;
	color: var(--d-gray);
	position: relative;
	z-index: 2;
}
.ssm-table td .checkbox-box-caption::before,
.ssm-table td .radio-box-caption::before {
	content: '';
  width: 100%;
  height: 1px;
  content: '';
  border-top: 1px dashed var(--border1);
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}
.ssm-table td .checkbox-box-caption > span,
.ssm-table td .radio-box-caption > span {
	display: inline-block;
	padding: 0 .5em;
	margin-left: 1.75em;
	background: #FFF;
}
.ssm-table td .checkbox-box-cap,
.ssm-table td .radio-box-cap {
  margin-left: 2em;
  margin-bottom: 8px;
  padding: .5em;
  border-radius: .25em;
  line-height: 1;
  font-size: 16px;
  background-color: var(--l-gray);
  color: var(--d-gray);
  position: relative;
  z-index: 2;
}
.ssm-table td .checkbox-box-cap > span,
.ssm-table td .radio-box-cap > span {
  display: block;
  font-size: 0.813rem;
}

@media only screen and (max-width: 575px) {
	.ssm-table-title,
	.ssm-table {
		width: 100vw;
		margin-right: -15px;
		margin-left: -15px; }
	.ssm-table-title .title {
		padding: .5em 15px;
	}
	.ssm-table-title p {
		padding: 0 15px;
	}
	.ssm-table th {
		width: 100%;
		display: block;
		line-height: 1.5;
		padding: .75em 1em 0;
		margin-bottom: .5rem;
		border-bottom: none; }
	.ssm-table td {
		display: block;
		padding: 0 1em 1em; }
	.ssm-table table th {
		display: table-cell;
		width: 50%;
		padding: .25em .5em .25em 0;
		border-top: none; }
	.ssm-table table td {
		display: table-cell;
		padding: .25em 0 .25em .5em; }
}
@media only screen and (min-width: 576px) {
	.ssm-table th {
		width: 30%; }
	.form_input .ssm-table th {
		padding: 1.8em 1em;
	}
	.form_input .ssm-table td {
		line-height: 44px;
	}
}

.ssm-table-order {
	width: 100%;
	margin: 1rem auto 3rem;
	border: 1px solid var(--border1);
	line-height: 1.5;
	border-radius: .25rem;
}
.ssm-table-order th {
	width: 9em;
	text-align: left;
	padding: .25em 1em;
	white-space: nowrap;
	color: var(--color2);
}
.ssm-table-order td {
	width: 100%;
	text-align: left;
  padding: .25em 1em;
}
.ssm-table-order td .help-block {
  margin-top: .5rem;
}
@media only screen and (max-width: 767px) {
	.ssm-table-order tr:first-child th,
	.ssm-table-order tr:first-child td {
		padding-top: 1em;
	}
	.ssm-table-order tr:last-child th,
	.ssm-table-order tr:last-child td {
		padding-bottom: 1em;
	}
}
@media only screen and (min-width: 768px) {
	.ssm-table-order {
		table-layout: fixed;
	}
	.ssm-table-order tr {
		display: table-cell;
		border-right: 1px solid var(--border1);
	}
	.ssm-table-order th {
		width: 11em;
		display: block;
		background-color: var(--l-gray);
	}
}

.ssm-table-box {
	width: 100%;
	margin: 1rem auto 3rem;
	background-color: var(--l-gray);
	line-height: 1.35;
	border-radius: .25rem;
}
.ssm-table-box + .ssm-table-box {
	margin: -2rem auto 3rem;
}
.ssm-table-box .ssm-table-header {
	border-bottom: 1px solid var(--border1);
}
.ssm-table-box .ssm-table-header th {
	font-size: .938rem !important;
	color: var(--d-gray);
}
.ssm-table-box a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}
.ssm-table-box th {
	width: 9rem;
	font-size: .813rem;
	text-align: left;
	padding: .25rem 1rem;
	white-space: nowrap;
	color: var(--color2);
}
.ssm-table-box td {
	text-align: left;
  padding: .25rem 1rem;
  word-break: break-all;
}
.ssm-table-box tr:first-child th,
.ssm-table-box tr:first-child td {
	padding-top: 1rem;
}
.ssm-table-box tr:last-child th,
.ssm-table-box tr:last-child td {
	padding-bottom: 1rem;
}
.ssm-table-box td .help-block {
  margin-top: .5rem;
}
@media only screen and (min-width: 768px) {
	.ssm-table-box th {
		width: 11em;
	}
}


::placeholder {
  color: #bdbdbd;}
::-ms-input-placeholder {
  color: #bdbdbd;}
:-ms-input-placeholder {
  color: #bdbdbd;}



.ssm-alert {
	padding: 1rem;
	margin: 1rem 0 2rem;
	border: 1px solid var(--border1);
	font-size: .938rem;
	line-height: 1.8;
	border-radius: .25rem;
}
.ssm-alert.ssm-alert-error {
	border-left-width: 4px;
	border-color: var(--red);
	color: var(--red);
}
.ssm-alert-title {
	font-size: 1.175rem;
	font-weight: 600;
}
.ssm-scroll-box {
	max-height: 180px;
	overflow-y: auto;
}
.ssm-alert >*:not(:last-child) {
  margin-bottom: .5rem;
}

.ssm-alert a {
	color: var(--l-blue);
}
.ssm-alert .ssm-alert-footer {
  display: flex;
  justify-content: center;
}
.ssm-alert label {
	display: flex;
	align-items: center;
	margin: 0 auto;
}
.ssm-alert input[type="checkbox"] {
  width: 1.5em;
  height: 1.5em;
  margin: 0 .5em 0 0;
  border-color: transparent;
  background-color: #ffeeee;
  position: relative;
}
.ssm-alert input[type="checkbox"]::before {
  content: '';
  display: block;
  width: .75em;
  height: .5em;
  border-left: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-75%) rotate(-45deg);
  opacity: 1;
}
.ssm-alert input[type="checkbox"]:checked::before {
  opacity: 1;
}
.ssm-alert input[type="checkbox"]:checked {
  border-color: transparent;
  background-color: currentColor;
}
.ssm-alert input[type="checkbox"] + span {
  margin-right: 0;
}


.form-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  margin: 0 -.5rem;
}
.form-buttons .btn:disabled {
	background-color: var(--l-gray);
  color: var(--gray);
}
.form-buttons .btn:disabled:hover {
	animation: hurueru .6s forwards;
}
@keyframes hurueru {
  0%   { transform: translate(0, 0); }
	5%   { transform: translate(-5px, -0); }
	10%  { transform: translate(5px, 0); }
	15%  { transform: translate(-5px, -0); }
	20%  { transform: translate(5px, 0); }
	25%  { transform: translate(-5px, -0); }
	30%  { transform: translate(0, 0); }
	100% { transform: translate(0, 0); }
}


.term-checkBox {
	padding: .75rem 0 1.5rem;
}
.term-checkBox a {
	color: var(--l-blue);
}

/*********************
modal
*********************/
.detail-box {
	display: -webkit-flex;
	display: flex; }
.detail-box > *{
	width: 50%; }
.detail-box img{
	vertical-align: bottom; }
@media only screen and (max-width: 767px){
	.detail-box {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap; }
	.detail-box > *{
		width: 100%; }
}

/*********************
STEP BAR
*********************/
.stepbar {
	max-width: 46rem;
  margin: 3rem auto 2rem;
  padding: 0;
  counter-reset: step;
  z-index: 0;
  position: relative;
}
.stepbar li {
  list-style-type: none;
  width: 25%;
  font-size: 12px;
  font-weight: 400;
  padding: 0;
  position: relative;
  text-align: center;
  color: var(--gray);
}
.stepbar li:before {
  display: block;
  width: 30px;
  height: 30px;
  font-weight: 700;
  line-height: 26px;
  content: counter(step);
  counter-increment: step;
  text-align: center;
  font-style: normal;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: #FFF;
  border: 2px solid currentColor;
}
.stepbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  border-top: 2px solid var(--l-gray2);
  position: absolute;
  top: 15px;
  left: 0;
  z-index: -1;
}


.stepbar li.current {
  color: var(--color2);
  font-weight: 700;
}
.stepbar li.current:before {
  border-color: var(--color2);
  background-color: var(--color2);
  color:#fff;
}


/*********************
cancel / payment select
*********************/
.online-select-list {
  list-style: none;
  margin: 1rem 0 3rem;
}
.online-select-list li {
  margin: 0 0 .25em;
}
.online-select-list li a {
  display: block;
  text-decoration: none;
  border: 1px solid transparent;
  background: var(--l-gray);
  color: inherit;
  padding: .5rem .75rem;
  border-radius: 0.25rem;
}
.online-select-list li a:hover {
  border-color: var(--black);
}
