.fs06{
	font-size:0.6rem;
}
.fs07{
	font-size:0.7rem;
}
.fs08{
	font-size:0.8rem;
}
.fs09{
	font-size:0.9rem;
}
.fs10{
	font-size:1rem;
}
.fs11{
	font-size:1.1rem;
}
.fs12{
	font-size:1.2rem;
}
.fs13{
	font-size:1.3rem;
}
.fs14{
	font-size:1.4rem;
}
.fs15{
	font-size:1.5rem;
}
.fs16{
	font-size:1.6rem;
}
.fs17{
	font-size:1.7rem;
}
.fs18{
	font-size:1.8rem;
}
.fs19{
	font-size:1.9rem;
}
.fs20{
	font-size:2.0rem;
}
.fs21{
	font-size:2.1rem;
}
.fs22{
	font-size:2.2rem;
}
.fs23{
	font-size:2.3rem;
}
.fs24{
	font-size:2.4rem;
}
.fs25{
	font-size:2.5rem;
}
.fs26{
	font-size:2.6rem;
}
.fs27{
	font-size:2.7rem;
}
.fs28{
	font-size:2.8rem;
}
.fs29{
	font-size:2.9rem;
}
.fs30{
	font-size:3.0rem;
}


.alert-notice {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb;
}

.alert-notice hr {
	border-top-color: #abdde5;
}

.alert-notice .alert-link {
	color: #062c33;
}

.alert-alert {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

.alert-alert hr {
	border-top-color: #f1b0b7;
}

.alert-alert .alert-link {
	color: #491217;
}


html {
	background-color: #8fc31f;
}

.container {
	max-width: 40rem !important;
}

div, h1, h2, h3, h4, h5, p, a, li, dt, dd, th, td, label {
	font-family: 'Yu Gothic Middiam','ヒラギノ角ゴシック','Hiragino Sans';
	color: #595757;
}

th, td {
	vertical-align: middle !important;
	padding: .25rem !important;
}

input, select {
	border-color: #595757 !important;
}

input:disabled {
	color: #888;
}

ul, ol {
	padding-left: 1.5rem !important;
	margin-bottom: 0 !important;
}

p {
	margin-bottom: 0;
}

table a {
	display: inline-block;
	margin-bottom: .2rem;
}

img{
	max-width:100%;
}

.bg-main{
	background-color: #8fc31f;
}

.bg-content{
	background-color: #efefef;
}

.bg-yellow{
	background-color:#aab679;
}

.bg-red{
	background-color:#d4987e;
}

.bg-green{
	background-color:#67a3a7;
}

.bg-gray{
	background-color: #9fa0a0;
}

.bg-fast {
	background-color: rgba(207,0,92,0.5);
}

.bg-slow {
	background-color: rgba(0,129,171,0.5);
}


.btn-main {
	color: #fff;
	background-color: #7cb814;
	border-color: #7cb814;
}

.btn-outline-main {
	color: #7cb814;
	border: 1px  solid #7cb814;
}

.btn-main:hover {
	color: #fff;
	background-color: #52a923;
	border-color: #52a923;
}

.btn-outline-main:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #7cb814;
}

.w-btn {
	width: 11rem;
}


.w-index {
	width: 15rem;
}

.bdr-index {
	position: relative;
	padding-left: 1.5em;
}

.bdr-index:before {
	position: absolute;
	content: " ";
	display: block;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: 2px solid #52a923;
	border-right: 2px solid #52a923;
	top: 0.4em;
	left: 0;
	width: 0.5em;
	height: 0.5em;
}

[data-balloon]:after {
	font-size: .8rem !important;
	font-weight: bold !important;
}

.bdr-login {
	position: relative;
}

.bdr-login::before {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: 1px solid #595757;
	top: .75em;
	width: 40%;
}

.bdr-login::after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: 1px solid #595757;
	top: .75em;
	right: 0;
	width: 40%;
}

.header_bar{
    height:48px;
}
.header_bar .header_logo{
    position:absolute;
    width:100%;
    z-index:100;
}
.header_bar .float-right{
    position:relative;
    z-index:120;
}
.header_bar .float-left{
    position:relative;
    z-index:120;
}

