@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css");
*{
    font-family: 'Noto Sans JP', Arial,'Helvetica Neue',Helvetica,sans-serif;
}

/*@font-face {*/
/*    font-family: 'FontAwesome';*/
/*    src: url('../../fonts/fontawesome-webfont.eot?v=4.4.0');*/
/*    src: url('../../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/

.container-max-width {
    max-width: 760px;
}

.badges-outline {
    text-align: center;
}

.office-body {
    padding-bottom: 0px;
    border-bottom:1px solid rgba(0, 0, 0, 0.125);
}

.office-body-content {
    display: -webkit-box;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding:0;
    height: 60px;
}

.show{
     display: block;
 }
.hide {
    display: none;
}

body {
    font-size: 14px;
    font-weight: 400;
    position: relative;
}
a{
    text-decoration: underline !important;
}
a.nav-link,
a.btn,
a.btn-sm,
a.btn-lg
{
    text-decoration: none !important;
}
a:hover, a:active{
    text-decoration: none;
}
.font-400{
    font-weight: 400;
}
.font-500{
    font-weight: 500;
}
.font-600{
    font-weight: 600;
}
.m-bottom-10{
    margin-bottom: 10px;
}
.m-bottom-5{
    margin-bottom: 5px;
}
.m-bottom-15{
    margin-bottom: 15px;
}
h4.single-text{
    font-size: 14px;
}
.menu-auto-center{
    margin-left: auto;
    margin-right: auto;
}
.container-height{
    /*min-height: 100vh;*/
}
.logo-name{
    font-size: 20px;
    font-weight: bold;
    padding: .2em;
    float: left;
}
.logo-name img{
    width: 150px;
}

.logo-footer{
    font-size: 20px;
    font-weight: bold;
    padding: .2em;
}
.logo-footer img{
    width: 170px;
}

.mess-urgent {
    max-height: 100px;
    overflow-y: auto;
}
.content-header{
    position: relative;
    border-bottom: 1px solid #ebebeb;
    padding: 10px;
    min-height: 50px;
}
h1.heading-title{
    padding: 0px 0px;
    font-size: 24px;
    font-weight: bold;
    margin: 0px;
}
.content-header nav{
    position: absolute;
    top: 10px;
    right: 0px;

}
.content-header nav ol{
    background: none;
    margin-bottom: 0px;
    padding: .5rem 1rem;
}
.logo-name a{
    color: #FFF;
}
header.navbar{
    padding: 0px;
    z-index: 10;
    position: sticky;
    top: 0;
    background: #FFF;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
}
.content-inner{
    padding-top: 10px;
    padding-bottom: 10px;
}
.breadcrumb li{
    font-size: 12px;
}
ul.nb-right{
    padding-right: 10px;
}
ul.nb-right > li > a::after{
    display: none;
}
header li.dropdown.dropdown-message.show {
    position: static;
}
header li.dropdown.dropdown-message.show .dropdown-menu {
    border-radius: 0 0 5px 5px;
    margin-top: 0px;
    width: 100%;
    left:0;
    right:0;
    font-size: 14px;
    position: absolute;
}

header li.dropdown.dropdown-message.show .dropdown-menu ul > li{
    border-bottom: 1px solid #ebebeb;
    padding: 5px 10px;
}
header li.dropdown.dropdown-message.show .dropdown-menu ul > li.last{
    border-bottom-color: transparent;
}
header li.dropdown.dropdown-message.show .dropdown-menu .quick-access{
    padding: 5px 10px;
}
header .navbar-nav{
    display: inline;
}
header .navbar-nav > li{
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 0;*/
    float: left;
}
#myMenu{
    position: absolute;
    top: 0;
    right: 5px;
}
.navbar-nav .nav-link{
    padding: .7em .3em;
}

@media (min-width: 1432px) {
    .navbar-nav .nav-link{
        padding: .7em .5em;
    }
}

