@charset "UTF-8";
/* Webフォント
---------------------------------------------------------------------------- */
@font-face {
  font-family: 'Han Sans Japanese';
  font-style: normal;
  font-weight: 100;
  src: url("../../font/NotoSansJP-Thin.woff2") format("woff2"), url("../../font/NotoSansJP-Thin.woff") format("woff"), url("../../font/NotoSansJP-Thin.ttf") format("truetype");
}
@font-face {
  font-family: 'Han Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: url("../../font/NotoSansJP-Light.woff2") format("woff2"), url("../../font/NotoSansJP-Light.woff") format("woff"), url("../../font/NotoSansJP-Light.ttf") format("truetype");
}
@font-face {
  font-family: 'Han Sans Japanese';
  font-style: normal;
  font-weight: 300;
  src: url("../../font/NotoSansJP-DemiLight.woff2") format("woff2"), url("../../font/NotoSansJP-DemiLight.woff") format("woff"), url("../../font/NotoSansJP-DemiLight.ttf") format("truetype");
}
@font-face {
  font-family: 'Han Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("../../font/NotoSansJP-Regular.woff2") format("woff2"), url("../../font/NotoSansJP-Regular.woff") format("woff"), url("../../font/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  font-family: 'Han Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url("../../font/NotoSansJP-Medium.woff2") format("woff2"), url("../../font/NotoSansJP-Medium.woff") format("woff"), url("../../font/NotoSansJP-Medium.ttf") format("truetype");
}
@font-face {
  font-family: 'Han Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url("../../font/NotoSansJP-Bold.woff2") format("woff2"), url("../../font/NotoSansJP-Bold.woff") format("woff"), url("../../font/NotoSansJP-Bold.ttf") format("truetype");
}
@font-face {
  font-family: 'Han Sans Japanese';
  font-style: normal;
  font-weight: 900;
  src: url("../../font/NotoSansJP-Black.woff2") format("woff2"), url("../../font/NotoSansJP-Black.woff") format("woff"), url("../../font/NotoSansJP-Black.ttf") format("truetype");
}
.m-hansans-thin {
  font-weight: 100;
  font-family: 'Han Sans Japanese';
}

.m-hansans-light {
  font-weight: 200;
  font-family: 'Han Sans Japanese';
}

.m-hansans-demi-light {
  font-weight: 300;
  font-family: 'Han Sans Japanese';
}

.m-hansans-regular {
  font-weight: 400;
  font-family: 'Han Sans Japanese';
}

.m-hansans-medium {
  font-weight: 500;
  font-family: 'Han Sans Japanese';
}

.m-hansans-bold {
  font-weight: 700;
  font-family: 'Han Sans Japanese';
}

.m-hansans-black {
  font-weight: 900;
  font-family: 'Han Sans Japanese';
}

.m-hiragino-gothic {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', sans-serif;
}

/* 共通
-------------------------------------------*/
.l-header img,
.l-contents img,
.l-nav-contents img,
.l-footer img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.l-header a,
.l-contents a,
.l-nav-contents a,
.l-footer a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}
.l-header a:hover,
.l-contents a:hover,
.l-nav-contents a:hover,
.l-footer a:hover {
  opacity: 0.7;
}
.l-header a[rel~='nofollow'],
.l-contents a[rel~='nofollow'],
.l-nav-contents a[rel~='nofollow'],
.l-footer a[rel~='nofollow'] {
  outline: none !important;
}
.l-header a[rel~='nofollow'] > img,
.l-contents a[rel~='nofollow'] > img,
.l-nav-contents a[rel~='nofollow'] > img,
.l-footer a[rel~='nofollow'] > img {
  outline: none !important;
}

.l-header a,
.l-nav-contents a,
.l-contents a {
  color: #555555;
}
.l-header a:link, .l-header a:visited,
.l-nav-contents a:link,
.l-nav-contents a:visited,
.l-contents a:link,
.l-contents a:visited {
  color: #555555;
}

.l-print-element {
  text-align: right;
  display: none;
}

.l-contents {
  letter-spacing: 1px;
}

.l-tag {
  display: inline-block;
  padding: 5px 8px;
  line-height: 1;
  color: #fff;
}
.l-tag.bg-ora {
  background-color: #f29206;
}
.l-tag.bg-grn {
  background-color: #55a16c;
}
.l-tag.bg-ygrn {
  background-color: #89c43f;
}
.l-tag.bg-blue {
  background-color: #3d9ac1;
}
.l-tag.bg-aqua {
  background-color: #4189c3;
}
.l-tag.bg-purple {
  background-color: #9465a5;
}

.l-button-wide {
  display: block;
  padding: 20px 0;
  width: 387px;
  margin: 0 auto;
  line-height: 1;
  border-radius: 30px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}
.l-button-wide img {
  width: 8px;
  vertical-align: top;
  margin-top: 1px;
  margin-left: 20px;
}
.l-button-wide.bg-ora {
  background-color: #f29206;
  box-shadow: 0 2px 0 #cc7a02;
}

a.l-button-wide {
  display: block;
  padding: 20px 0;
  width: 387px;
  margin: 0 auto;
  line-height: 1;
  border-radius: 30px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}
a.l-button-wide:link, a.l-button-wide:visited {
  color: #fff;
}
a.l-button-wide img {
  width: 8px;
  vertical-align: top;
  margin-top: 1px;
  margin-left: 20px;
}
a.l-button-wide.bg-ora {
  background-color: #f29206;
  box-shadow: 0 2px 0 #cc7a02;
}

