@charset "utf-8";
html, body {
	width: 100vw;
	height: 100vh;
}
body {
	overscroll-behavior-y: none;
	color:#fff;
	min-height: 100vh;
}
body * {
	font-size: 14px;
	color:#030339;
}
.login-page {
	background:#f6f6f6;
}
.my_modal {
	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_modal_collection_select {
	text-align:center;
	height:3em;
	line-height:3em;
	background:#fff;
	cursor:pointer;
}
.my_modal_collection_select span {
	font-size:15px;
	margin-left: 0.75em;
}
.left_box{
	position:absolute;
	left:10px;
}
.left_box select{
	width:100px;
}
.right_box{
	position:absolute;
	right:10px;
}
.right_box select{
	width:100px;
}
.my_parent {
	position:relatvie;
}
.my_title {
	margin: 20px;
	font-weight: bold!important;
	font-size: 1.1em;
}
.my_title2 {
	margin: 10px;
	font-weight: bold!important;
	font-size: 1.1em;
}
.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:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	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:#347FC2;
	display:inline-block;
}
.my_p_img {
	width:100%;
	height:200px;
	object-fit: cover;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius: 8px;
}
img.sp_kaku {
	margin:0 0.5em 0 0;
	width:100px;
	height:100px;
	object-fit:cover;
	float:left;
}
.sp_btn_maru {
	margin:1em auto;
	display:inline-block;
	width:64px;
	height:64px;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	background:#347FC2;
}
.sp_btn_maru img {
	object-fit:cover;
}
.sp_pagination tr td {
	padding: 0.75rem;
}
.my_date {
	color:#333;
}
.backf {
	background: #fff;
}
.fcolorB {
	color: #347FC2;
}
.fcolorR {
	color: #ff0000;
}
.fontB {
	font-weight: bold;
}
.fcolorCashflow {
	color: #347FC2;
}
.not_radius {
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}
.radius8 {
	-moz-border-radius:8px!important;
	-webkit-border-radius:8px!important;
	border-radius:8px!important;
}
.arrow_next:after {
	font-family: 'icomoon' !important;
	content: "\e902";
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -12px;
}
.list-group-item {
	border: 1px solid rgba(0,0,0,.05);
}
.no_data {
	width: 96%;
	margin:0 auto;
}
.my_list-group {
	width: 96%;
	margin:0 auto 2em auto;
}





.toolbar {
	text-align:center;
    background-color: #fff;
    background-image: none;
}
.toolbar * {
    font-size: 13px;
}
.back-button {
	margin-left: 1em;
}
.back-button__icon {
	color:#000;
    fill:#000;
	cursor: pointer;
}
.back-button__icon svg {
    height: 12px;
}
.back-button__label {
	color:#000;
}
.my_invalid-feedback {
  margin: 0 0 1em 0;
  color: red;
}
.fas, .far {
  margin-right:0.5em;
}
.my_alert {
	border: solid 1px #ccc;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius: 8px;
	padding: 0.5em;
	margin: 0.5em 0;
}

.my_footer {
	margin: 6px auto 0 auto;
	background-color:#fff;
	height:44px;
}
.my_footer ul {
	width: 100%;
	height:44px;
	margin:0 auto;
	padding:0;
}
.my_footer ul li {
	margin:0;
	width:19.2%;
	text-align:center;
	display:inline-block;
	text-decoration:none;
	height:44px;
	line-height:1.5em;
	font-size:11px;
	cursor:pointer;
	color:#B2BDC6;
}
.my_footer ul li i {
	display: block;
	font-size: 18px;
}
.my_footer ul li.active, .my_footer ul li.active i {
	color: #347FC2;
}
.my_link {
  cursor: pointer;
}
.my_link .far, .my_link .fas {
  color: #347FC2;
}
.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:4px;
	-webkit-border-radius:4px;
	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:#347FC2;
	display:inline-block;
}
.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;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	background:#347FC2;
}
.sp_btn_maru img {
	object-fit:cover;
}
.list-group-item {
  position: relative;
  border-bottom: none;
  border-left: none;
  border-right: none;
}
li:first-child.list-group-item {
  border-top: none;
}
.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;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
  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;
}
.fcolorB {
	color: #347FC2;
}
.fcolorR {
	color: #ff0000;
}
.fontB {
	font-weight: bold;
}
.fcolorCashflow {
	color: #347FC2;
}
.my_link {
	cursor:pointer;
}
.table td, .table th {
	padding-right:0;
	padding-left:0;
}
.my_table {
	width:100%;
	border-collapse: collapse;
}
.my_emphasize {
	font-size: 120%!important;
	font-weight:bold!important;
}
.w96 {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
.w98 {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}
.popup_img {
	cursor:pointer;
}
.img-fluid {
	margin:0 auto;
}
.fukidashi p {
	margin-bottom:0;
	margin-left:0.5em;
}
img.logo {
	width:60%;
	max-width:200px;
	margin:0 auto 30px auto;
}
.toolbar {
	height:54px;
	padding-top:12px;
}
.toolbar+.page__background+.page__content {
	top:54px;
	margin-top: 10px;
}
.btn {
	font-size: 1em;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	padding-top: 0;
	padding-bottom: 0;
}
.btn-sm {
	height: 2.5em;
	line-height: 2.5em;
}
.btn-primary, .btn-success {
	background: #347FC2;
}
.btn-danger i {
	color:#fff;
}
.btn-outline-primary {
	border-color:#347FC2;
	color:#347FC2;
}
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle,
.btn-success:hover,
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle,
.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #347FC2;
	border-color: #347FC2;
}
#btn_memo_add i {
	color:#347FC2;
}
.clearfix:after{content:"";display:block;height:0;visibility:hidden;clear:both;}.clearfix{display:inline-table;}* html .clearfix {height:1%;}.clearfix{display:block;}