.menu-pc{
    position: relative;
    padding-top: 0px;
}
header.menu-pc .navbar-nav > li.nav-item{
    padding: 10px;
}
header .menu-pc .navbar-nav > li.nav-item:hover{
    background: #3c8dbc;
}
header .menu-pc .navbar-nav > li.nav-item:hover a > div{
    color: #fff;
}
header .menu-bar{
    font-size: 30px;
    float: left;
    line-height: 27px;
    color: #FFF;
}
header .menu{
    display: none;
    margin-right: 5px;
}
header .name_mobi{
    float: right;
    width: 140px;
    padding: 10px 0px;
    display: none;
}
header .menu .dropdown-toggle::after{
    content: "";
    display: none;
}
header .account_name{
    position: absolute;
    top: 20px;
    font-weight: bold;
}
header .account_name{
    left: 170px;
}
header .account_login{
    font-weight: bold;
}
header .menu-right{
    padding-right: 10px;
    padding-top: 10px;
}
header .menu.show .dropdown-menu {
    border-radius: 0;
    margin-top: -1px;
    width: 100%;
    left:0;
    right:0;
    font-size: 14px;
    position: absolute;
    padding: 0px;
    border: 0px;

}
header .menu.show a.dropdown-item{
    border-bottom: 1px solid #ebebeb;
}