.l-button-medium {
  display: block;
  padding: 19px 0;
  width: 296px;
  margin: 0 auto;
  line-height: 1;
  border-radius: 27.5px;
  text-align: center;
  font-size: 17px;
  color: #fff;
}
.l-button-medium img {
  vertical-align: top;
  margin-top: 2px;
  width: 6px;
  margin-left: 30px;
}
.l-button-medium.bg-bro {
  background-color: #514739;
}

a.l-button-medium {
  display: block;
  padding: 19px 0;
  width: 296px;
  margin: 0 auto;
  line-height: 1;
  border-radius: 27.5px;
  text-align: center;
  font-size: 17px;
  color: #fff;
}
a.l-button-medium:link, a.l-button-medium:visited {
  color: #fff;
}
a.l-button-medium img {
  vertical-align: top;
  margin-top: 2px;
  width: 6px;
  margin-left: 30px;
}
a.l-button-medium.bg-bro {
  background-color: #514739;
}

.l-button-small {
  display: block;
  padding: 9.5px;
  width: 150px;
  margin: 0 auto;
  line-height: 1;
  border-radius: 17px;
  text-align: center;
  font-size: 15px;
  color: #fff;
}
.l-button-small img {
  width: 6px;
  vertical-align: top;
  margin-top: 1px;
  margin-left: 7px;
}
.l-button-small.bg-bro {
  background-color: #514739;
}

a.l-button-small {
  display: block;
  padding: 9.5px;
  width: 150px;
  margin: 0 auto;
  line-height: 1;
  border-radius: 17px;
  text-align: center;
  font-size: 15px;
  color: #fff;
}
a.l-button-small:link, a.l-button-small:visited {
  color: #fff;
}
a.l-button-small img {
  width: 6px;
  vertical-align: top;
  margin-top: 1px;
  margin-left: 7px;
}
a.l-button-small.bg-bro {
  background-color: #514739;
}

.l-button-fat {
  display: block;
  width: 428px;
  padding: 32px 0;
  text-align: center;
  border-radius: 45px;
}
.l-button-fat.bg-grn {
  background-color: #55a16c;
  box-shadow: 0 3px 0 #417852;
}

.l-button-auto {
  display: inline-block;
  padding: 12px 25px;
  margin: 0 auto;
  line-height: 1;
  border-radius: 18.5px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
.l-button-auto img {
  vertical-align: top;
  margin-top: 2px;
  width: 6px;
  margin-left: 30px;
}
.l-button-auto.bg-bro {
  background-color: #514739;
}

a.l-button-auto {
  display: inline-block;
  padding: 12px 25px;
  margin: 0 auto;
  line-height: 1;
  border-radius: 18.5px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
a.l-button-auto:link, a.l-button-auto:visited {
  color: #fff;
}
a.l-button-auto img {
  vertical-align: top;
  margin-top: 2px;
  width: 6px;
  margin-left: 30px;
}
a.l-button-auto.bg-bro {
  background-color: #514739;
}

@media screen and (min-width: 768px) {
  a.l-telLink {
    pointer-events: none;
  }
}
.l-common-dispNone {
  display: none;
}

.l-bold {
  font-weight: bold;
}

.mCSB_inside > .mCSB_container {
  margin-right: 0;
}

.l-header-inner,
.l-contents-inner-wide {
  width: 1040px;
  margin: 0 auto;
}

.l-footer-inner,
.l-contents-inner {
  width: 1000px;
  margin: 0 auto;
}

/* l-header
-------------------------------------------*/
.l-header {
  padding: 15px 0 14px;
  font-size: 13px;
}

.l-header-logo {
  float: left;
  margin: 22px 55px 0 0;
}

.l-header-nav {
  float: right;
  width: 560px;
  margin: 5px 0 20px;
}

.l-header-nav li {
  float: left;
}

.l-header-nav-link {
  position: relative;
  display: block;
  margin-right: 23px;
  letter-spacing: 1px;
}
.l-header-nav-link:after {
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: -10px;
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  border-bottom: solid 2px #b8b2aa;
  border-right: solid 2px #b8b2aa;
  -webkit-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.l-header-nav-link04 {
  margin-right: 30px;
}

.l-header-selectLanguagePC {
  position: relative;
}
.l-header-selectLanguagePC:hover .l-header-selectLanguagePC-tabs {
  opacity: 1;
  height: auto;
}

.l-header-selectLanguagePC-tabs {
  position: absolute;
  top: 100%;
  padding: 10px;
  border-radius: 10px;
  background-color: #50473a;
  color: #fff;
  z-index: 1;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.3s;
}
.l-header-selectLanguagePC-tabs li {
  float: none;
}
.l-header-selectLanguagePC-tabs li:first-of-type {
  padding-bottom: 10px;
}
.l-header-selectLanguagePC-tabs li:nth-of-type(2) {
  padding: 10px 0;
  border-top: solid 1px #6f6659;
  border-bottom: solid 1px #6f6659;
}
.l-header-selectLanguagePC-tabs li:last-of-type {
  padding-top: 10px;
}
.l-header-selectLanguagePC-tabs a {
  color: #fff;
}
.l-header-selectLanguagePC-tabs a:link, .l-header-selectLanguagePC-tabs a:visited {
  color: #fff;
}

.l-header-nav-list_05 {
  letter-spacing: -5px;
}

a.l-header-nav-linkButton {
  position: relative;
  display: inline-block;
  margin-top: -5px;
  margin-right: -3px;
  padding: 8px 15px;
  border-radius: 4px;
  line-height: 1;
  text-align: left;
  letter-spacing: 1px;
  background-color: #ddece2;
  box-sizing: border-box;
  color: #55a16c;
}
a.l-header-nav-linkButton:link, a.l-header-nav-linkButton:visited {
  color: #55a16c;
}
a.l-header-nav-linkButton:first-of-type {
  margin-right: 10px;
}
a.l-header-nav-linkButton:after {
  display: inline-block;
  content: "";
  vertical-align: top;
  margin-top: 4px;
  margin-left: 3px;
  width: 5px;
  height: 5px;
  border-bottom: solid 2px #55a16c;
  border-right: solid 2px #55a16c;
  -webkit-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  -webkit-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.l-header-contact li {
  float: left;
}

.l-header-contact-tel {
  display: block;
  margin-top: 7px;
  background: url(../../images/common/icn_tel.png) no-repeat left 3px;
  padding-left: 50px;
  width: 255px;
  box-sizing: border-box;
}
.l-header-contact-tel span {
  display: block;
  margin-bottom: 10px;
}

.l-header-button {
  display: block;
  width: 225px;
  background-color: #55a16c;
  border-radius: 29px;
  line-height: 1;
  letter-spacing: 2px;
  box-shadow: 0 3px 0 #417852;
  box-sizing: border-box;
  color: #fff;
}
.l-header-button:link, .l-header-button:visited {
  color: #fff;
}

.l-header-contact-support {
  background-image: url(../../images/common/icn_question.png);
  background-repeat: no-repeat;
  background-position: 22px center;
  padding: 11px 0 11px 55px;
  margin-left: 30px;
}

.l-header-contact-download {
  background-image: url(../../images/common/icn_download.png);
  background-repeat: no-repeat;
  background-position: 22px center;
  padding: 9.5px 0 9.5px 55px;
  margin-left: 30px;
}

.l-header-contact-mailform {
  background-image: url(../../images/common/icn_mail.png);
  background-repeat: no-repeat;
  background-position: 28px center;
  background-size: 26px auto;
  -ms-background-size: 26px auto;
  padding: 9px 0 9px 73px;
  margin-left: 15px;
}

.l-header div#search {
  position: relative;
  right: inherit;
  bottom: inherit;
  background: #f3f0e8;
  width: 172px;
  margin: 0;
  padding: 7px 0;
  border-radius: 14px;
  height: 28px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) inset;
  box-sizing: border-box;
}
.l-header div#search input#word {
  background: none;
  border: 0;
  width: 157px;
  margin: 0 0 0 13px;
  height: auto;
  font-size: 13px;
}
.l-header div#search input#search_send {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7px;
}

