/**/
html, body {
    width: 100vw;
    height: 100vh;
}
.toolbar {
	background:linear-gradient(to bottom, #2e466e 5%, #415989 100%);
	background-color:#2e466e;
	color:#ffffff;
	text-shadow:0px 3px 0px #263666;
	text-align:center;
  height: 44px;
}
.toolbar img {
	height:80%;
	max-height:80%;
  padding-bottom: 2px;
}
.toolbar .left, .toolbar .right {
  width: 44px;
}
.toolbar .center {
  width: calc(100% - 88px);
  text-align: center;
}
.my_invalid-feedback {
  margin: 0 0 1em 0;
  color: red;
}
.back-button__icon {
	fill:#fff;
}
.back-button__label {
	color:#fff;
	cursor:pointer;
}
.fas, .far {
  margin-right:0.5em;
}
.my_alert {
  border: solid 1px #ccc;
  border-radius: 8px;
  padding: 0.5em;
  margin: 0.5em 0;
}
.my_modal {
	background:skyblue;
	box-shadow: -12px 0px 14px -7px #91bcc2;
	position:fixed;
	left:0;
	top:0;
	height:100%;
	margin-top:3em;
	padding:0 2em 0 2em;
	background:#fff;
}
.my_modal * {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.my_modalbox{
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100%;
}
.my_modal__bg{
	background: rgba(0,0,0,0.8);
	height: 100vh;
	position: absolute;
	width: 100%;
}
.my_modal__content{
	background: #fff;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	left: 50%;
	padding: 40px;
	position: absolute;
	top: 40%;
	transform: translate(-50%,-40%);
	width: 90%;
}
.my_modal_base {
	position:relative;
	width:100%;
}
.my-modal-ico-close {
	top: -30px;
	right: -24px;
	color:#000;
	position:absolute;
	cursor:pointer;
}
.my_footer {
	border-top:solid 1px #ccc;
	background-color:#fff;
	height:44px;
}
.my_footer ul {
	height:44px;
	margin:0;
	padding:0;
	background:linear-gradient(to bottom, #2e466e 5%, #415989 100%);
	background-color:#2e466e;
}
.my_footer ul li {
	margin:0;
	width:19.2%;
	text-align:center;
	display:inline-block;
	text-decoration:none;
	height:44px;
	line-height:44px;
	font-size:13px;
	cursor:pointer;
	border-right:solid 1px #ccc;
	color:#fff;
}
.my_footer ul li:last-child {
	border-right:none;
}
.left_box{
	position:absolute;
	left:10px;
}
.left_box select{
	width:110px;
}
.right_box{
	position:absolute;
	right:10px;
}
.right_box select{
	width:110px;
}
.my_p_img {
	width:100%;
	height:180px;
	object-fit: cover;
  cursor: pointer;
}
.my_link {
  cursor: pointer;
}
.my_link .far, .my_link .fas {
  color: #0000ff;
}
img.sp_kaku {
	margin:0 0.5em 0 0;
	width:60px;
	height:60px;
	object-fit:cover;
	float:left;
}
.my_parent {
	position:relatvie;
}
.my_sw_link {
	padding:0;
	list-style:none;
	width:300px;
}
.my_sw_link li {
	display:inline-block;
}
.my_sw_link li:first-child {
	margin-right:0;
}
.my_sw_link li:last-child {
	margin-left:0;
}
.my_sw_label {
	color: #aaa;
	background:#ddd;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:4px;
	text-align: center;
	display: inline-block;
	padding: 5px 0px;
	margin-right:2%;
	margin-bottom:1em;
	width:10em;
}
.my_sw_label:hover {
	color: #fff;
	background:#78c2ff;
	cursor: pointer;
}
form input[type="radio"]:checked + .my_sw_label,
form input[type="checkbox"]:checked + .my_sw_label,
.my_sw_label.on{
	color: #fff;
	background:#3490dc;
	display:inline-block;
}
.my_modal_collection_select {
	text-align:center;
	height:3em;
	line-height:3em;
	background:#fff;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	font-size:24px;
	cursor:pointer;
}
.select2 option{
	line-height: calc(2.25rem + 6px)!important;
}
.select2-container .select2-selection--single {
	height: calc(2.25rem + 2px);
}
.select2-selection__arrow {
	line-height: calc(2.25rem + 2px);
	margin-top:6px;
}
.offline {
	display: table;
	width:100%;
	height:100%;
	text-align:center;
}
.offline img {
	width:80px;
}
.vertical-middle {
  display:table-cell;
  vertical-align:middle;
}
.vertical-middle p {
    text-align: center;
}
.no_cursor {
  cursor: default;
}
.sp_btn_maru {
	margin:1em auto;
	display:inline-block;
	width:64px;
	height:64px;
	border-radius:50%;
	background:#007dc1;
}
.sp_btn_maru img {
	object-fit:cover;
}
.list-group-item {
  position: relative;
}
.list-group-item label.choice {
  position: absolute;
  display: block;
  top:0;
  text-indent: 2em;
  height:100%;
  width:100%;
  line-height:3em;
  cursor:pointer;
}
#myloading {
  display:none;
  position: absolute;
  top: 0;
  left: 0;
  width:100%;
  height:100vh;
  background: rgba(0, 0, 0, 0.6);
}
#myloading .block {
  margin: 0 auto;
  width: 40px;
  display: flex;
  justify-content: space-between;
}
#myloading .circle {
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 50%;
  animation: myloading 1s infinite;
}
#myloading .circle:nth-child(2) {
  animation-delay: 0.1s;
}
#myloading .circle:nth-child(3) {
  animation-delay: 0.2s;
}

@keyframes myloading {
  0% {
    transform: scale(0.1);
  }
  100% {
    transform: scale(1);
  }
}
#myloading .container {
  display: flex;
  height: 100vh;
  justify-content: space-around;
  align-items: center;
}