footer{
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
.main-footer{
    text-align: center;
    width: 100%;
    color: #fff;
    overflow: hidden;
}
.link_footer{
    margin: 10px 0;
}
.link_footer a{
    text-decoration: underline;
}
.box-title{
    padding: 10px 0 15px 0;
    background: #367fa9;
}

.main-footer > .box-title {
    background: #0fb9c6 !important;
}

.back-to-history {
    position: fixed;
    bottom: 70px;
    left: -1px;
    z-index: 1;
    background: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0px;
}

.back-to-top {
    position: fixed;
    bottom: 88px;
    right: 25px;
    display: none;
    border: none;
    line-height: 22px;
    z-index: 9999;
}
.back-to-top span{
    width: 40px;
    height: 40px;
    font-size: 32px;
}
a.back-to-top:focus {
    outline: none;
}

.back-to-down {
    position: sticky;
    bottom: 45px;
    border: none;
    display: none;
    line-height: 22px;
    z-index: 9999;
    float: right;
}
.back-to-down span{
    width: 110px;
    height: 40px;
    border-radius: 80px;
    font-size: 14px;
    background: #0fb9c6;
}
a.back-to-down:focus {
    outline: none;
}
.overlay {
    position: fixed;
    z-index: 1;
    opacity: 0.5;
    background: #000000;
    transition: opacity 200ms ease-in-out;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;

}

.list-message,.tab_link{
    margin: 0px;
    padding-left: 0;
}
.list-message li{
    border-bottom: 1px solid #e9e3e3;
    min-height: 50px;
}
.msg_read{
    background: #ccc;
}
.tab_link{
    overflow: hidden;
}
.tab_link li{
    float: left;
    list-style: none;
}
.tab_link li a{
    margin-right: 5px;
    background: #ccc;
    padding: 2px 10px;
    border-radius: 2px;
    color: inherit;
}
.tab_link li a.active{
    background: #3c8dbc;
    color: #fff;
}
.sp_middle{
    padding: 5px 0;
    float: left;
}

select.form-control.paging{
    height: calc(1.3em + .9rem + 2px);
    border-radius: 0;
    border-left: transparent;
    padding: 2px 10px;
}

.file_font{
    text-align: center;
}
.file_font a{
    font-size: 12px;
    margin: 0 5px;
}
.title{
    color: #367fa9;
    border-bottom: 2px solid #3c8dbc;
    padding-bottom: 5px;
}
.underline{
    text-decoration: underline;
}
.remove-underline{
    text-decoration: none !important;
}

.form-search{
    background: #3c8dbc;
    padding: 5px 5px;
}
.btn-blue{
    background: #4ca6da !important;
    color: #fff;
}
.font-12{
    font-size: 12px !important;
}
.font-13{
    font-size: 13px !important;
}
.font-14{
    font-size: 14px;
}
.font-16{
    font-size: 16px;
}
.font-18{
    font-size: 18px;
}
.font-20{
    font-size: 20px;
}
.font-25{
    font-size: 25px;
}
.color-red{
    color: #FF0000;
}
.font-34{
    font-size: 34px;
}

.font-35{
    font-size: 35px;
}

.font-1{
    font-size: 1.2rem;
}

.font-50{
    font-size: 50px;
}

.top-5 {
    top: 5px;
}

.bottom-5 {
    bottom: 5px;
}

ul.list-unstyled a:hover,ul.list-unstyled a:focus{
    background: #3c8dbc;
    color: #fff;
}

.n-pagination {
    text-align: center;
}

.text-tips{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px;
    max-height: 16px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 1;
    -moz-box-orient: vertical;
    font-weight: 500;
    height: 16px;
}
.w-10{
    width: 10%;
}
.w-15{
    width: 15%;
}
.w-35{
    width: 35%;
}
.w-70{
    width: 70%;
}
table.custom tbody tr:first-child td{
    border-top: 0px;
}
.note{
    width: 16px;
    height: 16px;
    display: block;
    margin: 10px auto;
}
.note.star{
    background-image: url('../../images/icon/star-16.ico');
}
.note.star-blue{
    background-image: url('../../images/icon/star-blue.ico');
}
.label-form{
    background: #ebebeb;
    padding: 5px;
}
.value-form{
    padding: 5px;
}
.box-text{
    border: 1px solid #ced4da;
    padding: 0.375rem 0.5rem;
}
a.page-link{
    text-decoration: none !important;
}
a.page-link.disabled{
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.word-break{
    word-break: break-all
}

.heading-collapse i{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 30px;
    font-style: normal;
}
.heading-collapse i:before{
    content: "\f106";
}
.heading-collapse.collapsed i:before{
    content: "\f107";
}

.heading-collapse i.code{
    position: relative;
    top: 0px;
    left: 0px;
    font-size: 14px;
}
.heading-collapse i.code:before{
    /* - */
    content: "\f146";
}
.heading-collapse.collapsed i.code:before{
    /* + */
    content: "\f0fe";
}

@media (min-width: 768px) {
    .col-md-3-overwrite {
        flex: 0 0 25% !important;
        max-width: 25% !important;
        padding-right: 1px !important;
        padding-left: 1px !important;
    }

    .col-md-2-overwrite {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        padding-right: 1px !important;
        padding-left: 1px !important;
    }
}
.height-35 {
    height: 35px !important;
}
.height-45 {
    height: 45px !important;
}

.form-group.has-error.text-danger input.form-control{
    border: 1px solid #dc3545;
}

.form-group.has-error.text-danger select.form-control{
    border: 1px solid #dc3545;
}

/**
 common color setting
 */
/* background color */
.bg-event {
    background-color: #FF73A1 !important;
}

.badge-type{
    background-color: #ff781e;
    color: #FFFFFF;
}
.bg-message {
    background-color: #24d064 !important;
}
.pr-dealine {
    color: red;
}
.bg-lesson {
    background-color: #935FC7 !important;
}

.bg-my_page {
    background-color: #FBC941 !important;
}

.bg-baby_lesson {
    background-color: #08B7C4 !important;
}

.bg_procedure {
    background-color: #00A3EA !important;
}

.bg_job {
    background-color: #FF781E !important;
}

.bg-profile {
    background-color: #FF781E !important;
}

.bg-nenkan {
    background-color: #FF781E !important;
}

.bg-notice {
    background-color: #0FB9C6 !important;
}
.bg-order-last {
    background-color: #ffc715 !important;
}

.bg-card {
    background-color: #ffc107 !important;
}

.bg-photo {
    background-color: #eb5050 !important;
}
.bg-photo-cus {
    background-color: #F39595 !important;
}
.bg-inner-shop {
    width: 100%;
    height: 100px;
    background-image: url('../../images/inner_shop/shop_button.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.bg_regular_procedure{
    background-color: #0FB9C6 !important;
}

@media (min-width: 768px) {
    .bg-inner-shop{
        height: 200px; !important;
    }
}

.btn-inner_shop{
    background-color:#f2adca;
    color:#fff;
}
/* text color */
.text-event {
    color: #FF73A1 !important;
}

.text-message {
    color: #24d064 !important;
}

.text-lesson {
    color: #935FC7 !important;
}

.text-my_page {
    color: #FBC941 !important;
}

.text-baby_lesson {
    color: #08B7C4 !important;
}

.text-profile {
    color: #FF781E !important;
}

.text-nenkan {
    color: #FF781E !important;
}

.text-notice {
    color: #0FB9C6 !important;
}
.text-procedure {
    color: #00A3EA !important;
}
.text-job {
    color: #FF781E !important;
}
.text-photo {
    color: #be5050 !important;
}
.text-contract {
    color: #ea8e00 !important;
}

/* btn design */
.btn-event, .btn-outline-event:hover{
    color: #fff;
    background-color: #FF73A1 ;
    border-color: #FF73A1;
}

.btn-event:hover{
    color: #fff;
    background-color: #CC5C81;
    border-color: #CC5C81;
}

.btn-message, .btn-outline-message:hover{
    color: #fff;
    background-color: #24d064;
    border-color: #24d064;
}

.btn-message:hover{
    color: #fff;
    background-color: #1a9949;
    border-color: #1a9949;
}

.btn-lesson, .btn-outline-lesson:hover{
    color: #fff;
    background-color: #935FC7;
    border-color: #935FC7;
}

.btn-lesson:hover{
    color: #fff;
    background-color: #714999;
    border-color: #714999;
}

.btn-my_page, .btn-outline-my_page:hover{
    color: #000;
    background-color: #FBC941;
    border-color: #FBC941;
}

.btn-my_page:hover{
    color: #000;
    background-color: #997b28;
    border-color: #997b28;
}

.btn-baby_lesson, .btn-outline-baby_lesson:hover{
    color: #fff;
    background-color: #08B7C4;
    border-color: #08B7C4;
}

.btn-baby_lesson:hover{
    color: #fff;
    background-color: #068f99;
    border-color: #068f99;
}

.btn-profile, .btn-outline-profile:hover{
    color: #fff;
    background-color: #FF781E;
    border-color: #FF781E;
}

.btn-profile:hover{
    color: #fff;
    background-color: #994812;
    border-color: #994812;
}

.btn-nenkan, .btn-outline-nenkan:hover{
    color: #fff;
    background-color: #FF781E;
    border-color: #FF781E;
}

.btn-nenkan:hover{
    color: #fff;
    background-color: #994812;
    border-color: #994812;
}

.btn-assistance, .btn-outline-assistance:hover {
    color: #fff;
    background-color: #0fb9c6;
    border-color: #0fb9c6;
}

.btn-portal-primary, .btn-outline-portal-primary:hover {
    color: #fff;
    background-color: #0fb9c6;
    border-color: #0fb9c6;
}

.btn-portal-primary:hover {
    color: #fff;
    background-color: #0C9099;
    border-color: #0C9099;
}

.btn-photo-primary, .btn-photo-primary:hover {
    color: #fff;
    background-color: #0069d9 !important;
    border-color: #0069d9 !important;
}

/* btn outline design */
.btn-outline-event {
    color: #FF73A1 ;
    border-color: #FF73A1;
}

.btn-outline-message {
    color: #24d064;
    border-color: #24d064;
}

.btn-outline-lesson {
    color: #935FC7;
    border-color: #935FC7;
}

.btn-outline-my_page {
    color: #FBC941;
    border-color: #FBC941;
}

.btn-outline-baby_lesson {
    color: #08B7C4;
    border-color: #08B7C4;
}

.btn-outline-profile {
    color: #FF781E;
    border-color: #FF781E;
}

.btn-outline-nenkan {
    color: #FF781E;
    border-color: #FF781E;
}

.btn-outline-assistance {
    color: #0fb9c6;
    border-color: #0fb9c6;
}

.btn-outline-portal-primary {
    color: #0fb9c6;
    border-color: #0fb9c6;
}

/* border color*/
.border-event {
    border-color: #FF73A1 !important;
}

.border-message {
    border-color: #24d064 !important;
}

.border-lesson {
    border-color: #935FC7 !important;
}

.border-my_page {
    border-color: #FBC941 !important;
}

.border-baby_lesson {
    border-color: #08B7C4 !important;
}

.border-profile {
    border-color: #FF781E !important;
}

.border-nenkan {
    border-color: #FF781E !important;
}


/**
 jQuery Demo
*/

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}

/**
 Responsive Arrow Progress Bar
*/
.arrow-steps .step {
    font-size: 12px;
    text-align: center;
    color: #777;
    cursor: default;
    margin: 0 1px 0 0;
    padding: 10px 0px 8px 10px;
    width: 33%;
    float: left;
    position: relative;
    background-color: #DD9;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.arrow-steps .step a {
    color: #777;
    text-decoration: none;
}

.arrow-steps .step:not(:last-child):after,
.arrow-steps .step:before {
    content: "";
    position: absolute;
    top: 0;
    right: -16px;
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 17px solid #DD9;
    z-index: 1;
}

.arrow-steps .step:before {
    right: auto;
    left: 0;
    border-left: 17px solid #fff;
    z-index: 0;
}

.arrow-steps .step:first-child:before {
    border: none;
}

.arrow-steps .step:last-child:after {
    /* border: none; */
}

.arrow-steps .step:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.arrow-steps .step:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.arrow-steps .step span {
    position: relative;
}

*.arrow-steps .step.done span:before {
    opacity: 1;
    content: "";
    position: absolute;
    top: -2px;
    left: -10px;
    font-size: 11px;
    line-height: 21px;
}

.arrow-steps .step.current {
    color: #fff;
    background-color: #ffc107;
}

.arrow-steps .step.current a {
    color: #fff;
    text-decoration: none;
}

.arrow-steps .step.current:after {
    border-left: 17px solid #ffc107;
}

.arrow-steps .step.done {
    color: #173352;
    background-color: #ffc107;
}

.arrow-steps .step.done a {
    color: #173352;
    text-decoration: none;
}

.arrow-steps .step.done:after {
    border-left: 17px solid #007bff;
}

/**
 Responsive Arrow Progress Bar For 4steps
*/
.arrow-four-steps .step {
    font-size: 12px;
    text-align: center;
    color: #777;
    cursor: default;
    margin: 0 auto;
    padding: 10px 0px 8px 18px;
    width: 25.5%;
    height: 50px;
    float: left;
    position: relative;
    background-color: #DD9;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.arrow-four-steps .step a {
    color: #777;
    text-decoration: none;
}

.arrow-four-steps .step:not(:last-child):after,
.arrow-four-steps .step:before {
    content: "";
    position: absolute;
    top: 0;
    right: -16px;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 17px solid #DD9;
    z-index: 1;
}

.arrow-four-steps .step:before {
    right: auto;
    left: 0;
    border-left: 17px solid #fff;
    z-index: 0;
}

.arrow-four-steps .step:first-child:before {
    border: none;
}

.arrow-four-steps .step:last-child:after {
    /* border: none; */
}

.arrow-four-steps .step:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    width: 23%;
    padding-left: 8px;
}

.arrow-four-steps .step:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    width: 26%;
    padding-right: 9px;
}