/* l-footer
-------------------------------------------*/
.l-footer {
  padding: 65px 0 15px;
  background-color: #514739;
  letter-spacing: 2px;
}

.l-footer a {
  color: #fff;
}

.l-footer-links {
  font-size: 15px;
}

.l-footer-links > li {
  display: block;
  float: left;
}
.l-footer-links > li:not(:last-of-type) {
  margin-right: 50px;
}
.l-footer-links > li .l-footer-link-head:not(:first-of-type) {
  margin-top: 20px;
}

.l-footer-link-head {
  margin-bottom: 10px;
  font-size: 17px;
  color: #fff;
}

.l-footer-linkIcon {
  background: url(../../images/common/footer-arrow.png) no-repeat left;
  padding-left: 28px;
}

.l-footer-list {
  color: #fff;
}
.l-footer-list a {
  background: url(../../images/common/icn_arrow.png) no-repeat 3px;
  padding-left: 15px;
  line-height: 2.3;
}

.l-footer-info {
  margin-top: 30px;
}

.l-footer-left {
  float: left;
  margin-top: 45px;
}

.l-footer-left {
  float: left;
  margin-top: 45px;
}
.l-footer-left img {
  width: 158px;
  height: auto;
}

.l-footer-left p {
  margin-bottom: 26px;
}

.l-footer-left-link {
  letter-spacing: -5px;
}
.l-footer-left-link a {
  display: inline-block;
  letter-spacing: 2px;
}
.l-footer-left-link a:not(:last-of-type) {
  border-right: solid 2px #afa69a;
}
.l-footer-left-link a:first-of-type {
  color: #c6beb3;
  padding-right: 15px;
}
.l-footer-left-link a:not(:first-of-type) {
  color: #c6beb3;
  padding: 0 15px;
}

.l-footer-right {
  float: right;
  text-align: right;
  letter-spacing: -4px;
}

.l-footer-right-jpx {
  display: inline-block;
  letter-spacing: normal;
  margin-right: 10px;
}

.l-footer-right-privacy {
  display: inline-block;
  letter-spacing: normal;
}

.l-footer-right-code {
  margin-top: 10px;
  color: #d3d1cd;
  letter-spacing: 2px;
}

.l-copyRight {
  margin-top: 50px;
  text-align: center;
  color: #a59e8e;
  font-size: 11px;
}

/* l-pagetop
-------------------------------------------*/
.l-pagetop {
  position: fixed;
  right: 40px;
  bottom: 20px;
}

.l-pagetop a {
  display: block;
  padding-top: 30px;
  color: #fff;
  line-height: 1;
  text-align: center;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: #8c7d68;
  background-image: url(../../images/common/pagetop-arrow.png);
  background-repeat: no-repeat;
  background-position: center 15px;
  box-sizing: border-box;
  text-decoration: none;
  transition: opacity 0.3s;
}
.l-pagetop a:hover {
  opacity: 0.7;
}
.l-pagetop a:link, .l-pagetop a:visited {
  text-decoration: none;
}
.l-pagetop a span {
  display: block;
}