.ml-header {
	margin-left: 4.9rem;
}

.mr-header {
	margin-right: 3.35rem;
}

.mx-header {
	margin-left: 1.55rem;
}

.mt-login {
	margin-top: .8rem;
}

.w-btn-group {
	width: calc(100% + 32px);
}

.btn-group-vertical>.btn:hover, .btn-group>.btn:hover {
	z-index: 0 !important;
}


.footer{
	bottom:0;
}

.text-main{
	color: #7cb814;
}

.text-yellow{
	color:#aab679;
}

.text-red{
	color:#d4987e;
}

.text-green{
	color:#67a3a7;
}

.text-blue{
	color:#005cbf;
}

.text-gray{
	color: #9fa0a0;
}

.text-fast {
	color: #cf005c;
	opacity: 1;
}

.text-slow {
	color: #0081ab;
	opacity: 1;
}

.border, .border-bottom, .border-top{
	border-color:#595757 !important;
}

.border-bottom-main{
	border-bottom: 1px solid #7cb814 !important;
}

.border-bottom-yellow{
	border-bottom: 1px solid #aab679 !important;
}

.border-bottom-red{
	border-bottom: 1px solid #d4987e !important;
}

.border-bottom-green{
	border-bottom: 1px solid #67a3a7 !important;
}

.border-bottom-gray{
	border-bottom: 1px solid #9fa0a0 !important;
}

.border-bottom-fast {
	border-bottom: 1px solid #cf005c !important;
	opacity: 0.5;
}

.border-bottom-slow {
	border-bottom: 1px solid #0081ab !important;
	opacity: 0.5;
}

#canvas{


}

nav.fixed-top {
	z-index: 2;
}
flashes {
	z-index: 3;
}

.nav-tabs {
	border-bottom: 1px solid #7cb814;
}

.nav-tabs .nav-link {
	border-color: #595757 #595757 transparent !important;
	background-color: #C9CACA;
	border-bottom-color: #7cb814 !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	border-color: #7cb814 #7cb814 transparent !important;
	background-color: #efefef;
	color: #7cb814;
}

.nav-tabs .nav-link.active{
	font-weight:bold;
}


.smooth {
	padding-top: 2rem;
	margin-top: -2rem;
}

.rounded-left {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.rounded-right {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.dropdown ul.dropdown-menu {
	z-index: 1 !important;
	padding-left: 0 !important;
}

.dropdown ul.dropdown-menu button.dropdown-item {
	padding-left: .5rem;
	padding-right: .5rem;
}

.dropdown-toggle::before {
	display: inline-block;
	position: absolute;
	content: "";
	top: 1px;
	right: 1px;
	width: 1.4rem;
	height: calc(100% - 2px);
	background-color: #fff;
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
}

.dropdown-toggle::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: .5rem;
	margin: auto;
}

.overflow {
	min-width: 100%;
	max-width: 100%;
	max-height: 15.5rem;
	overflow-y: auto;
	overflow-x: hidden;
}


.new {
	top: 3.75rem;
	right: .5rem;
}

.w-10 {
	width: 10%;
}

.w-20 {
	width: 20%;
}

.w-30 {
	width: 30%;
}

.w-40 {
	width: 40%;
}

.w-60 {
	width: 60%;
}

.w-70 {
	width: 70%;
}

.w-80 {
	width: 80%;
}

.w-group {
	width: calc(100% - 4.5rem);
}


div#accordion div.nav-link {
	cursor: pointer;
}

div.collapsed svg {
	transform: rotate(180deg);
}

div svg {
	transform: rotate(0deg);
}

.form-control:focus, .btn {
	box-shadow: none !important;
}
form .field_with_errors input,
form .field_with_errors input,
form .field_with_errors select
{
	border-color:#ff253a !important;
	background-color:#f8d7da;
}

.chart-container {
	position: relative;
	width: 100%;
	height: 12rem;
}


@media (min-width: 768px) {
    .nav-tabs {
        padding: 0 calc(50% - 19.5rem) !important;
    }
}
@media (max-width: 576px) {
    .form-inline.birthday .form-control {
        display: inline-block  !important;
        width:auto;
    }
}