.arrow-four-steps .step span {
    position: relative;
}

*.arrow-four-steps .step.done span:before {
    opacity: 1;
    content: "";
    position: absolute;
    top: -2px;
    left: -10px;
    font-size: 11px;
    line-height: 21px;
}

.arrow-four-steps .step.current {
    color: #fff;
    background-color: #ffc107;
}

.arrow-four-steps .step.current a {
    color: #fff;
    text-decoration: none;
}

.arrow-four-steps .step.current:after {
    border-left: 17px solid #ffc107;
}

.arrow-four-steps .step.done {
    color: #173352;
    background-color: #ffc107;
}

.arrow-four-steps .step.done a {
    color: #173352;
    text-decoration: none;
}

.arrow-four-steps .step.done:after {
    border-left: 17px solid #007bff;
}

/**
 Responsive Arrow Progress Bar For 5steps
*/
.arrow-five-steps .step {
    font-size: 12px;
    text-align: center;
    color: #777;
    cursor: default;
    margin: 0 auto;
    padding: 7px 0px 8px 18px;
    width: 18.5%;
    height: 50px;
    float: left;
    position: relative;
    background-color: #DD9;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.arrow-five-steps .step a {
    color: #777;
    text-decoration: none;
}
.arrow-five-steps .step:not(:last-child):after,
.arrow-five-steps .step:before {
    content: "";
    position: absolute;
    top: 0;
    right: -16px;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 17px solid #DD9;
    z-index: 1;
}