.l-side-link {
  position: fixed;
  right: 0;
  top: 140px;
}
.l-side-link a {
  display: block;
  width: 116px;
  background-color: #55a16c;
  border-radius: 58px 0 0 58px;
  box-shadow: 0 3px 0 #417852;
  text-align: right;
  box-sizing: border-box;
  transition: opacity 0.3s;
}
.l-side-link a:hover {
  opacity: 0.7;
}

.l-side-link-contact {
  padding: 20px 8px 20px 0;
  margin-bottom: 10px;
}

.l-side-link-download {
  padding: 16px 5px 16px 0;
}

/* l-nav
-------------------------------------------*/
.l-nav-contents {
  min-height: 105px;
}

.l-nav {
  padding-top: 24px;
  background-color: #fff;
}

.l-nav-wrap.is-scroll {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1000;
}
.l-nav-wrap.is-scroll.is-dropActive {
  bottom: 0;
  overflow: auto;
}

.l-nav-logo {
  float: left;
}

.l-nav-list {
  float: right;
}
.l-nav-list li {
  position: relative;
}
.l-nav-list li:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  display: block;
  width: 0;
  height: 4px;
  background-color: #f29206;
  transition: width 0.3s;
}
.l-nav-list li:hover:after {
  width: 100%;
}
.l-nav-list li.is-current:after {
  width: 100%;
}

.l-nav-wrap:not(.is-scroll) .l-nav-list {
  float: none;
  letter-spacing: 4px;
}
.l-nav-wrap:not(.is-scroll) .l-nav-list li {
  text-align: center;
  width: 20%;
}

.l-nav-list li {
  float: left;
}

.l-nav-contents .l-nav-list {
  letter-spacing: 1px;
}

.l-nav-list a {
  display: block;
  font-size: 16px;
  font-size: 16px;
  padding: 28px 20px 22px;
  text-decoration: none;
}
.l-nav-list li {
  background: url(../../images/common/scroll-list-bd.png) no-repeat left 20px;
}
.l-nav-list li:last-of-type {
  background: url(../../images/common/scroll-list-bd.png) no-repeat left 20px, url(../../images/common/scroll-list-bd.png) no-repeat right 20px;
}

.l-nav-wrap:not(.is-scroll) .l-nav-list a {
  display: block;
  font-size: 16px;
  font-size: 16px;
  padding: 35px 20px 22px;
  text-decoration: none;
}
.l-nav-wrap:not(.is-scroll) .l-nav-list li {
  background: url(../../images/common/scroll-list-bd.png) no-repeat left 30px;
}
.l-nav-wrap:not(.is-scroll) .l-nav-list li:last-of-type {
  background: url(../../images/common/scroll-list-bd.png) no-repeat left 30px, url(../../images/common/scroll-list-bd.png) no-repeat right 30px;
}

.l-nav-home a {
  background: url(../../images/common/scroll-icon-home.png) no-repeat center 4px;
}

.l-nav-about a {
  background: url(../../images/common/scroll-icon-about.png) no-repeat center 1px;
}

.l-nav-products a {
  background: url(../../images/common/scroll-icon-products.png) no-repeat center 1px;
}

.l-nav-ict a {
  background: url(../../images/common/scroll-icon-ict.png) no-repeat center top;
}

.l-nav-strength a {
  background: url(../../images/common/scroll-icon-strength.png) no-repeat center 1px;
}

.l-nav-seminar a {
  background: url(../../images/common/scroll-icon-seminar.png) no-repeat center top;
}

.l-nav-wrap:not(.is-scroll) .l-nav-logo,
.l-nav-wrap:not(.is-scroll) .l-nav-home {
  display: none;
}

/* l-nav-dropmenu
-------------------------------------------*/
.l-nav-dropmenu {
  height: 0;
  opacity: 0;
  overflow: hidden;
  background-color: #f7f6f3;
  transition: opacity 0.3s;
}

.l-nav-wrap.is-dropActive .l-nav-dropmenu {
  height: auto;
  opacity: 1;
}

.l-nav-droptitle {
  letter-spacing: 6px;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  padding: 17px 0;
  background-color: #50473a;
  display: block;
}

.l-nav-droptitleBody {
  display: block;
}
.l-nav-droptitleBody:before {
  content: attr(data-nav-title);
}

.l-nav-drop-wrap {
  padding: 29px 0 35px;
}

.l-nav-dropProducts {
  display: none;
}
.l-nav-dropProducts.is-active {
  display: block;
}

.l-nav-dropSeminar {
  display: none;
}
.l-nav-dropSeminar.is-active {
  display: block;
}

.l-nav-dropSeminar li {
  width: 510px;
  float: left;
}
.l-nav-dropSeminar li:last-of-type {
  float: right;
}
.l-nav-dropSeminar li a {
  display: block;
  text-align: center;
  background-color: #fff;
  padding: 30px 0;
  font-size: 20px;
  line-height: 1;
  background-repeat: no-repeat, no-repeat;
  background-position: right 22px center, 30px center;
  background-size: 16px auto, 55px auto;
}
.l-nav-dropSeminar li a.l-nav-dropSeminar-teacher {
  background-image: url(../../images/common/btn-arrow.png), url(../../images/common/icn_board.png);
}
.l-nav-dropSeminar li a.l-nav-dropSeminar-seminar {
  background-image: url(../../images/common/btn-arrow.png), url(../../images/common/icn_handshake.png);
}

.l-nav-dropSeminar-linkarea {
  text-align: right;
  margin-top: 20px;
}

