@charset "UTF-8";
 *,
*::before,
*::after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
word-break: break-all;
}
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
display: block;
}
body {
margin: 0;
font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体,
"ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #333;
text-align: left;
background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
outline: 0 !important;
}
hr {
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0;
overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin-top: 0;
margin-bottom: 0.5rem;
}
p {
margin-top: 0;
margin-bottom: 0;
}
abbr[title],
abbr[data-original-title] {
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
border-bottom: 0;
-webkit-text-decoration-skip-ink: none;
text-decoration-skip-ink: none;
}
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit;
}
ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0;
}
dt {
font-weight: 700;
}
dd {
margin-bottom: 0.5rem;
margin-left: 0;
}
blockquote {
margin: 0 0 1rem;
}
b,
strong {
font-weight: bolder;
}
small {
font-size: 80%;
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
a {
color: #4ab9ff;
text-decoration: none;
background-color: transparent;
}
a:hover {
color: #4ab9ff;
text-decoration: underline;
}
a:not([href]):not([class]) {
color: inherit;
text-decoration: none;
}
a:not([href]):not([class]):hover {
color: inherit;
text-decoration: none;
}
pre,
code,
kbd,
samp {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
"Courier New", monospace;
font-size: 1em;
}
pre {
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
-ms-overflow-style: scrollbar;
}
figure {
margin: 0 0 1rem;
}
img {
vertical-align: middle;
border-style: none;
}
svg {
overflow: hidden;
vertical-align: middle;
}
table {
border-collapse: collapse;
}
caption {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
color: #6c757d;
text-align: left;
caption-side: bottom;
}
th {
text-align: inherit;
text-align: -webkit-match-parent;
}
label {
display: inline-block;
margin-bottom: 0.5rem;
}
button {
border-radius: 0;
}
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
button,
input {
overflow: visible;
}
button,
select {
text-transform: none;
}
[role="button"] {
cursor: pointer;
}
select {
word-wrap: normal;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
cursor: pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
padding: 0;
border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
textarea {
overflow: auto;
resize: vertical;
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
legend {
display: block;
width: 100%;
max-width: 100%;
padding: 0;
margin-bottom: 0.5rem;
font-size: 1.5rem;
line-height: inherit;
color: inherit;
white-space: normal;
}
progress {
vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
[type="search"] {
outline-offset: -2px;
-webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button;
}
output {
display: inline-block;
}
summary {
display: list-item;
cursor: pointer;
}
template {
display: none;
}
[hidden] {
display: none !important;
}
.clearfix::after {
content: "";
display: block;
clear: both;
}
.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: 1200px) {
.container {
max-width: 1140px;
}
}
.container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.row-0 {
margin-left: 0px;
margin-right: 0px;
}
.row-0 > div {
padding-right: 0px;
padding-left: 0px;
}
.row-5 {
margin-left: 5px;
margin-right: 5px;
}
.row-5 > div {
padding-right: 5px;
padding-left: 5px;
}
.row-10 {
margin-left: -5px;
margin-right: -5px;
}
.row-10 > div {
padding-right: 5px;
padding-left: 5px;
}
.row-10 > main {
padding-right: 5px;
padding-left: 5px;
}
.row-10 > section {
padding-right: 5px;
padding-left: 5px;
}
.row-20 {
margin-left: -10px;
margin-right: -10px;
}
.row-20 > div {
padding-right: 10px;
padding-left: 10px;
}
.row-30 {
margin-left: -15px;
margin-right: -15px;
}
.row-30 > div {
padding-right: 15px;
padding-left: 15px;
}
.row-40 {
margin-left: -20px;
margin-right: -20px;
}
.row-40 > div {
padding-right: 20px;
padding-left: 20px;
}
.row-50 {
margin-left: -25px;
margin-right: -25px;
}
.row-50 > div {
padding-right: 25px;
padding-left: 25px;
}
.row-60 {
margin-left: -30px;
margin-right: -30px;
}
.row-60 > div {
padding-right: 30px;
padding-left: 30px;
}
.row-70 {
margin-left: -35px;
margin-right: -35px;
}
.row-70 > div {
padding-right: 35px;
padding-left: 35px;
}
.no-gutters {
margin-right: 0;
margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
padding-right: 0;
padding-left: 0;
}
.justify-content-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.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;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
@media (min-width: 576px) {
.col-sm {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-sm-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-sm-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-sm-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-sm-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-sm-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-sm-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-sm-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-sm-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-sm-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-sm-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-sm-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-sm-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-sm-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-sm-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.order-sm-last {
-webkit-box-ordinal-group: 14;
-ms-flex-order: 13;
order: 13;
}
.order-sm-0 {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.order-sm-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.order-sm-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.order-sm-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.order-sm-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.order-sm-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.order-sm-6 {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6;
}
.order-sm-7 {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7;
}
.order-sm-8 {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8;
}
.order-sm-9 {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9;
}
.order-sm-10 {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
}
.order-sm-11 {
-webkit-box-ordinal-group: 12;
-ms-flex-order: 11;
order: 11;
}
.order-sm-12 {
-webkit-box-ordinal-group: 13;
-ms-flex-order: 12;
order: 12;
}
}
@media (min-width: 768px) {
.col-md {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-md-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-md-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-md-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-md-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-md-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-md-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-md-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-md-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-md-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-md-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-md-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-md-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-md-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
}
@media (min-width: 992px) {
.col-lg {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-lg-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-lg-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-lg-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-lg-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-lg-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-lg-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-lg-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-lg-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-lg-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-lg-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-lg-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-lg-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-lg-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
}
@media (min-width: 1200px) {
.col-xl {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-xl-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.col-xl-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-xl-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-xl-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-xl-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-xl-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-xl-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-xl-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-xl-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-xl-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-xl-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-xl-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-xl-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
}
.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: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-inline-flex {
display: -webkit-inline-box !important;
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: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-sm-inline-flex {
display: -webkit-inline-box !important;
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: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-md-inline-flex {
display: -webkit-inline-box !important;
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: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-lg-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
header {
width: 100%;
border-top: 6px solid #e72b10;
padding: 20px 0;
}
header .inner {
max-width: 1025px;
width: 100%;
margin: 0 auto;
padding: 0 10px;
position: relative;
}
header .inner img {
position: absolute;
top: 7px;
width: 144px;
}
header .inner .header__title {
text-align: center;
font-size: 24px;
font-weight: bold;
}
header .inner .rightCta {
position: absolute;
right: 10px;
top: 0px;
color: #fff;
background-color: #e72b10;
padding: 8px 5px 7px 13px;
border-radius: 7px;
font-size: 15px;
transition: all 0.3s;
}
header .inner .rightCta:hover {
background-color: #b92d18;
text-decoration: none;
}
header .inner .rightCta span {
display: inline-block;
}
footer {
text-align: center;
padding: 20px;
font-size: 14px;
}
.update {
font-size: 14px;
text-align: right;
padding: 30px 0 10px;
}
.job {
background-color: #ececec;
background-image: -webkit-gradient(
linear,
0 0,
100% 100%,
color-stop(0.25, #f9f9f9),
color-stop(0.25, transparent),
color-stop(0.5, transparent),
color-stop(0.5, #f9f9f9),
color-stop(0.75, #f9f9f9),
color-stop(0.75, transparent),
to(transparent)
);
-webkit-background-size: 6px 6px;
padding: 45px 10px;
}
.job .job__inner {
max-width: 1025px;
width: 100%;
margin: 0 auto 50px;
background: #fff;
border-radius: 15px;
-webkit-box-shadow: 2px 2px 9px -5px #333333;
box-shadow: 2px 2px 9px -5px #333333;
padding: 30px;
}
.job .job__first__col {
margin-top: 30px;
}
.job .job__number {
font-size: 14px;
margin-bottom: 15px;
}
.job .job__title {
font-size: 26px;
font-weight: bold;
}
.job .job__head {
font-size: 22px;
font-weight: bold;
margin: 40px 0 30px;
border-left: 8px solid #e72b10;
padding-left: 15px;
}
.job__title a {
color: #333;
}
.job .col-job-head {
padding-right: 0;
}
.job .col-job-head .inner {
height: 100%;
padding: 18px 15px;
background: #f8f7fc;
font-size: 16px;
font-weight: bold;
border-bottom: 1px solid #efefef;
}
.job .col-job-head-secondary {
padding-right: 0;
padding-left: 0;
}
.job .col-job-head-secondary .inner {
height: 100%;
padding: 18px 20px;
background: #f8f7fc;
font-size: 16px;
font-weight: bold;
border-bottom: 1px solid #efefef;
}
.job .col-job-body {
padding-left: 0;
}
.job .col-job-body .inner {
padding: 18px 15px 20px;
font-size: 15px;
border-bottom: 1px solid #efefef;
height: 100%;
}
.job .col-job-body-secondary {
padding-right: 0;
padding-left: 0;
}
.job .col-job-body-secondary .inner {
padding: 18px 15px 20px;
font-size: 15px;
border-bottom: 1px solid #efefef;
height: 100%;
}
.apply .apply__header {
background-color: #e72b18;
color: #fff;
text-align: center;
font-size: 24px;
font-weight: bold;
padding: 22px 0 18px;
margin-bottom: 35px;
}
.apply .register__header {
text-align: center;
font-size: 20px;
padding: 15px 0 14px;
margin-bottom: 25px;
background: #f8f7fc;
}
.apply .apply__desc {
max-width: 740px;
margin: 0 auto;
font-size: 14px;
margin-bottom: 35px;
}
.apply .apply__inner {
max-width: 1025px;
width: 100%;
margin: 0 auto 50px;
}
.apply .apply__table {
font-size: 15px;
width: 95%;
margin: 0 auto 60px;
border-bottom: 1px solid #dadada;
}
.apply .apply__table tr {
border-top: 1px solid #dadada;
}
.apply .apply__table th {
background-color: #f4f4f4;
padding: 25px;
width: 23%;
}
.apply .apply__table th span {
display: inline-block;
padding: 5px 0;
}
.apply .apply__table th strong {
color: #fff;
display: inline-block;
float: right;
padding: 5px 8px;
background-color: #f45217;
border-radius: 8px;
}
.apply .apply__table td {
padding: 25px;
}
.apply .apply__table td input[type="text"],
.apply .apply__table td input[type="email"] {
width: 70%;
font-size: 15px;
padding: 10px 9px;
border-radius: 5px;
border: 1px solid #dadada;
background-color: #fef7e5;
}
.apply .apply__table td input[type="number"] {
width: 13%;
font-size: 15px;
padding: 10px 9px;
border-radius: 5px;
border: 1px solid #dadada;
background-color: #fef7e5;
}
.apply .apply__table td select {
padding: 10px 9px;
border-radius: 5px;
border: 1px solid #dadada;
background-color: #fef7e5;
}
.apply .apply__table td .bitrh__space {
padding-right: 10px;
}
.apply .apply__conf {
max-width: 810px;
margin: 0 auto 50px;
font-size: 14px;
line-height: 1.1;
}
.apply .apply__agree__policy {
background-color: #f4f4f4;
padding: 18px 40px 10px;
width: 310px;
margin: 0 auto 50px;
text-align: center;
font-weight: bold;
font-size: 16px;
}
.apply .apply__agree__policy input[type="checkbox"] {
margin-right: 7px;
padding: 5px;
-webkit-transform: scale(1.4);
transform: scale(1.4);
}
.apply .apply__button__wrap {
text-align: center;
margin-bottom: 120px;
}
.apply .submit__button {
outline: none;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 20px;
font-weight: 700;
line-height: 1.5;
position: relative;
display: inline-block;
padding: 1rem 4rem;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: all 0.3s;
transition: all 0.3s;
text-align: center;
vertical-align: middle;
text-decoration: none;
border-radius: 0.5rem;
border: none;
color: #fff;
background-color: #eb6100;
border-bottom: 5px solid #b84c00;
}
.apply .submit__button:hover {
margin-top: 3px;
color: #fff;
background: #f56500;
border-bottom: 2px solid #b84c00;
}
.apply .btn__shadow {
-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
.job__archive {
background-color: #ececec;
background-image: -webkit-gradient(
linear,
0 0,
100% 100%,
color-stop(0.25, #f9f9f9),
color-stop(0.25, transparent),
color-stop(0.5, transparent),
color-stop(0.5, #f9f9f9),
color-stop(0.75, #f9f9f9),
color-stop(0.75, transparent),
to(transparent)
);
-webkit-background-size: 6px 6px;
padding: 25px 10px 45px;
}
.job__search__inner {
max-width: 1000px;
width: 100%;
display: flex;
flex-direction: row;
margin: 0 auto 40px;
background-color: #fff;
padding: 20px 30px; border-radius: 10px;
-webkit-box-shadow: 2px 2px 6px -5px #333333;
box-shadow: 2px 2px 6px -5px #333333;
}
.job__search__inner__mod {
max-width: 1025px;
}
.job__search__inner .key__wrap {
width: 48%;
margin-right: 2%;
border: 1px solid #949494;
border-radius: 0.5rem;
align-items: center;
padding: 0.55rem 1rem;
}
.job__search__inner .key__wrap span {
color: #333;
font-weight: bold;
padding-right: 5px;
}
.job__search__inner .key__wrap input {
width: 75%;
border: none;
outline: none;
}
.job__search__inner .location__wrap {
width: 38%;
margin-right: 2%;
border: 1px solid #949494;
border-radius: 0.5rem;
align-items: center;
padding: 0.55rem 1rem;
}
.job__search__inner .location__wrap span {
color: #333;
font-weight: bold;
padding-right: 5px;
}
.job__search__inner .location__wrap input {
width: 80%;
border: none;
outline: none;
}
.job__search__inner .submit__wrap input {
color: #fff;
font-weight: bold;
border: none;
border-radius: 0.5rem;
background-color: #2557a7;
padding: 0.65rem 1rem;
}
.search__word {
font-size: 16px;
margin-bottom: 10px;
text-align: right;
color: #666;
}
.job__archive .job__archive__inner {
max-width: 1000px;
width: 100%;
margin: 0 auto 50px;
}
.job__archive .job__archive__inner .job__achive__list {
padding: 0;
list-style-type: none;
}
.job__archive .job__archive__inner .job__achive__list__li {
background-color: #fff;
padding: 20px 30px;
margin-bottom: 40px;
border-radius: 10px;
-webkit-box-shadow: 2px 2px 6px -5px #333333;
box-shadow: 2px 2px 6px -5px #333333;
}
.job__archive .job__archive__inner .job__achive__list__li .job__number {
background-color: #efefef;
padding: 10px 20px;
margin-bottom: 15px;
font-size: 12px;
display: inline-block;
}
.job__archive .job__archive__inner .job__achive__list__li .job__title {
font-size: 22px;
margin-bottom: 15px;
}
.job__archive .job__archive__inner .job__achive__list__li .job__desc {
padding: 10px 15px;
background-color: #f8f7fc;
}
.job__archive .job__archive__inner .job__achive__list__li .job__table {
margin-top: 20px;
padding: 0 16px;
}
.job__archive .job__archive__inner .job__achive__list__li .job__table__col {
border-bottom: 1px solid #efefef;
padding: 10px 0 8px;
}
.job__archive .job__archive__inner .job__achive__list__li .job__table__content {
font-size: 15px;
font-weight: bold;
margin-bottom: 4px;
}
.job__archive .job__archive__button__wrap {
padding: 30px 0 20px;
text-align: center;
}
.job__archive .submit__button {
outline: none;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 20px;
font-weight: 700;
line-height: 1.5;
position: relative;
display: inline-block;
padding: 1rem 4rem;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: all 0.3s;
transition: all 0.3s;
text-align: center;
vertical-align: middle;
text-decoration: none;
border-radius: 0.5rem;
border: none;
color: #fff;
background-color: #eb6100;
border-bottom: 5px solid #b84c00;
}
.job__archive .submit__button:hover {
margin-top: 3px;
color: #fff;
background: #f56500;
border-bottom: 2px solid #b84c00;
}
.job__archive .btn__shadow {
-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
.job__archive .btn__shadow:hover {
-webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
}
.job__archive .job__archive__page {
margin-bottom: 80px;
text-align: center;
}
.job__archive .job__archive__page .page,
.job__archive .job__archive__page .current,
.job__archive .job__archive__page .nextpostslink,
.job__archive .job__archive__page .previouspostslink {
background: #fff;
border-radius: 5px;
padding: 10px;
font-size: 16px;
margin: 0 5px;
}
.job__archive .job__archive__page a {
color: #e72b10;
}
.response {
position: fixed;
bottom: 0;
width: 100%;
background-color: rgba(255, 255, 255, 0.5);
padding: 20px;
text-align: center;
}
.response .submit__button {
outline: none;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 18px;
font-weight: 700;
line-height: 1.5;
position: relative;
display: inline-block;
padding: 0.75rem 3rem;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: all 0.3s;
transition: all 0.3s;
text-align: center;
vertical-align: middle;
text-decoration: none;
border-radius: 0.5rem;
border: none;
color: #fff;
background-color: #eb6100;
border-bottom: 5px solid #b84c00;
}
.response .submit__button:hover {
margin-top: 3px;
color: #fff;
background: #f56500;
border-bottom: 2px solid #b84c00;
}
@media screen and (max-width: 767px) {
header {
padding: 15px 0;
}
header .inner {
width: 95%;
}
header .inner img {
top: 7px;
width: 100px;
}
header .inner .header__title {
text-align: center;
font-size: 18px;
font-weight: bold;
}
header .inner .rightCta {
position: absolute;
right: 0px;
top: -3px;
background-color: #e72b10;
padding: 6px 10px 6px;
font-size: 14px;
}
header .inner .rightCta span {
display: none;
}
footer {
font-size: 12px;
}
.update {
font-size: 12px;
padding: 30px 0 0;
}
.job {
padding: 15px 10px;
}
.job .job__inner {
padding: 25px 20px;
}
.job .job__number {
font-size: 12px;
margin-bottom: 10px;
}
.job .job__title {
font-size: 21px;
}
.job .job__head {
font-size: 16px;
margin: 30px 0 20px;
border-left: 6px solid #e72b10;
padding-left: 10px;
}
.job .col-job-head {
padding-right: 15px;
}
.job .col-job-head .inner {
padding: 10px 12px;
font-size: 14px;
border-bottom: none;
}
.job .col-job-head-secondary {
padding-right: 15px;
padding-left: 15px;
}
.job .col-job-head-secondary .inner {
padding: 10px 12px;
font-size: 14px;
border-bottom: none;
}
.job .col-job-body {
padding-right: 15px;
padding-left: 15px;
}
.job .col-job-body .inner {
padding: 10px 12px;
font-size: 14px;
border-bottom: none;
}
.job .col-job-body-secondary {
padding-right: 15px;
padding-left: 15px;
}
.job .col-job-body-secondary .inner {
padding: 10px 12px;
font-size: 14px;
border-bottom: none;
}
.job__search__inner {
display: block;
margin-bottom: 20px;
}
.job__search__inner .key__wrap {
width: 100%;
margin-bottom: 10px;
}
.job__search__inner .key__wrap span {
display: none;
}
.job__search__inner .key__wrap input {
width: 100%;
}
.job__search__inner .location__wrap {
width: 100%;
margin-bottom: 10px;
}
.job__search__inner .location__wrap span {
display: none;
}
.job__search__inner .location__wrap select {
width: 100%;
}
.job__search__inner .location__wrap select::-ms-expand {
display: none;
}
.job__search__inner .submit__wrap input {
width: 100%;
}
.apply .apply__header {
font-size: 20px;
padding: 10px 0 8px;
}
.apply .apply__desc {
width: 95%;
font-size: 12px;
}
.apply .apply__table {
font-size: 14px;
}
.apply .apply__table tr {
width: 100%;
}
.apply .apply__table th {
padding: 10px;
display: block;
width: 100% !important;
}
.apply .apply__table td {
display: block;
width: 100% !important;
padding: 22px 10px;
}
.apply .apply__table td input[type="text"],
.apply .apply__table td input[type="email"] {
width: 100%;
}
.apply .apply__table td input[type="number"] {
width: 19%;
}
.apply .apply__conf {
width: 95%;
font-size: 12px;
}
}
@media print {
header {
padding: 20px 0 0;
}
header img {
display: none;
}
.job {
padding: 0;
}
.job .job__inner {
padding: 10px 30px 0 30px;
margin: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.apply {
display: none;
}
#response {
display: none;
}
footer {
display: none;
}
.col-md-2 {
width: 22%;
}
.col-md-4 {
width: 28%;
}
.col-md-10 {
width: 78%;
}
.response {
display: none;
}
}