.arrow-five-steps .step:before {
    right: auto;
    left: 0;
    border-left: 17px solid #fff;
    z-index: 0;
}

.arrow-five-steps .step:first-child:before {
    border: none;
}

.arrow-five-steps .step:last-child:after {
    /* border: none; */
}

.arrow-five-steps .step:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    width: 18.5%;
    padding-left: 8px;
}

.arrow-five-steps .step:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    width: 21%;
    padding-right: 9px;
}

.arrow-five-steps .step span {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 80%;
    height: 100%;
}

*.arrow-five-steps .step.done span:before {
    opacity: 1;
    content: "";
    position: absolute;
    top: -2px;
    left: -10px;
    font-size: 11px;
    line-height: 21px;
}

.arrow-five-steps .step.current {
    color: #fff;
    background-color: #ffc107;
    width: 23%;
}
.arrow-five-steps .step:last-child.current {
    color: #fff;
    background-color: #ffc107;
    width: 26%;
}
.arrow-five-steps .step.current a {
    color: #fff;
    text-decoration: none;
}

.arrow-five-steps .step.current:after {
    border-left: 17px solid #ffc107;
}

.arrow-five-steps .step.done {
    color: #173352;
    background-color: #ffc107;
}

.arrow-five-steps .step.done a {
    color: #173352;
    text-decoration: none;
}