.l-nav-drop-categories {
  width: 300px;
  float: left;
}
.l-nav-drop-categories li {
  padding: 32px 0 32px 66px;
  font-size: 16px;
  line-height: 1;
  background-color: #fff;
}
.l-nav-drop-categories li.is-active {
  background-color: #e8e2d3;
}
.l-nav-drop-categories li:not(:last-of-type) {
  margin-bottom: 1px;
}

.l-nav-drop-contentsProducts {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.3s;
}
.l-nav-drop-contentsProducts.is-active {
  height: auto;
  opacity: 1;
}

.l-nav-category-icon-memo-grn {
  background-image: url(../../images/common/btn-arrow.png), url(../../images/common/scroll-memo-grn.png);
  background-repeat: no-repeat,no-repeat;
  background-size: 16px auto, auto;
  background-position: right 20px center, 16px center;
}

.l-nav-category-icon-pc-ora {
  background-image: url(../../images/common/btn-arrow.png), url(../../images/common/scroll-pc-ora.png);
  background-repeat: no-repeat,no-repeat;
  background-size: 16px auto, auto;
  background-position: right 20px center, 16px center;
}

.l-nav-category-icon-pc-grn {
  background-image: url(../../images/common/btn-arrow.png), url(../../images/common/scroll-pc-grn.png);
  background-repeat: no-repeat,no-repeat;
  background-size: 16px auto, auto;
  background-position: right 20px center, 16px center;
}

.l-nav-category-icon-gear-blue {
  background-image: url(../../images/common/btn-arrow.png), url(../../images/common/scroll-gear-blue.png);
  background-repeat: no-repeat,no-repeat;
  background-size: 16px auto, auto;
  background-position: right 20px center, 16px center;
}

.l-nav-category-icon-note-ora {
  background-image: url(../../images/common/btn-arrow.png), url(../../images/common/scroll-note-ora.png);
  background-repeat: no-repeat,no-repeat;
  background-size: 16px auto, auto;
  background-position: right 20px center, 16px center;
}

.l-nav-category-icon-note-grn {
  background-image: url(../../images/common/btn-arrow.png), url(../../images/common/scroll-note-grn.png);
  background-repeat: no-repeat,no-repeat;
  background-size: 16px auto, auto;
  background-position: right 20px center, 16px center;
}

.l-nav-drop-contentsProducts-taskContents li {
  width: 350px;
}

.l-nav-drop-contentsProducts-task .l-nav-drop-contents-list {
  border-radius: 10px;
  overflow: hidden;
}
.l-nav-drop-contentsProducts-task .l-nav-drop-contents-list li:not(:last-of-type) {
  margin-bottom: 1px;
}

.l-nav-drop-contentsProducts-taskLink a {
  display: block;
  padding: 15px;
  line-height: 1;
  font-size: 14px;
  background-color: #fff;
}
.l-nav-drop-contentsProducts-taskLink .l-tag {
  color: #555555;
  font-size: 13px;
  background-color: #e8e2d3;
  border-radius: 5px;
  margin-bottom: 7px;
}
.l-nav-drop-contentsProducts-taskLink li:hover a {
  background-color: #e8e2d3;
}
.l-nav-drop-contentsProducts-taskLink li:hover .l-tag {
  background-color: #fff;
}

.l-nav-drop-contentsProducts-taskTitle {
  padding: 16px 0 17px 120px;
  display: block;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
}
.l-nav-drop-contentsProducts-taskTitle.bg-ora {
  background-color: #f29206;
  background-image: url(../../images/common/search-titleicon-ora.png);
  background-repeat: no-repeat;
  background-position: 42px center;
}
.l-nav-drop-contentsProducts-taskTitle.bg-grn {
  background-image: url(../../images/common/search-titleicon-grn.png);
  background-repeat: no-repeat;
  background-position: 42px center;
  background-color: #89c43f;
}

.l-nav-drop-contents-list {
  width: 350px;
  float: left;
  margin-left: 20px;
}

.l-nav-drop-contents-list .l-nav-drop-contents-item:not(:last-of-type) {
  margin-bottom: 35px;
}

.l-nav-drop-contents-item-title {
  font-size: 18px;
  line-height: 2.38;
  display: block;
}
.l-nav-drop-contents-item-title.color-ict {
  color: #28baf1;
  border-bottom: solid 2px #28baf1;
}
.l-nav-drop-contents-item-title.color-security {
  color: #4189c3;
  border-bottom: solid 2px #4189c3;
}
.l-nav-drop-contents-item-title.color-platForm {
  color: #89c43f;
  border-bottom: solid 2px #89c43f;
}
.l-nav-drop-contents-item-title.color-degital {
  color: #9465a5;
  border-bottom: solid 2px #9465a5;
}
.l-nav-drop-contents-item-title.color-classRoom {
  color: #f0845d;
  border-bottom: solid 2px #f0845d;
}
.l-nav-drop-contents-item-title.color-system {
  color: #009c82;
  border-bottom: solid 2px #009c82;
}
.l-nav-drop-contents-item-title.color-academic {
  color: #fdb84d;
  border-bottom: solid 2px #fdb84d;
}
.l-nav-drop-contents-item-title.color-cloud {
  color: #f04566;
  border-bottom: solid 2px #f04566;
}

