@charset "utf-8";

/* Basic
******************************************/
* {
    font-family: Inter, "sans-serif", "Noto Sans", "Noto Sans JP Subset";
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

.grayout {
    background-color: #F3F3F3;
    -webkit-filter: grayscale(100%);
    filter: darkgray;
    filter: grayscale(100%);
    cursor: default;
}

.blur {
    -ms-filter: blur(3px) !important;
    filter: blur(3px) !important;
}

.text-shadow {
    text-shadow: 0 0 10px #fff, 0 0 45px #fff;
}

a.disabled {
    pointer-events: none;
}

/* required */
label[required=required]:after {
    color: salmon;
    content: " *";
}

/**/
.bg-mute {
    padding: 0px;
    border: 0px;
    background-color: rgba(0, 0, 0, 0);
}

/* contents
******************************************/
.cont-box {
    margin-bottom: 20px;
}

.cont-box h5 span {
    font-size: 110%;
    font-weight: bold;
    border-bottom: #3BB5DC 2px solid;
}

div.show-contents,
div.show-body {
    padding: 10px;
    /*background-color: #fafbfc;*/
    border: 1px solid #424E5A;
}

div.show-contents p,
div.show-body p {
    margin-bottom: 0px;
}

/* Quill
******************************************/
.ql-toolbar.ql-snow {
    background-color: #fafbfc;
    padding: 6px;
}

.ql-editor {
    min-height: 220px;
}

b,
strong {
    font-weight: 600;
}

/* Dropzone
******************************************/

.dropzone {
    background: #fff;
    border-radius: 6px;
    cursor: pointer;
    min-height: 80px;
    padding: 5px;
    box-shadow: none;
}


/* List
******************************************/
.list-square li {
    list-style: square
}

.list-disc li {
    list-style: disc
}

.list-circle li {
    list-style: circle
}

.list-number li {
    list-style: decimal
}

.uBread li {
    border: 0px;
    padding: 0px;
    color: #64758d;
}

.uBread li::before {
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
    font-weight: 900;
    content: "\f101";
    padding-right: 8px;
    padding-left: 8px;
}


/* Placeholder
******************************************/
:placeholder-shown {
    color: #CCCCCC;

}

input::placeholder {
    color: #CCCCCC;
}

::placeholder {
    color: #CCCCCC;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
    color: #CCCCCC;
}

/* Firefox 18- */
:-moz-placeholder {
    color: #CCCCCC;
    opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
    color: #CCCCCC;
    opacity: 1;
}

/* IE 10+ */
:-ms-input-placeholder {
    color: #CCCCCC;
}


.bg-black {
    background: black;
}

.t-trans-none {
    text-transform: none;
}

/* Color
******************************************/
.c-light-orange {
    color: #F4AE22 !important;
}

.c-orange {
    color: #f03c02 !important;
}

.c-white {
    color: #ffffff !important;
}

.c-black {
    color: #000000 !important;
}

.c-gray {
    color: #b6acac !important;
}

.c-black {
    color: #000000 !important;
}

.c-gray-light {
    color: #939393 !important;
}

.c-shadow {
    text-shadow: 0 0 10px #fff, 0 0 45px #fff;
}

.bg-gray {
    background: #f5f6f9;
}

.bg-white {
    background-color: #ffffff
}

.bg-black {
    background-color: #000000
}

.bg-gray {
    background-color: #d1d5d8
}

.c-main {
    color: #ed7103
}

.c-sub-blue {
    color: #254564
}

.c-gray-cc {
    color: #CCCCCC
}

.c-navy {
    color: #284563
}

.bg-black {
    background: #000000
}

.bg-black-22 {
    background: #222222
}

.bg-gray-e8 {
    background: #E8E8E8
}

.bg-navy {
    background: #284563;
}

.bg-tp-09 {
    background-color: rgba(255, 255, 255, 0.9);
}

.text-black3 {
    color: #333
}

.text-gray {
    color: #CBC0C0
}

.tb-dark {
    background: #505560;
    color: #e0e1e4
}

/* Blue */
.c-blue {
    color: #174371 !important
}

.c-blue-l {
    color: #4a90e2 !important
}

.bg-blue {
    background-color: #174371 !important
}

.bg-blue-l {
    background-color: #4a90e2 !important
}

/* Unimon */
.c-uni {
    color: #F18200
}

.bg-uni {
    background-color: #F18200
}

.bg-green {
    background-color: #6EB92B
}

.bottom-line {
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 5px;
}

.bottom-line span {
    border-bottom: 2px solid #1BB394;
    padding-bottom: 5px;
}

/* Text
******************************************/
.bold {
    font-weight: bold
}

.underline {
    text-decoration: underline;
}

.text-low {
    text-transform: lowercase
}

.lineHeight12 {
    line-height: 12px;
}

.lineHeight14 {
    line-height: 14px;
}

.lineHeight16 {
    line-height: 16px;
}

/* Font
******************************************/
.f-normal {
    font-weight: normal
}

.f-hi {
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}

.f-yu {
    font-family: "Yu Gothic", "YuGothic", sans-serif;
}

.f-me {
    font-family: "Meiryo", sans-serif;
}

.f-10 {
    font-size: 10px;
}

.f-11 {
    font-size: 11px;
}

.f-12 {
    font-size: 12px;
}

.f-13 {
    font-size: 13px;
}

.f-14 {
    font-size: 14px;
}

.f-15 {
    font-size: 15px;
}

.f-16 {
    font-size: 16px;
}

.f-17 {
    font-size: 17px;
}

.f-18 {
    font-size: 18px;
}

.f-19 {
    font-size: 19px;
}

.f-20 {
    font-size: 20px;
}

.f-21 {
    font-size: 21px;
}

.f-22 {
    font-size: 22px;
}

.f-23 {
    font-size: 23px;
}

.f-24 {
    font-size: 24px;
}

.f-25 {
    font-size: 25px;
}

.f-26 {
    font-size: 26px;
}

.f-27 {
    font-size: 27x
}

.f-28 {
    font-size: 28px;
}

.f-29 {
    font-size: 29px;
}

.f-30 {
    font-size: 30px;
}

.f-35 {
    font-size: 35px;
}

.f-40 {
    font-size: 40px;
}

.f-45 {
    font-size: 45px;
}

.f-50 {
    font-size: 50px;
}

.f-55 {
    font-size: 55px;
}

.f-60 {
    font-size: 60px;
}

.f-65 {
    font-size: 65px;
}

.f-70 {
    font-size: 70px;
}

.f-75 {
    font-size: 75px;
}

.f-80 {
    font-size: 80px;
}

.f-85 {
    font-size: 85px;
}

.f-90 {
    font-size: 90px;
}

.f-95 {
    font-size: 95px;
}

.f-100 {
    font-size: 100px;
}

.f-110 {
    font-size: 110px;
}

.f-120 {
    font-size: 120px;
}

.fp-80 {
    font-size: 80%
}

.fp-85 {
    font-size: 85%
}

.fp-90 {
    font-size: 90%
}

.fp-95 {
    font-size: 95%
}

.fp-100 {
    font-size: 100%
}

.fp-110 {
    font-size: 110%
}

.fp-120 {
    font-size: 120%
}

.fp-130 {
    font-size: 130%
}

.fp-140 {
    font-size: 140%
}

.fp-150 {
    font-size: 150%
}

.fp-160 {
    font-size: 160%
}

.fp-170 {
    font-size: 170%
}

.fp-180 {
    font-size: 180%
}

.fp-190 {
    font-size: 190%
}

.fp-200 {
    font-size: 200%
}

.fp-210 {
    font-size: 210%
}

.fp-220 {
    font-size: 220%
}

.fp-230 {
    font-size: 230%
}

.fp-240 {
    font-size: 240%
}

.fp-250 {
    font-size: 250%
}

.fp-260 {
    font-size: 260%
}

.fp-270 {
    font-size: 270%
}

.fp-280 {
    font-size: 280%
}

.fp-290 {
    font-size: 290%
}

.fp-300 {
    font-size: 300%
}

/* Margin
******************************************/
.ma-0 {
    margin: 0px;
}

.mt-0 {
    margin-top: 0px !important;
}

.mt-1 {
    margin-top: 1px !important;
}

.mt-2 {
    margin-top: 2px !important;
}

.mt-3 {
    margin-top: 3px !important;
}

.mt-4 {
    margin-top: 4px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-6 {
    margin-top: 6px;
}

.mt-7 {
    margin-top: 7px;
}

.mt-8 {
    margin-top: 8px;
}

.mt-9 {
    margin-top: 9px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-11 {
    margin-top: 11px;
}

.mt-12 {
    margin-top: 12px;
}

.mt-13 {
    margin-top: 13px;
}

.mt-14 {
    margin-top: 14px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-16 {
    margin-top: 16px;
}

.mt-17 {
    margin-top: 17px;
}

.mt-18 {
    margin-top: 18px;
}

.mt-19 {
    margin-top: 19px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-55 {
    margin-top: 55px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-1 {
    margin-bottom: 1px !important;
}

.mb-2 {
    margin-bottom: 2px !important;
}

.mb-3 {
    margin-bottom: 3px !important;
}

.mb-4 {
    margin-bottom: 4px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-6 {
    margin-bottom: 6px;
}

.mb-7 {
    margin-bottom: 7px;
}

.mb-8 {
    margin-bottom: 8px;
}

.mb-9 {
    margin-bottom: 9px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-11 {
    margin-bottom: 11px;
}

.mb-12 {
    margin-bottom: 12px;
}

.mb-13 {
    margin-bottom: 13px;
}

.mb-14 {
    margin-bottom: 14px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-16 {
    margin-bottom: 16px;
}

.mb-17 {
    margin-bottom: 17px;
}

.mb-18 {
    margin-bottom: 18px;
}

.mb-19 {
    margin-bottom: 19px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-60 {
    margin-bottom: 60px;
}

.ml-0 {
    margin-left: 0px !important;
}

.ml-1 {
    margin-left: 1px !important;
}

.ml-2 {
    margin-left: 2px !important;
}

.ml-3 {
    margin-left: 3px !important;
}

.ml-4 {
    margin-left: 4px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.ml-6 {
    margin-left: 6px;
}

.ml-7 {
    margin-left: 7px;
}

.ml-8 {
    margin-left: 8px;
}

.ml-9 {
    margin-left: 9px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-11 {
    margin-left: 11px;
}

.ml-12 {
    margin-left: 12px;
}

.ml-13 {
    margin-left: 13px;
}

.ml-14 {
    margin-left: 14px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-16 {
    margin-left: 16px;
}

.ml-17 {
    margin-left: 17px;
}

.ml-18 {
    margin-left: 18px;
}

.ml-19 {
    margin-left: 19px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-35 {
    margin-left: 35px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-45 {
    margin-left: 45px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-55 {
    margin-left: 55px;
}

.ml-60 {
    margin-left: 60px;
}

.mr-0 {
    margin-right: 0px !important;
}

.mr-1 {
    margin-right: 1px !important;
}

.mr-2 {
    margin-right: 2px !important;
}

.mr-3 {
    margin-right: 3px !important;
}

.mr-4 {
    margin-right: 4px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mr-6 {
    margin-right: 6px;
}

.mr-7 {
    margin-right: 7px;
}

.mr-8 {
    margin-right: 8px;
}

.mr-9 {
    margin-right: 9px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-11 {
    margin-right: 11px;
}

.mr-12 {
    margin-right: 12px;
}

.mr-13 {
    margin-right: 13px;
}

.mr-14 {
    margin-right: 14px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-16 {
    margin-right: 16px;
}

.mr-17 {
    margin-right: 17px;
}

.mr-18 {
    margin-right: 18px;
}

.mr-19 {
    margin-right: 19px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-35 {
    margin-right: 35px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-45 {
    margin-right: 45px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-55 {
    margin-right: 55px;
}

.mr-60 {
    margin-right: 60px;
}

/* Padding
******************************************/
.pa-0 {
    padding: 0px;
}

.pa-1 {
    padding: 1px;
}

.pa-2 {
    padding: 2px;
}

.pa-3 {
    padding: 3px;
}

.pa-4 {
    padding: 4px;
}

.pa-5 {
    padding: 5px;
}

.pa-6 {
    padding: 6px;
}

.pa-7 {
    padding: 7px;
}

.pa-8 {
    padding: 8px;
}

.pa-9 {
    padding: 9px;
}

.pa-10 {
    padding: 10px;
}

.pa-11 {
    padding: 11px;
}

.pa-12 {
    padding: 12px;
}

.pa-13 {
    padding: 13px;
}

.pa-14 {
    padding: 14px;
}

.pa-15 {
    padding: 15px;
}

.pa-16 {
    padding: 16px;
}

.pa-17 {
    padding: 17px;
}

.pa-18 {
    padding: 18px;
}

.pa-19 {
    padding: 19px;
}

.pa-20 {
    padding: 20px;
}

.pa-25 {
    padding: 25px;
}

.pa-30 {
    padding: 30px;
}

.pa-35 {
    padding: 35px;
}

.pa-40 {
    padding: 40px;
}

.pa-45 {
    padding: 45px;
}

.pa-50 {
    padding: 50px;
}

.pa-55 {
    padding: 55px;
}

.pa-60 {
    padding: 60px;
}

.pa-70 {
    padding: 70px;
}

.pa-80 {
    padding: 80px;
}

.pa-90 {
    padding: 90px;
}

.pa-100 {
    padding: 100px;
}


.pt-0 {
    padding-top: 0px !important;
}

.pt-1 {
    padding-top: 1px !important;
}

.pt-2 {
    padding-top: 2px !important;
}

.pt-3 {
    padding-top: 3px !important;
}

.pt-4 {
    padding-top: 4px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pt-6 {
    padding-top: 6px;
}

.pt-7 {
    padding-top: 7px;
}

.pt-8 {
    padding-top: 8px;
}

.pt-9 {
    padding-top: 9px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-11 {
    padding-top: 11px;
}

.pt-12 {
    padding-top: 12px;
}

.pt-13 {
    padding-top: 13px;
}

.pt-14 {
    padding-top: 14px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-16 {
    padding-top: 16px;
}

.pt-17 {
    padding-top: 17px;
}

.pt-18 {
    padding-top: 18px;
}

.pt-19 {
    padding-top: 19px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-55 {
    padding-top: 55px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pb-1 {
    padding-bottom: 1px !important;
}

.pb-2 {
    padding-bottom: 2px !important;
}

.pb-3 {
    padding-bottom: 3px !important;
}

.pb-4 {
    padding-bottom: 4px !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pb-6 {
    padding-bottom: 6px;
}

.pb-7 {
    padding-bottom: 7px;
}

.pb-8 {
    padding-bottom: 8px;
}

.pb-9 {
    padding-bottom: 9px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-11 {
    padding-bottom: 11px;
}

.pb-12 {
    padding-bottom: 12px;
}

.pb-13 {
    padding-bottom: 13px;
}

.pb-14 {
    padding-bottom: 14px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-16 {
    padding-bottom: 16px;
}

.pb-17 {
    padding-bottom: 17px;
}

.pb-18 {
    padding-bottom: 18px;
}

.pb-19 {
    padding-bottom: 19px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-55 {
    padding-bottom: 55px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pl-0 {
    padding-left: 0px !important;
}

.pl-1 {
    padding-left: 1px !important;
}

.pl-2 {
    padding-left: 2px !important;
}

.pl-3 {
    padding-left: 3px !important;
}

.pl-4 {
    padding-left: 4px !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.pl-6 {
    padding-left: 6px;
}

.pl-7 {
    padding-left: 7px;
}

.pl-8 {
    padding-left: 8px;
}

.pl-9 {
    padding-left: 9px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-11 {
    padding-left: 11px;
}

.pl-12 {
    padding-left: 12px;
}

.pl-13 {
    padding-left: 13px;
}

.pl-14 {
    padding-left: 14px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-16 {
    padding-left: 16px;
}

.pl-17 {
    padding-left: 17px;
}

.pl-18 {
    padding-left: 18px;
}

.pl-19 {
    padding-left: 19px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-25 {
    padding-left: 25px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-45 {
    padding-left: 45px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-55 {
    padding-left: 55px;
}

.pl-60 {
    padding-left: 60px;
}

.pr-0 {
    padding-right: 0px !important;
}

.pr-1 {
    padding-right: 1px !important;
}

.pr-2 {
    padding-right: 2px !important;
}

.pr-3 {
    padding-right: 3px !important;
}

.pr-4 {
    padding-right: 4px !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.pr-6 {
    padding-right: 6px;
}

.pr-7 {
    padding-right: 7px;
}

.pr-8 {
    padding-right: 8px;
}

.pr-9 {
    padding-right: 9px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-11 {
    padding-right: 11px;
}

.pr-12 {
    padding-right: 12px;
}

.pr-13 {
    padding-right: 13px;
}

.pr-14 {
    padding-right: 14px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-16 {
    padding-right: 16px;
}

.pr-17 {
    padding-right: 17px;
}

.pr-18 {
    padding-right: 18px;
}

.pr-19 {
    padding-right: 19px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-25 {
    padding-right: 25px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-35 {
    padding-right: 35px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-45 {
    padding-right: 45px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-55 {
    padding-right: 55px;
}

.pr-60 {
    padding-right: 60px;
}

/* Width
******************************************/
.wp-1 {
    width: 1% !important;
}

.wp-2 {
    width: 2% !important;
}

.wp-3 {
    width: 3% !important;
}

.wp-4 {
    width: 4% !important;
}

.wp-5 {
    width: 5% !important;
}

.wp-6 {
    width: 6% !important;
}

.wp-7 {
    width: 7% !important;
}

.wp-8 {
    width: 8% !important;
}

.wp-9 {
    width: 9% !important;
}

.wp-10 {
    width: 10% !important;
}

.wp-11 {
    width: 11% !important;
}

.wp-12 {
    width: 12% !important;
}

.wp-13 {
    width: 13% !important;
}

.wp-14 {
    width: 14% !important;
}

.wp-15 {
    width: 15% !important;
}

.wp-16 {
    width: 16% !important;
}

.wp-17 {
    width: 17% !important;
}

.wp-18 {
    width: 18% !important;
}

.wp-19 {
    width: 19% !important;
}

.wp-20 {
    width: 20% !important;
}

.wp-25 {
    width: 25% !important;
}

.wp-30 {
    width: 30% !important;
}

.wp-35 {
    width: 35% !important;
}

.wp-40 {
    width: 40% !important;
}

.wp-45 {
    width: 45% !important;
}

.wp-50 {
    width: 50% !important;
}

.wp-55 {
    width: 55% !important;
}

.wp-60 {
    width: 60% !important;
}

.wp-65 {
    width: 65% !important;
}

.wp-70 {
    width: 70% !important;
}

.wp-75 {
    width: 75% !important;
}

.wp-80 {
    width: 80% !important;
}

.wp-85 {
    width: 85% !important;
}

.wp-90 {
    width: 90% !important;
}

.wp-95 {
    width: 95% !important;
}

.wp-98 {
    width: 98% !important;
}

.wp-99 {
    width: 99% !important;
}

.wp-100 {
    width: 100% !important;
}

.wp-110 {
    width: 110% !important;
}

.wp-120 {
    width: 120% !important;
}

.wp-130 {
    width: 130% !important;
}

.wp-140 {
    width: 140% !important;
}

.wp-150 {
    width: 150% !important;
}

.wp-160 {
    width: 160% !important;
}

.wp-170 {
    width: 170% !important;
}

.wp-180 {
    width: 180% !important;
}

.wp-190 {
    width: 190% !important;
}

.wp-200 {
    width: 200% !important;
}

.wp-210 {
    width: 210% !important;
}

.wp-220 {
    width: 220% !important;
}

.wp-230 {
    width: 230% !important;
}

.wp-240 {
    width: 240% !important;
}

.wp-250 {
    width: 250% !important;
}

.wp-260 {
    width: 260% !important;
}

.wp-270 {
    width: 270% !important;
}

.wp-280 {
    width: 280% !important;
}

.wp-290 {
    width: 290% !important;
}

.wp-300 {
    width: 300% !important;
}

.w-1 {
    width: 1px;
}

.w-2 {
    width: 2px;
}

.w-3 {
    width: 3px;
}

.w-4 {
    width: 4px;
}

.w-5 {
    width: 5px;
}

.w-6 {
    width: 6px;
}

.w-7 {
    width: 7px;
}

.w-8 {
    width: 8px;
}

.w-9 {
    width: 9px;
}

.w-10 {
    width: 10px;
}

.w-15 {
    width: 15px;
}

.w-20 {
    width: 20px;
}

.w-25 {
    width: 25px;
}

.w-30 {
    width: 30px;
}

.w-35 {
    width: 35px;
}

.w-40 {
    width: 40px;
}

.w-45 {
    width: 45px;
}

.w-50 {
    width: 50px;
}

.w-55 {
    width: 55px;
}

.w-60 {
    width: 60px;
}

.w-65 {
    width: 65px;
}

.w-70 {
    width: 70px;
}

.w-75 {
    width: 75px;
}

.w-80 {
    width: 80px;
}

.w-85 {
    width: 85px;
}

.w-90 {
    width: 90px;
}

.w-95 {
    width: 95px;
}

.w-98 {
    width: 98px;
}

.w-99 {
    width: 99px;
}

.w-100 {
    width: 100px;
}

.w-110 {
    width: 110px;
}

.w-120 {
    width: 120px;
}

.w-130 {
    width: 130px;
}

.w-140 {
    width: 140px;
}

.w-150 {
    width: 150px;
}

.w-160 {
    width: 160px;
}

.w-170 {
    width: 170px;
}

.w-180 {
    width: 180px;
}

.w-190 {
    width: 190px;
}

.w-200 {
    width: 200px;
}

.w-210 {
    width: 210px;
}

.w-220 {
    width: 220px;
}

.w-230 {
    width: 230px;
}

.w-240 {
    width: 240px;
}

.w-250 {
    width: 250px;
}

.w-260 {
    width: 260px;
}

.w-270 {
    width: 270px;
}

.w-280 {
    width: 280px;
}

.w-290 {
    width: 290px;
}

.w-300 {
    width: 300px;
}

/* Height
******************************************/
.hp-1 {
    height: 1%
}

.hp-2 {
    height: 2%
}

.hp-3 {
    height: 3%
}

.hp-4 {
    height: 4%
}

.hp-5 {
    height: 5%
}

.hp-6 {
    height: 6%
}

.hp-7 {
    height: 7%
}

.hp-8 {
    height: 8%
}

.hp-9 {
    height: 9%
}

.hp-10 {
    height: 10%
}

.hp-15 {
    height: 15%
}

.hp-20 {
    height: 20%
}

.hp-25 {
    height: 25%
}

.hp-30 {
    height: 30%
}

.hp-35 {
    height: 35%
}

.hp-40 {
    height: 40%
}

.hp-45 {
    height: 45%
}

.hp-50 {
    height: 50%
}

.hp-55 {
    height: 55%
}

.hp-60 {
    height: 60%
}

.hp-65 {
    height: 65%
}

.hp-70 {
    height: 70%
}

.hp-75 {
    height: 75%
}

.hp-80 {
    height: 80%
}

.hp-85 {
    height: 85%
}

.hp-90 {
    height: 90%
}

.hp-95 {
    height: 95%
}

.hp-98 {
    height: 98%
}

.hp-99 {
    height: 99%
}

.hp-100 {
    height: 100%
}

.h-1 {
    height: 1px;
}

.h-2 {
    height: 2px;
}

.h-3 {
    height: 3px;
}

.h-4 {
    height: 4px;
}

.h-5 {
    height: 5px;
}

.h-6 {
    height: 6px;
}

.h-7 {
    height: 7px;
}

.h-8 {
    height: 8px;
}

.h-9 {
    height: 9px;
}

.h-10 {
    height: 10px;
}

.h-15 {
    height: 15px;
}

.h-20 {
    height: 20px;
}

.h-25 {
    height: 25px;
}

.h-30 {
    height: 30px;
}

.h-35 {
    height: 35px;
}

.h-40 {
    height: 40px;
}

.h-45 {
    height: 45px;
}

.h-50 {
    height: 50px;
}

.h-55 {
    height: 55px;
}

.h-60 {
    height: 60px;
}

.h-65 {
    height: 65px;
}

.h-70 {
    height: 70px;
}

.h-75 {
    height: 75px;
}

.h-80 {
    height: 80px;
}

.h-85 {
    height: 85px;
}

.h-90 {
    height: 90px;
}

.h-95 {
    height: 95px;
}

.h-98 {
    height: 98px;
}

.h-99 {
    height: 99px;
}

.h-100 {
    height: 100px;
}

.h-110 {
    height: 110px;
}

.h-120 {
    height: 120px;
}

.h-130 {
    height: 130px;
}

.h-140 {
    height: 140px;
}

.h-150 {
    height: 150px;
}

.h-160 {
    height: 160px;
}

.h-170 {
    height: 170px;
}

.h-180 {
    height: 180px;
}

.h-190 {
    height: 190px;
}

.h-200 {
    height: 200px;
}

.h-210 {
    height: 210px;
}

.h-220 {
    height: 220px;
}

.h-230 {
    height: 230px;
}

.h-240 {
    height: 240px;
}

.h-250 {
    height: 250px;
}

.h-260 {
    height: 260px;
}

.h-270 {
    height: 270px;
}

.h-280 {
    height: 280px;
}

.h-290 {
    height: 290px;
}

.h-300 {
    height: 300px;
}

/* Min Height
******************************************/
.min-h-100 {
    min-height: 100px;
}

.min-h-110 {
    min-height: 110px;
}

.min-h-120 {
    min-height: 120px;
}

.min-h-130 {
    min-height: 130px;
}

.min-h-140 {
    min-height: 140px;
}

.min-h-150 {
    min-height: 150px;
}

.min-h-160 {
    min-height: 160px;
}

.min-h-170 {
    min-height: 170px;
}

.min-h-180 {
    min-height: 180px;
}

.min-h-190 {
    min-height: 190px;
}

.min-h-200 {
    min-height: 200px;
}

.min-h-210 {
    min-height: 210px;
}

.min-h-220 {
    min-height: 220px;
}

.min-h-230 {
    min-height: 230px;
}

.min-h-240 {
    min-height: 240px;
}

.min-h-250 {
    min-height: 250px;
}

.min-h-260 {
    min-height: 260px;
}

.min-h-270 {
    min-height: 270px;
}

.min-h-280 {
    min-height: 280px;
}

.min-h-290 {
    min-height: 290px;
}

.min-h-300 {
    min-height: 300px;
}

.min-h-350 {
    min-height: 350px;
}

.min-h-360 {
    min-height: 360px;
}

.min-h-370 {
    min-height: 370px;
}

.min-h-380 {
    min-height: 380px;
}

.min-h-390 {
    min-height: 390px;
}

.min-h-400 {
    min-height: 400px;
}
