body {
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans","BIZ UDPGothic",Meiryo,sans-serif;
  /*font-feature-settings: "palt";	letter-spacing: 1px;
  text-transform: none !important;
  line-height: 1.8em;
  font-size: 16px;*/
}

.btn-primary {
    color: #fff;
    background-color: #00b0f0;
    border-color: #00b0f0;
}

.btn-primary:hover {
    color: #fff;
    background-color: #00b0f0;
    border-color: #00b0f0;
}

.btn-primary:active {
    color: #fff;
    background-color: #00b0f0;
    border-color: #00b0f0;
}

.btn-primary:disabled {
    color: #fff;
    background-color: #00b0f0;
    border-color: #00b0f0;
}

a {
    color: #00b0f0;
}

.sidebar-wrapper .metismenu .mm-active>a, .sidebar-wrapper .metismenu a:active, .sidebar-wrapper .metismenu a:focus, .sidebar-wrapper .metismenu a:hover {
    color: #00b0f0;
}

.sidebar-wrapper .sidebar-header .logo-text {
    color: #00b0f0;
}

.toggle-icon {
    color: #00b0f0;
}

label {
    display: block;
}

li {
    list-style: none;
    display: inline;
    vertical-align: top;
    /* margin-right: 10px; */
}

.wrapper .page-content-wrapper {
    margin-top: 65px;
}

.input-group>.form-control,
.input-group>.form-select {
    width: auto;
}

.auto_form_3 {
display: -moz-flex;
flex-wrap: wrap;
align-items: stretch;	
width: 100%;
border: 1px solid #ccc;
border-bottom: none;
}

.auto_form_3 div {
    justify-content: flex-start;
    display: flex;
}

.auto_form_3 div dt {
    min-width: 3em;
    /*左に寄せる*/
    float: left ;
    /*後続の左寄せを解除*/
    clear: left ;
    width: 200px ;
    background: #f5f5f5;
	padding: 8px 5px 8px 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.auto_form_3 div dd {
    margin: 0;
    float: left ;
    background: #fff;
	padding: 8px 5px 8px 10px;
	width: calc(100% - 150px);
	border-bottom: 1px solid #ccc;
}

.d-grid {
    column-gap: 10px;
    grid-template-columns: 1fr 1fr;
}

.radio_image img {
    font-size: 12px;

}

.radio_image .form-check-label {
    font-size: 12px;

}

#uma_form_check .row>*{
    padding-right: 0px;
    padding-left: 0px;
}
    

/***　↓　calender　↓　***/
.calender table {
    width: 100%;
    caption-side: top;
}

.calender table th {
    background: #eeeeee;
	font-size: 80%;
    color: #333;
    width: 14%;
}

.calender table th, .calender table td {
    border: 1px solid #cccccc;
    text-align: center;
    padding: 10px 5px;
    font-weight: bold;
}
/***　↑　calender　↑　***/


.input-group-text {
    /*border-radius: 0.25rem !important;*/
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.btn-xs {
    padding: 0rem 0.5rem;
}

.nav-link {
    padding: 0.5rem 0.4em;
}

html.semi-dark .sidebar-wrapper .sidebar-header img {
    filter: none;
}

.auto_form_3 div dt img , .auto_form_3 div dd img{
    width: 100%;
}

.auto_form_3 div dt {
    width: 200px;
}

.auto_form_3 div dd {
    width: calc(100% - 200px);
}

@media screen and (max-width: 575px){
    .d-flex {
        display: block!important;
    }

    .mb-0 {
        margin-bottom: 1rem!important;
    }

    .wrapper .page-content {
        padding: 1rem;
    }

    .px-5 {
        padding-right: 1rem!important;
        padding-left: 1rem!important;
    }

    .auto_form_3 div dt {
        width: 100px;
    }

    .auto_form_3 div dd {
       width: calc(100% - 100px);
    }
}