.l-nav-drop-contents-item-childTitle {
  font-size: 15px;
  margin-top: 18px;
  background-image: url(../../images/common/btn-degital-off.png);
  background-repeat: no-repeat;
  background-position: right center;
  display: block;
}
.l-nav-drop-contents-item-childTitle.is-active {
  background-image: url(../../images/common/btn-degital-on.png);
}
.l-nav-drop-contents-item-childTitle.color-ict {
  color: #28baf1;
}
.l-nav-drop-contents-item-childTitle.color-security {
  color: #4189c3;
}
.l-nav-drop-contents-item-childTitle.color-platForm {
  color: #89c43f;
}
.l-nav-drop-contents-item-childTitle.color-degital {
  color: #9465a5;
}
.l-nav-drop-contents-item-childTitle.color-classRoom {
  color: #f0845d;
}
.l-nav-drop-contents-item-childTitle.color-system {
  color: #009c82;
}
.l-nav-drop-contents-item-childTitle.color-academic {
  color: #fdb84d;
}
.l-nav-drop-contents-item-childTitle.color-cloud {
  color: #f04566;
}

.l-nav-drop-contents-item-list li {
  line-height: 1;
  margin-top: 20px;
}
.l-nav-drop-contents-item-list li a {
  display: block;
  padding-left: 18px;
  line-height: 1.46;
}
.l-nav-drop-contents-item-list.color-ict li a {
  background-image: url(../../images/common/btn-ict.png);
  background-repeat: no-repeat;
  background-position: left 2px;
}
.l-nav-drop-contents-item-list.color-degital li a {
  background-image: url(../../images/common/btn-degital.png);
  background-repeat: no-repeat;
  background-position: left 2px;
}
.l-nav-drop-contents-item-list.color-platForm li a {
  background-image: url(../../images/common/btn-platForm.png);
  background-repeat: no-repeat;
  background-position: left 2px;
}
.l-nav-drop-contents-item-list.color-academic li a {
  background-image: url(../../images/common/btn-academic.png);
  background-repeat: no-repeat;
  background-position: left 2px;
}
.l-nav-drop-contents-item-list.color-system li a {
  background-image: url(../../images/common/btn-system.png);
  background-repeat: no-repeat;
  background-position: left 2px;
}
.l-nav-drop-contents-item-list.color-classRoom li a {
  background-image: url(../../images/common/btn-classRoom.png);
  background-repeat: no-repeat;
  background-position: left 2px;
}
.l-nav-drop-contents-item-list.color-cloud li a {
  background-image: url(../../images/common/btn-cloud.png);
  background-repeat: no-repeat;
  background-position: left 2px;
}
.l-nav-drop-contents-item-list.color-security li a {
  background-image: url(../../images/common/btn-security.png);
  background-repeat: no-repeat;
  background-position: left 2px;
}

.l-nav-drop-tagNew {
  margin-left: 5px;
  padding: 2px 8px;
  font-size: 10px;
}

.l-nav-dropProducts-linkarea {
  float: right;
  margin-top: 50px;
}

.l-nav-dropProducts-linkarea02 {
  text-align: right;
  margin: 20px 0;
}

