@charset "utf-8";

/* ==========================================================================
Foundation [ reset / base ]
========================================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
html,
body {
  line-height: 1.5;
  background: #fff;
  font-size: 14px;
  font-family: "Noto Sans JP","游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
}
body {
  padding-top: 60px;
  background: url(../images/mv.png) no-repeat 45% 80px;
  background-size: 194%;
  padding-bottom: 60px;
}

body.sub {
  background: inherit;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
select {
  font-size: 12px;
  background-color: #fff;
  height: 26px;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

a img:hover {
  opacity: .75;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

a:hover, a:active, a:focus {
  text-decoration: inherit;
}

a:hover {
  opacity: 1.0;
}

a[href]:hover {
  opacity: .8;
}

a {
  text-decoration: inherit;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.zen-kaku {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* ==========================================================================
Layout [ header / main / side / footer... ]
========================================================================== */

/* Header
---------------------------------------------------------------*/
.l-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  background-color: #fff;
  z-index: 20;
  padding-left: 10px;
  box-sizing: border-box;
}

.l-header-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.l-header-logo {
  margin-top: 8px;
  width: 80px;
}

.l-header-info {
  margin-left: auto;
  width: calc(100% - 90px);
}

.l-header-entry {
  display: none;
}

.l-header-info__left {
  padding-top: 8px;
  width: calc(100% - 60px);
}

.com-name {
  color: #133A75;
  font-size: 0.857142857rem;
  font-weight: 900;
}

.com-name .media-br {
  display: none;
}

.l-header-info__left__head__inner,
.l-header-info__right {
  display: none;
}