.arrow-five-steps .step.done:after {
    border-left: 17px solid #007bff;
}

.required:after {
    top: 0px !important;
    padding-left: 4px;
}
.control-label.required {
    position: relative;
}

.control-label.required:after {
    right: -10px;
    font-size: 18px;
    position: absolute;
    color: #FF0000;
    content: '*';
}
.control-label.rq_blue:after{
    right: -10px;
    font-size: 18px;
    position: absolute;
    color: #007bff!important;
    content: '*';
}
a#back-to-top {
    display: none !important;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}
.was-validated .form-control:invalid, .form-control.is-invalid,
select.form-control.is-invalid{
    background-image: none;
}

.dropdown-menu .list-unstyled a {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
}
.link, .link_blank {
    cursor: pointer;
}
.btn-main-biger{
    color: #fff;
    background-color: #0fb9c6;
    border-color: #0fb9c6;
    padding: 15px 0;
}
.btn-main{
    color: #fff;
    background-color: #0fb9c6;
    border-color: #0fb9c6;
    padding: 10px 0;
}
.btn-main:hover {
    color: #fff;
    background-color: #0C9099;
    border-color: #0C9099;
}
.btn-second{
    color: #fff;
    background-color: #0fb9c6;
}
.btn-second:hover{
    color: #fff;
    background-color: #0C9099;
}
.btn-sub{
    width: 75%!important;
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-sub:hover {
    width: 75%!important;
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}


.btn-war{
    width: 75%!important;
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-war:hover {
    width: 75%!important;
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107;
}

.carousel-indicators li {
    background-color: #1b1e21;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}
.carousel-indicators {
    margin-bottom: -25px;
    z-index: 0;
}

.img_copyright {
    position: absolute;
    bottom: 5px;
    left: 5px;
    z-index: 1;
}
.mb-10{
    margin-bottom: 10rem !important;
}
.modal-backdrop.in.modal-loading{
    opacity: 0.3 !important;
}
.job-body-content {
    display: -webkit-box;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding:0;
    height: 60px;
}

.tap-forbidden {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
    pointer-events: none;
    -moz-user-select: none;
    user-select: none;
}

.btn-remove{
    background-color: #3C8DBC !important;
}

.carousel-item.active {
    display: block;
}

.dropdown-menu-scroll {
    max-height: 90vh;
    overflow: scroll;
}
.product-unit{
    width: 50px;
}
.text-blue{
    color: #00A3EA !important
}

.text-color-tips {
    color: #4F79E7;
}
.card-body.line{
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.u-flex{
    display: block;
    overflow: hidden;
}
#code1 {
    border: 1px solid red;
    border-radius: 0.25rem;
}

#code2 {
    border: 1px solid #6fd5dd;
    border-radius: 0.25rem;
}

.text-mscode1 {
    color: #dc3545 !important; }

a.text-mscode1:hover, a.text-mscode1:focus {
    color: #a71d2a !important; }

.text-mscode2 {
    color: #0fb9c6 !important; }

a.text-mscode2:hover, a.text-mscode2:focus {
    color: #0b828b !important; }
.twitter-embedded {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.height-40 {
    height: 40px;
}
.custom-badge{
    line-height: 1.7;
    text-align: left;
    white-space: unset;

}
.txt-info{
    color: #007bff;
}
.form-check-inline ~ .text-note {
    padding-left: 38px;
}
.item-question{
    font-size: 16px;
}
.question-content{
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.bg-lesson-1{
    background: #BDD6EE;
}
.m-h-400{
    min-height: 400px;
}
.m-h-200 {
    min-height: 200px;
}
.h-10 {
    height: 10%;
}
.border-radius-1 {
    border-radius: 0.25rem;
}
.justify-content-left{
    justify-content: left !important;
}
.mt--3{
    margin-top: -3px;
}

.i-con{
    position: absolute;
    right: 10px;
    top: 10px;
}

.bg-pt-survey{
    background: #FFF3CD;
}
.text-pt-survey{
    color: #937C55;
}
.bg-card-header {
    background: #dff0f7;
}
.bg-schedule{
    background: #f9e7ee;
}
.bg-freshman{
    background: #FDE1C3;
}
.bg-orien{
    background:#FFFFCC; !important
}
.bg-contract {
    background: #DBF8E6; !important
}
.bg-text{
    background:#FFCCCC; !important
}
.bg-monthly-fee{
    background:#BEE3FF; !important
}
.mt-minus-5 {
  margin-top: -5px !important;
}
.text-explanation{
    margin-top: -10px !important;
    margin-left: 45px;
    font-size: 13px;
}
.bg-blue-strong {
    background-color: #0030FF !important;
}
.border-blue-strong{
    border-color: #0030FF !important;
}
.bg-peach {
    background-color: #FFE5CC !important;
}

/*
WYSIWYGエディタ用に、マージンなどを調整する
 */
.wysiwyg_display_area img {
    max-width: 100% !important;
}

.wysiwyg_display_area table {
    max-width: 100% !important;
}

.wysiwyg_display_area p
,.wysiwyg_display_area table
,.wysiwyg_display_area ol
,.wysiwyg_display_area ul {
    margin: 0px;
}