.l-nav-dropMenuClose {
  transition: opacity 0.3s;
  height: 90px;
  background-color: #fff;
  background-image: url(../../images/common/drop-arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.l-nav-dropMenuClose:hover {
  opacity: 0.7;
}

/* l-breadcrumb
-------------------------------------------*/
.l-breadcrumb {
  text-align: left;
}

.l-breadcrumb li {
  display: inline-block;
}

.l-breadcrumb a {
  text-decoration: underline;
  line-height: 35px;
}

/* l-lowerFooter-contact
-------------------------------------------*/
.l-lowerFooter-contactWrap {
  background-color: #f4f4f4;
  padding: 55px 0 100px;
}

.l-lowerFooter-contactLeft {
  float: left;
  padding: 30px;
  width: 780px;
  box-sizing: border-box;
  border: solid 4px #fff;
  background-color: #ddece2;
}

.l-lowerFooter-contactTitle {
  font-size: 26px;
  line-height: 1;
  text-align: center;
  display: block;
}

.l-lowerFooter-contactTxt {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  margin: 14px 0;
}

.l-lowerFooter-contactTel {
  float: left;
}
.l-lowerFooter-contactTel a {
  display: block;
}

.l-lowerFooter-contactMail {
  float: right;
}
.l-lowerFooter-contactMail a {
  display: block;
  width: 350px;
}

.l-lowerFooter-contactFlow {
  border-top: solid 4px #fff;
  margin-top: 20px;
  padding: 30px 0 15px;
}

.l-lowerFooter-contactFlow-left {
  float: left;
}

.l-lowerFooter-contactFlow-right {
  float: right;
  margin-right: 32px;
}

.l-lowerFooter-contactFlow-title {
  font-size: 22px;
  line-height: 1;
}

.l-lowerFooter-contactFlow-txt {
  font-size: 15px;
  line-height: 1.46;
  margin-top: 3.5px;
}

.l-lowerFooter-contactRight {
  float: right;
  width: 240px;
}
.l-lowerFooter-contactRight p:first-of-type {
  margin-bottom: 20px;
}
.l-lowerFooter-contactRight a {
  display: block;
  font-size: 20px;
  text-align: center;
  background-color: #e8e2d3;
  border: solid 4px #fff;
  padding: 30px 0;
}
.l-lowerFooter-contactRight img {
  display: block;
  width: 55px;
  margin: 0 auto 30px;
}

.p-roundBox10 {
  border-radius: 10px;
  overflow: hidden;
}

/* 下層サイドバー
---------------------------------------------------------------------------- */
.l-sidebar {
  float: right;
  width: 230px;
}

.l-sidebar-searchProducts {
  margin-bottom: 15px;
}

.l-sidebar-viewAllProducts {
  margin-bottom: 15px;
}

.l-sidebar-contentsWrap {
  margin-bottom: 20px;
}

.l-sideber-contentsTitle {
  cursor: pointer;
}

.l-sidebar-contentsTitleJunior {
  background-color: #f29206;
  border-radius: 10px;
  padding: 15px 0 15px 12px;
  background-image: url(../../images/common/side-arrow-off.png);
  background-repeat: no-repeat;
  background-position: right 20px top 28px;
  box-shadow: 0 2px 0 #d17d03;
}
.l-sidebar-contentsTitleJunior.is-active {
  border-radius: 10px 10px 0 0;
  background-image: url(../../images/common/side-arrow-on.png);
  box-shadow: none;
}

.l-sidebar-contentsTitleHigh {
  background-color: #89c43f;
  border-radius: 10px;
  padding: 15px 0 15px 12px;
  background-image: url(../../images/common/side-arrow-off.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  box-shadow: 0 2px 0 #6ea02f;
}
.l-sidebar-contentsTitleHigh.is-active {
  border-radius: 10px 10px 0 0;
  background-image: url(../../images/common/side-arrow-on.png);
  box-shadow: none;
}

.l-sidebar-contentsTitleIct {
  background-color: #4189c3;
  border-radius: 10px;
  padding: 21px 0 21px 12px;
  background-image: url(../../images/common/side-arrow-off.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  box-shadow: 0 2px 0 #2f6ea1;
}
.l-sidebar-contentsTitleIct.is-active {
  border-radius: 10px 10px 0 0;
  background-image: url(../../images/common/side-arrow-on.png);
  box-shadow: none;
}

.l-sidebar-contents-list {
  border: solid 2px #f1eee9;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  letter-spacing: normal;
}

.l-sidebar-contents-item-title {
  padding: 10px 0;
  text-indent: 18px;
  font-size: 12px;
  background-color: #f1eee9;
}

.l-sidebar-contents-item-list {
  margin: 0 15px;
  font-size: 12px;
  line-height: 1.3;
}
.l-sidebar-contents-item-list a {
  display: block;
  padding: 10px 0;
}
.l-sidebar-contents-item-list li:not(:last-of-type) {
  border-bottom: solid 2px #f1eee9;
}
.l-sidebar-contents-item-list .l-tag {
  margin-bottom: 5px;
}

.l-sidebar-contents-item-childTitle {
  background-color: #f4edf6;
  border-radius: 5px;
  color: #9465a5;
  padding: 5px 20px 5px 8px;
  background-image: url(../../images/common/sidebar-arrow-off.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  margin-bottom: 15px;
  cursor: pointer;
}
.l-sidebar-contents-item-childTitle.is-active {
  background-image: url(../../images/common/sidebar-arrow-on.png);
  margin-bottom: 0;
}

.l-sidebar-bnrArea li:not(:last-child) {
  margin-bottom: 20px;
}

.l-bgIcon-ict {
  background-image: url(../../images/common/btn-ict.png);
  background-repeat: no-repeat;
  background-position: right center;
}

.l-bgIcon-degital {
  background-image: url(../../images/common/btn-degital.png);
  background-repeat: no-repeat;
  background-position: right center;
}

.l-bgIcon-platForm {
  background-image: url(../../images/common/btn-platForm.png);
  background-repeat: no-repeat;
  background-position: right center;
}

.l-bgIcon-academic {
  background-image: url(../../images/common/btn-academic.png);
  background-repeat: no-repeat;
  background-position: right center;
}

.l-bgIcon-system {
  background-image: url(../../images/common/btn-system.png);
  background-repeat: no-repeat;
  background-position: right center;
}

.l-bgIcon-classRoom {
  background-image: url(../../images/common/btn-classRoom.png);
  background-repeat: no-repeat;
  background-position: right center;
}

.l-bgIcon-cloud {
  background-image: url(../../images/common/btn-cloud.png);
  background-repeat: no-repeat;
  background-position: right center;
}

.l-bgIcon-security {
  background-image: url(../../images/common/btn-security.png);
  background-repeat: no-repeat;
  background-position: right center;
}

/* マージン
---------------------------------------------------------------------------- */
.l-mt0 {
  margin-top: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* パディング
---------------------------------------------------------------------------- */
.l-pt0 {
  padding-top: 0px !important;
}

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

.l-pt10 {
  padding-top: 10px !important;
}

.l-pt15 {
  padding-top: 15px !important;
}

.l-pt20 {
  padding-top: 20px !important;
}

.l-pt25 {
  padding-top: 25px !important;
}

.l-pt30 {
  padding-top: 30px !important;
}

.l-pt35 {
  padding-top: 35px !important;
}

.l-pt40 {
  padding-top: 40px !important;
}

.l-pt45 {
  padding-top: 45px !important;
}

.l-pt50 {
  padding-top: 50px !important;
}

.l-pt55 {
  padding-top: 55px !important;
}

.l-pt60 {
  padding-top: 60px !important;
}

.l-pt65 {
  padding-top: 65px !important;
}

.l-pt70 {
  padding-top: 70px !important;
}

.l-pt75 {
  padding-top: 75px !important;
}

.l-pt80 {
  padding-top: 80px !important;
}

.l-pt85 {
  padding-top: 85px !important;
}

.l-pt90 {
  padding-top: 90px !important;
}

.l-pt95 {
  padding-top: 95px !important;
}

.l-pt100 {
  padding-top: 100px !important;
}

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

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

.l-pb10 {
  padding-bottom: 10px !important;
}

.l-pb15 {
  padding-bottom: 15px !important;
}

.l-pb20 {
  padding-bottom: 20px !important;
}

.l-pb25 {
  padding-bottom: 25px !important;
}

.l-pb30 {
  padding-bottom: 30px !important;
}

.l-pb35 {
  padding-bottom: 35px !important;
}

.l-pb40 {
  padding-bottom: 40px !important;
}

.l-pb45 {
  padding-bottom: 45px !important;
}

.l-pb50 {
  padding-bottom: 50px !important;
}

.l-pb55 {
  padding-bottom: 55px !important;
}

.l-pb60 {
  padding-bottom: 60px !important;
}

.l-pb65 {
  padding-bottom: 65px !important;
}

.l-pb70 {
  padding-bottom: 70px !important;
}

.l-pb75 {
  padding-bottom: 75px !important;
}

.l-pb80 {
  padding-bottom: 80px !important;
}

.l-pb85 {
  padding-bottom: 85px !important;
}

.l-pb90 {
  padding-bottom: 90px !important;
}

.l-pb95 {
  padding-bottom: 95px !important;
}

.l-pb100 {
  padding-bottom: 100px !important;
}

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

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

.l-pr10 {
  padding-right: 10px !important;
}

.l-pr15 {
  padding-right: 15px !important;
}

.l-pr20 {
  padding-right: 20px !important;
}

.l-pr25 {
  padding-right: 25px !important;
}

.l-pr30 {
  padding-right: 30px !important;
}

.l-pr35 {
  padding-right: 35px !important;
}

.l-pr40 {
  padding-right: 40px !important;
}

.l-pr45 {
  padding-right: 45px !important;
}

.l-pr50 {
  padding-right: 50px !important;
}

.l-pr55 {
  padding-right: 55px !important;
}

.l-pr60 {
  padding-right: 60px !important;
}

.l-pr65 {
  padding-right: 65px !important;
}

.l-pr70 {
  padding-right: 70px !important;
}

.l-pr75 {
  padding-right: 75px !important;
}

.l-pr80 {
  padding-right: 80px !important;
}

.l-pr85 {
  padding-right: 85px !important;
}

.l-pr90 {
  padding-right: 90px !important;
}

.l-pr95 {
  padding-right: 95px !important;
}

.l-pr100 {
  padding-right: 100px !important;
}

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

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

.l-pl10 {
  padding-left: 10px !important;
}

.l-pl15 {
  padding-left: 15px !important;
}

.l-pl20 {
  padding-left: 20px !important;
}

.l-pl25 {
  padding-left: 25px !important;
}

.l-pl30 {
  padding-left: 30px !important;
}

.l-pl35 {
  padding-left: 35px !important;
}

.l-pl40 {
  padding-left: 40px !important;
}

.l-pl45 {
  padding-left: 45px !important;
}

.l-pl50 {
  padding-left: 50px !important;
}

.l-pl55 {
  padding-left: 55px !important;
}

.l-pl60 {
  padding-left: 60px !important;
}

.l-pl65 {
  padding-left: 65px !important;
}

.l-pl70 {
  padding-left: 70px !important;
}

.l-pl75 {
  padding-left: 75px !important;
}

.l-pl80 {
  padding-left: 80px !important;
}

.l-pl85 {
  padding-left: 85px !important;
}

.l-pl90 {
  padding-left: 90px !important;
}

.l-pl95 {
  padding-left: 95px !important;
}

.l-pl100 {
  padding-left: 100px !important;
}

/* フォントサイズ
---------------------------------------------------------------------------- */
.l-fs10 {
  font-size: 10px !important;
}

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

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

.l-fs13 {
  font-size: 13px !important;
}

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

.l-fs15 {
  font-size: 15px !important;
}

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

.l-fs17 {
  font-size: 17px !important;
}

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

.l-fs19 {
  font-size: 19px !important;
}

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

.l-fs21 {
  font-size: 21px !important;
}

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

.l-fs23 {
  font-size: 23px !important;
}

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

.l-fs25 {
  font-size: 25px !important;
}

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

.l-fs27 {
  font-size: 27px !important;
}

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

.l-fs29 {
  font-size: 29px !important;
}

.l-fs30 {
  font-size: 30px !important;
}

.l-fs31 {
  font-size: 31px !important;
}

.l-fs32 {
  font-size: 32px !important;
}

.l-fs33 {
  font-size: 33px !important;
}

.l-fs34 {
  font-size: 34px !important;
}

.l-fs35 {
  font-size: 35px !important;
}

.l-fs36 {
  font-size: 36px !important;
}

.l-fs37 {
  font-size: 37px !important;
}

.l-fs38 {
  font-size: 38px !important;
}

.l-fs39 {
  font-size: 39px !important;
}

.l-fs40 {
  font-size: 40px !important;
}

.l-fs41 {
  font-size: 41px !important;
}

.l-fs42 {
  font-size: 42px !important;
}

.l-fs43 {
  font-size: 43px !important;
}

.l-fs44 {
  font-size: 44px !important;
}

.l-fs45 {
  font-size: 45px !important;
}

.l-fs46 {
  font-size: 46px !important;
}

.l-fs47 {
  font-size: 47px !important;
}

.l-fs48 {
  font-size: 48px !important;
}

.l-fs49 {
  font-size: 49px !important;
}

.l-fs50 {
  font-size: 50px !important;
}

.l-tac {
  text-align: center;
}

.l-tal {
  text-align: left;
}

.l-tar {
  text-align: right;
}
