@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  vertical-align: middle;
}

input, select {
  vertical-align: middle;
  outline: none;
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

html {
  overflow-y: scroll;
  background: #222;
}

body {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  text-align: left;
  color: #333;
  font-size: 15px;
  line-height: 1.8;
  background: #FFF;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
}

a:link,
a:visited {
  color: #078BDD;
  text-decoration: underline;
}

a:hover,
a:active {
  color: #078BDD;
  text-decoration: none;
}

/*
input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border-radius: 0;
	box-sizing: border-box;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border-radius: 3px;
	font-family: $base-font;
	font-size: fz(16);
	line-height: 1.6;
	box-sizing: border-box;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea {
	border: 1px solid #999;
	padding: 8px;
	width: 80%;
	@include media(tablet) {
		width: 100%;
	}
}

input[type="radio"] {
	position: absolute;
	opacity: 0;
	+ .radio-label {
		cursor: pointer;
	}
	+ .radio-label::before {
		position: relative;
		display: inline-block;
		content: "";
		background: #FFF;
		border-radius: 100%;
		border: 1px solid #999;
		width: 1em;
		height: 1em;
		margin-right: 0.5em;
		vertical-align: middle;
		text-align: center;
	}
	&:checked + .radio-label::before {
		background-color: #333;
		box-shadow: inset 0 0 0 3px #FFF;
	}
}

input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	+ .checkbox-label {
		position: relative;
		cursor: pointer;
	}
	+ .checkbox-label::before {
		position: relative;
		display: inline-block;
		content: "";
		background: #FFF;
		border: 1px solid #999;
		border-radius: 2px;
		width: 1em;
		height: 1em;
		margin-top: -2px;
		margin-right: 0.5em;
		vertical-align: middle;
		text-align: center;
	}
	&:checked + .checkbox-label::before {
		background: #333;
		border: 1px solid #333;
	}
	&:checked + .checkbox-label::after {
		content: "";
		display: block;
		position: absolute;
		margin: auto;
		top: 0;
		bottom: 0;
		left: 5px;
		width: 4px;
		height: 9px;
		transform: rotate(40deg);
		border-bottom: 3px solid #FFF;
		border-right: 3px solid #FFF;
	}
}

select {
	border: 1px solid #999;
	padding: 8px;
	border-radius: 3px;
	font-family: $base-font;
	font-size: fz(15);
	line-height: 1.6;
	cursor: pointer;
}

textarea,
iframe {
	display: block;
}

input::placeholder {
	color: #BBB;
}

input:-ms-input-placeholder {
	color: #BBB;
}

input::-ms-input-placeholder {
	color: #BBB;
}

*/
.l-header {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-header {
    position: relative;
    top: 0;
    padding: 20px 15px;
    border-top: 4px solid #078BDD;
    border-bottom: 1px solid #EEE;
  }
}

.l-mainvisual {
  padding: 200px 30px 70px 30px;
  background: url(../img/bg_mainvisual.png) no-repeat center 40px/cover;
}
@media screen and (max-width: 767px) {
  .l-mainvisual {
    padding: 30px 15px;
    background: url(../img/bg_mainvisual_smp.png) no-repeat center bottom/cover;
  }
}

.l-about {
  background: #078BDD;
  padding: 45px 30px;
}
@media screen and (max-width: 767px) {
  .l-about {
    padding: 30px 15px;
  }
}

.l-container-fluid {
  position: relative;
  padding: 50px 30px;
}
@media screen and (max-width: 767px) {
  .l-container-fluid {
    padding: 30px 15px;
  }
}

.l-container {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}
.l-container::after {
  content: "";
  display: block;
  clear: both;
}

.l-container-narrow {
  position: relative;
  max-width: 850px;
  margin: 0 auto;
}
.l-container-narrow::after {
  content: "";
  display: block;
  clear: both;
}

.l-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: #2E3549;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 20px 15px;
  }
}

