@charset "UTF-8";
@charset "UTF-8";
@charset "utf-8";
@-ms-viewport {
width: device-width;
}
html {
box-sizing: border-box;
-ms-overflow-style: scrollbar;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
.container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container {
max-width: 960px;
}
} @media (min-width: 1400px) {
.container {
max-width: 1400px;
}
}
.container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.no-gutters {
margin-right: 0;
margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
padding-right: 0;
padding-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.col {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-first {
-ms-flex-order: -1;
order: -1;
}
.order-last {
-ms-flex-order: 13;
order: 13;
}
.order-0 {
-ms-flex-order: 0;
order: 0;
}
.order-1 {
-ms-flex-order: 1;
order: 1;
}
.order-2 {
-ms-flex-order: 2;
order: 2;
}
.order-3 {
-ms-flex-order: 3;
order: 3;
}
.order-4 {
-ms-flex-order: 4;
order: 4;
}
.order-5 {
-ms-flex-order: 5;
order: 5;
}
.order-6 {
-ms-flex-order: 6;
order: 6;
}
.order-7 {
-ms-flex-order: 7;
order: 7;
}
.order-8 {
-ms-flex-order: 8;
order: 8;
}
.order-9 {
-ms-flex-order: 9;
order: 9;
}
.order-10 {
-ms-flex-order: 10;
order: 10;
}
.order-11 {
-ms-flex-order: 11;
order: 11;
}
.order-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-1 {
margin-left: 8.333333%;
}
.offset-2 {
margin-left: 16.666667%;
}
.offset-3 {
margin-left: 25%;
}
.offset-4 {
margin-left: 33.333333%;
}
.offset-5 {
margin-left: 41.666667%;
}
.offset-6 {
margin-left: 50%;
}
.offset-7 {
margin-left: 58.333333%;
}
.offset-8 {
margin-left: 66.666667%;
}
.offset-9 {
margin-left: 75%;
}
.offset-10 {
margin-left: 83.333333%;
}
.offset-11 {
margin-left: 91.666667%;
}
@media (min-width: 576px) {
.col-sm {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-sm-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-sm-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-sm-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-sm-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-sm-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-sm-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-sm-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-sm-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-sm-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-sm-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-sm-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-sm-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-sm-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-sm-first {
-ms-flex-order: -1;
order: -1;
}
.order-sm-last {
-ms-flex-order: 13;
order: 13;
}
.order-sm-0 {
-ms-flex-order: 0;
order: 0;
}
.order-sm-1 {
-ms-flex-order: 1;
order: 1;
}
.order-sm-2 {
-ms-flex-order: 2;
order: 2;
}
.order-sm-3 {
-ms-flex-order: 3;
order: 3;
}
.order-sm-4 {
-ms-flex-order: 4;
order: 4;
}
.order-sm-5 {
-ms-flex-order: 5;
order: 5;
}
.order-sm-6 {
-ms-flex-order: 6;
order: 6;
}
.order-sm-7 {
-ms-flex-order: 7;
order: 7;
}
.order-sm-8 {
-ms-flex-order: 8;
order: 8;
}
.order-sm-9 {
-ms-flex-order: 9;
order: 9;
}
.order-sm-10 {
-ms-flex-order: 10;
order: 10;
}
.order-sm-11 {
-ms-flex-order: 11;
order: 11;
}
.order-sm-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-sm-0 {
margin-left: 0;
}
.offset-sm-1 {
margin-left: 8.333333%;
}
.offset-sm-2 {
margin-left: 16.666667%;
}
.offset-sm-3 {
margin-left: 25%;
}
.offset-sm-4 {
margin-left: 33.333333%;
}
.offset-sm-5 {
margin-left: 41.666667%;
}
.offset-sm-6 {
margin-left: 50%;
}
.offset-sm-7 {
margin-left: 58.333333%;
}
.offset-sm-8 {
margin-left: 66.666667%;
}
.offset-sm-9 {
margin-left: 75%;
}
.offset-sm-10 {
margin-left: 83.333333%;
}
.offset-sm-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 768px) {
.col-md {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-md-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-md-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-md-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-md-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-md-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-md-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-md-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-md-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-md-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-md-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-md-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-md-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-md-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-md-first {
-ms-flex-order: -1;
order: -1;
}
.order-md-last {
-ms-flex-order: 13;
order: 13;
}
.order-md-0 {
-ms-flex-order: 0;
order: 0;
}
.order-md-1 {
-ms-flex-order: 1;
order: 1;
}
.order-md-2 {
-ms-flex-order: 2;
order: 2;
}
.order-md-3 {
-ms-flex-order: 3;
order: 3;
}
.order-md-4 {
-ms-flex-order: 4;
order: 4;
}
.order-md-5 {
-ms-flex-order: 5;
order: 5;
}
.order-md-6 {
-ms-flex-order: 6;
order: 6;
}
.order-md-7 {
-ms-flex-order: 7;
order: 7;
}
.order-md-8 {
-ms-flex-order: 8;
order: 8;
}
.order-md-9 {
-ms-flex-order: 9;
order: 9;
}
.order-md-10 {
-ms-flex-order: 10;
order: 10;
}
.order-md-11 {
-ms-flex-order: 11;
order: 11;
}
.order-md-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-md-0 {
margin-left: 0;
}
.offset-md-1 {
margin-left: 8.333333%;
}
.offset-md-2 {
margin-left: 16.666667%;
}
.offset-md-3 {
margin-left: 25%;
}
.offset-md-4 {
margin-left: 33.333333%;
}
.offset-md-5 {
margin-left: 41.666667%;
}
.offset-md-6 {
margin-left: 50%;
}
.offset-md-7 {
margin-left: 58.333333%;
}
.offset-md-8 {
margin-left: 66.666667%;
}
.offset-md-9 {
margin-left: 75%;
}
.offset-md-10 {
margin-left: 83.333333%;
}
.offset-md-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 992px) {
.col-lg {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-lg-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-lg-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-lg-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-lg-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-lg-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-lg-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-lg-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-lg-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-lg-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-lg-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-lg-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-lg-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-lg-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-lg-first {
-ms-flex-order: -1;
order: -1;
}
.order-lg-last {
-ms-flex-order: 13;
order: 13;
}
.order-lg-0 {
-ms-flex-order: 0;
order: 0;
}
.order-lg-1 {
-ms-flex-order: 1;
order: 1;
}
.order-lg-2 {
-ms-flex-order: 2;
order: 2;
}
.order-lg-3 {
-ms-flex-order: 3;
order: 3;
}
.order-lg-4 {
-ms-flex-order: 4;
order: 4;
}
.order-lg-5 {
-ms-flex-order: 5;
order: 5;
}
.order-lg-6 {
-ms-flex-order: 6;
order: 6;
}
.order-lg-7 {
-ms-flex-order: 7;
order: 7;
}
.order-lg-8 {
-ms-flex-order: 8;
order: 8;
}
.order-lg-9 {
-ms-flex-order: 9;
order: 9;
}
.order-lg-10 {
-ms-flex-order: 10;
order: 10;
}
.order-lg-11 {
-ms-flex-order: 11;
order: 11;
}
.order-lg-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-lg-0 {
margin-left: 0;
}
.offset-lg-1 {
margin-left: 8.333333%;
}
.offset-lg-2 {
margin-left: 16.666667%;
}
.offset-lg-3 {
margin-left: 25%;
}
.offset-lg-4 {
margin-left: 33.333333%;
}
.offset-lg-5 {
margin-left: 41.666667%;
}
.offset-lg-6 {
margin-left: 50%;
}
.offset-lg-7 {
margin-left: 58.333333%;
}
.offset-lg-8 {
margin-left: 66.666667%;
}
.offset-lg-9 {
margin-left: 75%;
}
.offset-lg-10 {
margin-left: 83.333333%;
}
.offset-lg-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 1200px) {
.col-xl {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-xl-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-xl-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-xl-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-xl-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-xl-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-xl-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-xl-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-xl-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-xl-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-xl-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-xl-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-xl-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-xl-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-xl-first {
-ms-flex-order: -1;
order: -1;
}
.order-xl-last {
-ms-flex-order: 13;
order: 13;
}
.order-xl-0 {
-ms-flex-order: 0;
order: 0;
}
.order-xl-1 {
-ms-flex-order: 1;
order: 1;
}
.order-xl-2 {
-ms-flex-order: 2;
order: 2;
}
.order-xl-3 {
-ms-flex-order: 3;
order: 3;
}
.order-xl-4 {
-ms-flex-order: 4;
order: 4;
}
.order-xl-5 {
-ms-flex-order: 5;
order: 5;
}
.order-xl-6 {
-ms-flex-order: 6;
order: 6;
}
.order-xl-7 {
-ms-flex-order: 7;
order: 7;
}
.order-xl-8 {
-ms-flex-order: 8;
order: 8;
}
.order-xl-9 {
-ms-flex-order: 9;
order: 9;
}
.order-xl-10 {
-ms-flex-order: 10;
order: 10;
}
.order-xl-11 {
-ms-flex-order: 11;
order: 11;
}
.order-xl-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-xl-0 {
margin-left: 0;
}
.offset-xl-1 {
margin-left: 8.333333%;
}
.offset-xl-2 {
margin-left: 16.666667%;
}
.offset-xl-3 {
margin-left: 25%;
}
.offset-xl-4 {
margin-left: 33.333333%;
}
.offset-xl-5 {
margin-left: 41.666667%;
}
.offset-xl-6 {
margin-left: 50%;
}
.offset-xl-7 {
margin-left: 58.333333%;
}
.offset-xl-8 {
margin-left: 66.666667%;
}
.offset-xl-9 {
margin-left: 75%;
}
.offset-xl-10 {
margin-left: 83.333333%;
}
.offset-xl-11 {
margin-left: 91.666667%;
}
}
.d-none {
display: none !important;
}
.d-inline {
display: inline !important;
}
.d-inline-block {
display: inline-block !important;
}
.d-block {
display: block !important;
}
.d-table {
display: table !important;
}
.d-table-row {
display: table-row !important;
}
.d-table-cell {
display: table-cell !important;
}
.d-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.d-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
@media (min-width: 576px) {
.d-sm-none {
display: none !important;
}
.d-sm-inline {
display: inline !important;
}
.d-sm-inline-block {
display: inline-block !important;
}
.d-sm-block {
display: block !important;
}
.d-sm-table {
display: table !important;
}
.d-sm-table-row {
display: table-row !important;
}
.d-sm-table-cell {
display: table-cell !important;
}
.d-sm-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.d-sm-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 768px) {
.d-md-none {
display: none !important;
}
.d-md-inline {
display: inline !important;
}
.d-md-inline-block {
display: inline-block !important;
}
.d-md-block {
display: block !important;
}
.d-md-table {
display: table !important;
}
.d-md-table-row {
display: table-row !important;
}
.d-md-table-cell {
display: table-cell !important;
}
.d-md-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.d-md-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 992px) {
.d-lg-none {
display: none !important;
}
.d-lg-inline {
display: inline !important;
}
.d-lg-inline-block {
display: inline-block !important;
}
.d-lg-block {
display: block !important;
}
.d-lg-table {
display: table !important;
}
.d-lg-table-row {
display: table-row !important;
}
.d-lg-table-cell {
display: table-cell !important;
}
.d-lg-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.d-lg-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 1200px) {
.d-xl-none {
display: none !important;
}
.d-xl-inline {
display: inline !important;
}
.d-xl-inline-block {
display: inline-block !important;
}
.d-xl-block {
display: block !important;
}
.d-xl-table {
display: table !important;
}
.d-xl-table-row {
display: table-row !important;
}
.d-xl-table-cell {
display: table-cell !important;
}
.d-xl-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.d-xl-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media print {
.d-print-none {
display: none !important;
}
.d-print-inline {
display: inline !important;
}
.d-print-inline-block {
display: inline-block !important;
}
.d-print-block {
display: block !important;
}
.d-print-table {
display: table !important;
}
.d-print-table-row {
display: table-row !important;
}
.d-print-table-cell {
display: table-cell !important;
}
.d-print-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.d-print-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
.flex-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
@media (min-width: 576px) {
.flex-sm-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-sm-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-sm-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-sm-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-sm-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-sm-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-sm-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-sm-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-sm-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-sm-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-sm-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-sm-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-sm-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-sm-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-sm-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-sm-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-sm-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-sm-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-sm-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-sm-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-sm-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-sm-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-sm-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-sm-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-sm-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-sm-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-sm-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-sm-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-sm-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-sm-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-sm-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-sm-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-sm-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-sm-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 768px) {
.flex-md-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-md-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-md-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-md-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-md-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-md-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-md-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-md-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-md-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-md-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-md-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-md-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-md-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-md-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-md-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-md-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-md-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-md-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-md-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-md-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-md-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-md-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-md-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-md-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-md-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-md-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-md-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-md-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-md-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-md-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-md-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-md-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-md-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-md-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 992px) {
.flex-lg-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-lg-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-lg-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-lg-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-lg-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-lg-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-lg-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-lg-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-lg-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-lg-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-lg-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-lg-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-lg-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-lg-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-lg-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-lg-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-lg-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-lg-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-lg-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-lg-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-lg-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-lg-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-lg-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-lg-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-lg-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-lg-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-lg-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-lg-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-lg-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-lg-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-lg-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-lg-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-lg-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-lg-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 1200px) {
.flex-xl-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-xl-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-xl-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-xl-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-xl-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-xl-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-xl-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-xl-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-xl-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-xl-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-xl-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-xl-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-xl-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-xl-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-xl-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-xl-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-xl-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-xl-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-xl-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-xl-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-xl-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-xl-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-xl-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-xl-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-xl-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-xl-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-xl-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-xl-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-xl-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-xl-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-xl-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-xl-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-xl-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-xl-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
  body {
font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
color: #333;
font-weight: 300;
position: relative;
}
.en-r {
font-family: 'Roboto', sans-serif;
font-weight: 400;
letter-spacing: 1px;
}
.en-b {
font-family: 'Roboto', sans-serif;
font-weight: 700;
letter-spacing: 1px;
}
.ja {
font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}
.wrapper {
margin: 0 auto;
width: 1200px;
}
.pagesWrapper {
margin: 0 auto;
width: 1000px;
}
a {
color: #999;
text-decoration: none;
}
a:hover {
color: #ccc;
}
a.alpha:hover {
opacity: 0.6;
}
p {
font-size: 13px;
line-height: 1.8;
}
.ming {
font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.fl {
float: left;
}
.fr {
float: right;
}
.tac {
text-align: center;
}
.tal {
text-align: left;
}
.tar {
text-align: right;
}
.bold {
font-weight: bold;
}
.mb10 {
margin-bottom: 10px;
}
.mb15 {
margin-bottom: 15px;
}
.mb20 {
margin-bottom: 20px;
}
.mb30 {
margin-bottom: 30px;
}
.mb40 {
margin-bottom: 40px;
}
.mb50 {
margin-bottom: 50px;
}
.mb60 {
margin-bottom: 60px;
}
.mb80 {
margin-bottom: 80px;
}
.pt10 {
padding-top: 10px;
}
.pt15 {
padding-top: 15px;
}
.pt20 {
padding-top: 20px;
}
.pt30 {
padding-top: 30px;
}
.pt40 {
padding-top: 40px;
}
.pt50 {
padding-top: 50px;
}
.pt60 {
padding-top: 60px;
}
.pt80 {
padding-top: 80px;
} .pagetop {
display: none;
position: fixed;
bottom: 30px;
right: 30px;
opacity: 0.8;
}
.pagetop a {
position: relative;
display: block;
width: 36px;
height: 36px;
background-color: #6c6c6c;
}
.pagetop a::before {
content: "";
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%) rotate(-45deg);
transform: translate(-50%, -50%) rotate(-45deg);
display: block;
margin-top: 3px;
width: 10px;
height: 10px;
border-top: solid 4px #fff;
border-right: solid 4px #fff;
} .area {
width: 800px;
}
.contents {
overflow: visible;
}
.breadcrumbs li {
display: inline-block;
margin-bottom: 30px; font-family: 'Roboto', sans-serif;
font-weight: 400;
letter-spacing: 1px;
}
.breadcrumbs li,
.breadcrumbs li a {
font-size: 11px;
}
.breadcrumbs li a {
text-decoration: underline;
}
.contents section {
margin-bottom: 10%;
}
.contents section h1 {
font-size: 28px;
font-weight: bold;
line-height: 1.4;
margin-bottom: 40px;
}
.contents section h1 span {
display: inline-block;
margin-left: 20px;
font-size: 14px;
vertical-align: middle;
color: #666 !important;
} .sidebar {
width: 180px;
position: relative;
margin-top: 10px;
}
.sidebar aside {
width: 180px;
}
.sidebar aside dt {
font-weight: bold;
color: #000;
font-size: 14px;
}
.sidebar aside dt span {
font-weight: bold;
display: block;
font-size: 10px;
margin: 5px 0 30px;
}
.sidebar aside dd li {
margin: 0 0 30px 20px;
}
.sidebar aside dd li a {
font-size: 12px;
} .clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
display: inline-table;
min-height: 1%;
}/*\*/* html .clearfix {
height: 1%;
}
.clearfix {
display: block;
}/**/ @media only screen and (max-width:480px) {
.wrapper,
.pagesWrapper {
width: 97%;
height: auto;
}
.area {
width: 100%;
float: none;
}
.pagetop {
display: none;
position: fixed;
bottom: 12px;
right: 12px;
border: 1px solid #fff;
}
.pagetop a {
width: 28px;
height: 28px;
font-size: 16px;
text-decoration: none;
line-height: 28px;
}
img {
max-width: 100%;
height: auto;
}
main .fl,
main .fr {
float: none;
}
.contents section h1 span {
display: block;
margin: 10px 0 15px 0;
}
}
   .breadcrumbs {
margin-top: 30px;
}
.page-title-wrapper {
text-align: center;
}
.page-title-wrapper .page-title {
display: inline-block;
color: #00519c;
font-size: 28px;
line-height: 1.3;
}
@media all and (max-width: 480px) {
.page-title-wrapper .page-title {
font-size: 22px;
}
}
.page-title-wrapper .page-title.page-title-message {
color: #00519c;
}
.page-title-wrapper .page-title .sub-title {
display: block;
margin-top: 10px;
color: #666;
font-size: 14px;
line-height: 1.3;
}
.page-lead {
margin-top: 30px;
font-size: 16px;
text-align: center;
line-height: 2;
}
.page-lead p {
font-size: 16px;
text-align: center;
line-height: 2;
}
.kv {
margin-top: 50px;
}
.kv.kv-s {
position: relative;
}
.kv.kv-s img {
display: block;
margin: 0 auto;
max-width: 800px;
width: 100%;
}
@media all and (max-width: 480px) {
.kv.kv-s {
padding: 0 16px;
}
}
.sec-full-width > div,
.sec-full-width > section,
.sec-full-width > ul {
margin: 0 auto;
max-width: 1000px;
width: 100%;
}
.sec-full-width > div.full-width,
.sec-full-width > section.full-width,
.sec-full-width > ul.full-width {
max-width: 100%;
}
.section {
position: relative;
margin-top: 100px;
}
@media all and (max-width: 480px) {
.section {
margin-top: 70px;
}
} :root {
--vh: 100px;
} @media all and (max-width: 480px) {
body {
height: 100%;
}
body.active {
overflow: hidden;
}
}
header {
position: relative;
}
header .logos {
position: fixed;
top: 0;
left: 0;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
width: 100%;
height: 80px;
min-width: 1320px;
background: #fff;
z-index: 2000;
-webkit-backface-visibility: hidden;
}
header .logos h1 {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-start;
align-items: center;
padding-left: 26px;
width: 420px;
line-height: 1;
}
header .logos h1 img {
width: 230px;
height: auto;
}
header .logos h1 span {
display: block;
margin-left: 16px;
padding-top: 1px;
color: #00519c;
font-size: 15px;
line-height: 1;
}
header .logos nav.gnav {
padding-right: 20px;
width: calc(100% - 440px);
text-align: right;
}
header .logos.nav-fix {
visibility: visible !important;
}
@media all and (max-width: 480px) {
header .logos {
justify-content: flex-start;
width: 100%;
height: 60px;
}
header .logos h1 {
padding-left: 0;
width: 100%;
}
header .logos h1 img {
width: 120px;
}
header .logos h1 span {
padding-right: 10px;
font-size: 11px;
}
}
@media all and (max-width: 350px) {
header .logos h1 img {
width: 110px;
}
header .logos h1 span {
padding-right: 8px;
font-size: 10px;
}
} .mainnav {
display: flex;
justify-content: flex-end;
align-items: center;
}
#navCorp,
#navBusi,
#navPeop,
#navRec,
#navEntryNew,
#navEntryCareer {
display: inline-block;
}
#navCorp,
#navBusi,
#navPeop,
#navRec {
padding: 0 24px;
text-align: center;
}
#navCorp > a,
#navBusi > a,
#navPeop > a,
#navRec > a {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
height: 100%;
}
#navEntryNew {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
padding: 0 10px 0 36px;
text-align: center;
}
#navEntryCareer {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
text-align: center;
}
header nav {
height: 100%;
}
header nav.gnav ul {
height: 100%;
}
header nav.gnav ul li {
position: relative;
height: 100%;
line-height: 1;
}
header nav.gnav ul li > a {
display: block;
color: #333;
font-size: 16px;
font-weight: bold;
-webkit-transition: all .1s linear;
transition: all .1s linear;
cursor: pointer;
}
header nav.gnav ul li > a .nav-wrapper {
font-size: 16px;
font-weight: bold;
line-height: 1;
}
header nav.gnav ul li > a:hover {
color: #00519c;
}
header nav.gnav ul li a span {
display: block;
padding-top: 4px;
color: #333;
font-weight: normal;
font-size: 12px;
}
header nav.gnav ul li#navEntryNew a, header nav.gnav ul li#navEntryCareer a {
position: relative;
display: inline-block;
padding: 14px 30px 14px 16px;
color: #fff;
font-weight: bold;
font-size: 12px;
z-index: 2;
background-color: rgba(0, 81, 156, 0.8);
overflow: hidden;
transition: all 0.3s ease;
}
header nav.gnav ul li#navEntryNew a::before, header nav.gnav ul li#navEntryCareer a::before {
content: "";
position: absolute;
top: calc(50% - 1px);
right: 16px;
display: block;
width: 4px;
height: 4px;
border-top: solid 2px #fff;
border-right: solid 2px #fff;
transform: rotate(45deg) translateY(-50%);
transition: all 0.3s ease;
}
header nav.gnav ul li#navEntryNew a:hover, header nav.gnav ul li#navEntryCareer a:hover {
background: #FFA800;
border-radius: 10px;
}
header nav.gnav ul li#navEntryNew a:hover::before, header nav.gnav ul li#navEntryCareer a:hover::before {
right: 12px;
border-top: solid 2px #fff;
border-right: solid 2px #fff;
}
header nav.gnav ul.subnav {
display: none;
position: absolute;
top: 80px;
left: 0;
width: 200px;
height: 100%;
box-sizing: border-box;
z-index: 4000;
}
header nav.gnav ul.subnav.open {
display: block;
}
header nav.gnav ul.subnav li {
margin-left: 0;
height: auto;
box-sizing: border-box;
}
header nav.gnav ul.subnav li:not(:first-child) {
border-top: 1px #fff solid;
}
header nav.gnav ul.subnav li a {
overflow: hidden;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
height: 50px;
background: #F4F4F4;
color: #color-base;
font-size: 13px;
font-weight: bold;
line-height: 1.4;
text-align: left;
box-sizing: border-box;
}
header nav.gnav ul.subnav li a:hover {
color: #fff;
background: #00519c;
}
header nav.spnav {
display: none;
position: absolute;
right: 0;
top: 60px;
width: 100%;
text-align: right;
z-index: 3000;
}
@media all and (max-width: 480px) {
header nav.spnav {
display: block;
}
}
header nav.spnav > ul {
display: none;
overflow-y: scroll !important;
width: 100%;
height: calc(100vh - 60px);
height: calc( var(--vh) * 100 - 60px);
-webkit-overflow-scrolling: touch;
}
header nav.spnav > ul > li > a:visited, header nav.spnav > ul > li > a:hover, header nav.spnav > ul > li > a:active {
background: #e4e4e4 !important;
}
header nav.spnav > ul > li > li > a:visited, header nav.spnav > ul > li > li > a:hover, header nav.spnav > ul > li > li > a:active {
background: #6c6c6c !important;
}
header nav.spnav > ul li:not(:last-child) {
border-bottom: 1px solid #fff;
}
header nav.spnav > ul li a {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-end;
align-items: center;
height: 64px;
color: #333;
background: #e4e4e4;
font-size: 14px;
padding-right: 20px;
width: 100vw;
font-weight: bold;
box-sizing: border-box;
cursor: pointer;
}
header nav.spnav > ul li a div {
line-height: 1;
}
header nav.spnav > ul li a span.sub {
display: block;
margin-top: 6px;
font-size: 12px;
font-weight: normal;
}
header nav.spnav > ul li.spnavsub {
display: none;
}
header nav.spnav > ul li.spnavsub ul {
margin-top: 0;
}
header nav.spnav > ul li.spnavsub ul li a {
color: #fff;
background: #6c6c6c;
}
.spnav-icon {
position: fixed;
top: 0px;
right: 10px;
width: 60px;
}
.spnav-icon .hamburger {
display: inline-block;
cursor: pointer;
transition-property: opacity, top, right filter;
transition-duration: 0.3s;
transition-timing-function: linear;
font: inherit;
color: inherit;
text-transform: none;
border: 0;
margin: 0;
padding: 10px 0 0 0;
width: 60px;
height: 60px;
background: rgba(255, 255, 255, 0.3);
overflow: visible;
z-index: 99;
pointer-events: auto;
}
.spnav-icon .hamburger.is-active {
z-index: 300;
}
.spnav-icon .hamburger.hamburger--spin .hamburger-inner {
transition-duration: 0.22s;
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.spnav-icon .hamburger.hamburger--spin .hamburger-inner::before {
transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.spnav-icon .hamburger.hamburger--spin .hamburger-inner::after {
transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.spnav-icon .hamburger.hamburger--spin.is-active .hamburger-inner {
transform: rotate(225deg);
transition-delay: 0.12s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.spnav-icon .hamburger.hamburger--spin.is-active .hamburger-inner::before {
top: 0;
opacity: 0;
transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.spnav-icon .hamburger.hamburger--spin.is-active .hamburger-inner::after {
bottom: 0;
transform: rotate(-90deg);
transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.spnav-icon .hamburger span.hamburger-box {
margin: 0 auto;
width: 36px;
height: 24px;
display: inline-block;
position: relative;
}
.spnav-icon .hamburger span.hamburger-box span.hamburger-inner {
display: block;
top: 50%;
margin-top: -3px;
}
.spnav-icon .hamburger span.hamburger-box span.hamburger-inner,
.spnav-icon .hamburger span.hamburger-box span.hamburger-inner::before,
.spnav-icon .hamburger span.hamburger-box span.hamburger-inner::after {
width: 36px;
height: 2px;
background-color: #6c6c6c;
border-radius: 3px;
position: absolute;
transition-property: width, transform;
transition-duration: 0.15s;
transition-timing-function: ease;
}
.spnav-icon .hamburger span.hamburger-box span.hamburger-inner::before,
.spnav-icon .hamburger span.hamburger-box span.hamburger-inner::after {
content: "";
display: block;
}
.spnav-icon .hamburger span.hamburger-box span.hamburger-inner::before {
top: -10px;
}
.spnav-icon .hamburger span.hamburger-box span.hamburger-inner::after {
bottom: -10px;
}
.spnav-icon .hamburger.is-active span.hamburger-inner, .spnav-icon .hamburger.is-active span.hamburger-inner::before, .spnav-icon .hamburger.is-active span.hamburger-inner::after {
background-color: #6c6c6c;
}
.spnav-icon .hamburger:visited span.hamburger-box span.hamburger-inner,
.spnav-icon .hamburger:visited span.hamburger-box span.hamburger-inner::before,
.spnav-icon .hamburger:visited span.hamburger-box span.hamburger-inner::after, .spnav-icon .hamburger:hover span.hamburger-box span.hamburger-inner,
.spnav-icon .hamburger:hover span.hamburger-box span.hamburger-inner::before,
.spnav-icon .hamburger:hover span.hamburger-box span.hamburger-inner::after, .spnav-icon .hamburger:active span.hamburger-box span.hamburger-inner,
.spnav-icon .hamburger:active span.hamburger-box span.hamburger-inner::before,
.spnav-icon .hamburger:active span.hamburger-box span.hamburger-inner::after {
background-color: #6c6c6c;
}
@media all and (max-width: 480px) {
.area {
width: 100%;
float: none;
}
img {
max-width: 100%;
height: auto;
}
header .gnav,
header aside {
display: none !important;
}
.breadcrumbs,
.sidebar {
display: none !important;
}
} .related-articles {
background: #F4F4F4;
margin-top: 50px;
margin-bottom: -50px;
padding: 50px 40px 70px;
}
.related-articles h2 {
font-size: 20px;
line-height: 1.5;
text-align: center;
}
@media all and (max-width: 480px) {
.related-articles {
margin-top: 30px;
margin-bottom: -30px;
padding: 50px 40px 50px;
}
}
.related-articles > ul {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-evenly;
align-items: flex-start;
margin: 30px auto 0;
max-width: 1000px;
width: 100%;
}
.related-articles > ul > li {
width: calc(25% - 30px);
background: #fff;
}
.related-articles > ul > li a {
color: #333;
}
.related-articles > ul > li .img-wrapper {
overflow: hidden;
width: 100%;
height: 140px;
}
.related-articles > ul > li img {
width: 100%;
height: 100%;
object-fit: cover;
transition: all 0.3s ease;
}
.related-articles > ul > li.related-conv01 img {
object-position: -50px 0;
}
.related-articles > ul > li.related-conv04 img {
object-position: -40px 0;
}
.related-articles > ul > li .title {
margin: 14px auto;
text-align: center;
}
.related-articles > ul > li .title .series-title {
font-size: 12px;
}
.related-articles > ul > li .title h3 {
font-size: 16px;
}
@media all and (min-width: 481px) {
.related-articles > ul > li:hover img {
transform: scale(1.05);
}
.related-articles > ul > li:hover .title .series-title {
color: #00519c;
}
.related-articles > ul > li:hover .title h3 {
color: #00519c;
}
}
@media all and (max-width: 480px) {
.related-articles > ul > li {
margin-bottom: 30px;
width: 100%;
}
} .footer-entry {
margin-top: 50px;
padding: 30px 40px 40px;
width: 100%;
background-color: rgba(0, 81, 156, 0.8);
box-sizing: border-box;
}
@media all and (max-width: 480px) {
.footer-entry {
margin-top: 30px;
padding: 30px 40px 30px;
}
}
.footer-entry P {
color: #fff;
font-size: 20px;
font-weight: bold;
text-align: center;
}
.footer-entry .footer-entry-inner {
margin: 30px auto 0;
max-width: 1000px;
width: 100%;
text-align: center;
box-sizing: border-box;
}
.footer-entry .footer-entry-inner a {
position: relative;
display: inline-block;
margin: 0 20px;
padding: 16px 30px 16px 16px;
max-width: 300px;
width: 100%;
color: #00519c;
font-weight: bold;
font-size: 16px;
z-index: 2;
background-color: #fff;
border-radius: 20px;
overflow: hidden;
box-sizing: border-box;
transition: all 0.3s ease;
}
@media all and (max-width: 480px) {
.footer-entry .footer-entry-inner a {
display: block;
margin: 20px auto;
}
}
.footer-entry .footer-entry-inner a::before {
content: "";
position: absolute;
top: calc(50% - 1px);
right: 22px;
display: block;
width: 6px;
height: 6px;
border-top: solid 2px #00519c;
border-right: solid 2px #00519c;
transform: rotate(45deg) translateY(-50%);
transition: all 0.3s ease;
}
@media all and (min-width: 481px) {
.footer-entry .footer-entry-inner a:hover {
color: #fff;
background: #FFA800;
}
.footer-entry .footer-entry-inner a:hover::before {
right: 18px;
border-top: solid 2px #fff;
border-right: solid 2px #fff;
}
} footer {
padding-top: 50px;
background: #f5f5f5;
box-sizing: border-box;
}
@media all and (max-width: 480px) {
footer {
padding-top: 40px;
}
}
footer .link-midcareer {
position: relative;
display: inline-block;
margin-top: 10px;
padding: 13px 28px 13px 18px;
color: #F4F4F4;
background: rgba(0, 81, 156, 0.8);
border-radius: 12px;
line-height: 1;
}
footer .link-midcareer::before {
content: "";
position: absolute;
top: calc(50% - 1px);
right: 18px;
display: block;
width: 4px;
height: 4px;
border-top: solid 2px #fff;
border-right: solid 2px #fff;
transform: rotate(45deg) translateY(-50%);
transition: all 0.3s ease;
}
footer .link-midcareer:hover {
background: #FFA800;
}
footer .link-midcareer:hover::before {
right: 12px;
border-top: solid 2px #fff;
border-right: solid 2px #fff;
}
footer #footerLogo {
text-align: center;
}
footer #footerLogo img {
width: 200px;
height: auto;
}
footer #footerLogo p {
margin: 12px auto 0;
color: #00519c;
font-size: 15px;
font-weight: bold;
text-align: center;
}
footer nav {
display: flex;
justify-content: space-between;
align-items: stretch;
margin: 30px auto 0;
width: 960px;
}
@media all and (max-width: 480px) {
footer nav {
display: none;
}
}
footer nav .footerNav {
width: 18.75%;
}
footer nav .footerNav dl {
margin-bottom: 30px;
}
footer nav .footerNav dt {
color: #333;
font-weight: bold;
margin-bottom: 15px;
padding-bottom: 10px;
border-bottom: 1px solid #ccc;
font-size: 13px;
}
footer nav .footerNav dd li {
margin-bottom: 20px;
line-height: 1.5;
}
footer nav .footerNav dd li a {
color: #333;
font-size: 13px;
line-height: 1.5;
transition: none;
}
footer nav .footerNav dd li a:hover {
color: #00519c;
font-weight: bold;
}
footer nav .footerNav dd li ul {
margin-top: 20px;
}
footer #footer-sub {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
padding: 10px 20px 20px;
width: 100%;
color: #333;
align-items: center;
box-sizing: border-box;
}
footer #footer-sub > li {
width: 50%;
}
@media all and (max-width: 480px) {
footer #footer-sub > li {
width: 100%;
text-align: center;
}
}
footer #footer-sub > li:first-child a {
display: inline-block;
margin-right: 20px;
color: #333;
font-size: 13px;
}
footer #footer-sub > li:first-child a:hover {
color: #00519c;
}
@media all and (max-width: 480px) {
footer #footer-sub > li:first-child {
margin-top: 10px;
}
footer #footer-sub > li:first-child a {
margin: 0 10px 0;
}
}
footer #footer-sub > li .copyright {
font-size: 11px;
font-weight: normal;
text-align: right;
}
@media all and (max-width: 480px) {
footer #footer-sub > li .copyright {
margin-top: 20px;
text-align: center;
}
}
  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 13px;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
