@charset "utf-8";

/*
Theme Name: 求人オリジナルテーマ
Theme URI: http://example.com
Description: 坂上のオリジナルテーマです。
Version: 1.0
Author: sakagami
Author URI: https://yahoo.co.jp
*/

/* CSS Document */

html{
	font-size: 14px;
	color: #231e1e;
	font-family: YakuHanJP,Roboto,"Hiragino Kaku Gothic ProN","Hiragino Sans","Noto sans JP",sans-serif;
}

h1{
	margin-bottom:0;
}

h2{
	margin-bottom:1rem;
}

a:hover{
	opacity: 0.6 ;
	transition : .2s;
}


.list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    color: #fff;
    text-decoration: none;
    background-color: #2C3333;
    border: 1px solid rgba(225,225,225,.1);
}

.list-group-item:hover {
    background-color: #555;
}

.card{
	margin: auto;
}

.card-img, .card-img-top {
    height: auto;
    object-fit: contain;
}
/*------------------------------------
- COLOR primary
------------------------------------*/
.alert-primary {
    color: #133367;
    background-color: #cbdbf5;
    border-color: #bacff2;
}

.alert-primary hr {
    border-top-color: #a4c0ee;
}

.alert-primary .alert-link {
    color: #0b1d3c;
}

.badge-primary {
    color: #fff;
    background-color: #2666CF;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    background-color: #1e50a3;
}

.bg-primary {
    background-color: #2666CF !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #1e50a3 !important;
}

.border-primary {
    border-color: #2666CF !important;
}

.btn-primary {
    color: #fff;
    background-color: #2666CF;
    border-color: #2666CF;
}

.btn-primary:hover {
    color: #fff;
    background-color: #2057b0;
    border-color: #1e50a3;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 102, 207, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #2666CF;
    border-color: #2666CF;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #1e50a3;
    border-color: #1b4a96;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 102, 207, 0.5);
}

.btn-outline-primary {
    color: #2666CF;
    background-color: transparent;
    border-color: #2666CF;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #2666CF;
    border-color: #2666CF;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 102, 207, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #2666CF;
    background-color: transparent;
}

.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: #2666CF;
    border-color: #2666CF;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 102, 207, 0.5);
}

.list-group-item-primary {
    color: #133367;
    background-color: #bacff2;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #133367;
    background-color: #a4c0ee;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #133367;
    border-color: #133367;
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #bacff2;
}

.table-hover .table-primary:hover {
    background-color: #a4c0ee;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #a4c0ee;
}

.text-primary {
    color: #2666CF !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #1e50a3 !important;
}


/*------------------------------------
- COLOR dark
------------------------------------*/
.alert-dark {
    color: #000000;
    background-color: #8d9d9d;
    border-color: #829393;
}

.alert-dark hr {
    border-top-color: #758787;
}

.alert-dark .alert-link {
    color: #000000;
}

.badge-dark {
    color: #fff;
    background-color: #2C3333;
}

.badge-dark[href]:hover, .badge-dark[href]:focus {
    color: #fff;
    background-color: #141717;
}

.bg-dark {
    background-color: #2C3333 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #141717 !important;
}

.border-dark {
    border-color: #2C3333 !important;
}

.btn-dark {
    color: #fff;
    background-color: #2C3333;
    border-color: #2C3333;
}

.btn-dark:hover {
    color: #fff;
    background-color: #1b1f1f;
    border-color: #141717;
}

.btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(44, 51, 51, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #2C3333;
    border-color: #2C3333;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #141717;
    border-color: #0d0f0f;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(44, 51, 51, 0.5);
}

.btn-outline-dark {
    color: #2C3333;
    background-color: transparent;
    border-color: #2C3333;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #2C3333;
    border-color: #2C3333;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(44, 51, 51, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #2C3333;
    background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #2C3333;
    border-color: #2C3333;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(44, 51, 51, 0.5);
}

.list-group-item-dark {
    color: #000000;
    background-color: #829393;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #000000;
    background-color: #758787;
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.table-dark,
.table-dark > th,
.table-dark > td {
    background-color: #829393;
}

.table-hover .table-dark:hover {
    background-color: #758787;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #758787;
}

.text-dark {
    color: #2C3333 !important;
}

a.text-dark:hover, a.text-dark:focus {
    color: #141717 !important;
}



/*------------------------------------
- COLOR secondary
------------------------------------*/
.alert-secondary {
    color: #0c1416;
    background-color: #a0c0c8;
    border-color: #93b7c1;
}

.alert-secondary hr {
    border-top-color: #82adb8;
}

.alert-secondary .alert-link {
    color: #000000;
}

.badge-secondary {
    color: #fff;
    background-color: #395B64;
}

.badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #fff;
    background-color: #263d43;
}

.bg-secondary {
    background-color: #395B64 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #263d43 !important;
}

.border-secondary {
    border-color: #395B64 !important;
}

.btn-secondary {
    color: #fff;
    background-color: #395B64;
    border-color: #395B64;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #2c464d;
    border-color: #263d43;
}

.btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(57, 91, 100, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #395B64;
    border-color: #395B64;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #263d43;
    border-color: #203439;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(57, 91, 100, 0.5);
}

.btn-outline-secondary {
    color: #395B64;
    background-color: transparent;
    border-color: #395B64;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #395B64;
    border-color: #395B64;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(57, 91, 100, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #395B64;
    background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #395B64;
    border-color: #395B64;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(57, 91, 100, 0.5);
}

.list-group-item-secondary {
    color: #0c1416;
    background-color: #93b7c1;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #0c1416;
    background-color: #82adb8;
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #0c1416;
    border-color: #0c1416;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #93b7c1;
}

.table-hover .table-secondary:hover {
    background-color: #82adb8;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #82adb8;
}

.text-secondary {
    color: #395B64 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #263d43 !important;
}