a.c-btn-contact-small {
  position: relative;
  display: inline-block;
  width: 180px;
  padding: 14px;
  font-size: 108%;
  line-height: 1.4;
  text-align: center;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  background: #FFE100;
  border-radius: 100px;
  transition: 0.2s;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
a.c-btn-contact-small:hover {
  background: #F9C200;
}
@media screen and (max-width: 767px) {
  a.c-btn-contact-small {
    width: 125px;
    padding: 8px;
    font-size: 85%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
}
a.c-btn-contact-small::before {
  content: "";
  display: inline-block;
  margin: -3px 8px 0 0;
  width: 16px;
  height: 16px;
  background: url(../img/icon_mail.png) no-repeat 0 center/cover;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  a.c-btn-contact-small::before {
    margin: -3px 6px 0 0;
    width: 13px;
    height: 13px;
  }
}

a.c-btn-contact {
  position: relative;
  display: inline-block;
  width: 300px;
  padding: 17px;
  font-size: 116%;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  background: #FFE100;
  border-radius: 100px;
  transition: 0.2s;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
a.c-btn-contact:hover {
  background: #F9C200;
}
a.c-btn-contact::before {
  content: "";
  display: inline-block;
  margin: -3px 10px 0 0;
  width: 18px;
  height: 18px;
  background: url(../img/icon_mail.png) no-repeat 0 center/cover;
  vertical-align: middle;
}

.c-grid {
  margin-bottom: 60px;
}
.c-grid::after {
  content: "";
  display: block;
  clear: both;
}
.c-grid:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-grid {
    margin-bottom: 30px;
  }
  .c-grid:last-child {
    margin-bottom: 0;
  }
}

.c-grid-1 {
  width: 3.75%;
}

.c-grid-2 {
  width: 12.5%;
}

.c-grid-3 {
  width: 21.2%;
}

.c-grid-4 {
  width: 30%;
}

.c-grid-5 {
  width: 40%;
}

.c-grid-6 {
  width: 47.5%;
}

.c-grid-7 {
  width: 55%;
}

.c-grid-8 {
  width: 65%;
}

.c-grid-9 {
  width: 73.8%;
}

.c-grid-10 {
  width: 82.5%;
}

.c-grid-11 {
  width: 91.2%;
}

.c-grid-12 {
  width: 100%;
}

.c-grid-1,
.c-grid-2,
.c-grid-3,
.c-grid-4,
.c-grid-5,
.c-grid-6,
.c-grid-7,
.c-grid-8,
.c-grid-9,
.c-grid-10,
.c-grid-11 {
  float: left;
  margin: 0 5% 0 0;
}
@media screen and (max-width: 767px) {
  .c-grid-1,
  .c-grid-2,
  .c-grid-3,
  .c-grid-4,
  .c-grid-5,
  .c-grid-6,
  .c-grid-7,
  .c-grid-8,
  .c-grid-9,
  .c-grid-10,
  .c-grid-11 {
    width: auto;
    float: none;
    margin: 0 0 30px 0;
  }
}

.c-grid-1:last-child,
.c-grid-2:last-child,
.c-grid-3:last-child,
.c-grid-4:last-child,
.c-grid-5:last-child,
.c-grid-6:last-child,
.c-grid-7:last-child,
.c-grid-8:last-child,
.c-grid-9:last-child,
.c-grid-10:last-child,
.c-grid-11:last-child {
  float: right;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-grid-1:last-child,
  .c-grid-2:last-child,
  .c-grid-3:last-child,
  .c-grid-4:last-child,
  .c-grid-5:last-child,
  .c-grid-6:last-child,
  .c-grid-7:last-child,
  .c-grid-8:last-child,
  .c-grid-9:last-child,
  .c-grid-10:last-child,
  .c-grid-11:last-child {
    float: none;
    margin: 0;
  }
}

.c-grid-catch {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-grid-catch {
    flex-direction: column-reverse;
  }
}
.c-grid-catch__left {
  width: 43%;
}
@media screen and (max-width: 767px) {
  .c-grid-catch__left {
    width: auto;
    margin-top: 30px;
  }
}
.c-grid-catch__right {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .c-grid-catch__right {
    width: auto;
  }
}

.c-grid-contact {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-grid-contact {
    display: block;
  }
}
.c-grid-contact__column {
  width: 47.5%;
  background: #FFF;
  padding: 30px;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .c-grid-contact__column {
    width: auto;
    padding: 25px;
  }
  .c-grid-contact__column:last-child {
    margin-top: 15px;
  }
}

.p-logo {
  text-align: center;
}
.p-logo img {
  width: 530px;
}
@media screen and (max-width: 767px) {
  .p-logo img {
    display: block;
    width: 220px;
  }
}

.p-head-contact {
  position: absolute;
  bottom: 0;
  right: 30px;
}
@media screen and (max-width: 767px) {
  .p-head-contact {
    top: 13px;
    right: 15px;
    bottom: auto;
  }
}

.p-copyright {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .p-copyright {
    font-size: 85%;
  }
}

.p-pagetop {
  position: fixed;
  z-index: 500;
  right: 20px;
  bottom: 20px;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-pagetop {
    right: 10px;
    bottom: 10px;
  }
}
.p-pagetop a {
  display: block;
  position: relative;
  width: 43px;
  height: 43px;
  text-indent: -9999px;
  overflow: hidden;
  background: #078BDD;
  border-radius: 50%;
  transition: all 0.2s ease;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .p-pagetop a {
    width: 30px;
    height: 30px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  }
}
.p-pagetop a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-pagetop a:hover {
    opacity: 1;
  }
}
.p-pagetop a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 6px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-pagetop a::before {
    top: 5px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
  }
}

