@charset "UTF-8";

/*====================================================================
  共通CSS
====================================================================*/

/*--------------------------------------------------------------------
  ボタン
--------------------------------------------------------------------*/
button.custom:disabled {
	opacity: .6;
	cursor: default;
}

button.custom {
	cursor: pointer;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

button.custom:hover {
  opacity: .6;
}

button.c-btn__back {
  font-size: 100%;
}

a.custom-disabled {
	opacity: .6;
	cursor: default;
}

/*--------------------------------------------------------------------
  ゼロ件
--------------------------------------------------------------------*/
.no-data-wrap {
	text-align: center;
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

/*--------------------------------------------------------------------
  エラー画面
--------------------------------------------------------------------*/
.c-content__error-message {
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  padding-top: 50px;
}

.c-content__error-code {
  color: #828b94;
  text-align: center;
}

.c-content__retry-message {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 80px;
}