sup, sub {
font-size: 83%;
} :focus {
outline: 0;
} ins {
text-decoration: none;
}
del {
text-decoration: line-through;
} table {
border-collapse: collapse;
border-spacing: 0;
}
.hid {
position: absolute;
width: 0px;
height: 0px;
overflow: hidden;
font-size: 8pt;
} .clear {
clear: both;
width: 1px;
height: 1px;
}
.clearfix:after {
content: "";
display: block;
height: 0;
visibility: hidden;
clear: both;
} .clearfix2:after {
content: "";
display: block;
height: 0;
visibility: hidden;
clear: both;
}
.notflow {
overflow: hidden;
} ul {
list-style-type: none;
}
img {
vertical-align: top;
}
table {
border-collapse: collapse;
}
textarea, input {
border: 1px solid #999;
padding: 5px;
} .wow {
visibility: hidden;
}  a {
transition: all 0.4s ease;
}
input[type="submit"],
input[type="button"] {
border-radius: 0;
-webkit-box-sizing: content-box;
-webkit-appearance: button;
appearance: button;
border: none;
box-sizing: border-box;
cursor: pointer;
} .main {
margin-top: 140px;
}
@media all and (max-width: 480px) {
.main {
margin-top: 120px;
}
}
.wrapper {
margin: 0 auto;
width: 1400px;
}
@media all and (max-width: 480px) {
.wrapper {
padding: 0 20px;
width: 100%;
box-sizing: border-box;
}
}
@media only screen and (max-width: 480px) {
.pagesWrapper {
padding: 0 20px;
width: 100%;
}
}
section h1 {
color: #00519c;
}
#interviewlist,
#interview {
margin-top: 0; }
#interviewlist .interview-kv,
#interview .interview-kv {
margin-top: 80px;
}
@media all and (max-width: 480px) {
#interviewlist .interview-kv,
#interview .interview-kv {
margin-top: 60px;
}
}
@media all and (max-width: 480px) {
#interviewlist,
#interview {
margin-top: 0;
}
}
#interviewlist .main,
#interview .main {
margin-top: 0;
}
@media all and (max-width: 480px) {
#interviewlist .main,
#interview .main {
margin-top: 0;
}
}
.section01 .jobs {
margin-bottom: 6%;
}
.section01 .jobs div {
margin-bottom: 20px;
}
.section01 .jobs h2 {
background: #00519c;
padding: 5px 0;
color: #fff;
width: 100px;
margin-right: 30px;
text-align: center;
letter-spacing: 2px;
}
.section01 .jobs li {
float: left;
margin-right: 15px;
}
.section01 .jobs li a {
text-decoration: underline;
font-weight: bold;
}
.section01 .points {
margin-bottom: 30px;
}
.section01 dl {
margin-bottom: 15px;
padding-bottom: 15px;
line-height: 1.6;
border-bottom: 1px solid #ccc;
}
.section01 dt {
width: 120px;
margin-right: 30px;
font-weight: bold;
color: #666;
}
.sidebar aside a {
color: #00519c;
} @media only screen and (max-width: 480px) {
.section01 .jobs h2 {
margin-bottom: 20px;
float: none;
}
.section01 .jobs ul {
float: none;
}
.section01 .jobs li {
margin-bottom: 15px;
}
.section01 dl {
border-bottom: none;
}
.section01 dt,
.section01 dd {
width: 100%;
}
.section01 dt {
background: #aaa;
padding: 5px 10px;
color: #fff;
width: calc(100% - 20px);
margin: 0 0 15px 0;
}
}
.Selected {
font-weight: bold !important;
color: #000;
text-decoration: none !important;
}
#Entry .Entrycell dl {
pading: 20px;
}
#Entry .Entrycell dt {
width: 130px;
float: left;
}
#Entry .Entrycell dd {
width: 500px;
float: left;
}
.entryBtn {
border: none;
}
#Entry sup {
color: red;
}
#Entry .txt {
margin-bottom: 50px;
}
#Entry h3 {
border-bottom: 1px solid #ccc;
padding: 10px 0;
margin-bottom: 50px;
font-size: 12pt;
}
#Entry .Entrycell dd p {
font-size: 9pt;
}
@media only screen and (max-width: 480px) {
#Entry .Entrycell dt {
background: #666;
color: white;
width: 100%;
box-sizing: border-box;
}
#Entry .Entrycell dd input,
#Entry .Entrycell dd textarea {
max-width: 100%;
margin: auto;
box-sizing: border-box;
}
} .text,
textarea,
.dropdown,
input {
border: 1px solid #777;
padding: 5px;
color: #999;
background: #fff;
border-radius: 5px;
zoom: 1;
}
input {
vertical-align: middle;
} .job-single {
padding: 5px;
}
.entryBtn {
display: block;
background: url(//www.mediwel.net/recruit/wp/wp-content/themes/recruit/lib/entryBtn.jpg);
height: 51px;
width: 323px;
cursor: pointer;
}  .recruit-list {
position: relative;
padding: 16px;
background: #F4F4F4;
box-sizing: border-box;
}
.recruit-list:not(:first-child) {
margin-top: 20px;
}
@media all and (max-width: 480px) {
.recruit-list {
margin-top: 20px;
padding: 20px 20px;
}
}
.recruit-list .img img {
width: 100%;
padding-right: 1rem;
}
.recruit-list h4 {
font-size: 20px;
line-height: 1.8;
margin-bottom: 10px;
}
.recruit-list .txt {
position: relative;
}
.recruit-list .category {
margin-bottom: .5rem;
display: flex;
}
.recruit-list .category li:not(:last-child) {
margin-right: .5rem;
}
.recruit-list .catchcopy {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
font-size: 13px;
line-height: 1.8;
margin-bottom: .5rem;
}
.recruit-list .badge-info {
color: #00519c !important;
border: solid 2px #00519c;
padding: 4px 10px;
display: inline-block;
}
.recruit-list ul.txt-detail {
padding-left: 20px;
}
@media all and (max-width: 480px) {
.recruit-list ul.txt-detail {
padding-left: 0;
}
}
.recruit-list ul.txt-detail li {
line-height: 1.7;
font-size: 15px;
}
.recruit-list ul.txt-detail li:last-child {
margin-top: 10px;
}
@media all and (max-width: 480px) {
.recruit-list ul.txt-detail li:last-child {
margin-top: 16px;
}
}
.recruit-list ul.txt-detail li.txt-m {
margin-bottom: 0.2em;
font-size: 18px;
font-weight: bold;
}
@media all and (max-width: 480px) {
.recruit-list ul.txt-detail li.txt-m {
margin-bottom: 0.4em;
}
}
.recruit-list ul.txt-detail li.txt-m i {
font-size: 18px;
font-weight: bold;
margin-right: 10px;
}
@media all and (max-width: 787px) {
.recruit-list .img {
margin-bottom: 1rem;
}
}
@media all and (max-width: 787px) {
.recruit-list .img img {
padding-right: 0;
}
}
.recruit-box {
margin-bottom: 2rem;
}
.recruit-box .card > img {
height: 100%;
}
.recruit-box .card-category {
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: .75rem;
}
.recruit-box .card-category li:not(:last-child) {
margin-right: .5rem;
}
.recruit-box p {
line-height: 1.8;
}
.recruit-box .badge-info {
background: #F8F6F1 !important;
color: #303030 !important;
} .pagination {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
margin-top: 60px;
padding-left: 0;
list-style: none;
}
@media all and (max-width: 480px) {
.pagination {
margin-bottom: 60px;
}
}
.pagination li {
margin-bottom: 1px;
}
.pagination li:not(:first-child) {
margin-left: 1px;
}
.page-item:first-child .page-link {
margin-left: 0;
}
.page-link:not(:disabled):not(.disabled) {
cursor: pointer;
}
.page-link {
position: relative;
display: block;
padding: 10px 14px;
line-height: 1;
color: #fff;
border: none;
background: rgba(0, 81, 156, 0.6);
}
.page-link:not(:disabled):not(.disabled) {
cursor: pointer;
}
@media all and (min-width: 481px) {
.page-link:hover {
background: #00519c;
}
}
@media all and (max-width: 480px) {
.page-link {
padding: 14px 18px;
}
}
.page-item.active .page-link {
z-index: 1;
border: none;
background: #00519c;
color: #fff;
font-weight: bold;
}
a {
-webkit-transition: all .3s ease;
transition: all .3s ease;
}
.page-item a:hover {
color: #fff;
}
table.cont {
background-color: #ffffff;
margin-bottom: 60px;
width: 100%;
border-color: #00519c;
padding: 16px 20px;
margin-bottom: 10px;
line-height: 1.8;
vertical-align: top;
}
.cont th {
border-color: #00519c;
padding: 16px 20px;
margin-bottom: 10px;
line-height: 1.8;
vertical-align: top;
}
.cont td {
border-color: #00519c;
padding: 16px 20px;
margin-bottom: 10px;
line-height: 1.8;
vertical-align: top;
}
.cont td.td-item {
width: 13em;
}
.cont td.td-item2 {
color: #ffffff;
padding: 6px 20px;
}
.cont th {
background: url(//www.mediwel.net/recruit/wp/wp-content/themes/img/th_bg.jpg) top repeat-x;
color: #666666;
}
.cont th a {
color: #999999;
text-decoration: none;
}
.cont th a:visited {
color: #999999;
text-decoration: none;
}
.cont th a:hover {
color: #0000ff;
}
.td-item { }
.td-item2 {
color: #ffffff;
background-color: #00519c;
font-weight: bold;
}
.td-item3 {
background-color: #EBEBEB;
}
.td-input {
color: #000000;
background-color: #FFFFFF;
}
.title a {
color: #f50081;
}
.important {
color: #cc0000;
}
.alert {
color: red;
}
label > input { }
label.radio {
background-color: #ffcccc;
line-height: 2.6rem;
display: inline-block;
margin-bottom: 1rem;
margin-right: 1rem;
}
input[type="file"] {
background: #fff;
border: none;
}
.selectWrap {
position: relative;
display: inline-block;
margin-bottom: 1rem;
}
.selectWrap::before {
content: '';
position: absolute;
z-index: 0;
top: 0;
right: 0;
background: #999;
height: 100%;
width: 30px;
border-radius: 0 8px 8px 0;
}
.selectWrap select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
padding: 0;
margin: 0;
height: 30px;
background: transparent;
position: relative;
z-index: 1;
padding: 0 40px 0 10px;
border: 1px solid 1px solid rgba(0, 0, 0, 0.125);
}
.selectWrap::after {
content: '';
position: absolute;
z-index: 0;
top: 0;
bottom: 0;
margin: auto 0;
right: 9px;
width: 0;
height: 0;
border-style: solid;
border-width: 6px 6px 0 6px;
border-color: #fff transparent transparent transparent;
}
i.fa {
margin-right: 4px;
} @media all and (max-width: 480px) {
#recruitlist #main,
#recruit #main {
margin-top: 2.5em;
}
}
#recruitlist .btn-wrapper,
#recruit .btn-wrapper {
text-align: center;
}
#recruitlist a.btn,
#recruit a.btn {
position: relative;
padding: 10px 24px 10px 16px;
background: rgba(0, 81, 156, 0.8);
color: #fff;
text-align: center;
font-weight: bold;
border-radius: 12px;
box-sizing: border-box;
}
#recruitlist a.btn.btn-l,
#recruit a.btn.btn-l {
display: inline-block;
margin: 0 atuo;
padding: 20px 20px;
width: 300px;
border-radius: 20px;
font-size: 18px;
text-align: center;
letter-spacing: 3px;
}
#recruitlist a.btn::before,
#recruit a.btn::before {
content: "";
position: absolute;
top: calc(50% - 1px);
right: 18px;
display: block;
width: 6px;
height: 6px;
border-top: solid 2px #fff;
border-right: solid 2px #fff;
transform: rotate(45deg) translateY(-50%);
transition: all 0.4s ease;
}
#recruitlist a.btn:hover,
#recruit a.btn:hover {
background: #FFA800;
}
#recruitlist a.btn:hover::before,
#recruit a.btn:hover::before {
right: 12px;
border-top: solid 2px #fff;
border-right: solid 2px #fff;
}
#recruitlist .title,
#recruit .title {
font-size: 14px;
color: #333;
margin: 0 auto 6%;
}
#recruitlist .title span,
#recruit .title span {
font-size: 28px;
font-weight: bold;
color: #00519c;
line-height: 1.4;
}
#recruitlist .kv .txt img,
#recruit .kv .txt img {
display: block;
margin: auto;
}
#recruitlist .kv .txt .img-en img,
#recruit .kv .txt .img-en img {
padding: 1.25%;
}
#recruitlist .breadcrumbs,
#recruitlist .contents,
#recruit .breadcrumbs,
#recruit .contents {
width: 1000px;
margin: auto;
}
@media all and (max-width: 480px) {
#recruitlist .breadcrumbs,
#recruitlist .contents,
#recruit .breadcrumbs,
#recruit .contents {
width: 100%;
}
}
#recruitlist .breadcrumbs,
#recruit .breadcrumbs {
margin-top: 30px;
}
#recruitlist .btn_recruit_search,
#recruit .btn_recruit_search {
background: #00519c;
border: none;
width: 400px;
font-size: 16px;
line-height: 1;
}
#recruit .detail {
margin-top: 60px;
padding-bottom: 40px;
font-size: 15px;
line-height: 2;
box-sizing: border-box;
}
#recruit .detail div, #recruit .detail p, #recruit .detail dl, #recruit .detail dt, #recruit .detail dd, #recruit .detail ol, #recruit .detail ul, #recruit .detail li, #recruit .detail fieldset, #recruit .detail form, #recruit .detail label, #recruit .detail legend, #recruit .detail table, #recruit .detail caption, #recruit .detail tbody, #recruit .detail tfoot, #recruit .detail thead, #recruit .detail tr, #recruit .detail th, #recruit .detail td {
font-size: 15px;
}
#search .btn_recruit_search {
background: #00519c;
border: none;
width: 400px;
font-size: 16px;
line-height: 1;
}
@media only screen and (max-width: 767px) {
#recruitlist .kv .txt .img-en img {
width: 42%;
padding-bottom: 10px;
}
#recruitlist .kv .txt .img-ja img {
width: 50%;
}
#recruitlist .breadcrumbs,
#recruitlist .contents {
width: 100%;
}
#recruitlist .title {
width: 92%;
}
#recruitlist .recruit-list {
position: static;
}
#recruitlist .jobs {
width: 92%;
margin: 0 auto 6%;
}
.recruit-list .btn-inner {
margin-top: 20px;
position: static;
margin-left: auto;
}
#recruitlist .btn_recruit_search {
width: 98%;
margin: auto;
}
#recruitlist .fadeInUp {
display: block !important;
}
} @media only screen and (max-width: 480px) {
dt {
display: block;
float: none;
}
dd {
padding: 0 1em 1em 1em;
}
}
#entrycareer input[type="submit"],
#entrycareer-confirm input[type="submit"],
#entrycareer-complete input[type="submit"],
#entrynewgraduates input[type="submit"],
#entrynewgraduates-confirm input[type="submit"],
#entrynewgraduates-complete input[type="submit"] {
-webkit-appearance: none;
display: inline-block;
margin: 0 10px;
padding: 20px 20px;
max-width: 300px;
width: 100%;
background: rgba(0, 81, 156, 0.8);
border: none;
border-radius: 20px;
color: #fff;
font-size: 18px;
font-weight: bold;
line-height: 1;
text-align: center;
box-sizing: border-box;
}
@media only screen and (max-width: 480px) {
#entrycareer input[type="submit"],
#entrycareer-confirm input[type="submit"],
#entrycareer-complete input[type="submit"],
#entrynewgraduates input[type="submit"],
#entrynewgraduates-confirm input[type="submit"],
#entrynewgraduates-complete input[type="submit"] {
margin-bottom: 1rem;
}
}
#entrycareer input[type="submit"]:active,
#entrycareer input[type="submit"]:hover,
#entrycareer-confirm input[type="submit"]:active,
#entrycareer-confirm input[type="submit"]:hover,
#entrycareer-complete input[type="submit"]:active,
#entrycareer-complete input[type="submit"]:hover,
#entrynewgraduates input[type="submit"]:active,
#entrynewgraduates input[type="submit"]:hover,
#entrynewgraduates-confirm input[type="submit"]:active,
#entrynewgraduates-confirm input[type="submit"]:hover,
#entrynewgraduates-complete input[type="submit"]:active,
#entrynewgraduates-complete input[type="submit"]:hover {
color: #fff;
background: #FFA800;
}
#entrycareer dl,
#entrycareer-confirm dl,
#entrynewgraduates dl,
#entrynewgraduates-confirm dl {
margin: 0;
padding: 0;
}
#entrycareer .contents div, #entrycareer .contents p, #entrycareer .contents dl, #entrycareer .contents dt, #entrycareer .contents dd, #entrycareer .contents ol, #entrycareer .contents ul, #entrycareer .contents li, #entrycareer .contents fieldset, #entrycareer .contents form, #entrycareer .contents label, #entrycareer .contents legend, #entrycareer .contents table, #entrycareer .contents caption, #entrycareer .contents tbody, #entrycareer .contents tfoot, #entrycareer .contents thead, #entrycareer .contents tr, #entrycareer .contents th, #entrycareer .contents td,
#entrycareer-confirm .contents div,
#entrycareer-confirm .contents p,
#entrycareer-confirm .contents dl,
#entrycareer-confirm .contents dt,
#entrycareer-confirm .contents dd,
#entrycareer-confirm .contents ol,
#entrycareer-confirm .contents ul,
#entrycareer-confirm .contents li,
#entrycareer-confirm .contents fieldset,
#entrycareer-confirm .contents form,
#entrycareer-confirm .contents label,
#entrycareer-confirm .contents legend,
#entrycareer-confirm .contents table,
#entrycareer-confirm .contents caption,
#entrycareer-confirm .contents tbody,
#entrycareer-confirm .contents tfoot,
#entrycareer-confirm .contents thead,
#entrycareer-confirm .contents tr,
#entrycareer-confirm .contents th,
#entrycareer-confirm .contents td,
#entrynewgraduates .contents div,
#entrynewgraduates .contents p,
#entrynewgraduates .contents dl,
#entrynewgraduates .contents dt,
#entrynewgraduates .contents dd,
#entrynewgraduates .contents ol,
#entrynewgraduates .contents ul,
#entrynewgraduates .contents li,
#entrynewgraduates .contents fieldset,
#entrynewgraduates .contents form,
#entrynewgraduates .contents label,
#entrynewgraduates .contents legend,
#entrynewgraduates .contents table,
#entrynewgraduates .contents caption,
#entrynewgraduates .contents tbody,
#entrynewgraduates .contents tfoot,
#entrynewgraduates .contents thead,
#entrynewgraduates .contents tr,
#entrynewgraduates .contents th,
#entrynewgraduates .contents td,
#entrynewgraduates-confirm .contents div,
#entrynewgraduates-confirm .contents p,
#entrynewgraduates-confirm .contents dl,
#entrynewgraduates-confirm .contents dt,
#entrynewgraduates-confirm .contents dd,
#entrynewgraduates-confirm .contents ol,
#entrynewgraduates-confirm .contents ul,
#entrynewgraduates-confirm .contents li,
#entrynewgraduates-confirm .contents fieldset,
#entrynewgraduates-confirm .contents form,
#entrynewgraduates-confirm .contents label,
#entrynewgraduates-confirm .contents legend,
#entrynewgraduates-confirm .contents table,
#entrynewgraduates-confirm .contents caption,
#entrynewgraduates-confirm .contents tbody,
#entrynewgraduates-confirm .contents tfoot,
#entrynewgraduates-confirm .contents thead,
#entrynewgraduates-confirm .contents tr,
#entrynewgraduates-confirm .contents th,
#entrynewgraduates-confirm .contents td {
font-size: 15px;
box-sizing: border-box;
}
#entrycareer .breadcrumbs,
#entrycareer-confirm .breadcrumbs,
#entrynewgraduates .breadcrumbs,
#entrynewgraduates-confirm .breadcrumbs {
margin-top: 30px;
font-size: 13px;
}
#entrycareer .must,
#entrycareer-confirm .must,
#entrynewgraduates .must,
#entrynewgraduates-confirm .must {
color: #ff7373;
font-size: 11px;
margin-right: 5px;
}
#entrycareer .note,
#entrycareer-confirm .note,
#entrynewgraduates .note,
#entrynewgraduates-confirm .note {
margin-bottom: 20px;
line-height: 1.8;
}
#entrycareer .btns,
#entrycareer-confirm .btns,
#entrynewgraduates .btns,
#entrynewgraduates-confirm .btns {
text-align: center;
}
#entrycareer .contents dl,
#entrycareer-confirm .contents dl,
#entrynewgraduates .contents dl,
#entrynewgraduates-confirm .contents dl {
display: flex;
justify-content: space-between;
align-items: stretch;
padding: 0;
border-bottom: 1px solid #ccc;
line-height: 1.6;
}
#entrycareer .contents dl input[type=checkbox],
#entrycareer .contents dl input[type=radio],
#entrycareer-confirm .contents dl input[type=checkbox],
#entrycareer-confirm .contents dl input[type=radio],
#entrynewgraduates .contents dl input[type=checkbox],
#entrynewgraduates .contents dl input[type=radio],
#entrynewgraduates-confirm .contents dl input[type=checkbox],
#entrynewgraduates-confirm .contents dl input[type=radio] {
margin-top: -1px;
}
#entrycareer .contents dl dd,
#entrycareer-confirm .contents dl dd,
#entrynewgraduates .contents dl dd,
#entrynewgraduates-confirm .contents dl dd {
margin: 0;
}
@media only screen and (max-width: 480px) {
#entrycareer .contents dl,
#entrycareer-confirm .contents dl,
#entrynewgraduates .contents dl,
#entrynewgraduates-confirm .contents dl {
display: block;
border: none;
}
#entrycareer .contents dl:last-child dd,
#entrycareer-confirm .contents dl:last-child dd,
#entrynewgraduates .contents dl:last-child dd,
#entrynewgraduates-confirm .contents dl:last-child dd {
padding-bottom: 0;
}
}
#entrycareer .contents dl:first-child,
#entrycareer-confirm .contents dl:first-child,
#entrynewgraduates .contents dl:first-child,
#entrynewgraduates-confirm .contents dl:first-child {
border-top: 1px solid #ccc;
}
@media only screen and (max-width: 480px) {
#entrycareer .contents dl:first-child,
#entrycareer-confirm .contents dl:first-child,
#entrynewgraduates .contents dl:first-child,
#entrynewgraduates-confirm .contents dl:first-child {
border: none;
}
}
#entrycareer .contents dl span,
#entrycareer-confirm .contents dl span,
#entrynewgraduates .contents dl span,
#entrynewgraduates-confirm .contents dl span {
font-size: 14px;
}
#entrycareer .contents dl input,
#entrycareer .contents dl textarea,
#entrycareer-confirm .contents dl input,
#entrycareer-confirm .contents dl textarea,
#entrynewgraduates .contents dl input,
#entrynewgraduates .contents dl textarea,
#entrynewgraduates-confirm .contents dl input,
#entrynewgraduates-confirm .contents dl textarea {
padding: 0.8rem 1rem;
color: #333;
}
@media only screen and (max-width: 480px) {
#entrycareer .contents dl input,
#entrycareer .contents dl textarea,
#entrycareer-confirm .contents dl input,
#entrycareer-confirm .contents dl textarea,
#entrynewgraduates .contents dl input,
#entrynewgraduates .contents dl textarea,
#entrynewgraduates-confirm .contents dl input,
#entrynewgraduates-confirm .contents dl textarea {
padding: 1.5rem 1rem;
}
}
#entrycareer .contents dl input[type="text"],
#entrycareer .contents dl input[type="email"],
#entrycareer .contents dl textarea,
#entrycareer-confirm .contents dl input[type="text"],
#entrycareer-confirm .contents dl input[type="email"],
#entrycareer-confirm .contents dl textarea,
#entrynewgraduates .contents dl input[type="text"],
#entrynewgraduates .contents dl input[type="email"],
#entrynewgraduates .contents dl textarea,
#entrynewgraduates-confirm .contents dl input[type="text"],
#entrynewgraduates-confirm .contents dl input[type="email"],
#entrynewgraduates-confirm .contents dl textarea {
max-width: 640px;
width: 80%;
}
@media only screen and (max-width: 480px) {
#entrycareer .contents dl input[type="text"],
#entrycareer .contents dl input[type="email"],
#entrycareer .contents dl textarea,
#entrycareer-confirm .contents dl input[type="text"],
#entrycareer-confirm .contents dl input[type="email"],
#entrycareer-confirm .contents dl textarea,
#entrynewgraduates .contents dl input[type="text"],
#entrynewgraduates .contents dl input[type="email"],
#entrynewgraduates .contents dl textarea,
#entrynewgraduates-confirm .contents dl input[type="text"],
#entrynewgraduates-confirm .contents dl input[type="email"],
#entrynewgraduates-confirm .contents dl textarea {
width: 100%;
}
}
#entrycareer .contents dl dt, #entrycareer .contents dl dd,
#entrycareer-confirm .contents dl dt,
#entrycareer-confirm .contents dl dd,
#entrynewgraduates .contents dl dt,
#entrynewgraduates .contents dl dd,
#entrynewgraduates-confirm .contents dl dt,
#entrynewgraduates-confirm .contents dl dd {
display: flex;
align-items: center;
border: none;
color: #333;
font-size: 14px;
}
#entrycareer .contents dl dt,
#entrycareer-confirm .contents dl dt,
#entrynewgraduates .contents dl dt,
#entrynewgraduates-confirm .contents dl dt {
padding: 24px 12px;
width: 240px;
background: #eee;
text-align: right;
line-height: 1;
}
@media only screen and (max-width: 480px) {
#entrycareer .contents dl dt,
#entrycareer-confirm .contents dl dt,
#entrynewgraduates .contents dl dt,
#entrynewgraduates-confirm .contents dl dt {
display: block;
width: 100%;
text-align: left;
}
}
#entrycareer .contents dl dd,
#entrycareer-confirm .contents dl dd,
#entrynewgraduates .contents dl dd,
#entrynewgraduates-confirm .contents dl dd {
padding: 24px 12px;
width: calc(100% - 250px);
}
#entrycareer .contents dl dd .txt,
#entrycareer-confirm .contents dl dd .txt,
#entrynewgraduates .contents dl dd .txt,
#entrynewgraduates-confirm .contents dl dd .txt {
padding-top: 1rem;
max-width: 640px;
width: 80%;
}
@media only screen and (max-width: 480px) {
#entrycareer .contents dl dd .txt,
#entrycareer-confirm .contents dl dd .txt,
#entrynewgraduates .contents dl dd .txt,
#entrynewgraduates-confirm .contents dl dd .txt {
width: 100%;
}
}
#entrycareer .contents dl dd .group-inner,
#entrycareer-confirm .contents dl dd .group-inner,
#entrynewgraduates .contents dl dd .group-inner,
#entrynewgraduates-confirm .contents dl dd .group-inner {
width: 100%;
}
#entrycareer .contents dl dd .group-inner .mwform-checkbox-field,
#entrycareer-confirm .contents dl dd .group-inner .mwform-checkbox-field,
#entrynewgraduates .contents dl dd .group-inner .mwform-checkbox-field,
#entrynewgraduates-confirm .contents dl dd .group-inner .mwform-checkbox-field {
display: inline-block;
padding-right: 1rem;
}
@media only screen and (max-width: 480px) {
#entrycareer .contents dl dd .group-inner .mwform-checkbox-field,
#entrycareer-confirm .contents dl dd .group-inner .mwform-checkbox-field,
#entrynewgraduates .contents dl dd .group-inner .mwform-checkbox-field,
#entrynewgraduates-confirm .contents dl dd .group-inner .mwform-checkbox-field {
margin-left: 0 !important;
padding-top: 0.5rem;
padding-left: 0;
padding-right: 1.5rem;
padding-bottom: 1rem;
}
}
#entrycareer .contents dl dd .group-inner > div:not(.selectWrap):not(:first-child),
#entrycareer-confirm .contents dl dd .group-inner > div:not(.selectWrap):not(:first-child),
#entrynewgraduates .contents dl dd .group-inner > div:not(.selectWrap):not(:first-child),
#entrynewgraduates-confirm .contents dl dd .group-inner > div:not(.selectWrap):not(:first-child) {
margin-top: 1rem;
}
#entrycareer .contents dl dd .group-inner > div:not(.selectWrap):not(:first-child).txt,
#entrycareer-confirm .contents dl dd .group-inner > div:not(.selectWrap):not(:first-child).txt,
#entrynewgraduates .contents dl dd .group-inner > div:not(.selectWrap):not(:first-child).txt,
#entrynewgraduates-confirm .contents dl dd .group-inner > div:not(.selectWrap):not(:first-child).txt {
margin-top: 0;
}
#entrycareer .contents dl dd .group-inner > div.email-check,
#entrycareer-confirm .contents dl dd .group-inner > div.email-check,
#entrynewgraduates .contents dl dd .group-inner > div.email-check,
#entrynewgraduates-confirm .contents dl dd .group-inner > div.email-check {
padding-top: 1rem;
border-top: 1px #ccc dotted;
}
#entrycareer .contents dl dd .group-inner > div.email-check .form-title,
#entrycareer-confirm .contents dl dd .group-inner > div.email-check .form-title,
#entrynewgraduates .contents dl dd .group-inner > div.email-check .form-title,
#entrynewgraduates-confirm .contents dl dd .group-inner > div.email-check .form-title {
margin-bottom: 0.5rem;
}
@media only screen and (max-width: 480px) {
#entrycareer .contents dl dd,
#entrycareer-confirm .contents dl dd,
#entrynewgraduates .contents dl dd,
#entrynewgraduates-confirm .contents dl dd {
display: block;
padding: 30px 0 40px 0;
width: 100%;
}
#entrycareer .contents dl dd input[type="text"],
#entrycareer-confirm .contents dl dd input[type="text"],
#entrynewgraduates .contents dl dd input[type="text"],
#entrynewgraduates-confirm .contents dl dd input[type="text"] {
width: 100%;
}
#entrycareer .contents dl dd input[type="file"],
#entrycareer-confirm .contents dl dd input[type="file"],
#entrynewgraduates .contents dl dd input[type="file"],
#entrynewgraduates-confirm .contents dl dd input[type="file"] {
padding: 0.5em 0 0 0;
}
}
#entrycareer .contents dl select,
#entrycareer-confirm .contents dl select,
#entrynewgraduates .contents dl select,
#entrynewgraduates-confirm .contents dl select {
height: 36px;
}
#entrycareer .contents dl .selectWrap,
#entrycareer-confirm .contents dl .selectWrap,
#entrynewgraduates .contents dl .selectWrap,
#entrynewgraduates-confirm .contents dl .selectWrap {
margin: 0 1rem 0 0;
}
#entrycareer .contents dl .selectWrap select,
#entrycareer-confirm .contents dl .selectWrap select,
#entrynewgraduates .contents dl .selectWrap select,
#entrynewgraduates-confirm .contents dl .selectWrap select {
padding: 0 50px 0 10px;
border-radius: 5px;
color: #666;
}
@media only screen and (max-width: 480px) {
#entrycareer .contents dl.birthday .selectWrap,
#entrycareer-confirm .contents dl.birthday .selectWrap,
#entrynewgraduates .contents dl.birthday .selectWrap,
#entrynewgraduates-confirm .contents dl.birthday .selectWrap {
margin: 0 0.5rem 0 0;
}
}
#entrycareer .contents dl .privacy,
#entrycareer-confirm .contents dl .privacy,
#entrynewgraduates .contents dl .privacy,
#entrynewgraduates-confirm .contents dl .privacy {
overflow-y: scroll;
margin-bottom: 1rem;
padding: 0.8rem 1rem;
height: 20rem;
border-radius: 5px;
background: #f4f4f4;
}
#entrycareer .contents dl .privacy > ol,
#entrycareer-confirm .contents dl .privacy > ol,
#entrynewgraduates .contents dl .privacy > ol,
#entrynewgraduates-confirm .contents dl .privacy > ol {
list-style-type: decimal;
}
#entrycareer .contents dl .privacy a,
#entrycareer-confirm .contents dl .privacy a,
#entrynewgraduates .contents dl .privacy a,
#entrynewgraduates-confirm .contents dl .privacy a {
color: #333;
}
#entrycareer .contents dl .privacy .privacy-title,
#entrycareer-confirm .contents dl .privacy .privacy-title,
#entrynewgraduates .contents dl .privacy .privacy-title,
#entrynewgraduates-confirm .contents dl .privacy .privacy-title {
margin-top: 0.25rem;
}
#entrycareer .contents dl .privacy .box01,
#entrycareer-confirm .contents dl .privacy .box01,
#entrynewgraduates .contents dl .privacy .box01,
#entrynewgraduates-confirm .contents dl .privacy .box01 {
margin: 0.5rem auto;
padding: 0.5rem;
border: 1px #666 solid;
}
#entrycareer .contents dl .privacy .right,
#entrycareer-confirm .contents dl .privacy .right,
#entrynewgraduates .contents dl .privacy .right,
#entrynewgraduates-confirm .contents dl .privacy .right {
text-align: right;
} #entrycareer-confirm .selectWrap::before, #entrycareer-confirm .selectWrap::after,
#entrynewgraduates-confirm .selectWrap::before,
#entrynewgraduates-confirm .selectWrap::after {
display: none !important;
} #entrycareer-complete,
#entrynewgraduates-complete { }
#entrycareer-complete .note,
#entrynewgraduates-complete .note {
display: none;
}
#entrycareer-complete h2,
#entrynewgraduates-complete h2 {
color: #00519c;
margin-bottom: 20px;
display: block;
font-size: 18px;
}
#entrycareer-complete p,
#entrynewgraduates-complete p {
margin-bottom: 1.4rem;
max-width: 56em;
width: 100%;
}
#entrycareer-complete .complete-btn,
#entrynewgraduates-complete .complete-btn {
margin-top: 2.5rem;
}
#entrycareer-complete .complete-btn a,
#entrynewgraduates-complete .complete-btn a {
display: inline-block;
padding: 14px 10px;
max-width: 14rem;
width: 100%;
background: #999;
border: none;
border-radius: 12px;
color: #fff;
font-size: 18px;
font-weight: bold;
text-align: center;
}
#entrycareer-complete .complete-btn a:hover,
#entrynewgraduates-complete .complete-btn a:hover {
background: #ff7373;
} .recruit-crumb {
padding-top: 30px;
}
#recruit #recruit-detail dl {
margin: 0;
padding: 0;
line-height: 1.6;
}
#recruit #recruit-detail dl dt {
width: 12em;
}
@media all and (max-width: 480px) {
#recruit #recruit-detail dl dt {
width: 100%;
}
}
#recruit #recruit-detail dl dt {
clear: left;
color: #333; line-height: 1;
}
#recruit #recruit-detail .heading {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
padding-bottom: 30px;
}
@media all and (max-width: 480px) {
#recruit #recruit-detail .heading {
padding-bottom: 0;
width: 100%;
}
}
#recruit #recruit-detail .heading .heading-img {
max-width: 380px;
width: 100%;
margin-right: 40px;
}
#recruit #recruit-detail .heading .heading-img img {
width: 100%;
height: auto;
}
@media all and (max-width: 480px) {
#recruit #recruit-detail .heading .heading-img {
margin-right: 0;
width: 100%;
}
}
#recruit #recruit-detail .heading .heading-txt {
width: calc(100% - 380px - 40px);
padding-top: 10px;
}
@media all and (max-width: 480px) {
#recruit #recruit-detail .heading .heading-txt {
margin-right: 0;
width: 100%;
}
}
#recruit #recruit-detail dl {
border-bottom: 1px solid #CCC;
display: flex;
flex-wrap: wrap;
align-items: center;
margin-bottom: 30px;
padding-bottom: 30px;
}
@media all and (max-width: 480px) {
#recruit #recruit-detail dl {
margin: 0;
padding: 20px 0;
}
}
#recruit #recruit-detail dl dt {
width: 180px;
padding: 0 0 0 10px;
font-weight: bold;
color: #00519c;
line-height: 2;
}
@media all and (max-width: 480px) {
#recruit #recruit-detail dl dt {
padding: 0;
width: 100%;
}
}
#recruit #recruit-detail dl dd {
width: calc(100% - 180px);
border-bottom: none;
padding: 0;
line-height: 2;
}
@media all and (max-width: 480px) {
#recruit #recruit-detail dl dd {
width: 100%;
}
}
#recruit #recruit-detail dl.title-s {
align-items: flex-start;
border: none;
}
@media all and (max-width: 480px) {
#recruit #recruit-detail dl.title-s {
border-bottom: 1px solid #CCC;
}
}
#recruit #recruit-detail dl.title-s dt {
width: 100px;
line-height: 2;
}
@media all and (max-width: 480px) {
#recruit #recruit-detail dl.title-s dt {
width: 100%;
}
}
#recruit #recruit-detail dl.title-s dd {
width: calc(100% - 100px);
line-height: 2;
}
@media all and (max-width: 480px) {
#recruit #recruit-detail dl.title-s dd {
width: 100%;
}
}
#recruit #recruit-detail .btn-wrapper {
margin-top: 30px;
}