.p-list-catch {
  display: inline-block;
  background: #FFF;
  padding: 25px 30px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .p-list-catch {
    display: flex;
    flex-wrap: wrap;
    padding: 18px 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
}
.p-list-catch li {
  margin-bottom: 5px;
  padding-left: 25px;
  font-size: 116%;
  line-height: 1.4;
  font-weight: bold;
  background: url(../img/icon_check.png) no-repeat 0 center;
  background-size: 16px 16px;
}
.p-list-catch li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-list-catch li {
    padding-left: 22px;
    width: 50%;
    font-size: 93%;
    background-size: 14px 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-catch {
    text-align: center;
    padding-right: 5.5%;
  }
  .p-catch img {
    width: 90%;
  }
}

.p-about {
  margin-bottom: 45px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about {
    margin-bottom: 30px;
  }
}
.p-about dt {
  font-size: 170%;
  line-height: 1.6;
  font-weight: bold;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .p-about dt {
    font-size: 124%;
  }
}
.p-about dt span {
  color: #FFE100;
  border-bottom: 3px solid #FFE100;
}
.p-about dd {
  margin-top: 10px;
  font-size: 108%;
  line-height: 1.6;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .p-about dd {
    font-size: 93%;
  }
}

.p-video {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.p-video iframe {
  width: 100%;
  height: 100%;
}

.p-list-feature {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 -3% -3%;
}
.p-list-feature li {
  width: 17%;
  margin: 0 0 3% 3%;
  background: #FFF;
  padding: 2.5%;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(46, 53, 75, 0.1);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-list-feature li {
    width: 30.33%;
    padding: 3.8%;
    box-shadow: 0 2px 4px rgba(46, 53, 75, 0.1);
  }
}
.p-list-feature li img {
  width: 70%;
}
.p-list-feature li span {
  display: block;
  margin-top: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-list-feature li span {
    margin-top: 15px;
    font-size: 85%;
    text-align: left;
  }
}

.p-number {
  text-align: center;
}
.p-number dt img {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .p-number dt img {
    width: 250px;
  }
}
.p-number dd {
  margin-top: 8px;
  font-size: 93%;
}
@media screen and (max-width: 767px) {
  .p-number dd {
    font-size: 85%;
  }
}

.p-address {
  margin-top: 30px;
  text-align: center;
}
.p-address dt a {
  display: inline-block;
  background: url(../img/icon_blank.png) no-repeat 0 9px;
  background-size: 16px 16px;
  padding-left: 24px;
  font-size: 116%;
  font-weight: bold;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .p-address dt a {
    background-size: 15px 15px;
    padding-left: 22px;
    font-size: 108%;
  }
}
.p-address dd {
  margin-top: 5px;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .p-address dd {
    font-size: 93%;
  }
}

.p-title-catch {
  margin-bottom: 40px;
  font-size: 193%;
  line-height: 1.6;
  font-weight: bold;
  color: #078BDD;
}
@media screen and (max-width: 767px) {
  .p-title-catch {
    margin-bottom: 30px;
    font-size: 139%;
  }
}

.p-title-sub {
  margin-bottom: 15px;
  font-size: 154%;
  line-height: 1.3;
  font-weight: bold;
  color: #DD4D64;
}
@media screen and (max-width: 767px) {
  .p-title-sub {
    margin-bottom: 10px;
    font-size: 116%;
  }
}

.p-title-simple {
  margin-bottom: 50px;
  font-size: 200%;
  line-height: 1.5;
  color: #078BDD;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-title-simple {
    margin-bottom: 30px;
    font-size: 139%;
  }
}

.p-title-simple-white {
  margin-bottom: 50px;
  font-size: 200%;
  line-height: 1.5;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-title-simple-white {
    margin-bottom: 30px;
    font-size: 139%;
  }
}

.entry p {
  margin-bottom: 1.2em;
}
.entry p:last-child {
  margin-bottom: 0;
}

.entry h2 {
  margin: 45px 0 30px 0;
  padding: 13px 18px;
  font-size: 124%;
  line-height: 1.6;
  color: #FFF;
  background: #078BDD;
}
@media screen and (max-width: 767px) {
  .entry h2 {
    padding: 12px 15px;
  }
}

.entry h3 {
  margin: 45px 0 30px 0;
  padding-bottom: 15px;
  font-size: 124%;
  line-height: 1.5;
  border-bottom: 3px solid #E5E5E5;
  position: relative;
}
.entry h3::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 250px;
  height: 3px;
  background: #078BDD;
}
@media screen and (max-width: 767px) {
  .entry h3::before {
    width: 50%;
  }
}