/*hamburger menu*/
.menu {
  display: block;
  position: absolute;
  width: 60px;
  z-index: 30;
  height: 60px;
  top: 0px;
  right: 0;
  background: #0E4291;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}
.menu span {
  position: absolute;
  left: 12px;
  width: 36px;
  height: 3px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background-color: #fff;
}
.menu span:nth-of-type(1) {
  top: 20px;
}
.menu span:nth-of-type(2) {
  top: 29px;
}
.menu span:nth-of-type(3) {
  bottom: 19px;
  width: 30px;
}
.menu.active span:nth-of-type(1) {
  -webkit-transform: translateY(13px) rotate(-45deg);
  transform: translateY(3px) rotate(-45deg);
  top: 26px;
}
.menu.active span:nth-of-type(2) {
  opacity: 0;
}
.menu.active span:nth-of-type(3) {
  -webkit-transform: translateY(-21px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
  bottom: 18px;
  width: 36px;
}
.menu.is-show span {
  background-color: #fff;
}

.l-header-nav {
  display: none;
}

.l-header-nav.active {
  display: block;
  position: fixed;
  width: 100%;
  height: calc(100% - 60px);
  background-color: #fff;
  z-index: 10;
  right: 0;
  top: 60px;
  overflow-y: auto;
  padding: 2px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.l-header-nav__items {
  position: relative;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  width: 92.5%;
  margin: 0 auto 2px;
}

.l-header-nav__items a {
  padding: 15px 0px;
  display: block;
  font-size: 1.142857143rem;
  font-weight: 700;
  text-align: left;
  position: relative;
  border-bottom: 1px dashed #0E4291;
}

.l-header-nav__items a:before {
  content: '';
  position: absolute;
  right: 0;
  top: 47%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #0E4291;
  border-right: 2px solid #0E4291;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sp-navi-inner {
  display: block;
  text-align: right;
  margin: 20px 10px;
}

.l-header-anket {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.l-header-anket a {
  font-size: 0.928571429rem;
  font-weight: 500;
  text-align: center;
  border: 1px solid #133A75;
  border-radius: 200px;
  color: #133A75;
  line-height: 1.3;
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 6px;
  background: url(../images/ico-arw-blue.svg) no-repeat 95% 50% #fff;
  background-size: 6px auto;
}

.l-header-anket a + a {
  margin-left: 5px;
}

.l-header-contact a {
  display: inline-block;
  padding-left: 11px;
  background: url(../images/ico-arw-orange.svg) no-repeat 0px 6px;
  background-size: 6px auto;
  font-weight: 700;
  font-size: 1rem;
  margin-left: 15px;
}

.sp-navi dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.sp-navi dl dt {
  text-align: center;
}

.sp-navi dl dt a {
  color: #0F4494;
  font-size: 1.125rem;
  font-weight: 700;
  padding-left: 32px;
  display: inline-block;
  background: url(../images/ico-tell-blue.svg) no-repeat left center;
  background-size: 24px auto;
  margin-bottom: 12px;
}

.sp-navi dl dt span {
  display: block;
  font-size: 0.875rem;
  margin-left: 20px;
}

.sp-navi dl dd {
  color: #0F4494;
  font-weight: 700;
  margin-top: 15px;
  text-align: center;
}

.sp-btm-btn {
  width: 100%;
  pointer-events: none;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 60px;
  background: #F5F5F5;
  padding: 5px 10px;
  -webkit-transition: opacity .0s, visibility 0s ease .0s;
  transition: opacity .0s, visibility 0s ease .0s;
  visibility: hidden;
  z-index: 0;
  pointer-events: auto;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 1;
  visibility: visible;
  z-index: 10;
  padding: 5px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0px 3px 6px rgba(0, 0, 0, .16);
  box-shadow: inset 0px 3px 6px rgba(0, 0, 0, .16);
}

.sp-btm-btn a {
  width: 50%;
  height: 50px;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  position: relative;
  font-size: 0.928571429rem;
  position: relative;
  font-weight: 700;
  display: inline-block;
}

.sp-btm-btn a:before {
  content: '';
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sp-btm-btn.hide a {
  pointer-events: none;
}

.sp-btm-btn.hide a:after {
  content: '近日中に\A申し込み受付開始';
  white-space: pre;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 700;
}

.sp-btm-btn a.sp-btm-seminar {
  background-color: #D34017;
}

.sp-btm-btn a.sp-btm-session {
  background-color: #0F4494;
}

.l-footer-top {
  position: absolute;
  z-index: 10;
  right: 5px;
  bottom: 65px!important;
  width: 60px;
  height: 60px;
}

/* Main
---------------------------------------------------------------*/
.l-wrapper {
  overflow: hidden;
  width: 100%;
}


/* Footer
---------------------------------------------------------------*/
.l-footer {
  background-color: #fff;
  padding: 0 0 0;
}

.l-footer-inner {
  width: 100%;
  max-width: 1320px;
  padding: 30px 20px;
  box-sizing: border-box;
  margin: 0 auto;
}

.l-footer-ttl {
  font-size: 1rem;
  font-weight: 700;
  color: #0F4494;
  margin-bottom: 16px;
}

.l-footer-left {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 20px;
}

.l-footer-right {
  width: 100%;
  margin-top: 35px;
  box-sizing: border-box;
}

.l-footer-logo {
  display: block;
}

.l-footer-logo a img {
  width: 114px;
}

.l-footer-logo p {
  width: 100%;
  margin-top: 15px;
  font-size: 1rem;
}

.l-footer-logo p span {
  display: block;
  font-size: 1rem;
}

.contact-ttl {
  color: #0F4494;
  font-weight: 700;
  font-size: 1.285714286rem;
  margin-bottom: 10px;
}

.contact-company {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.l-footer-right address {
  font-weight: 500;
}

.l-footer-right dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 10px 0;
}

.l-footer-right dl dt {
  width: 100%;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.l-footer-right dl dd {
  width: 100%;
  box-sizing: border-box;
}

.l-footer-right dl dt a {
  color: #0F4494;
  font-size: 1.125rem;
  font-weight: 700;
  padding-left: 32px;
  display: inline-block;
  background: url(../images/ico-tell-blue.svg) no-repeat left center;
  background-size: 24px auto;
}

.l-footer-right dl dt span {
  display: block;
  font-size: 0.928571429rem;
  margin-left: 20px;
}

.l-footer-right dl dd {
  color: #0F4494;
  font-weight: 700;
}

.l-footer-navi ul {
  display: none;
}

.l-footer-nav02 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 40px;
  margin-bottom: 14px;
}

.l-footer-nav02 .anket-link {
  display: none;
}

.contact-link {
  margin-left: 20px;
}

.l-footer-nav02 .contact-link a {
  display: inline-block;
  padding-left: 14px;
  background: url(../images/ico-arw-orange.svg) no-repeat 0px 5px;
  background-size: 6px auto;
  font-weight: 700;
  font-size: 1rem;
  margin-right: 20px;
}

.copyright {
  background-color: #0F4494;
  padding: 10px;
  text-align: center;
}

.copyright p {
  color: #fff;
  font-size: 0.857142857rem;
}

/* ==========================================================================
Project [ articles / ranking / promo... ]
========================================================================== */
/* メインビジュアルラッパー（ヘッダー下） */
.mv-wrapper {
  width: 100%;
}

.mv {
  width: 100%;
  max-height: 100%;
  box-sizing: border-box;
  height: 100%;
}

.mv-left {
  width: 100%; /* デザイン比率固定 */
  position: relative;
}

.mv-left:before {
  content: '';
  position: absolute;
  right: 10px;
  top: 77%;
  width: 54.44%;
  height: 0;
  padding-bottom: 50%;
  z-index: 1;
  background: url(../images/mv-circle.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.mv-right {
  display: block;
  width: 100%;
  margin-top: 45%;
}

.mv-info {
  display: block;
}

.mv-left-head {
  background: -webkit-linear-gradient(left, rgba(7,31,67,1) 0%, rgba(15,68,148,1) 73%, rgba(13,61,133,0) 100%);
  background: -o-linear-gradient(left, rgba(7,31,67,1) 0%, rgba(15,68,148,1) 73%, rgba(13,61,133,0) 100%);
  background: linear-gradient(to right, rgba(7,31,67,1) 0%, rgba(15,68,148,1) 73%, rgba(13,61,133,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 20px 20px;
}

.mv-left-head p {
  color: #fff;
  font-size: 1.142857143rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 2vw;
  padding-bottom: 2vw;
}

.mv-left-head p:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.mv-left-head h1 {
  font-size: 1.428571429rem;
  color: #fff;
  font-weight: 700;
}

.mv-left-head h1 span {
  font-size: 1.428571429rem;
  color: #fff;
  font-weight: 700;
}

.mv-info__seminar {
  background-color: rgba(211, 64, 23, 0.9);
  width: 100%;
  padding: 20px 15px 15px;
  box-sizing: border-box;
  color: #fff;
}

.mv-info-ttl {
  margin-bottom: 13px;
  position: relative;
}

.mv-info-ttl .entry-fee {
  position: absolute;
  right: 0;
  top: 0;
  background: #F1CE1F;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 200px;
  font-weight: 700;
  color: #000000;
  font-size: 0.928571429rem;
  width: 82px;
  padding: 4px 0;
}

.mv-info-ttl p {
  font-size: 1.142857143rem;
  font-weight: 700;
  max-width: 72%;
}

.mv-info-table {
  position: relative;
}

.mv-info-thum {
  position: absolute;
  right: 0;
  top: 0;
  width: 104px;
}

.mv-info-catch {
  font-weight: 700;
  margin-bottom: 20px;
  padding-right: 90px;
  position: relative;
}

.sp-info-thum {
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
}

.mv-info__seminar__inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.mv-info-table__list.hf-type {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 10px;
}

.mv-info-table__list dt {
  width: 5vw;
  position: relative;
}

.mv-info-table__list dt p {
  min-width: 80px;
  border: 1px solid #fff;
  border-radius: 100px;
  text-align: center;
  font-size: 0.8125rem;
  padding: 0px 4px;
  width: 80px;
  box-sizing: border-box;
  font-weight: 500;
}

.mv-info-table__list dt span {
  position: absolute;
  right: -110px;
  top: -1px;
  font-size: 0.928571429rem;
}

.mv-info-table__list dd {
  margin-top: 8px;
}

.mv-info-table__list.hf-type dd {
  width: calc(100% - 90px);
  margin-left: auto;
  margin-top: 0;
  line-height: 1.3;
}

.mv-info-table__list dd .txt14 {
  font-size: 0.928571429rem;
}

.mv-info-table__list dd .txt20 {
  font-size: 1.071428571rem;
}

.mv-info-table__list dd .txt26 {
  font-size: 1.428571429rem;
  display: inline-block;
  margin: 0 3px;
  line-height: 1.3;
}

.mv-info-table__list dd .txt16 {
  font-size: 0.928571429rem;;
  font-weight: 700;
  border: 1px solid #fff;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  line-height: 18px;
  position: relative;
  top: -3px;
  text-align: center;
  display: inline-block;
}

.mv-info__seminar.mv-info__session .mv-info-ttl {
  margin-bottom: 60px;
}

.mv-info__seminar.mv-info__session .sp-info-thum {
  top: 39px;
  width: 70px;
}

.mv-btn {
  text-align: center;
  margin-top: 12px;
}

.mv-btn a {
  display: inline-block;
  width: 100%;
  border: 2px solid #fff;
  background: #D34017;
  text-align: center;
  padding: 14px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.mv-btn a span {
  font-size: 1.071428571rem;
  font-weight: 700;
  padding-right: 28px;
  background: url(../images/ico-arw-circle_white.svg) no-repeat right center;
  background-size: 22px;
}

.mv-info__seminar.mv-info__session {
  background-color: rgba(15, 68, 148, 0.9);
}

.mv-info__seminar.mv-info__session .mv-btn a {
  background-color: #0F4494;
}

.wrapper {
  background: url(../images/body.png) repeat-y;
  background-size: 100%;
}


/*news*/

.h2-ttl {
  font-size: 1.714285714rem;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 6px solid #0F4494;
  position: relative;
  color: #0F4494;
}

.h2-ttl:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100px;
  height: 6px;
  background: #377EEB;
}

.news .lead {
  margin-bottom: 24px;
}

.news .lead h2 {
  color: #0F4494;
  font-weight: 700;
  font-size: 1.714285714rem ;
}

.news-list {
  display: block;
}

.news-list li {
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #98A2B2;
}

.news-list li .news-innner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.news-thum {
  width: 100px;
}

.news-list-grid {
  margin-left: auto;
  width: calc(100% - 116px);
}

.news-list-grid__head {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 7px;
}

.news-list-grid__head .news-date {
  font-weight: 700;
  margin-right: 8px;
  color: #0F4494;
}

.news-title .ttl {
  font-weight: 700;
  color: #0F4494;
}

.news-title .txt16 {
  font-size: 0.928571429rem;
  font-weight: 400;
}

.news-list-grid__head .new {
  color: #C20000;
  font-weight: 700;
  font-size: 0.928571429rem;
}

/*about*/
.about-inner {
  width: 100%;
}

.about img {
  margin-bottom: 15px;
  width: 100%;
}

.about h2 {
  font-size: 1.714285714rem;
  color: #0F4494;
  font-weight: 700;
  margin-bottom: 24px;
}

.about-inner a {
  text-decoration: underline;
  color: #0F4494;
}

.about-inner .txt18 + .txt18 {
  margin-top: 16px;
}

/*archive*/
.archive-wrap {
  display: block;
  width: 100%;
}

.archive-list {
  width: 100%;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #E4E4E4;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.archive-list-head {
  padding: 15px 15px 60px;
  background-position: top center;
  background-size: cover;
  position: relative;
  background-color: #0F4494;
}

.archive-list-head .archive-list-free {
  width: 51px;
  height: 51px;
  background: #F1CE1F;
  border-radius: 200px;
  border: 2px solid #fff;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  position: absolute;
  right: 10px;
  top: 6px;
}

.archive-list-head .archive-list-free span {
  font-size: 0.928571429rem;
  font-weight: 500;
  display: inline-block;
  line-height: 1.2;
}

.archive-list-head .archive-list-num {
  margin-bottom: 14px;
}

.archive-list-head .archive-list-num span {
  display: inline-block;
  line-height: 1.3;
  padding: 4px 20px;
  font-size: 1.142857143rem;
  font-weight: 700;
  border: 2px solid #fff;
  color: #fff;
}

.archive-list-head h3 {
  color: #fff;
  font-size: 1.285714286rem;
  font-weight: 700;
  margin-bottom: 7px;
}

.archive-list-head h3 span {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  display: block;
}

.archive-list-date {
  color: #fff;
}

.archive-list-date .txt14 {
  font-size: 0.928571429rem;
  font-weight: 700;
}

.archive-list-date .txt20 {
  font-size: 1.142857143rem ;
  font-weight: 700;
}

.archive-list-date .txt26 {
  font-size: 1.571428571rem;
  display: inline-block;
  margin: 0 3px;
  font-weight: 700;
}

.archive-list-date .txt32 {
  font-size: 2rem;
  display: inline-block;
  margin: 0 3px;
  line-height: 1.3;
  font-weight: 700;
}

.archive-list-date .txt16 {
  font-size: 0.857142857rem;
  font-weight: 700;
  border: 1px solid #fff;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  line-height: 18px;
  position: relative;
  top: -3px;
  text-align: center;
  display: inline-block;
}

.archive-list-btm {
  position: relative;
  padding: 28px 15px 15px;
}

.archive-list-btm .archive-list-thum {
  position: absolute;
  right: 15px;
  top: -55px;
  width: 80px;
  height: 80px;
}

.archive-list-table {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 8px;
}

.archive-list-table dt {
  width: 84px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  color: #0F4494;
  font-size: 1rem;
  color: #0F4494;
  border: 1px solid #0F4494;
  font-weight: 700;
  border-radius: 200px;
}

.archive-list-table dd {
  width: calc(100% - 94px);
  margin-left: auto;
  font-size: 1rem;
  color: #0F4494;
  margin-top: 5px;
  font-weight: 700;
}

.archive-list-btn {
  display: block;
  margin-top: 15px;
  background: url(../images/ico-arw-circle_white.svg) no-repeat 96% 50% #D34017;
  background-size: 18px auto;
  border: 2px solid #fff;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.archive-list-btn span {
  padding: 16px;
  display: inline-block;
  line-height: 1.3;
  color: #fff;
  font-size: 1.142857143rem;
  width: 100%;
  box-sizing: border-box;
  font-weight: 700;
}

.seminar-catch-txt {
  font-size: 1rem;
  font-weight: 700;
  color: #0F4494;
  margin-bottom: 24px;
}

.seminar-about-list {
  display: block;
  width: 100%;
}

.seminar-about-list__items {
  width: 100%;
  margin-bottom: 30px;
}

.seminar-about-list__items:last-child {
  margin-bottom: 0;
}

.seminar-about-list__items .ttl {
  width: 100%;
  margin-bottom: 10px;
  background-color: #004EC4;
  line-height: 1.3;
  padding: 7px 20px;
  color: #fff;
  font-size: 1.142857143rem;
  font-weight: 700;
}

.seminar-about-list__items .txt16 {
  margin-bottom: 8px;
}

.square-list li {
  padding-left: 16px;
  position: relative;
  margin-bottom: 4px;
}

.square-list li:before {
  content: '';
  position: absolute;
  left: 4px;
  top: 10px;
  width: 6px;
  height: 6px;
  background: #377EEB;
}

.dot-list li {
  padding-left: 18px;
  position: relative;
  margin-bottom: 4px;
}

.dot-list li:before {
  content: '';
  position: absolute;
  left: 4px;
  top: 8px;
  width: 6px;
  height: 6px;
  background: #0F4494;
  border-radius: 10px;
}

.num-list {
  list-style: none; /* デフォルト番号を消す */
  counter-reset: item; /* カウンターをリセット */
  padding-left: 0;
}

.num-list li ,
.num-list li.txt16 {
  counter-increment: item; /* カウンターを進める */
  margin: 0 0 6px 0;
  padding-left: 1.5em; /* 番号と本文の間隔 */
  position: relative;
  font-size: 1rem;
}

.num-list li:before {
  content: counter(item) "."; /* 数字+ドット */
  position: absolute;
  left: 4px;
  top: 0;
  color: #0F4494;       /* 番号の色 */
  font-weight: bold; /* 番号を太字に */
}

.num-list li a {
  text-decoration: underline;
  color: #0F4494;
  font-weight: 700;
}

strong {
  font-weight: 700;
}

.seminar-about-list__items.u-fl {
  width: 100%;
}

.important-points {
  padding: 20px;
  background-color: #E4E7EC;
  margin-top: 30px;
  margin-bottom: 60px;
}

.important-points .ttl {
  color: #0F4494;
  font-size: 1.428571429rem;
  font-weight: 700;
  margin-bottom: 16px;
}

.important-points li {
  margin-bottom: 14px;
}

.single-seminar {
  padding-bottom: 14px;
  margin-bottom: 34px;
  border-bottom: 2px dotted #0F4494;
}

.single-seminar-head {
  position: relative;
  margin-bottom: 24px;
  padding: 20px 15px;
  color: #fff;
  background: -webkit-linear-gradient(bottom left, rgba(8,34,74,1) 0%, rgba(15,68,148,1) 100%);
  background: -o-linear-gradient(bottom left, rgba(8,34,74,1) 0%, rgba(15,68,148,1) 100%);
  background: linear-gradient(to top right, rgba(8,34,74,1) 0%, rgba(15,68,148,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.single-list-num {
  margin-bottom: 10px;
}

.single-list-num span {
  display: inline-block;
  line-height: 1.3;
  padding: 4px 20px;
  font-size: 1.142857143rem;
  font-weight: 700;
  border: 2px solid #fff;
  color: #fff;
}

.single-seminar-time {
  margin-bottom: 5px;
  font-size: 1rem;
  display: inline-block;
  color: #0F4494;
  font-weight: 700;
  width: auto;
  padding: 3px 10px;
  background-color: #fff;
  border-radius: 100px;
  text-align: center;
  float: right;
}

.single-seminar-head h3 {
  font-size: 1.285714286rem;
  font-weight: 700;
  clear: both;
}

.single-seminar-head h3 span {
  font-size: 1.142857143rem;
  font-weight: 500;
  display: block;
}

.h3-ttl {
  position: relative;
  font-size: 1.428571429rem;
  font-weight: 700;
  border-left: 6px solid #0F4494;
  margin-bottom: 16px;
  padding-left: 16px;
  color: #0F4494;
}

.h3-ttl:before {
  content: '';
  position: absolute;
  left: -6px;
  top: 0;
  width: 6px;
  height: 50%;
  background: #377EEB;
}

.single-seminar-table {
  margin: 29px 0 24px;
  display: block;
}

.single-seminar-table__dl {
  width: 100%;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 16px;
}

.single-seminar-table__dl dt {
  border: 2px solid #0F4494;
  color: #0F4494;
  text-align: center;
  width: 84px;
  height: 28px;
  line-height: 25px;
  border-radius: 100px;
  font-weight: 700;
}

.single-seminar-table__dl dd {
  width: calc(100% - 100px);
  margin-left: auto;
  font-weight: 700;
  color: #0F4494;
}

.single-seminar-table__dl.fl-ver {
  display: block;
}

.single-seminar-table__dl.fl-ver dd {
  width: 100%;
  margin-top: 10px;
  display: block;
}

.session-seminar-table__dl .txt20 ,
.single-seminar-table__dl .txt20 {
  font-size: 1.142857143rem;
  font-weight: 700;
}

.session-seminar-table__dl .txt26 ,
.single-seminar-table__dl .txt26 {
  font-size: 1.571428571rem;
  display: inline-block;
  margin: 0 3px;
  font-weight: 700;
  line-height: 1;
}

.session-seminar-table__dl .txt32 ,
.single-seminar-table__dl .txt32 {
  font-size: 2rem;
  display: inline-block;
  margin: 0 3px;
  line-height: 1;
  font-weight: 700;
}

.session-seminar-table__dl .txt16 ,
.single-seminar-table__dl .txt16 {
  font-size: 1rem;
  font-weight: 700;
  border: 2px solid #0F4494;
  border-radius: 100px;
  width: 24px;
  height: 24px;
  line-height: 22px;
  position: relative;
  top: -3px;
  text-align: center;
  display: inline-block;
}

.profile {
  background-color: #fff;
  padding: 24px 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.profile dl {
  width: 100%;
  margin-bottom: 25px;
}

.profile dl dt {
  width: 110px;
}

.profile dl dd {
  margin-top: 10px;
  width: 100%;
}

.profile dl dd a {
  word-break: break-all;
}

.profile dl dt p {
  font-weight: 700;
  font-size: 1.5rem;
}

.profile dl dd .profile-name {
  font-size: 1rem;
  font-weight: 500;
}

.profile dl dd .profile-name span {
  font-size: 1.285714286rem;
  font-weight: 700;
}

.profile dl dd .profile-ttl {
  font-weight: 700;
  font-size: 1.285714286rem;
  margin-bottom: 12px;
  margin-top: 18px;
}

.profile dl dd .txt16 {
  margin-bottom: 16px;
}

.c-btn {
  position: relative;
  margin: 20px auto 0;
  max-width: 500px;
}

.c-btn a {
  padding: 19px 10px;
  display: inline-block;
  line-height: 1.3;
  color: #fff;
  font-size: 1rem;
  width: 100%;
  max-width: 500px;
  font-weight: 700;
  background: url(../images/ico-arw-circle_white.svg) no-repeat 96% 50% #D34017;
  background-size: 18px auto;
  border: 2px solid #fff;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
}

.c-btn.hide a {
  pointer-events: none;
}

.c-btn.hide:before {
  content: '近日中に\A申し込み受付開始';
  white-space: pre;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 700;
}

.related-links {
  background-color: #F5F5F5;
}

.important-points.last {
  margin-bottom: 40px;
}

.related-links h2 {
  color: #0F4494;
  font-size: 1.571428571rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.related-links a {
  text-decoration: underline;
  color: #0F4494;
  display: inline-block;
}

.session-head {
  background: url(../images/exhibition-img.jpg) no-repeat right top;
  background-size: 100%;
  padding-top: 54%;
  box-sizing: border-box;
  margin-bottom: 24px;
}

.session-head .txt16 {
  color: #0F4494;
  font-size: 1rem;
  font-weight: 700;
}

.session-about {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  padding: 20px 15px;
}

.session-seminar-table {
  margin-bottom: 30px;
}

.session-seminar-table__dl {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.session-seminar-table__dl dt {
  border: 2px solid #0F4494;
  color: #0F4494;
  text-align: center;
  width: 104px;
  height: 32px;
  line-height: 28px;
  border-radius: 100px;
  font-weight: 700;
}

.session-seminar-table__dl dd {
  width: calc(100% - 120px);
  margin-left: auto;
  font-weight: 700;
  color: #0F4494;
}

.session-seminar-table__dl.fl-ver {
  display: block;
}

.session-seminar-table__dl.fl-ver dd {
  margin-top: 10px;
  width: 100%;
}

.session-lecturer-subttl {
  font-weight: 700;
  color: #222;
  font-size: 1.142857143rem ;
  margin-bottom: 15px;
}

.session-layout01 {
  display: block;
}

.session-layout01 + .session-layout01 {
  margin-top: 40px;
}

.session-layout01 dt {
  font-size: 1.285714286rem;
  color: #0F4494;
  font-weight: 700;
  width: 100%;
  margin-bottom: 10px;
}

.content-box {
  margin: 35px 0;
}

.content-box02 {
  margin: 50px 0 35px;
}

.session-layout02 {
  display: block;
  padding: 10px 0;
  border-bottom: 1px dashed #98A2B2;
  width: 100%;
}

.session-layout02 dt {
  width: 100%;
  margin-bottom: 10px;
  color: #0F4494;
  font-weight: 700;
  font-size: 1rem;
  margin-right: 14px;
}

.session-layout02 dd {
  width: auto;
}

.session-layout02 dd .ttl {
  font-weight: 700;
}

.session-layout02-att__txt {
  width: 100%;
  margin: 15px auto 0;
}

.c-btn.type-blue a {
  background-color: #0F4494;
}

.c-btn.ta-ver {
  margin: 40px auto;
  text-align: center;
}

.session-layout01 ul {
  padding-top: 5px;
}

.session-layout01 + .session-layout01 {
  margin-top: 40px;
}

.session-layout01 ul li {
  padding-bottom: 14px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #98A2B2;
}

.session-layout01 ul li > .u-fw-b.u-color-main.u-mb-16 {
  margin-bottom: 6px!important;
}

/*privacy*/
.breadcrumbs_wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  width: 94%;
  max-width: 1160px;
  margin: 18px auto 25px;
}
.breadcrumbs_list {
  box-sizing: border-box;
  display: inline-block;
  text-align: right;
}
.breadcrumbs_list span {
  display: inline-block;
  position: relative;
  padding-right: 12px;
  vertical-align: top;
  font-size: 0.8125rem;
}
.breadcrumbs_list span:after {
  content: "/";
  padding-left: 10px;
  color: #0F4494;
}
.breadcrumbs_list span:first-of-type a {
  color: #0F4494;
  padding-left: 15px;
}
.breadcrumbs_list a {
  color: #0F4494;
}
.breadcrumbs_list span:last-of-type {
  padding-right: 0;
}
.breadcrumbs_list span:last-of-type:after {
  display: none;
}
.breadcrumbs_list span img {
  position: relative;
  margin-right: 5px;
  top: -2px;
}

.lv {
  position: relative;
  height: 120px;
}

.lv:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 80%;
  height: 100%;
  background: url(../images/lv.jpg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  z-index: 0;
}

.lv:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(7, 31, 67, 1) 0%, rgba(15, 68, 148, 1) 58%, rgba(13, 61, 133, 0) 100%);
  background: -o-linear-gradient(left, rgba(7,31,67,1) 0%, rgba(15,68,148,1) 58%, rgba(13,61,133,0) 100%);
  background: linear-gradient(to right, rgba(7, 31, 67, 1) 0%, rgba(15, 68, 148, 1) 58%, rgba(13, 61, 133, 0) 100%);
  z-index: 1;
}

.lv-inner {
  width: 100%;
  max-width: 1160px;
  margin: 18px auto 25px;
  padding: 29px 20px;
  color: #fff;
  box-sizing: border-box;
}

.lv h1 {
  font-size: 1.714285714rem;
  padding-bottom: 12px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  z-index: 2;
}

.lv h1:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.wrapper.sub {
  background: inherit;
}

.single h2 {
  font-size: 1.428571429rem;
  font-weight: 700;
  padding-bottom: 12px;
  margin-bottom: 20px;
  border-bottom: 4px solid #0F4494;
  position: relative;
  color: #0F4494;
}

.single h2:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 125px;
  height: 4px;
  background: #377EEB;
}

.single h2 span {
  margin-right: 4px;
}

.c-center02.single {
  padding-top: 0;
}

.l-footer.sub {
  background-color: #efefef;
}

.content-box a.single-link {
  color: #0F4494;
  text-decoration: underline;
}

.link-icon--out {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-bottom: -0.1rem;
  margin-left: 0.3rem;
}

.link-icon--out svg {
  display: block;
  width: 100%;
  height: auto;
}
/* ==========================================================================
Component [ button / form / grid... ]
========================================================================== */

.c-center {
  width: 100%;
  max-width: 1320px;
  padding: 30px 15px;
  box-sizing: border-box;
  margin: 0 auto;
}

.c-center02 {
  width: 100%;
  max-width: 1160px;
  padding: 30px 15px;
  box-sizing: border-box;
  margin: 0 auto;
}

/* grid */
.grid {
  clear: both;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

/* column */
.col-sp-1 { width: 8.33333333%; }
.col-sp-2 { width: 16.66666667%; }
.col-sp-3 { width: 25%; }
.col-sp-4 { width: 33.33333333%; }
.col-sp-5 { width: 41.66666667%; }
.col-sp-6 { width: 50%; }
.col-sp-7 { width: 58.33333333%; }
.col-sp-8 { width: 66.66666667%; }
.col-sp-9 { width: 75%; }
.col-sp-10 { width: 83.33333333%; }
.col-sp-11 { width: 91.66666667%; }
.col-sp-12 { width: 100%; }


.txt14 {
  font-size: 0.928571429rem;
}

.txt16 {
  font-size: 1rem;
}

.txt18 {
  font-size: 1.142857143rem ;
}

.u-color-main {
  color: #0F4494;
}

.u-bg-main {
  background: #0F4494;
}



/* ==========================================================================
Utility [ display / margin / padding / device... ]
========================================================================== */

/* device - utility
--------------------------------------------------------- */
.u-sp {
  display: block !important;
}
.u-pc {
  display: none !important;
}

/* vertical-align - utility
--------------------------------------------------------- */
.u-va-t{
  vertical-align: top !important;
}
.u-va-m{
  vertical-align: middle !important;
}
.u-va-b{
  vertical-align: bottom !important;
}

/* border - utility
--------------------------------------------------------- */
/* border-radius */
.u-br-4{
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -ms-border-radius: 4px;
}
.u-br-8{
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -ms-border-radius: 8px;
}
.u-br-12{
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -ms-border-radius: 12px;
}
.u-br-16{
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -ms-border-radius: 16px;
}

/* border-none */
.u-br-0{
  border: none;
}
.u-br-t-0{
  border-top: none;
}
.u-br-r-0{
  border-right: none;
}
.u-br-b-0{
  border-bottom: none;
}
.u-br-l-0{
  border-left: none;
}

/* clearfix - utility
--------------------------------------------------------- */
.u-cf{
  *zoom: 1;
}
.u-cf:after{
  display: table;
  clear: both;
  content: '';
}

/* display - utility
--------------------------------------------------------- */
.u-d-tb{
  display: table !important;
}
.u-d-tbc{
  display: table-cell !important;
}
.u-d-b{
  display: block !important;
}
.u-d-ib{
  display: inline-block !important;
}
.u-d-n{
  display: none !important;
}

/* float - utility
--------------------------------------------------------- */
.u-fl-l{
  float: left !important;
}
.u-fl-r{
  float: right !important;
}

/* font-size - utility
--------------------------------------------------------- */
.u-fz-10{
  font-size: 10px !important;
}
.u-fz-12{
  font-size: 12px !important;
}
.u-fz-14{
  font-size: 14px !important;
}
.u-fz-16{
  font-size: 16px !important;
}
.u-fz-18{
  font-size: 18px !important;
}
.u-fz-20{
  font-size: 20px !important;
}
.u-fz-22{
  font-size: 22px !important;
}
.u-fz-24{
  font-size: 24px !important;
}
.u-fz-26{
  font-size: 26px !important;
}
.u-mini {
  font-size: 80%;
}

/* line-clamp - utility
--------------------------------------------------------- */
.u-lc{
  display:         box;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* margin - utility
--------------------------------------------------------- */
/* auto margin */
.u-m-c{
  margin-right: auto !important;
  margin-left: auto !important;
}

/* Top margin */
.u-mt-0{
  margin-top: 0 !important;
}
.u-mt-8{
  margin-top: 8px !important;
}
.u-mt-16{
  margin-top: 16px !important;
}
.u-mt-24{
  margin-top: 24px !important;
}
.u-mt-32{
  margin-top: 32px !important;
}
.u-mt-40{
  margin-top: 40px !important;
}
.u-mt-48{
  margin-top: 48px !important;
}
.u-mt-56{
  margin-top: 56px !important;
}
.u-mt-64{
  margin-top: 64px !important;
}

/* Right margin */
.u-mr-0{
  margin-right: 0 !important;
}
.u-mr-8{
  margin-right: 8px !important;
}
.u-mr-16{
  margin-right: 16px !important;
}
.u-mr-24{
  margin-right: 24px !important;
}
.u-mr-32{
  margin-right: 32px !important;
}
.u-mr-40{
  margin-right: 40px !important;
}
.u-mr-48{
  margin-right: 48px !important;
}
.u-mr-56{
  margin-right: 56px !important;
}
.u-mr-64{
  margin-right: 64px !important;
}

/* Bottom margin */
.u-mb-0{
  margin-bottom: 0 !important;
}
.u-mb-8{
  margin-bottom: 8px !important;
}
.u-mb-16{
  margin-bottom: 16px !important;
}
.u-mb-24{
  margin-bottom: 24px !important;
}
.u-mb-32{
  margin-bottom: 32px !important;
}
.u-mb-40{
  margin-bottom: 40px !important;
}
.u-mb-48{
  margin-bottom: 48px !important;
}
.u-mb-56{
  margin-bottom: 56px !important;
}
.u-mb-64{
  margin-bottom: 64px !important;
}

/* Left margin */
.u-ml-0{
  margin-left: 0 !important;
}
.u-ml-8{
  margin-left: 8px !important;
}
.u-ml-16{
  margin-left: 16px !important;
}
.u-ml-24{
  margin-left: 24px !important;
}
.u-ml-32{
  margin-left: 32px !important;
}
.u-ml-40{
  margin-left: 40px !important;
}
.u-ml-48{
  margin-left: 48px !important;
}
.u-ml-56{
  margin-left: 56px !important;
}
.u-ml-64{
  margin-left: 64px !important;
}

/* misc - utility
--------------------------------------------------------- */
.u-ws-nowrap{
  white-space: nowrap;
}
.u-mx-img{
  max-width: 100%;
}
.u-tx-inside{
  margin-left: 1em;
  text-indent: -1em;
}

/* padding - utility
--------------------------------------------------------- */
/* Top padding */
.u-pt-0{
  margin-top: 0 !important;
}
.u-pt-8{
  margin-top: 8px !important;
}
.u-pt-16{
  margin-top: 16px !important;
}
.u-pt-24{
  margin-top: 24px !important;
}
.u-pt-32{
  margin-top: 32px !important;
}
.u-pt-40{
  margin-top: 40px !important;
}
.u-pt-48{
  margin-top: 48px !important;
}
.u-pt-56{
  margin-top: 56px !important;
}
.u-pt-64{
  margin-top: 64px !important;
}

/* Right padding */
.u-pr-0{
  padding-right: 0 !important;
}
.u-pr-8{
  padding-right: 8px !important;
}
.u-pr-16{
  padding-right: 16px !important;
}
.u-pr-24{
  padding-right: 24px !important;
}
.u-pr-32{
  padding-right: 32px !important;
}
.u-pr-40{
  padding-right: 40px !important;
}
.u-pr-48{
  padding-right: 48px !important;
}
.u-pr-56{
  padding-right: 56px !important;
}
.u-pr-64{
  padding-right: 64px !important;
}

/* Bottom padding */
.u-pb-0{
  padding-bottom: 0 !important;
}
.u-pb-8{
  padding-bottom: 8px !important;
}
.u-pb-16{
  padding-bottom: 16px !important;
}
.u-pb-24{
  padding-bottom: 24px !important;
}
.u-pb-32{
  padding-bottom: 32px !important;
}
.u-pb-40{
  padding-bottom: 40px !important;
}
.u-pb-48{
  padding-bottom: 48px !important;
}
.u-pb-56{
  padding-bottom: 56px !important;
}
.u-pb-64{
  padding-bottom: 64px !important;
}

/* Left padding */
.u-pl-0{
  padding-left: 0 !important;
}
.u-pl-8{
  padding-left: 8px !important;
}
.u-pl-16{
  padding-left: 16px !important;
}
.u-pl-24{
  padding-left: 24px !important;
}
.u-pl-32{
  padding-left: 32px !important;
}
.u-pl-40{
  padding-left: 40px !important;
}
.u-pl-48{
  padding-left: 48px !important;
}
.u-pl-56{
  padding-left: 56px !important;
}
.u-pl-64{
  padding-left: 64px !important;
}

/* position - utility
--------------------------------------------------------- */
.u-pos-a{
  position: absolute !important;
}
.u-pos-r{
  position: relative !important;
}

/* text-align - utility
--------------------------------------------------------- */
.u-ta-l{
  text-align: left !important;
}
.u-ta-c{
  text-align: center !important;
}
.u-ta-r{
  text-align: right !important;
}

/* text-decoration - utility
--------------------------------------------------------- */
.u-fw-n{
  font-weight: normal !important;
}
.u-fw-b{
  font-weight: bold !important;
}
.u-td-u{
  text-decoration: underline !important;
}

/* text-truncate - utility
--------------------------------------------------------- */
.u-tt{
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  /* for IE 8/9 */
}

/* width - utility
--------------------------------------------------------- */
.u-w-auto{
  width: auto !important;
}
.u-maw-full{
  max-width: 100% !important;
}
.u-maw-half{
  max-width: 50% !important;
}