.entry h4 {
  margin: 30px 0 20px 0;
  padding: 4px 0 4px 15px;
  font-size: 116%;
  line-height: 1.5;
  border-left: 5px solid #078BDD;
}

.entry h5 {
  margin: 30px 0 10px 0;
  font-size: 108%;
  line-height: 1.5;
}

.entry h6 {
  margin: 30px 0 10px 0;
  font-size: 108%;
  line-height: 1.5;
}

.entry ul {
  list-style: disc;
  margin: 1em 0;
  padding-left: 2em;
}
.entry ul li::marker {
  color: #078BDD;
}

.entry ol {
  list-style: decimal;
  margin: 1em 0;
  padding-left: 2em;
}

.entry table {
  width: 100%;
  margin: 1.5em 0;
}
.entry table th {
  border: 1px solid #CCC;
  padding: 12px;
  background: #F5F5F5;
  text-align: center;
}
.entry table td {
  border: 1px solid #CCC;
  padding: 12px;
}

.u-spacer {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .u-spacer {
    margin-top: 30px;
  }
}

.u-bgcolor-rightblue {
  background: #EDF3FA;
}

.u-bgcolor-darkblue {
  background: #2E3549;
}

.u-txt-l {
  text-align: left !important;
}

.u-txt-c {
  text-align: center !important;
}

.u-txt-r {
  text-align: right !important;
}

.u-fs11 {
  font-size: 11px !important;
}

.u-fs12 {
  font-size: 12px !important;
}

.u-fs14 {
  font-size: 14px !important;
}

.u-fs16 {
  font-size: 16px !important;
}

.u-fs18 {
  font-size: 18px !important;
}

.u-fs20 {
  font-size: 20px !important;
}

.u-fs22 {
  font-size: 22px !important;
}

.u-fs24 {
  font-size: 24px !important;
}

.u-fs26 {
  font-size: 26px !important;
}

.u-fs28 {
  font-size: 28px !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

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

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-ml0 {
  margin-left: 0 !important;
}

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

.u-ml10 {
  margin-left: 10px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-ml65 {
  margin-left: 65px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-ml95 {
  margin-left: 95px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-mr0 {
  margin-right: 0 !important;
}

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

.u-mr10 {
  margin-right: 10px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mr65 {
  margin-right: 65px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-mr95 {
  margin-right: 95px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

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

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-w5 {
  width: 5% !important;
}

.u-w10 {
  width: 10% !important;
}

.u-w15 {
  width: 15% !important;
}

.u-w20 {
  width: 20% !important;
}

.u-w25 {
  width: 25% !important;
}

.u-w30 {
  width: 30% !important;
}

.u-w35 {
  width: 35% !important;
}

.u-w40 {
  width: 40% !important;
}

.u-w45 {
  width: 45% !important;
}

.u-w50 {
  width: 50% !important;
}

.u-w55 {
  width: 55% !important;
}

.u-w60 {
  width: 60% !important;
}

.u-w65 {
  width: 65% !important;
}

.u-w70 {
  width: 70% !important;
}

.u-w75 {
  width: 75% !important;
}

.u-w80 {
  width: 80% !important;
}

.u-w85 {
  width: 85% !important;
}

.u-w90 {
  width: 90% !important;
}

.u-w95 {
  width: 95% !important;
}

.u-w100 {
  width: 100% !important;
}
