/* ==========================================================
 fonts
========================================================== */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900|Oswald:300,400&display=swap&subset=japanese");
/* ==========================================================
 base
========================================================== */
/* ==========================================================
 html5 elements
========================================================== */
article, aside, figure, figcaption, footer, header, nav, section {
  display: block;
}

/* ==========================================================
 reseting
========================================================== */
html {
  font-size: 62.5%;
}

body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, button, figure, figcaption {
  margin: 0;
  padding: 0;
}

input, textarea {
  margin: 0;
  font-size: 100%;
}

input, textarea, select {
  /*-webkit-appearance: none;*/
}

textarea {
  resize: none;
}

button {
  border: none;
  overflow: visible;
  background: none;
  vertical-align: top;
  font-size: 100%;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset {
  border: 0;
}

img {
  border: 0;
  height: auto;
  vertical-align: top;
}

address, caption, code, em, th {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6, strong, em {
  font-size: 100%;
  font-weight: normal;
}

a, input {
  /* outline: none; -webkit-tap-highlight-color:rgba(0,0,0,0);*/
}

sup, sub {
  font-size: 63%;
}

sup {
  vertical-align: top;
}

sub {
  vertical-align: baseline;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* ==========================================================
 base Link
========================================================== */
a {
  text-decoration: none;
  color: #2C261F;
}

a:hover, a:active, a:focus, a:visited {
  text-decoration: none;
}

/* ==========================================================
 clearfix
========================================================== */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.contents:before, .contents:after {
  content: "";
  display: table;
}

.clearfix:after, .contents:after {
  clear: both;
}

/* For IE 6/7
---------------------------------------------------------- */
.clearfix, .contents {
  *zoom: 1;
}

/* ==========================================================
 layout
========================================================== */
body {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  color: #2C261F;
  -webkit-text-size-adjust: 100%;
}

@media (max-width: 1279px) {
  body {
    min-width: 2px;
  }
}

@media (max-width: 767px) {
  body {
    min-width: 1px;
  }
}

body, input, textarea, select, button {
  font-family: "Noto Sans JP", sans-serif;
}

html.is-screen-locked {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
}

/* wrapper
---------------------------------------------------------- */
.wrapper {
  overflow: hidden;
  padding-top: 40px;
  padding-left: 250px;
}

@media (max-width: 1279px) {
  .wrapper {
    padding: 80px 0 0 0;
  }
	.with_plate .wrapper {
    padding: 130px 0 0 0;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .wrapper {
    padding-top: 60px;
  }
  .with_plate .wrapper {
    padding-top: 100px;
  }
}


/* nav-breadcrumb
---------------------------------------------------------- */
/* contents
---------------------------------------------------------- */
/* contents-main
---------------------------------------------------------- */
/* container
---------------------------------------------------------- */
/* grid
---------------------------------------------------------- */
.box-cmn-grid .row {
  display: flex;
  flex-wrap: wrap;
}

.box-cmn-grid .col-6 {
  width: 50%;
}

.box-cmn-grid .col-4 {
  width: 33.33%;
}

.box-cmn-grid .col-3 {
  width: 25%;
}

@media (min-width: 1280px) {
  .box-cmn-grid .col-pc-6 {
    width: 50%;
  }
  .box-cmn-grid .col-pc-4 {
    width: 33.33%;
  }
  .box-cmn-grid .col-pc-3 {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .box-cmn-grid .col-sp-6 {
    width: 50%;
  }
  .box-cmn-grid .col-sp-4 {
    width: 33.33%;
  }
  .box-cmn-grid .col-sp-3 {
    width: 25%;
  }
}

/* ==========================================================
 rwd switch
========================================================== */
/* pc
---------------------------------------------------------- */
.only-tb,
.only-tb-sp,
.only-sp {
  display: none !important;
}

/* tb
---------------------------------------------------------- */
@media (max-width: 1279px) {
  .only-pc {
    display: none !important;
  }
  .only-tb {
    display: block !important;
  }
  .only-tb-sp {
    display: block !important;
  }
}

/* sp
---------------------------------------------------------- */
@media (max-width: 767px) {
  .only-pc,
  .only-tb {
    display: none !important;
  }
  .only-sp {
    display: block !important;
  }
}

/* ==========================================================
 components
========================================================== */
/* ==========================================================
 header
========================================================== */

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 40px;
  background-color: #F1EFEB;
  z-index: 50;
}

@media (max-width: 1279px) {
  .header {
    height: 80px;
    background-color: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .header {
    height: 60px;
  }
}

.header .header-in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
}

@media (max-width: 1279px) {
  .header .header-in {
    padding-left: 25px;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .header .header-in {
    padding-left: 10px;
  }
}

@media print{
  .header {
    position: absolute;
  }
}

.header .header-logo {
  line-height: 0;
  opacity: 1;
  transition: opacity 0.3s ease 0s;
}

.header .header-logo:hover {
  opacity: 0.7;
  text-decoration: none;
}

@media (max-width: 767px) {
  .header .header-logo:hover {
    opacity: 1;
  }
}

@media (max-width: 1279px) {
  .header .header-logo {
    width: 151px;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .header .header-logo {
    width: 107px;
  }
}

@media (max-width: 1279px) {
  .header .header-logo img {
    width: 100%;
  }
}

@media (max-width: 1279px) {
  .header .header-utility {
    display: flex;
  }
}

.header .header-link {
  display: flex;
}

.header .header-link .item .link {
  position: relative;
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 20px;
  font-size: 1.3rem;
  transition: background-color 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media (max-width: 1279px) {
  .header .header-link .item .link {
    align-items: flex-start;
    justify-content: center;
    width: 80px;
    height: 80px;
    padding: 15px 0 0;
    border-left: 1px solid #DED3C5;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .header .header-link .item .link {
    width: 60px;
    height: 60px;
    padding-top: 11px;
    font-size: 0.9rem;
  }
}

@media (min-width: 1280px) {
  .header .header-link .item .link:before, .header .header-link .item .link:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 40px;
  }
  .header .header-link .item .link:before {
    background-color: #DEDAD1;
  }
  .header .header-link .item .link:after {
    left: 1px;
    background-color: #fff;
  }
}

.header .header-link .item .link:hover {
  background-color: #E1DDD5;
}

.header .header-link .item .link span {
  position: relative;
  padding-left: 25px;
}

@media (max-width: 1279px) {
  .header .header-link .item .link span {
    padding-top: 40px;
    padding-left: 0;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .header .header-link .item .link span {
    padding-top: 29px;
  }
}

.header .header-link .item .link span:before {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  left: 0;
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
}

@media (max-width: 1279px) {
  .header .header-link .item .link span:before {
    top: 0;
    left: calc(50% - 16px);
    width: 32px;
    height: 32px;
    background-size: 32px;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .header .header-link .item .link span:before {
    left: calc(50% - 12px);
    width: 24px;
    height: 24px;
    background-size: 24px;
  }
}

.header .header-link .item .link.icon-home span:before {
  background-image: url(../img/ico_home_01.svg);
}

.header .header-link .item .link.icon-database span:before {
  background-image: url(../img/ico_database_01.svg);
}

.header .header-link .item .link.icon-user span:before {
  background-image: url(../img/ico_user_01.svg);
}

.header .header-link .item .link.icon-map span:before {
  background-image: url(../img/ico_map_01.svg);
}

.header .header-link .item .link.icon-lang span:before {
  background-image: url(../img/ico_lang_01.svg);
}

.header .header-link .item .link.icon-search span:before {
  background-image: url(../img/ico_search_01.svg);
}

.header .header-link .item .link.icon-arrow span:before {
  background-image: url(../img/ico_arrow_orange15x11px_R.png);
}

@media print{
  .header .header-link .item .link.icon-map span:before {
    background-image: url(../img/ico_map_01.png);
  }
  .header .header-link .item .link.icon-lang span:before {
    background-image: url(../img/ico_lang_01.png);
  }
  .header .header-link .item .link.icon-search span:before {
    background-image: url(../img/ico_search_01.png);
  }
}


/* 緊急時情報
---------------------------------------------------------- */

.header .header-link .item.emergency{
	background-color: #D1CBBE;
/*	background: #d90000;
	background: -moz-linear-gradient(left,  #d90000 1%, #b20000 100%);
	background: -webkit-linear-gradient(left,  #d90000 1%,#b20000 100%);
	background: linear-gradient(to right,  #d90000 1%,#b20000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d90000', endColorstr='#b20000',GradientType=1 );*/
}
.header .header-link .item.emergency a{
}
.header .header-link .item.emergency a:hover{
	color: #fff;
	background: #b20000;
}
.header .header-link .item.emergency .link{
	border-right: 10px solid #d90000;
}
.header .header-link .item.emergency .link span{
	padding-left: 50px;
}
.header .header-link .item.emergency .link span:before {
	width: 36px;
	height: 36px;
	left: 0;
	top: calc(50% - 18px);
  background-image: url(../img/ico_emargency_01.svg);
	background-size: contain;
}
.header .header-link .item.emergency a:hover span:before{
	background-image: url(../img/ico_emargency_02.svg);
}

@media (max-width: 1279px) {
	.only-tb-sp .list-header.emergency .item{
		width: 100%;		
	}
	.only-tb-sp .list-header.emergency .item a{
		border-left: 10px solid #d90000;
		font-weight: 700;
		padding: 10px 25px 10px 73px;
	}
	.only-tb-sp .list-header.emergency .item a:after{
		left: 15px;
		top: calc( 50% - 23px);
		width: 46px;
		height: 46px;
		background-image: url(../img/ico_emargency_01.svg);
		background-size: contain;
	}
}



.header .header-menu {
  display: none;
}

@media (max-width: 1279px) {
  .header .header-menu {
    display: block;
    width: 80px;
    height: 80px;
    padding-top: 18px;
    border-left: 1px solid #DED3C5;
    text-align: center;
    transition: all 0.3s ease 0s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    cursor: pointer;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .header .header-menu {
    width: 60px;
    height: 60px;
    padding-top: 14px;
  }
}

@media (max-width: 1279px) {
  .header .header-menu:hover {
    background-color: #E1DDD5;
  }
  .header .header-menu .button {
    position: relative;
    width: 32px;
    height: 26px;
    margin: 0 auto;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .header .header-menu .button {
    width: 24px;
    height: 21px;
  }
}

@media (max-width: 1279px) {
  .header .header-menu .button span {
    position: absolute;
    display: inline-block;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #38332C;
    transition: all 0.3s ease 0s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .header .header-menu .button span {
    height: 3px;
  }
}

@media (max-width: 1279px) {
  .header .header-menu .button span:nth-of-type(1) {
    top: 0;
  }
  .header .header-menu .button span:nth-of-type(2) {
    top: 11px;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .header .header-menu .button span:nth-of-type(2) {
    top: 9px;
  }
}

@media (max-width: 1279px) {
  .header .header-menu .button span:nth-of-type(3) {
    bottom: 0;
  }
  .header .header-menu .text {
    margin-top: 11px;
    font-size: 1.2rem;
    font-weight: bold;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .header .header-menu .text {
    margin-top: 6px;
    font-size: 0.9rem;
  }
}

@media (max-width: 1279px) {
  .header .header-menu.is-active {
    background-color: #38332C;
  }
  .header .header-menu.is-active .button {
    width: 21px;
    height: 22px;
  }
  .header .header-menu.is-active .button span {
    height: 1px;
    background-color: #fff;
  }
  .header .header-menu.is-active .button span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
            transform: translateY(10px) rotate(-45deg);
  }
  .header .header-menu.is-active .button span:nth-of-type(2) {
    opacity: 0;
  }
  .header .header-menu.is-active .button span:nth-of-type(3) {
    -webkit-transform: translateY(-11px) rotate(45deg);
            transform: translateY(-11px) rotate(45deg);
  }
  .header .header-menu.is-active .text {
    color: #fff;
  }
}



/* nav-global
---------------------------------------------------------- */

/*::-webkit-scrollbar{
　　width: 20px;
}
::-webkit-scrollbar-track{
　　background: #000;
　　border-left: solid 1px #ececec;
}
::-webkit-scrollbar-thumb{
　　background: #ccc;
　　box-shadow: inset 0 0 0 2px #000;
}
*/


.nav-global-wrap {
  position: fixed;
  top: 40px;
  left: 0;
  width: 250px;
  height: 100vh;
  background-color: #fff;
  z-index: 99;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1280px) {
  .nav-global-wrap {
    overflow-y: auto;
    padding-bottom: 80px;
  }
}
@media (max-width: 1279px) {
  .nav-global-wrap {
    position: static;
    width: 100%;
    height: auto;
    background-color: transparent;
  }
}

.nav-global-wrap .logo-nav {
  text-align: center;
}

@media (max-width: 1279px) {
  .nav-global-wrap .logo-nav {
    display: none;
  }
}

.nav-global-wrap .logo-nav .link {
  display: block;
  padding: 50px 0 48px;
}

.nav-global-wrap .logo-nav.logo-gakubu .link {
  padding: 31px 0 30px;
}

.nav-global-wrap .logo-nav.logo-gakubu .link img {
  width: 151px;
  margin: 0 auto;
}

.nav-global-wrap.nav-global-gakubu .nav-global .list-nav > li ul {
  padding-top: 141px;
}

@media (max-width: 1279px) {
  .nav-global-wrap.nav-global-gakubu .nav-global .list-nav > li ul {
    padding-top: 0;
  }
}

@media (max-width: 1279px) {
  .nav-global {
    display: none;
    position: fixed;
    top: 80px;
    left: 0;
    padding-bottom: 130px;
    width: 100%;
    height: 100%;
    background-color: #38332C;
    bottom: 0;
    overflow-y: scroll;
    z-index: 99;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .nav-global {
    top: 60px;
    padding-bottom: 90px;
  }
}

.nav-global .list-nav > li {
  position: relative;
  border-top: 1px solid #E3DFD7;
  transition: background-color 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media (max-width: 1279px) {
  .nav-global .list-nav > li {
    border-top: 1px solid #38332C;
  }
}

@media (max-width: 1279px) {
  .nav-global .list-nav > li.has-accd {
    background-color: #423d37;
  }
}

.nav-global .list-nav > li.has-accd .btn-accd.is-active:before {
  background-color: #4c4842;
}

@media (min-width: 1280px) {
  .nav-global .list-nav > li:hover {
    background-color: #E1DDD5;
  }
}

.nav-global .list-nav > li > a,
.nav-global .list-nav > li > em{
  display: block;
  padding: 10px 20px 11px;
  font-size: 1.5rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  .nav-global .list-nav > li > a,
	.nav-global .list-nav > li > em{
    font-weight: 400;
  }
}

/* ボタンの高さ小 */
@media (min-width: 1280px) {
	.nav-global .list-nav.height_mini > li > a,
	.nav-global .list-nav.height_mini > li > em{
		padding: 5px 20px 6px;
	}
}

.nav-global .list-nav > li.type-01 {
  border-top: 1px solid #fff;
}

@media (max-width: 1279px) {
  .nav-global .list-nav > li.type-01 {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
  }
  .nav-global .list-nav > li.type-01:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
}

.nav-global .list-nav > li.type-01 > a {
  background-color: #E9E7E2;
  opacity: 1;
  transition: opacity 0.3s ease 0s;
}

.nav-global .list-nav > li.type-01 > a:hover {
  opacity: 0.7;
  text-decoration: none;
}

@media (max-width: 767px) {
  .nav-global .list-nav > li.type-01 > a:hover {
    opacity: 1;
  }
}

@media (max-width: 1279px) {
  .nav-global .list-nav > li.type-01 > a {
    background-color: transparent;
  }
}

@media (max-width: 1279px) {
  .nav-global .list-nav > li .btn-accd {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 79px;
    z-index: 10;
    cursor: pointer;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .nav-global .list-nav > li .btn-accd {
    width: 60px;
    height: 59px;
  }
}

@media (max-width: 1279px) {
  .nav-global .list-nav > li .btn-accd:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-left: 1px solid #38332C;
    transition: background-color 0.3s ease 0s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .nav-global .list-nav > li .btn-accd:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../img/ico_arrow_white15x11px_D.png) center no-repeat;
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}

@media (max-width: 1279px) and (max-width: 1279px) {
  .nav-global .list-nav > li .btn-accd.is-active:after {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
}

.nav-global .list-nav > li ul {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 100vh;
  padding-top: 191px;
	padding-bottom: 191px;
  background-color: rgba(56, 51, 44, 0.95);
  opacity: 0;
  transition: all 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  visibility: hidden;
}

@media (max-width: 1279px) {
  .nav-global .list-nav > li ul {
    display: none;
    position: static;
    width: 100%;
    height: auto;
    padding-top: 0;
		padding-bottom: 0;
    visibility: inherit;
    opacity: 1;
    transition: none;
    background-color: transparent;
  }
}

.nav-global .list-nav > li ul.is-active {
  opacity: 1;
  width: 225px;
  visibility: visible;
}

.nav-global .list-nav > li > ul.list-nav-brown {
  left: 250px;
  background-color: rgba(56, 51, 44, 0.95);
}

@media (min-width: 1280px) {
	.nav-global .list-nav ul.list-nav-brown {
		overflow-y: auto;
		overflow-x: hidden;
	}
}

@media (max-width: 1279px) {
  .nav-global .list-nav > li > ul.list-nav-brown {
    background-color: #4c4842;
  }
}

@media (max-width: 1279px) {
  .nav-global .list-nav > li > ul.list-nav-brown > li.has-accd > .btn-accd.is-active:before {
    background-color: #56514b;
  }
}

@media (min-width: 1280px) {
  .nav-global .list-nav > li > ul.list-nav-brown > li:hover {
    background-color: #443E36;
  }
}

@media (max-width: 1279px) {
  .nav-global .list-nav > li > ul.list-nav-brown > li > a {
    padding-left: 45px;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .nav-global .list-nav > li > ul.list-nav-brown > li > a {
    padding-left: 30px;
  }
}

.nav-global .list-nav > li > ul.list-nav-brown > li > ul.list-nav-brown {
  left: 475px;
  background-color: rgba(68, 62, 54, 0.95);
}

@media (max-width: 1279px) {
  .nav-global .list-nav > li > ul.list-nav-brown > li > ul.list-nav-brown {
    background-color: #56514b;
  }
}

@media (max-width: 1279px) {
  .nav-global .list-nav > li > ul.list-nav-brown > li > ul.list-nav-brown > li.has-accd > .btn-accd.is-active:before {
    background-color: #605c56;
  }
}

@media (min-width: 1280px) {
  .nav-global .list-nav > li > ul.list-nav-brown > li > ul.list-nav-brown > li:hover {
    background-color: #534B41;
  }
}

@media (max-width: 1279px) {
  .nav-global .list-nav > li > ul.list-nav-brown > li > ul.list-nav-brown > li > a {
    padding-left: 65px;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .nav-global .list-nav > li > ul.list-nav-brown > li > ul.list-nav-brown > li > a {
    padding-left: 45px;
  }
}

.nav-global .list-nav > li > ul.list-nav-brown > li > ul.list-nav-brown > li > ul.list-nav-brown  {
  left: 700px;
  background-color: rgba(83, 75, 65, 0.95);
}

@media (max-width: 1279px) {
  .nav-global .list-nav > li > ul.list-nav-brown > li > ul.list-nav-brown > li > ul.list-nav-brown  {
    background-color: #605c56;
  }
}

@media (max-width: 1279px) {
  .nav-global .list-nav > li > ul.list-nav-brown > li > ul.list-nav-brown > li > ul.list-nav-brown  > li.has-accd > .btn-accd.is-active:before {
    background-color: #6a6661;
  }
}

@media (min-width: 1280px) {
  .nav-global .list-nav > li > ul.list-nav-brown > li > ul.list-nav-brown > li > ul.list-nav-brown  > li:hover {
    background-color: rgba(83, 75, 65, 0.9);
  }
}

@media (max-width: 1279px) {
  .nav-global .list-nav > li > ul.list-nav-brown > li > ul.list-nav-brown > li > ul.list-nav-brown  > li > a {
    padding-left: 85px;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .nav-global .list-nav > li > ul.list-nav-brown > li > ul.list-nav-brown > li > ul.list-nav-brown  > li > a {
    padding-left: 60px;
  }
}

.nav-global .list-nav > li > ul.list-nav-brown > li > ul.list-nav-brown > li > ul.list-nav-brown > li > ul.list-nav-brown {
  left: 925px;
  background-color: rgba(83, 75, 65, 0.9);
}

@media (max-width: 1279px) {
  .nav-global .list-nav > li > ul.list-nav-brown > li > ul.list-nav-brown > li > ul.list-nav-brown > li > ul.list-nav-brown {
    background-color: #6a6661;
  }
}

@media (min-width: 1280px) {
  .nav-global .list-nav > li > ul.list-nav-brown > li > ul.list-nav-brown > li > ul.list-nav-brown > li > ul.list-nav-brown li:hover {
    background-color: rgba(83, 75, 65, 0.85);
  }
}

@media (max-width: 1279px) {
  .nav-global .list-nav > li > ul.list-nav-brown > li > ul.list-nav-brown > li > ul.list-nav-brown > li > ul.list-nav-brown li > a {
    padding-left: 105px;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .nav-global .list-nav > li > ul.list-nav-brown > li > ul.list-nav-brown > li > ul.list-nav-brown > li > ul.list-nav-brown li > a {
    padding-left: 75px;
  }
}

.nav-global .list-nav > li ul li {
  width: 225px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 1280px) {
  .nav-global .list-nav > li ul li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
  }
}

@media (max-width: 1279px) {
  .nav-global .list-nav > li ul li {
    width: 100%;
    position: relative;
    border-top: 1px solid #38332C;
    border-bottom: none;
  }
}

.nav-global .list-nav > li ul li a {
  display: block;
  padding: 13px 25px 13px 20px;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.35;
  transition: background-color 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media (max-width: 1279px) {
  .nav-global .list-nav > li ul li a {
    position: relative;
    display: flex;
    align-items: center;
    height: 79px;
    padding: 25px 90px 26px 25px;
    font-size: 1.8rem;
    color: #fff;
    z-index: 1;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .nav-global .list-nav > li ul li a {
    height: 59px;
    padding: 17px 70px 20px 14px;
    font-size: 1.4rem;
  }
}

@media (max-width: 1279px) {
  .nav-global .list-nav li.has-accd > a:after {
    display: none;
  }
}

@media (max-width: 1279px) {
  .nav-global .list-nav li a {
    position: relative;
    padding: 25px 90px 26px 25px;
    font-size: 1.8rem;
    color: #fff;
    z-index: 1;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .nav-global .list-nav li a {
    padding: 17px 70px 20px 14px;
    font-size: 1.4rem;
  }
}

@media (max-width: 1279px) {
  .nav-global .list-nav li a:after {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 6px);
    right: 32px;
    width: 15px;
    height: 11px;
    background: url(../img/ico_arrow_white15x11px_R.png) right center no-repeat;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .nav-global .list-nav li a:after {
    top: calc(50% - 7px);
    right: 22px;
  }
}

/* list-header
---------------------------------------------------------- */
.list-header {
  display: flex;
  flex-wrap: wrap;
  position: fixed;
  top: 40px;
  left: 250px;
  width: calc(100% - 250px);
  z-index: -1;
}

@media (max-width: 1279px) {
  .list-header {
    position: static;
    width: auto;
    margin: 50px 25px 0;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .list-header {
    margin: 30px 15px 0;
  }
}

.list-header .item {
  flex: 1;
  padding-left: 1px;
}

.list-header .item:first-child {
  padding-left: 0;
}

@media (max-width: 1279px) {
  .list-header .item {
    width: 50%;
    flex: none;
    margin-bottom: 1px;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .list-header .item {
    width: 100%;
    padding-left: 0;
  }
}

@media (max-width: 1279px) {
  .list-header .item:nth-child(odd) {
    padding-left: 0;
  }
}

.list-header .item .link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 10px 25px;
  background-color: rgba(56, 51, 44, 0.85);
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  opacity: 1;
  transition: opacity 0.3s ease 0s;
}

.list-header .item .link:hover {
  opacity: 0.7;
  text-decoration: none;
}

@media (max-width: 767px) {
  .list-header .item .link:hover {
    opacity: 1;
  }
}

@media (max-width: 1279px) {
  .list-header .item .link {
    justify-content: flex-start;
    height: 64px;
    background-color: #fff;
    font-size: 1.6rem;
    font-weight: 400;
    color: #38332C;
    text-align: left;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .list-header .item .link {
    height: 54px;
    font-size: 1.4rem;
  }
}

.list-header .item .link:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 6px);
  left: 0;
  width: 20px;
  height: 11px;
  background: url(../img/ico_arrow_white20x11px_R.png) center left no-repeat;
}

@media (max-width: 1279px) {
  .list-header .item .link:after {
    width: 15px;
    background-image: url(../img/ico_arrow_orange15x11px_R.png);
  }
}

/* list-header-link
---------------------------------------------------------- */
@media (max-width: 1279px) {
  .list-header-link {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    margin: 50px 25px 0;
    border-top: 1px solid #605C56;
    border-left: 1px solid #605C56;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .list-header-link {
    margin: 30px 15px 0;
  }
}

@media (max-width: 1279px) {
  .list-header-link .item {
    width: 50%;
    border-bottom: 1px solid #605C56;
    border-right: 1px solid #605C56;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .list-header-link .item {
    width: 100%;
  }
}

@media (max-width: 1279px) {
  .list-header-link .item .link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 64px;
    padding: 10px 25px;
    font-size: 1.6rem;
    color: #fff;
    text-align: left;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .list-header-link .item .link {
    height: 54px;
    font-size: 1.4rem;
  }
}

@media (max-width: 1279px) {
  .list-header-link .item .link:after {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 6px);
    left: 0;
    width: 15px;
    height: 11px;
    background: url(../img/ico_arrow_white15x11px_R.png) center left no-repeat;
    opacity: 0.2;
  }
}

/* ==========================================================
 footer
========================================================== */
.footer {
  width: 100%;
  background-color: #E1DDD5;
}

/* footer-link-wrap
---------------------------------------------------------- */
.footer-link-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  /*margin-bottom: -49px;*/
}

@media (max-width: 767px) {
  .footer-link-wrap {
    display: block;
    margin-bottom: 0;
    border-top: 1px solid #D1CBBE;
  }
}

.footer-link-wrap .col {
  width: 33.33%;
  margin-bottom: 49px;
}

@media (max-width: 1279px) {
  .footer-link-wrap .col {
    width: 50%;
  }
  .footer-link-wrap .col:nth-child(even) {
    padding-left: 25px;
  }
}

@media (max-width: 767px) {
  .footer-link-wrap .col {
    width: 100%;
    margin-bottom: 0;
  }
  .footer-link-wrap .col:nth-child(even) {
    padding-left: 0;
  }
}

.footer-link-wrap .title {
  position: relative;
  margin-bottom: 21px;
  font-size: 1.4rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  .footer-link-wrap .title {
    margin-bottom: 0;
    background-color: #E1DDD5;
    border-bottom: 1px solid #D1CBBE;
  }
}

.footer-link-wrap .title .text {
  position: relative;
  padding-left: 35px;
  z-index: 1;
}

@media (max-width: 767px) {
  .footer-link-wrap .title .text {
    display: block;
    padding: 0;
  }
}

.footer-link-wrap .title .text:before {
  content: '';
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #F5821F;
}

@media (max-width: 767px) {
  .footer-link-wrap .title .text:before {
    top: 22px;
    width: 15px;
  }
}

.footer-link-wrap .title .text .link {
  text-decoration: none;
}

.footer-link-wrap .title .text .link:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .footer-link-wrap .title .text .link:hover {
    text-decoration: none;
  }
}

@media (max-width: 767px) {
  .footer-link-wrap .title .text .link {
    display: block;
    padding: 11px 60px 11px 25px;
  }
}

@media (max-width: 767px) {
  .footer-link-wrap .title .btn-accd {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 44px;
    z-index: 3;
  }
  .footer-link-wrap .title .btn-accd:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 45px;
    height: 100%;
    background-color: #E1DDD5;
    border-left: 1px solid #D1CBBE;
    transition: background-color 0.3s ease 0s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .footer-link-wrap .title .btn-accd:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 45px;
    height: 100%;
    background: url(../img/ico_arrow_orange15x11px_D.png) center no-repeat;
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .footer-link-wrap .title.is-active .btn-accd:before {
    background-color: #F1EFEB;
  }
  .footer-link-wrap .title.is-active .btn-accd:after {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    background: url(../img/ico_arrow_orange15x11px_D.png) center no-repeat;
  }
}

/* footer-link
---------------------------------------------------------- */
.footer-link .item {
  position: relative;
  padding-left: 35px;
  line-height: 1.9;
}

@media (max-width: 767px) {
  .footer-link > .item {
    padding-left: 0;
    border-bottom: 1px solid #D1CBBE;
  }
  .footer-link > .item ul{
    padding-left: 20px;
    background-color: #F1EFEB;
  }
  .footer-link > .item ul > .item{
    padding-left: 0;
    border-top: 1px solid #D1CBBE;
  }
}

.footer-link .item:after {
  content: '';
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #fff;
}

@media (max-width: 767px) {
  .footer-link .item:after {
    top: 21px;
    width: 15px;
    background-color: #97886F;
  }
}

.footer-link .item .link {
  font-size: 1.4rem;
  text-decoration: none;
}

.footer-link .item .link:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .footer-link .item .link:hover {
    text-decoration: none;
  }
}

@media (max-width: 767px) {
  .footer-link .item .link {
    display: block;
    padding: 9px 25px;
    background-color: #F1EFEB;
  }
}

/* footer-in
---------------------------------------------------------- */
.footer-in {
  padding: 70px 100px 81px;
}

@media (max-width: 1279px) {
  .footer-in {
    padding: 72px 50px 84px;
  }
}

@media (max-width: 767px) {
  .footer-in {
    padding: 32px 0 0;
  }
}

/* footer-utility
---------------------------------------------------------- */
.footer-utility {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 65px;
}

@media (max-width: 767px) {
  .footer-utility {
    display: block;
    margin-bottom: 11px;
    padding: 0 15px;
  }
}

/* footer-logo
---------------------------------------------------------- */
@media (max-width: 767px) {
  .footer-logo {
    width: 136px;
    margin-bottom: 27px;
  }
  .footer-logo img {
    width: 100%;
  }
}

/* footer-sns
---------------------------------------------------------- */
.footer-sns {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .footer-sns {
    margin-left: -10px;
  }
}

.footer-sns .item .link {
  display: block;
  padding: 15px;
  line-height: 0;
  transition: background-color 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.footer-sns .item .link:hover {
  background-color: #D1CBBE;
}

@media (max-width: 767px) {
  .footer-sns .item .link {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .footer-sns .item .link img {
    width: auto;
    height: 18px;
  }
}

/* footer-link-accd
---------------------------------------------------------- */
.footer-link-accd{
    font-size: 1.2rem;
    text-align: center;
    border:1px solid #D1CBBE;
    padding: 5px;
}
.footer-link-accd:hover{
    cursor: pointer;
}
.footer-link-accd:before{
    content: 'サイトマップを表示する ▼';
}
.footer-link-accd.is-active:before{
    content: 'サイトマップを隠す ▲';
}
@media (max-width: 767px) {
    .footer-link-accd{
        display: none;
    }
}

/* ==========================================================
 top footer
========================================================== */
@media (max-width: 767px) {
  .footer-top .footer-link {
    display: none;
  }
}

/* ==========================================================
 deep footer
========================================================== */
.footer-deep {
  position: relative;
  width: 100%;
  background-color: #D1CBBE;
}

.footer-deep .footer-in {
  padding: 65px 100px 63px;
}

@media (max-width: 1279px) {
  .footer-deep .footer-in {
    padding: 65px 50px 63px;
  }
}

@media (max-width: 767px) {
  .footer-deep .footer-in {
    padding: 0 0 35px;
  }
}

@media (max-width: 767px) {
  .footer-deep .footer-link .item {
    border-bottom: 1px solid #E1DDD5;
  }
  .footer-deep .footer-link .item:after {
    background-color: #fff;
  }
}

@media (max-width: 767px) {
  .footer-deep .footer-link .item .link {
    background-color: #D1CBBE;
  }
}

/* footer-copyright
---------------------------------------------------------- */
.footer-copyright {
  font-size: 1.2rem;
  margin-top: 155px;
}

@media (max-width: 767px) {
  .footer-copyright {
    margin-top: 49px;
    padding: 0 15px;
    font-size: 1rem;
  }
}

/* btn-cmn-pagetop
---------------------------------------------------------- */
.btn-cmn-pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 8;
}

.btn-cmn-pagetop a {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: rgba(56, 51, 44, 0.9);
  white-space: nowrap;
  text-indent: 100%;
  width: 50px;
  height: 50px;
  transition: background-color 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.btn-cmn-pagetop a:hover {
  background-color: #38332c;
}

@media (max-width: 767px) {
  .btn-cmn-pagetop a {
    width: 60px;
    height: 60px;
  }
}

.btn-cmn-pagetop a:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 13px;
  height: 13px;
  background: url(../img/ico_arrow_white_up.png) center no-repeat;
}

/* ==========================================================
 gakubu footer
========================================================== */
.footer-gakubu .footer-in {
  padding: 51px 100px 50px;
}

@media (max-width: 1279px) {
  .footer-gakubu .footer-in {
    padding: 50px 50px 40px;
  }
}

@media (max-width: 767px) {
  .footer-gakubu .footer-in {
    padding: 25px 15px 15px;
  }
}

.footer-gakubu .footer-utility {
  margin-top: 50px;
  margin-bottom: 0;
  flex-direction: row-reverse;
}
/*.footer-gakubu .footer-utility {
  margin-bottom: 49px;
}*/

@media (max-width: 1279px) {
/*  .footer-gakubu .footer-utility {
    margin-bottom: 54px;
  }
  */  
}

@media (max-width: 767px) {
  .footer-gakubu .footer-utility {
    display: flex;
    margin-top: 25px;
    flex-direction: row-reverse;
  }
/* .footer-gakubu .footer-utility {
    margin-bottom: 25px;
  }*/
}

.footer-gakubu .footer-logo {
  width: 151px;
}

@media (max-width: 1279px) {
  .footer-gakubu .footer-logo {
    width: 170px;
  }
}

@media (max-width: 767px) {
  .footer-gakubu .footer-logo {
    width: 95px;
    margin-bottom: 0;
  }
}

.footer-gakubu .footer-logo img {
  width: 100%;
}

.footer-gakubu .footer-sns {
  margin-top: 40px;
  margin-left: -15px;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .footer-gakubu .footer-sns {
    margin-top: 15px;
    margin-left: 0;
  }
}

/* footer-heading
---------------------------------------------------------- */
.footer-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 48px;
  padding-right: 46px;
  border-bottom: 1px solid #F5821F;
}

@media (max-width: 767px) {
  .footer-heading {
    display: block;
    padding-bottom: 19px;
  }
}

.footer-heading .box-heading {
  display: flex;
  align-items: flex-end;
}

@media (max-width: 767px) {
  .footer-heading .box-heading {
    margin-bottom: 10px;
  }
}

.footer-heading .box-heading .txt-jp {
  font-size: 2.4rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  .footer-heading .box-heading .txt-jp {
    font-size: 1.8rem;
  }
}

.footer-heading .box-heading .txt-en {
  padding-left: 19px;
  padding-bottom: 2px;
  font-family: "Oswald","Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: #F5821F;
}

@media (max-width: 1279px) {
  .footer-heading .box-heading .txt-en {
    padding-bottom: 4px;
    font-size: 1.2rem;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .footer-heading .box-heading .txt-en {
    padding-left: 10px;
    padding-bottom: 2px;
    font-size: 1rem;
  }
}

.footer-heading .list-footer {
  display: flex;
}

@media (max-width: 767px) {
  .footer-heading .list-footer {
    display: block;
  }
}

.footer-heading .list-footer .item {
  margin-left: 40px;
}

@media (max-width: 767px) {
  .footer-heading .list-footer .item {
    margin-bottom: 5px;
    margin-left: 0;
  }
  .footer-heading .list-footer .item:last-child {
    margin-bottom: 0;
  }
}

/* footer-link-gakubu
---------------------------------------------------------- */
.footer-link-gakubu {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
}

@media (max-width: 767px) {
  .footer-link-gakubu {
    margin-top: 15px;
  }
}

.footer-link-gakubu .item {
  width: 25%;
  border-bottom: 1px solid #E1DDD5;
  border-right: 1px solid #E1DDD5;
}

@media (max-width: 1279px) {
  .footer-link-gakubu .item {
    width: 50%;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .footer-link-gakubu .item {
    width: 100%;
  }
}

.footer-link-gakubu .item .link {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 14px 25px 14px 35px;
  background-color: #fff;
  font-size: 1.4rem;
  transition: all 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.footer-link-gakubu.gray .item .link{
  background-color: transparent;
}

@media (max-width: 767px) {
  .footer-link-gakubu .item .link {
    padding: 10px 25px;
    font-size: 1.2rem;
  }
}

.footer-link-gakubu .item .link:hover {
  background-color: #F1EFEB;
}

.footer-link-gakubu .item .link:before {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  left: 0;
  width: 20px;
  height: 11px;
  background: url(../img/ico_arrow_orange20x11px_R.png) center left no-repeat;
}

@media (max-width: 767px) {
  .footer-link-gakubu .item .link:before {
    width: 15px;
    background-image: url(../img/ico_arrow_orange15x11px_R.png);
  }
}

.footer-link-gakubu.type-01 {
  border-left: 1px solid #C7BAA5;
}

.footer-link-gakubu.type-01 .item {
  border-bottom: 1px solid #C7BAA5;
  border-right: 1px solid #C7BAA5;
}

.footer-link-gakubu.type-01 .item:nth-child(1), .footer-link-gakubu.type-01 .item:nth-child(2), .footer-link-gakubu.type-01 .item:nth-child(3), .footer-link-gakubu.type-01 .item:nth-child(4) {
  border-top: 1px solid #C7BAA5;
}
.footer-link-gakubu.type-01.twitter .item .link{
  padding-left: 50px;
}
.footer-link-gakubu.type-01.twitter .item .link:before {
  top: calc(50% - 13px);
  left: 15px;
  width: 26px;
  height: 26px;
  background: url( "/common/img/ico_twitter_02.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .footer-link-gakubu.type-01.twitter .item .link{
    padding-left: 40px;
  }
  .footer-link-gakubu.type-01.twitter .item .link:before {
    top: calc(50% - 10px);
    left: 12px;
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 1279px) {
  .footer-link-gakubu.type-01 .item:nth-child(3), .footer-link-gakubu.type-01 .item:nth-child(4) {
    border-top: none;
  }
}

@media (max-width: 767px) {
  .footer-link-gakubu.type-01 .item:nth-child(2) {
    border-top: none;
  }
}

.footer-link-gakubu.type-01 .item .link {
  background-color: transparent;
}

.footer-link-gakubu.type-01 .item .link:hover {
  background-color: #D1CBBE;
}

/* ==========================================================
 footer list
========================================================== */
.footer-list {
  padding: 60px 100px 75px;
}

@media (max-width: 1279px) {
  .footer-list {
    padding: 60px 50px 50px;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .footer-list {
    padding: 19px 0 0;
  }
}

.footer-list .title {
  margin-bottom: 60px;
  font-size: 1.6rem;
  font-weight: 700;
}

@media (max-width: 767px) {
  .footer-list .title {
    margin-bottom: 19px;
    font-size: 1.4rem;
    padding: 0 15px;
  }
}

.footer-list .list-targets-pc {
  position: relative;
  display: flex;
}

@media (max-width: 767px) {
  .footer-list .list-targets-pc {
    display: none;
  }
}

.footer-list .list-targets-pc:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #F5821F;
  z-index: 1;
}

.footer-list .list-targets-pc .item .link {
  position: relative;
  display: block;
  height: 50px;
  padding: 13px 50px;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  transition: background-color 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media (max-width: 1279px) {
  .footer-list .list-targets-pc .item .link {
    height: auto;
    padding: 13px 45px;
  }
}

.footer-list .list-targets-pc .item .link:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  z-index: 2;
}

.footer-list .list-targets-pc .item .link.is-active, .footer-list .list-targets-pc .item .link:hover {
  border-top: 1px solid #F5821F;
  border-right: 1px solid #F5821F;
  border-left: 1px solid #F5821F;
}

.footer-list .list-targets-pc .item .link.is-active:after {
  background-color: #EBE9E5;
}

.footer-list .box-targets {
  display: none;
  padding: 40px 0;
}

@media (max-width: 767px) {
  .footer-list .box-targets {
    padding: 13px 15px 15px;
    background-color: #E1DDD5;
    border-top: 1px solid #D1CBBE;
  }
}

.footer-list .ttl-targets-sp {
  display: none;
}

@media (max-width: 767px) {
  .footer-list .ttl-targets-sp {
    position: relative;
    display: block;
    border-top: 1px solid #D1CBBE;
    font-size: 1.4rem;
    font-weight: 500;
  }
  .footer-list .ttl-targets-sp:after {
    content: '';
    display: block;
    position: absolute;
    top: 21px;
    left: 0;
    width: 15px;
    height: 3px;
    background-color: #F5821F;
  }
  .footer-list .ttl-targets-sp span {
    position: relative;
    display: block;
    padding: 11px 55px 11px 25px;
  }
  .footer-list .ttl-targets-sp span:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 45px;
    height: 100%;
    background-color: transparent;
    border-left: 1px solid #D1CBBE;
    transition: background-color 0.3s ease 0s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .footer-list .ttl-targets-sp span:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 45px;
    height: 100%;
    background: url(../img/ico_arrow_orange15x11px_D.png) center no-repeat;
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .footer-list .ttl-targets-sp.is-active span:before {
    background-color: #E1DDD5;
  }
  .footer-list .ttl-targets-sp.is-active span:after {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    background: url(../img/ico_arrow_orange15x11px_D.png) center no-repeat;
  }
}


/* box-footer-faculty
--------------------------------------------------------------------- */

.box-footer-faculty {
  display: flex;
}

@media (max-width: 1279px) {
  .box-footer-faculty {
    display: block;
  }
}

.box-footer-faculty .col-01 {
  width: 57.14%;
}

@media (max-width: 1279px) {
  .box-footer-faculty .col-01 {
    width: 100%;
  }
}

.box-footer-faculty .col-02 {
  display: flex;
  justify-content: space-between;
  width: 42.86%;
}

@media (max-width: 1279px) {
  .box-footer-faculty .col-02 {
    width: 100%;
    margin-top: 39px;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .box-footer-faculty .col-02 {
    display: block;
    margin-top: 0;
  }
}

.box-footer-faculty .col-02 .col {
  width: 50%;
  padding-left: 15px;
}

@media (max-width: 767px) {
  .box-footer-faculty .col-02 .col {
    width: 100%;
    margin-top: 12px;
    padding: 0;
  }
}

@media (max-width: 1279px) {
  .box-footer-faculty .col-02 .col:nth-child(odd) {
    padding-left: 0;
    padding-right: 8px;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .box-footer-faculty .col-02 .col:nth-child(odd) {
    padding: 0;
  }
}

@media (max-width: 1279px) {
  .box-footer-faculty .col-02 .col:nth-child(even) {
    padding-left: 8px;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .box-footer-faculty .col-02 .col:nth-child(even) {
    padding: 0;
  }
}

.box-footer-faculty .ttl-faculty {
  position: relative;
  margin-bottom: 39px;
  padding-left: 35px;
  font-size: 1.4rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  .box-footer-faculty .ttl-faculty {
    margin-bottom: 13px;
    padding-left: 25px;
    font-size: 1.2rem;
  }
}

.box-footer-faculty .ttl-faculty:before {
  content: '';
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #F5821F;
}

@media (max-width: 767px) {
  .box-footer-faculty .ttl-faculty:before {
    top: 9px;
    width: 15px;
  }
}

/* footer-link-faculty
---------------------------------------------------------- */
.footer-link-faculty {
  display: flex;
  flex-wrap: wrap;
}

.footer-link-faculty .item {
  width: 50%;
  padding-bottom: 1px;
}

.footer-link-faculty .item:nth-child(odd) {
  padding-right: 1px;
}

@media (max-width: 767px) {
  .footer-link-faculty .item:nth-child(odd) {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .footer-link-faculty .item {
    width: 100%;
  }
}

.footer-link-faculty .item .link {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 11px 10px 11px 35px;
  background-color: #fff;
  font-size: 1.4rem;
  transition: all 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media (max-width: 767px) {
  .footer-link-faculty .item .link {
    padding: 10px 25px;
    font-size: 1.2rem;
  }
}

@media (min-width: 768px) {
  .footer-link-faculty .item .link:hover {
    background-color: #F1EFEB;
  }
}

.footer-link-faculty .item .link:before {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  left: 0;
  width: 20px;
  height: 11px;
  background: url(../img/ico_arrow_orange20x11px_R.png) center left no-repeat;
}

@media (max-width: 767px) {
  .footer-link-faculty .item .link:before {
    width: 15px;
    background-image: url(../img/ico_arrow_orange15x11px_R.png);
  }
}

.footer-link-faculty.is-fullW .item {
  width: 100%;
}

.footer-link-faculty.is-fullW .item:nth-child(odd) {
  padding-right: 0;
}


/* box-footer-gs
--------------------------------------------------------------------- */
.box-footer-gs {
  display: flex;
}

@media (max-width: 1279px) {
  .box-footer-gs {
    display: block;
  }
}

.box-footer-gs .col-01 {
  width: 70%;
  padding: 0 20px 0 0;
}

@media (max-width: 1279px) {
  .box-footer-gs .col-01 {
    width: 100%;
    padding: 0;
  }
}

.box-footer-gs .col-02 {
  width: 33%;
}

@media (max-width: 1279px) {
  .box-footer-gs .col-02 {
    width: 100%;
    margin-top: 39px;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .box-footer-gs .col-02 {
    display: block;
    margin-top: 0;
  }
}

.box-footer-gs .ttl-gs {
  position: relative;
  margin-bottom: 39px;
  padding-left: 35px;
  font-size: 1.4rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  .box-footer-gs .ttl-gs {
    margin-bottom: 13px;
    padding-left: 25px;
    font-size: 1.2rem;
  }
}

.box-footer-gs .ttl-gs:before {
  content: '';
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #F5821F;
}

@media (max-width: 767px) {
  .box-footer-gs .ttl-gs:before {
    top: 9px;
    width: 15px;
  }
}

/* footer-link-gs
---------------------------------------------------------- */
.footer-link-gs {
  display: flex;
  flex-wrap: wrap;
}

.footer-link-gs .item {
  padding-bottom: 1px;
}
.footer-link-gs.type01{
    margin-bottom: 20px;
}

.footer-link-gs.type01 .item {
    width: 50%;
}
.footer-link-gs.type02 .item {
    width: 50%;
}
.footer-link-gs.type03 .item {
    width: 100%;
}
@media (max-width: 1279px) {
    .footer-link-gs.type03 .item {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .footer-link-gs.type01{
        margin-bottom: 10px;
    }
    .footer-link-gs.type02{
        margin-bottom: 10px;
    }
    .footer-link-gs.type01 .item {
        width: 100%;
    }
    .footer-link-gs.type02 .item {
        width: 100%;
    }
    .footer-link-gs.type03 .item {
        width: 100%;
    }
}

.footer-link-gs .item:nth-child(odd) {
  padding-right: 1px;
}

.footer-link-gs .item .link {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 11px 10px 11px 35px;
  background-color: #fff;
  font-size: 1.4rem;
  transition: all 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.footer-link-gs.type01 .item .link {padding: 20px 10px 20px 35px;}
.footer-link-gs.type03 .item .link {padding: 20px 10px 20px 35px;}
    
@media (max-width: 767px) {
  .footer-link-gs .item .link {
    padding: 10px 25px;
    font-size: 1.2rem;
  }
  .footer-link-gs.type01 .item .link {padding: 15px 25px;}
  .footer-link-gs.type03 .item .link {padding: 15px 25px;}
}

@media (min-width: 768px) {
  .footer-link-gs .item .link:hover {
    background-color: #F1EFEB;
  }

}

.footer-link-gs .item .link:before {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  left: 0;
  width: 20px;
  height: 11px;
  background: url(../img/ico_arrow_orange20x11px_R.png) center left no-repeat;
}

@media (max-width: 767px) {
  .footer-link-gs .item .link:before {
    width: 15px;
    background-image: url(../img/ico_arrow_orange15x11px_R.png);
  }
}


/* footer-link-dl
---------------------------------------------------------- */
.footer-link-dl {
  display: flex;
  flex-wrap: wrap;
}

.footer-link-dl .item {
    width: 50%;
}

@media (max-width: 767px) {
	.footer-link-dl .item {
			width: 100%;
	}
}

.footer-link-dl .item .link {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 20px 10px 20px 35px;
  background-color: #fff;
  font-size: 1.4rem;
  transition: all 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media (max-width: 767px) {
  .footer-link-dl .item .link {
    padding: 10px 25px;
    font-size: 1.2rem;
  }

}

@media (min-width: 768px) {
  .footer-link-dl .item .link:hover {
    background-color: #F1EFEB;
  }

}

.footer-link-dl .item .link:before {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  left: 0;
  width: 20px;
  height: 11px;
  background: url(../img/ico_arrow_orange20x11px_R.png) center left no-repeat;
}

@media (max-width: 767px) {
  .footer-link-dl .item .link:before {
    width: 15px;
    background-image: url(../img/ico_arrow_orange15x11px_R.png);
  }
}


/* footer-link-fuzoku
---------------------------------------------------------- */
.footer-link-fuzoku {
  display: flex;
  flex-wrap: wrap;
	margin-right: -20px;
}

.footer-link-fuzoku .item {
  width: 33.33%;
	padding: 0 20px 0 0;
}

@media (max-width: 767px) {
	.footer-link-fuzoku .item {
			width: 100%;
	}
}

.footer-link-fuzoku .item .link {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 20px 10px 20px 35px;
  background-color: #fff;
  font-size: 1.4rem;
  transition: all 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media (max-width: 767px) {
	.footer-link-fuzoku{
		margin-right: 0;
	}
	.footer-link-fuzoku .item {
		padding: 0;
	}
	.footer-link-fuzoku .item .link {
    padding: 10px 25px;
    font-size: 1.2rem;
  }

}

@media (min-width: 768px) {
  .footer-link-fuzoku .item .link:hover {
    background-color: #F1EFEB;
  }

}

.footer-link-fuzoku .item .link:before {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  left: 0;
  width: 20px;
  height: 11px;
  background: url(../img/ico_arrow_orange20x11px_R.png) center left no-repeat;
}

@media (max-width: 767px) {
  .footer-link-fuzoku .item .link:before {
    width: 15px;
    background-image: url(../img/ico_arrow_orange15x11px_R.png);
  }
}



/* ==========================================================
 font
========================================================== */

.oswald{
	font-family: "Oswald", sans-serif;
}
 



/* ==========================================================
 heading
========================================================== */
/* 見出しと通常文章
---------------------------------------------------------- */

p + .ttl-cmn-01,
p + .ttl-cmn-01sp,
p + .ttl-cmn-02,
p + .ttl-cmn-03,
p + .ttl-cmn-04{ margin-top: 40px;}

ul + .ttl-cmn-01,
ul + .ttl-cmn-01sp,
ul + .ttl-cmn-02,
ul + .ttl-cmn-03,
ul + .ttl-cmn-04{ margin-top: 40px;}

ol + .ttl-cmn-01,
ol + .ttl-cmn-01sp,
ol + .ttl-cmn-02,
ol + .ttl-cmn-03,
ol + .ttl-cmn-04{ margin-top: 40px;}

.editor > p + h1,
.editor > p + h2,
.editor > p + h3,
.editor > p + h4,
.editor > p + h5,
.editor > p + h6{ margin-top: 40px;}

.editor > ul + h1,
.editor > ul + h2,
.editor > ul + h3,
.editor > ul + h4,
.editor > ul + h5,
.editor > ul + h6{ margin-top: 40px;}

.editor > ol + h1,
.editor > ol + h2,
.editor > ol + h3,
.editor > ol + h4,
.editor > ol + h5,
.editor > ol + h6{ margin-top: 40px;}

@media (max-width: 1279px) and (max-width: 767px) {

  p + .ttl-cmn-01,
  p + .ttl-cmn-01sp,
  p + .ttl-cmn-02,
  p + .ttl-cmn-03,
  p + .ttl-cmn-04{ margin-top: 20px;}

  ul + .ttl-cmn-01,
  ul + .ttl-cmn-01sp,
  ul + .ttl-cmn-02,
  ul + .ttl-cmn-03,
  ul + .ttl-cmn-04{ margin-top: 20px;}

  ol + .ttl-cmn-01,
  ol + .ttl-cmn-01sp,
  ol + .ttl-cmn-02,
  ol + .ttl-cmn-03,
  ol + .ttl-cmn-04{ margin-top: 20px;}

  .editor > p + h1,
  .editor > p + h2,
  .editor > p + h3,
  .editor > p + h4,
  .editor > p + h5,
  .editor > p + h6{ margin-top: 20px;}

  .editor > ul + h1,
  .editor > ul + h2,
  .editor > ul + h3,
  .editor > ul + h4,
  .editor > ul + h5,
  .editor > ul + h6{ margin-top: 20px;}

  .editor > ol + h1,
  .editor > ol + h2,
  .editor > ol + h3,
  .editor > ol + h4,
  .editor > ol + h5,
  .editor > ol + h6{ margin-top: 20px;}
  
}

/* ttl-cmn-00 主にトップページの見出し
---------------------------------------------------------- */
.ttl-cmn-00 {
  position: relative;
  margin-bottom: 36px;
  margin-left: 100px;
  padding-left: 50px;
  font-size: 1.8rem;
}

.box-cmn > .ttl-cmn-00{ margin-left: 0; font-weight: 500;}

@media (max-width: 1279px) {
  .ttl-cmn-00 {
    margin-left: 0;
    padding-left: 50px;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .ttl-cmn-00 {
    margin-bottom: 19px;
    padding-left: 25px;
    font-size: 1.4rem;
  }
}

.ttl-cmn-00:after {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 30px;
  height: 5px;
}

@media (max-width: 767px) {
  .ttl-cmn-00:after {
    width: 15px;
    height: 3px;
  }
}

.ttl-cmn-00 .ttl-main {
  font-weight: 700;
}

.ttl-cmn-00 .ttl-sub {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .ttl-cmn-00 .ttl-sub {
    padding-left: 8px;
  }
}

.ttl-cmn-00-orange:after {
  background-color: #F5821F;
}

.ttl-cmn-00-orange .ttl-sub {
  color: #F5821F;
}

.ttl-cmn-00-red:after {
  background-color: #D40000;
}

.ttl-cmn-00-red .ttl-sub {
  color: #D40000;
}

/* ttl-cmn-01
---------------------------------------------------------- */
.editor > h2,
.ttl-cmn-01 {
  position: relative;
  margin-bottom: 36px;
  margin-left: -25px;
  padding-left: 75px;
  font-size: 2.8rem;
  font-weight: 500;
}

@media (max-width: 1279px) {
  .editor > h2,
  .ttl-cmn-01 {
    margin-left: -25px;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .editor > h2,
  .ttl-cmn-01 {
    margin-left: -15px;
    margin-bottom: 20px;
    padding-left: 40px;
    font-size: 2.1rem;
  }
}

.editor > h2:after,
.ttl-cmn-01:after {
  content: '';
  display: block;
  position: absolute;
  top: 19px;
  left: 0;
  width: 50px;
  height: 5px;
  background-color: #F5821F;
}

@media (max-width: 767px) {
  .editor > h2:after,
  .ttl-cmn-01:after {
    top: 14px;
    width: 25px;
  }
}


/* ttl-cmn-01sp
---------------------------------------------------------- */
.editor > h1,
.ttl-cmn-01sp {
  font-size: 2.8rem;
  line-height: 1.4;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
  border-bottom: 1px dotted #F5821F;
}

@media (max-width: 767px) {
  .editor > h1,
  .ttl-cmn-01sp {
    font-size: 2.1rem;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}

/* ttl-cmn-02
---------------------------------------------------------- */
.editor > h3,
.ttl-cmn-02 {
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 35px;
  padding-bottom: 35px;
  position: relative;
  font-weight: 700;
}

@media (max-width: 767px) {
  .editor > h3,
  .ttl-cmn-02 {
    font-size: 2rem;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}
.editor > h3:before,
.editor > h3:after,
.ttl-cmn-02:before, .ttl-cmn-02:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  height: 2px;
}

.editor > h3:before,
.ttl-cmn-02:before {
  width: 100%;
  background-color: #CBBEA8;
}

.editor > h3:after,
.ttl-cmn-02:after {
  width: 100px;
  background-color: #F5821F;
}

/* ttl-cmn-03
---------------------------------------------------------- */
.editor > h4,
.ttl-cmn-03 {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 22px;
  font-size: 2.0rem;
  font-weight: 700;
}

@media (max-width: 767px) {
  .editor > h4,
  .ttl-cmn-03 {
    margin-bottom: 20px;
    padding-bottom: 18px;
    font-size: 1.8rem;
  }
}
.editor > h4:after,
.ttl-cmn-03:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #F5821F;
}

/* ttl-cmn-04
---------------------------------------------------------- */
.editor > h5,
.ttl-cmn-04 {
  position: relative;
  margin-bottom: 36px;
  margin-left: 0;
  padding-left: 50px;
  font-size: 1.8rem;
  font-weight: 700;
}

@media (max-width: 1279px) {
  .editor > h5,
  .ttl-cmn-04 {
    margin-left: 0;
    padding-left: 50px;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .editor > h5,
  .ttl-cmn-04 {
    margin-bottom: 20px;
    padding-left: 25px;
    font-size: 1.6rem;
  }
}

.editor > h5:after,
.ttl-cmn-04:after {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 30px;
  height: 5px;
  background-color: #F5821F;
}

@media (max-width: 767px) {
  .editor > h5:after,
  .ttl-cmn-04:after {
    width: 15px;
    height: 3px;
  }
}
.editor > h5 .ttl-main,
.ttl-cmn-04 .ttl-main {
  font-weight: 700;
}
.editor > h5  .ttl-sub,
.ttl-cmn-04 .ttl-sub {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .editor > h5  .ttl-sub,
  .ttl-cmn-04 .ttl-sub {
    padding-left: 8px;
  }
}

/* h6
---------------------------------------------------------- */
.editor > h6,
.ttl-cmn-05{
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 25px;
}

@media (max-width: 767px) {
  .editor > h6,
  .ttl-cmn-05{
    font-size: 1.4rem;
    margin: 0 0 15px;
  }
}

/* ttl-button-group
---------------------------------------------------------- */
.ttl-button-group{
  display: block;
  margin: 12px auto -10px;
  width: 730px;
  text-align: center;
}
.ttl-button-group span {
  position: relative;
  display: inline;
  text-align: center;
  padding: 0 50px;
  font-size: 1.4rem;
  font-weight: 500;
}
.ttl-button-group span:before,
.ttl-button-group span:after{
  content:'';
  position: absolute;
  display: block;
  height: 1px;
  width: 30px;
  background-color: #FF5700;
  top: 9px;
}
.ttl-button-group span:before{ left: 0; }
.ttl-button-group span:after{ right: 0; } 

@media (max-width: 767px) {
  .ttl-button-group{
    margin: 12px auto -10px;
    width: 74.67%
  }
  .ttl-button-group span {
    position: relative;
    display: inline;
    text-align: center;
    padding: 0 50px;
    font-size: 1.2rem;
    font-weight: 500;
  }
  .ttl-button-group span:before,
  .ttl-button-group span:after{
    content:'';
    position: absolute;
    display: block;
    height: 1px;
    width: 30px;
    background-color: #FF5700;
    top: 9px;
  }
}

/* ==========================================================
 text
========================================================== */
/* box-cmn.editor p
---------------------------------------------------------- */
.editor p,
.box-cmn-float .box-detail p{
  line-height: 1.9;
  margin-bottom: 20px;
}

.editor .important-red{
  color: #D90000;
}
@media (max-width: 767px) {
  .editor p,
  .box-cmn-float .box-detail p{
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 10px;
  }
}

/* box-cmn.editor ul
---------------------------------------------------------- */
.editor ul{
  padding-left: 40px;
  margin-bottom: 20px;
}
.editor ul li{
  position: relative;
  line-height: 1.9;
  padding-left: 0;
}
.editor ul > li:before{
  content: "";
  position: absolute;
  display: block;
  top:12px;
  left:-25px;
  width: 8px; height: 8px;
  border-radius: 4px;
  background-color: #38332c;
}

@media (max-width: 767px) {
  .editor ul {
    padding-left: 26px;
    margin-bottom: 15px;
  }
  .editor ul li{
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .editor ul > li:before{
    top:9px;
    left:-16px;
    width: 8px; height: 8px;
    border-radius: 4px;
  }
}

/* box-cmn.editor ol
---------------------------------------------------------- */
.editor ol{
  counter-reset: parts;
  margin-bottom: 20px;
  padding-left: 40px;
}

@media (max-width: 767px) {
  .editor ol {
    padding-left: 26px;
    margin-bottom: 15px;
  }
}

.editor ol li{
  position: relative;
  counter-increment: parts;
  line-height: 1.9;
}

@media (max-width: 767px) {
  .editor ol li{
     font-size: 1.4rem;
     line-height: 1.8;
  }
}

.editor ol li:before {
  content: counter(parts) ".";
  position: absolute;
  top: 0;
  left: -25px;
}

@media (max-width: 767px) {
  .editor ol li:before{
    top: 0;
    left: -16px;
  }
}

/* box-cmn.editor ul li icon
---------------------------------------------------------- */

.editor ul li.icon-arrow:before{
  top: 9px;
  left:-30px;
  width: 15px;
  height: 11px;
  background: url(../img/ico_arrow_orange15x11px_R.png) left top no-repeat;
  background-size: 15px 11px;
  border-radius: 0px;
}
.editor ul li.icon-arrow-u:before{
  top: 10px;
  left:-30px;
  width: 11px;
  height: 15px;
  background: url(../img/ico_arrow_orange20x11px_D.png) left top no-repeat;
  background-size: 11px 20px;
  border-radius: 0px;
  background-position: center bottom;
}

.editor ul li.icon-pdf:before{
  top: 6px;
  left:-30px;
  width: 18px;
  height: 24px;
  background: url(../img/ico_pdf_01.png) left top no-repeat;
  background-size: 18px 24px;
  border-radius: 0px;
}

.editor ul li.icon-file:before{
  top: 6px;
  left:-30px;
  width: 18px;
  height: 24px;
  background: url(../img/ico_file_01.png) left top no-repeat;
  background-size: 18px 24px;
  border-radius: 0px;
}

.editor ul li.icon-window:before{
  top: 6px;
  left:-30px;
  width: 18px;
  height: 18px;
  background: url(../img/ico_window_01.png) left top no-repeat;
  background-size: 18px 18px;
  border-radius: 0px;
}

.editor ul li.icon-tel:before{
  top: 5px;
  left:-31px;
  width: 20px;
  height: 20px;
  background: url(../img/ico_tel_01.png) left top no-repeat;
  background-size: 20px 20px;
  border-radius: 0px;
}

.editor ul li.icon-mobile:before{
  top: 5px;
  left:-31px;
  width: 20px;
  height: 20px;
  background: url(../img/ico_mobile_01.png) left top no-repeat;;
  background-size: 20px 20px;
  border-radius: 0px;
}

.editor ul li.icon-fax:before{
  top: 5px;
  left:-31px;
  width: 20px;
  height: 20px;
  background: url(../img/ico_fax_01.png) left top no-repeat;;
  background-size: 20px 20px;
  border-radius: 0px;
}

.editor ul li.icon-mail:before{
  top: 5px;
  left:-31px;
  width: 20px;
  height: 20px;
  background: url(../img/ico_mail_01.png) left top no-repeat;;
  background-size: 20px 20px;
  border-radius: 0px;
}

.editor ul li.icon-notice:before{
  content:"※";
  top: 0;
  left:-30px;
  width: 18px;
  height: 18px;
  background: none;
  border-radius: 0px;
}
.editor ul li.icon-point:before{
  top: 10px;
  width: 14px;
  height: 14px;
  background: none;
  border-radius: 7px;
  background-color: #FF6700;
}

@media (max-width: 767px) {

  .editor ul li.icon-arrow:before{
    top: 7px;
    left:-20px;
  }
  .editor ul li.icon-arrow-u:before{
    top: 4px;
    left:-20px;
  }
    
  .editor ul li.icon-pdf:before,
  .editor ul li.icon-file:before{
    top: 5px;
    left:-20px;
    width: 14px;
    height: 18px;
    background-size: 14px 18px;
    border-radius: 0px;
  }

  .editor ul li.icon-window:before{
    top: 5px;
    left:-20px;
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
    border-radius: 0px;
  }
  
  .editor ul li.icon-tel:before,
  .editor ul li.icon-mobile:before,
  .editor ul li.icon-fax:before,
  .editor ul li.icon-mail:before{
    top: 5px;
    left:-20px;
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
    border-radius: 0px;
  }
  
  .editor ul li.icon-notice:before{
    left:-20px;
  }
  .editor ul li.icon-point:before{
    top: 5px;
    left:-20px;
  }
  
}

/* box-cmn.editor strong
---------------------------------------------------------- */
.editor strong,
.editor em{ font-weight: 700;}

/* box-cmn.editor a
---------------------------------------------------------- */
.editor p a,
.editor li a,
.editor td a{ border-bottom: 1px dotted #2C261F;}
.editor p a img { border-bottom: none;}
.editor a:hover{ color: #F5821F;}

/* box-cmn iframe
---------------------------------------------------------- */
.box-cmn iframe[src*="youtube"],
.box-cmn iframe[src*="vimeo"]{
	display: block;
  width: 800px;
	height: 450px;
	margin: 0 auto;
}
@media (max-width: 1279px) {
	.box-cmn iframe[src*="youtube"],
    .box-cmn iframe[src*="vimeo"]{
		width: 600px;
		height: 335px;
	}
}
@media (max-width: 767px) {
	.box-cmn iframe[src*="youtube"],
    .box-cmn iframe[src*="vimeo"]{
		width: 266px;
		height: 150px;
	}
}

/* ==========================================================
 table
========================================================== */
/* table-cmn
---------------------------------------------------------- */
.editor table {
  width: 100%;
  margin-bottom: 20px;
}

.editor table thead tr {
  border-top: 1px solid #DED3C5;
  border-bottom: 1px solid #DED3C5;
}

.editor table thead tr th {
  background-color: #f1efeb;
  font-size: 1.4rem;
  line-height: 1.9;
  padding: 14px 20px;
	/*min-width: 125px;*/
  /*width: 125px;*/
  vertical-align: top;
}

.editor table tr th,
.editor table tr td{
  border-right: 1px solid #DED3C5;
}
.editor table tr td:last-child,
.editor table tr th:last-child{
  border-right: none;
}

.editor table tr td{}
.editor table tr td img{ vertical-align: middle;}

.editor table caption{
	margin-bottom: 20px
}

@media (max-width: 767px) {
  .editor table {
    margin-bottom: 10px;
  }
  .editor table thead tr th {
    font-size: 1.2rem;
    padding: 10px 15px;
    width: 90px;
  }
}

.editor table thead tr td {
  background-color: rgba(241, 239, 235, 0.55);
  font-size: 1.4rem;
  line-height: 1.9;
  padding: 14px 20px;
}

@media (max-width: 767px) {
  .editor table thead tr td {
    font-size: 1.2rem;
    line-height: 2.2;
    padding: 10px 15px;
  }
}

.editor table tbody tr {
  border-top: 1px solid #DED3C5;
  border-bottom: 1px solid #DED3C5;
}

.editor table tbody tr th {
  background-color: #f1efeb;
  font-size: 1.4rem;
  line-height: 1.9;
  padding: 14px 15px;
  vertical-align: top;
}

@media (max-width: 767px) {
  .editor table tbody tr th {
    font-size: 1.2rem;
    padding: 9px 10px;
  }
}

.editor table tbody tr td {
  background-color: #fff;
  font-size: 1.4rem;
  line-height: 1.9;
  padding: 14px 15px;
}

@media (max-width: 767px) {
  .editor table tbody tr td {
    font-size: 1.2rem;
    line-height: 2.2;
    padding: 9px 10px;
  }
	.editor table caption{
		margin-bottom: 15px
	}
}

.editor table p:last-child{ margin-bottom: 0;}
.editor table ul:last-child{ margin-bottom: 0;}

/* table-scroll-wrap
---------------------------------------------------------- */

.table-scroll-wrap {
  overflow-y: hidden;
  overflow-x: auto;
}

@media (max-width: 767px) {
  .table-scroll-wrap {
    overflow-y: hidden;
    overflow-x: auto;
  }
}

@media (max-width: 767px) {
  .table-scroll-wrap .table-scroll {
    /*table-layout: fixed;*/
    max-width: 800px;
  }
}

/* table-top-calendar
---------------------------------------------------------- */
.table-top-calendar {
  width: 100%;
}

@media (max-width: 767px) {
  .table-top-calendar tr:first-child td {
    height: 40px;
    font-size: 1.2rem;
  }
}

.table-top-calendar td {
  width: 14.29%;
  height: 50px;
  background-color: #F1EFEB;
  border: 1px solid #fff;
  font-size: 1.6rem;
  text-align: center;
}

@media (max-width: 767px) {
  .table-top-calendar td {
    height: 49px;
    font-size: 1.4rem;
  }
}

.table-top-calendar td .ico-arrow {
  position: relative;
  width: 100%;
  height: 49px;
  cursor: pointer;
  transition: background-color 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media (max-width: 767px) {
  .table-top-calendar td .ico-arrow {
    height: 40px;
  }
}

@media (min-width: 768px) {
  .table-top-calendar td .ico-arrow:hover {
    background-color: #E1DDD5;
  }
}

.table-top-calendar td .ico-arrow:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  height: 11px;
  background-position: center;
  background-repeat: no-repeat;
}

.table-top-calendar td .ico-arrow-prev:after {
  background-image: url(../img/ico_arrow_orange20x11px_L.png);
}

.table-top-calendar td .ico-arrow-next:after {
  background-image: url(../img/ico_arrow_orange20x11px_R.png);
}

.table-top-calendar td .event {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid #F5821F;
  transition: background-color 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media (min-width: 768px) {
  .table-top-calendar td .event:hover {
    background-color: #E1DDD5;
  }
}

.table-top-calendar td.txt-week {
  height: 40px;
  background-color: #fff;
  font-size: 1.2rem;
}

@media (max-width: 767px) {
  .table-top-calendar td.txt-week {
    height: 30px;
  }
}

.table-top-calendar td:first-child {
  color: #F5821F;
}

.table-top-calendar td:last-child {
  color: #223F9A;
}

/* hr
---------------------------------------------------------- */

hr{
  margin: 40px 0;
  padding:0;
  width: 100%;
  height: 1px;
  border:none;
  background-color: #DED3C5; 
}
@media (max-width: 767px) {
  hr{
    margin: 20px 0;
  }
}

/* span
---------------------------------------------------------- */
span.text-xl{ font-size: 4rem;}
span.text-l{ font-size: 3rem;}
span.text-s{ font-size: 1.2rem;}

@media (max-width: 767px) {
	span.text-xl{ font-size: 3rem;}
	span.text-l{ font-size: 2rem;}
	span.text-s{ font-size: 1.2rem;}	
}


/* ==========================================================
 img
========================================================== */
/* box-cmn.editor img
---------------------------------------------------------- */
.box-cmn.editor p > picture > img{
    display: block;
    max-width: 100%; height: auto;
    margin: 0 auto;
}

/* ==========================================================
 link
========================================================== */
/* link-cmn
---------------------------------------------------------- */
.link-cmn {
  position: relative;
  padding-left: 40px;
}

@media (max-width: 767px) {
  .link-cmn {
    padding-left: 25px;
  }
}

.link-cmn:after {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 20px;
  height: 11px;
  background: url(../img/ico_arrow_orange20x11px_R.png) left center no-repeat;
}

@media (max-width: 767px) {
  .link-cmn:after {
    top: 9px;
    width: 15px;
    background-image: url(../img/ico_arrow_orange15x11px_R.png);
  }
}

.link-cmn > a {
  font-size: 1.4rem;
  text-decoration: none;
}

.link-cmn > a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .link-cmn > a:hover {
    text-decoration: none;
  }
}

@media (max-width: 767px) {
  .link-cmn > a {
    font-size: 1.2rem;
  }
}

/* icon blank
---------------------------------------------------------- */
.ico-blnk[target=_blank] {
  position: relative;
}

.ico-blnk[target=_blank]:after {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 11px;
  height: 9px;
  background-position: right top;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .ico-blnk[target=_blank]:after {
    top: 5px;
    right: 5px;
    background-size: 8px 7px;
  }
}

.ico-blnk[target=_blank].ico-blnk-wht:after {
  background-image: url(../img/ico_window_orange01_11x9px.png);
}

.ico-blnk[target=_blank].ico-blnk-gray:after {
  background-image: url(../img/ico_window_orange02_11x9px.png);
}

.ico-blnk[target=_blank].ico-blnk-blck:after {
  background-image: url(../img/ico_window_orange03_11x9px.png);
}

/* link-cmn-hero
---------------------------------------------------------- */
.link-cmn-hero {
  position: absolute;
  right: 100px;
  bottom: 39px;
  padding-left: 40px;
  padding-right: 23px;
  font-size: 1.4rem;
  color: #fff;
  opacity: 1;
  transition: opacity 0.3s ease 0s;
}

.link-cmn-hero:hover {
  opacity: 0.7;
  text-decoration: none;
}

@media (max-width: 767px) {
  .link-cmn-hero:hover {
    opacity: 1;
  }
}

@media (max-width: 1279px) {
  .link-cmn-hero {
    right: 50px;
    bottom: 40px;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .link-cmn-hero {
    right: 25px;
    bottom: 18px;
    padding-left: 30px;
    padding-right: 18px;
    font-size: 1rem;
  }
}

.link-cmn-hero:before {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 10px;
  width: 20px;
  height: 11px;
  background-image: url(../img/ico_arrow_white20x11px_R.png);
  background-position: left top;
  background-repeat: no-repeat;
	transform: rotate(-90deg);
}

@media (max-width: 767px) {
  .link-cmn-hero:before {
    top: 3px;
    width: 15px;
    background-image: url(../img/ico_arrow_white15x11px_R.png);
  }
}

.link-cmn-hero span {
  display: block;
}

.link-cmn-hero span:before, .link-cmn-hero span:after {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  width: 1px;
  height: 20px;
  background-color: #fff;
}

@media (max-width: 767px) {
  .link-cmn-hero span:before, .link-cmn-hero span:after {
    height: 15px;
  }
}

.link-cmn-hero span:before {
  right: 0;
}

.link-cmn-hero span:after {
  right: 2px;
}

.link-cmn-hero-brown {
  color: #4B4136;
}

.link-cmn-hero-brown:before {
  background-image: url(../img/ico_arrow_brown20x11px_R.png);
}

@media (max-width: 767px) {
  .link-cmn-hero-brown:before {
    background-image: url(../img/ico_arrow_brown15x11px_R.png);
  }
}

.link-cmn-hero-brown span:before, .link-cmn-hero-brown span:after {
  background-color: #97886F;
}

/* link-cmn-utlty
---------------------------------------------------------- */
.link-cmn-utlty {
  position: relative;
  padding-left: 35px;
}

.link-cmn-utlty::before {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 20px;
  height: 11px;
  background: url(../img/ico_arrow_orange20x11px_R.png) left top no-repeat;
}

.link-cmn-utlty .link {
  text-decoration: none;
}

.link-cmn-utlty .link:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .link-cmn-utlty .link:hover {
    text-decoration: none;
  }
}

@media (max-width: 767px) {
  .link-cmn-utlty .link {
    font-size: 1.4rem;
  }
}

.link-cmn-utlty.icon-pdf::before {
  top: 0;
  width: 18px;
  height: 24px;
  background: url(../img/ico_pdf_01.png) left top no-repeat;
  background-size: 18px 24px;
}

.link-cmn-utlty.icon-file::before {
  top: 0;
  width: 18px;
  height: 24px;
  background: url(../img/ico_file_01.png) left top no-repeat;
  background-size: 18px 24px;
}

.link-cmn-utlty.icon-blank::before {
  top: 5px;
  width: 19px;
  height: 16px;
  background: url(../img/ico_window_01.png) left top no-repeat;
  background-size: 19px 16px;
}

/* ==========================================================
 button
========================================================== */
/* btn-cmn
---------------------------------------------------------- */
.btn-cmn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 730px;
  height: 60px;
  width: 100%;
  margin: 40px auto 0;
  padding: 10px 40px;
  border: 1px solid #F5821F;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  transition: background-color 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.btn-cmn.mt0{
	margin: 0 auto 40px;
}

@media (max-width: 1279px) {
  .btn-cmn {
    max-width: 600px;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .btn-cmn {
    max-width: inherit;
    width: 74.67%;
    height: 40px;
    margin: 20px auto 0;
    font-size: 1.2rem;
  }
	.btn-cmn.mt0{
		margin: 0 auto 20px;
	}
}

.btn-cmn:before {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 6px);
  left: 0;
  width: 30px;
  height: 11px;
  background-image: url(../img/ico_arrow_orange30x11px_R.png);
  background-position: center;
  background-repeat: no-repeat;
}
.btn-cmn.icon-pdf:before{
  top: calc(50% - 12px);
  left: 15px;
  width: 18px;
  height: 24px;
  background: url(../img/ico_pdf_01.png) left top no-repeat;
  background-size: 18px 24px;
}
.btn-cmn.icon-file:before{
  top: calc(50% - 12px);
  left: 15px;
  width: 18px;
  height: 24px;
  background: url(../img/ico_file_01.png) left top no-repeat;
  background-size: 18px 24px;
}

@media (max-width: 767px) {
  .btn-cmn:before {
    width: 15px;
    background-image: url(../img/ico_arrow_orange15x11px_R.png);
  }
  .btn-cmn.icon-pdf:before{
    top: calc(50% - 9px);
    left: 8px;
    width: 14px;
    height: 18px;
    background-size: 14px 18px;
  }
  .btn-cmn.icon-file:before{
    top: calc(50% - 9px);
    left: 8px;
    width: 14px;
    height: 18px;
    background-size: 14px 18px;
  }
}

.btn-cmn-white {
  background-color: #fff;
}

@media (min-width: 768px) {
  .btn-cmn-white:hover {
    background-color: #E1DDD5;
  }
}

.btn-cmn-gray {
  background-color: #F1EFEB;
}

@media (min-width: 768px) {
  .btn-cmn-gray:hover {
    background-color: #E1DDD5;
  }
}

.btn-cmn-noBD {
  border: none;
  margin-top: 0;
}

.btn-cmn + .btn-cmn {
  margin-top: 25px;
}

@media (max-width: 767px) {
  .btn-cmn + .btn-cmn {
    margin-top: 20px;
  }
}

.btn-cmn + .list-cmn-news {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .btn-cmn + .list-cmn-news {
    margin-top: 25px;
  }
}

.btn-cmn[target=_blank] {
  position: relative;
}

.btn-cmn[target=_blank]:after {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 11px;
  height: 9px;
  background-image: url(../img/ico_window_orange02_11x9px.png);
  background-position: right top;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .btn-cmn[target=_blank]:after {
    top: 5px;
    right: 5px;
    background-size: 8px 7px;
  }
}

/* btn-cmn-faculty
---------------------------------------------------------- */
.btn-cmn-faculty {
  position: relative;
  display: flex;
  align-items: center;
  height: 60px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 25px 10px 36px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  transition: background-color 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media (max-width: 767px) {
  .btn-cmn-faculty {
    max-width: inherit;
    width: 100%;
    height: 40px;
    padding: 10px 30px;
    font-size: 1.4rem;
  }
}

.btn-cmn-faculty:before {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 6px);
  left: 0;
  width: 20px;
  height: 11px;
  background-image: url(../img/ico_arrow_orange20x11px_R.png);
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .btn-cmn-faculty:before {
    width: 15px;
    background-image: url(../img/ico_arrow_orange15x11px_R.png);
  }
}

.btn-cmn-faculty-small {
  height: 50px;
}

@media (max-width: 767px) {
  .btn-cmn-faculty-small {
    height: 40px;
    font-size: 1.2rem;
  }
}

.btn-cmn-faculty-white-trnsprt {
  background-color: rgba(255, 255, 255, 0.9);
}

@media (min-width: 768px) {
  .btn-cmn-faculty-white-trnsprt:hover {
    background-color: rgba(241, 239, 235, 0.9);
  }
}

.btn-cmn-faculty-black-trnsprt {
  background-color: rgba(56, 51, 44, 0.9);
  color: #fff;
}

@media (min-width: 768px) {
  .btn-cmn-faculty-black-trnsprt:hover {
    background-color: #38332C;
  }
}

/* ==========================================================
 img
========================================================== */
/* 画像ブロック
---------------------------------------------------------- */

.box-cmn.image picture img{
  display: block;
  margin: 40px auto;
  max-width: 100%;
  height: auto;
}
.box-cmn.image p{
  margin: -20px 0 40px;
  font-size: .875em;
  text-align: center;
}

@media (max-width: 767px) {
  .box-cmn.image picture img{
    display: block;
    margin: 20px auto;
    max-width: 100%;
    height: auto;
  }
  .box-cmn.image p{
    margin: -10px 0 20px;
    font-size: .75em;
    text-align: center;
  }
}

/* 画像一覧
---------------------------------------------------------- */

@media (min-width: 768px) {
  .box-pictures-wrap.box-cmn p{display: flex; margin: 0 -10px 40px;}
  .box-pictures-wrap.box-cmn picture{ width: 33.33%; padding: 0 10px;}
  .box-pictures-wrap.box-cmn picture img{
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .box-pictures-wrap.box-cmn picture img{
    display: block;
    margin: 20px auto;
    max-width: 260px;
    height: auto;
  }
  .box-pictures-wrap.box-cmn.image p{
    margin: -10px 0 20px;
    font-size: .75em;
    text-align: center;
  }
}

/* ==========================================================
 list
========================================================== */
/* list-hot-news　緊急のお知らせ
---------------------------------------------------------- */

.list-hot-news .item {
	border-bottom: 1px solid #BC0000;
}

@media (max-width: 1279px) {
  .list-hot-news .item:first-child {
    margin-top: 0;
  }
}

.list-hot-news .item .link {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 5px 10px 5px 45px;
  background-color: #A50000;
  color: #fff;
  opacity: 1;
  transition: opacity 0.3s ease 0s;
  font-size: 1.4rem;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .list-hot-news .item .link {
    padding: 5px 10px 5px 45px;
		font-size: 1.35rem;
  }
}
@media (max-width: 767px) {
  .list-hot-news .item .link {
    display: block;
    font-size: 1.3rem;
		padding: 5px 10px 5px 25px
  }
}

.list-hot-news .item .link:hover {
  opacity: 0.7;
  text-decoration: none;
}
@media (max-width: 767px) {
  .list-hot-news .item .link:hover {
    opacity: 1;
  }
}

.list-hot-news .item .date{
	color: rgba(255,255,255,.7);
}

.list-hot-news .item .link:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 1px;
  background-color: #fff;
}
.list-hot-news .item .text{
	margin: 0 10px 0 0;

}
@media (max-width: 767px) {
	.list-hot-news .item .link:before {
		width: 15px;
	}
	.list-hot-news .item .text{
		display: inline;
	}
	.list-hot-news .item .date{
		display: inline;
		font-size: 1.2rem;
		line-height: 20px;
		white-space: nowrap;
	}
}
	


/* list-cmn-articles　法政ピックアップ
---------------------------------------------------------- */

.list-cmn-articles {
  display: flex;
  flex-wrap: wrap;
  margin: 0 42px -15px;
}

.list-cmn-articles .item {
  width: 33.33%;
  margin-bottom: 15px;
  padding: 0 8px;
}
@media (max-width: 1279px) {
	.list-cmn-articles {
  	margin: 0 22px -15px;
	}
}
@media (max-width: 799px) {
	.list-cmn-articles .item{
		flex-direction: column;
		width: 100%;
		padding: 0;
	}
}
@media (max-width: 767px) {
	.list-cmn-articles {
  	margin: 0 15px -15px;
	}
}

/* list-cmn-tag　記事のタグ表示
---------------------------------------------------------- */
.list-cmn-tag {
  display: flex;
  flex-wrap: wrap;
  margin-top: -13px;
}

@media (max-width: 1279px) {
  .list-cmn-tag {
    margin-top: -10px;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .list-cmn-tag {
    margin-top: -3px;
  }
}

.list-cmn-tag > li {
  margin-top: 13px;
  margin-right: 20px;
  font-size: 1.2rem;
  color: #92846C;
}

@media (max-width: 1279px) {
  .list-cmn-tag > li {
    margin-top: 10px;
    margin-right: 10px;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .list-cmn-tag > li {
    margin-top: 3px;
    font-size: 1rem;
  }
}

.list-cmn-tag .item-tag {
  position: relative;
  padding-left: 25px;
}

@media (max-width: 767px) {
  .list-cmn-tag .item-tag {
    padding-left: 14px;
  }
}

.list-cmn-tag .item-tag:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(../img/ico_tag_01.svg) center no-repeat;
  background-size: 16px;
}

@media (max-width: 767px) {
  .list-cmn-tag .item-tag:after {
    top: 3px;
    width: 10px;
    height: 10px;
    background-size: 10px;
  }
}

.list-cmn-tag-white > li {
  color: #fff;
}

.list-cmn-tag-white .item-tag:after {
  background: url(../img/ico_tag_02.svg) center no-repeat;
  background-size: 16px;
}

@media (max-width: 767px) {
  .list-cmn-tag-white .item-tag:after {
    background-size: 10px;
  }
}

/* list-cmn-news　お知らせ
---------------------------------------------------------- */
.list-cmn-news {
  border-top: 1px solid #DED3C5;
}

.list-cmn-news .item {
  border-bottom: 1px solid #DED3C5;
}

.list-cmn-news .item .link {
  display: block;
  padding: 13px 100px;
  transition: background-color 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media (max-width: 1279px) {
  .list-cmn-news .item .link {
    padding: 13px 0;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .list-cmn-news .item .link {
    padding: 7px 0 9px;
  }
}

@media (min-width: 768px) {
  .list-cmn-news .item .link:hover {
    background-color: #F1EFEB;
  }
}

.list-cmn-news .item .box-detail {
  position: relative;
  padding: 0 50px;
}

@media (max-width: 767px) {
  .list-cmn-news .item .box-detail {
    padding: 0 25px;
  }
}

.list-cmn-news .item .box-detail:after {
  content: '';
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  width: 30px;
  height: 1px;
}

@media (max-width: 767px) {
  .list-cmn-news .item .box-detail:after {
    width: 15px;
  }
}

@media (max-width: 767px) {
  .list-cmn-news .item .text {
    font-size: 1.4rem;
  }
}

.list-cmn-news .item .box-cmn-info {
  margin-top: 9px;
}

@media (max-width: 767px) {
  .list-cmn-news .item .box-cmn-info {
    margin-top: 5px;
  }
}

.list-cmn-news .item .box-cmn-info-orange {
  margin-top: 12px;
}

@media (max-width: 767px) {
  .list-cmn-news .item .box-cmn-info-orange {
    margin-top: 3px;
  }
}

.list-cmn-news-orange .item .box-detail:after {
  background-color: #F5821F;
}

.list-cmn-news-red .item .box-detail:after {
  background-color: #D40000;
}

.list-cmn-news-pr20 .item .link {
  padding: 13px 20px 13px 100px;
}

@media (max-width: 1279px) {
  .list-cmn-news-pr20 .item .link {
    padding: 13px 0;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .list-cmn-news-pr20 .item .link {
    padding: 7px 0 9px;
  }
}

/* list-cmn-button　一覧画面へのボタン
---------------------------------------------------------- */
.list-cmn-button {
  display: flex;
  flex-wrap: wrap;
  max-width: 730px;
  width: 100%;
  margin: 25px auto 0;
}

@media (max-width: 1279px) {
  .list-cmn-button {
    max-width: 600px;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .list-cmn-button {
    display: block;
    max-width: inherit;
    width: 100%;
    margin-top: 20px;
  }
}

.list-cmn-button .item {
  width: 50%;
  margin-bottom: 1px;
}

@media (max-width: 767px) {
  .list-cmn-button .item {
    width: 100%;
    margin-top: 1px;
  }
}

.list-cmn-button .item:nth-child(odd) {
  padding-right: 1px;
}

@media (max-width: 767px) {
  .list-cmn-button .item:nth-child(odd) {
    padding-right: 0;
  }
}

.list-cmn-button + .list-cmn-news {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .list-cmn-button + .list-cmn-news {
    margin-top: 25px;
  }
}

/* list-cmn-utility テキストリンク
---------------------------------------------------------- */
.list-cmn-utility {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 40px;
}

.list-cmn-utility.list-cmn-utility-gray,
.list-cmn-utility.list-cmn-utility-white {
  padding: 30px 30px 18px;
}
.list-cmn-utility.list-cmn-utility-gray{
  background-color: #F1EFEB;
}
.list-cmn-utility.list-cmn-utility-white {
  background-color: #FFF;
}

@media (max-width: 1279px) {
  .list-cmn-utility {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 40px;
  }
}
@media (max-width: 1279px) and (max-width: 767px) {
  .list-cmn-utility {
    display: block;
    margin: 0 0 20px;
  }
  .list-cmn-utility.list-cmn-utility-gray,
  .list-cmn-utility.list-cmn-utility-white {
    padding: 20px 20px 8px;
  }
}

.list-cmn-utility .item {
  margin-bottom: 12px;
  padding-right: 80px;
}

@media (max-width: 1279px) {
  .list-cmn-utility .item {
/*    width: 100%;*/
  }
}
@media (max-width: 767px) {
  .list-cmn-utility .item {
    padding-right: 0;
  }
}

.list-cmn-utility.col-02 .item {
  padding-right: 0;
}

@media (min-width: 768px) {
  .list-cmn-utility.col-02 .item {
    width: 50%;
  }
  .list-cmn-utility.col-02 .item:nth-child(odd) {
    padding-right:20px;
  }
  .list-cmn-utility.col-02 .item:nth-child(even) {
    padding-left:20px;
  }
}

.list-cmn-utility.col-03 .item {
  width: 33.33%;
}
.list-cmn-utility.col-03 .item:nth-child( 3n + 1) {
  padding-right:20px;
}
.list-cmn-utility.col-03 .item:nth-child( 3n + 2) {
  padding-left:20px;
  padding-right:20px;
}
.list-cmn-utility.col-03 .item:nth-child( 3n + 3) {
  padding-left:0 20px;
}

@media (max-width: 1279px) {
  .list-cmn-utility.col-03 .item {
    width: 50%;
  }
  .list-cmn-utility.col-03 .item:nth-child(odd) {
    padding-right:20px;
		padding-left:0;
  }
  .list-cmn-utility.col-03 .item:nth-child(even) {
    padding-left:20px;
		padding-right:0;
  }
}

@media (max-width: 767px) {
  .list-cmn-utility.col-03 .item:nth-child(n) {
    width: 100%;
    padding: 0;
  }
}

/* list-cmn-link / テキストボタン（間隔あり/間隔なし）
---------------------------------------------------------- */
.list-cmn-link {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .list-cmn-link {
    margin-bottom: 20px;
  }
}

.list-cmn-link .item {
  width: 50%;
  margin-bottom: 1px;
  padding-right: 1px;
}

.list-cmn-link .item p{ margin-top: 15px;}

@media (max-width: 1279px) {
  .list-cmn-link .item {
    width: 50%;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .list-cmn-link .item {
    width: 100%;
    padding-right: 0;
  }
 .list-cmn-link .item p{ margin-top: 10px; font-size: 1.4rem;}
}

/* カスタムテンプレート
-----------------------------------------------*/
.w100 .list-cmn-link .item {
  width: 100%;
}
.w100.mb0 .list-cmn-link .item {
  width: 100%;
	margin-bottom: 0;
}

.list-cmn-link .item .btn-cmn {
  justify-content: flex-start;
  max-width: inherit;
  height: 60px;
  margin-top: 0;
  padding: 10px 50px;
  text-align: left;
  border: none;
  background-color: #F1EFEB;
}

@media (min-width: 768px) {
  .list-cmn-link .item .btn-cmn:hover {
    background-color: #E1DDD5;
  }
}

@media (max-width: 767px) {
  .list-cmn-link .item .btn-cmn {
    height: 45px;
    width: 100%;
    padding: 10px 30px;
    font-size: 1.4rem;
  }
}

.list-cmn-link-white .item .btn-cmn {
  background-color: #FFF;
}

@media (min-width: 768px) {
  .list-cmn-link-white .item .btn-cmn:hover {
    background-color: #E1DDD5;
  }
}

.list-cmn-link.col-03 .item {
  width: 33.33%;
}
@media (max-width: 1279px) {
  .list-cmn-link.col-03 .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .list-cmn-link.col-03 .item {
    width: 100%;
  }
}

.list-cmn-link.list-cmn-link-h100 .item .btn-cmn {
	height: 100px;
}

@media (max-width: 767px) {
  .list-cmn-link.list-cmn-link-h100 .item .btn-cmn { height: 60px; }
}

/* カスタムテンプレート
-----------------------------------------------*/
.h150 .list-cmn-link .item .btn-cmn{
  height: 150px;
}
@media (max-width: 767px) {
	.h150 .list-cmn-link .item .btn-cmn{
		height: 75px;
	}
}

.list-cmn-link-w40 {
  margin: 0 -20px;
}

@media (max-width: 1279px) {
  .list-cmn-link-w40 {
    padding: 0 0 10px;
    margin: 0 -15px;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .list-cmn-link-w40 {
    margin: 0 0 20px;
  }
}

.list-cmn-link-w40 .item {
  margin-bottom: 40px;
  padding: 0 20px;
}
.list-cmn-link-w40 .item p{ margin-top: 15px;}

@media (max-width: 1279px) {
  .list-cmn-link-w40 .item {
    margin-bottom: 30px;
    padding: 0 15px;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .list-cmn-link-w40 .item {
    width: 100%;
    margin-bottom: 15px;
    padding: 0;
  }
/*  .list-cmn-link-w40 .item:last-child{
		margin-bottom: 0;
	}*/
  .list-cmn-link-w40 .item p{ margin-top: 10px; font-size: 1.4rem;}
}

.list-cmn-link-w40 .item .btn-cmn {
  justify-content: flex-start;
  max-width: inherit;
  padding: 10px 50px;
  text-align: left;
}
.list-cmn-link-w40 .item .btn-cmn .btn-cmn-h100{ height: 100px; }

@media (max-width: 767px) {
  .list-cmn-link-w40 .item .btn-cmn {
    width: 100%;
    height: 60px;
    padding: 10px 30px;
    font-size: 1.4rem;
  }
}

/* カスタムテンプレート
-----------------------------------------------*/
	.board .list-cmn-link .btn-cmn{
		position: relative;
		padding: 20px 20px 10px;
	}
	.board .list-cmn-link .btn-cmn:before{
		display: none;
	}
	.board .list-cmn-link .btn-cmn strong.label{
		position: absolute;
		left: 20px;
		top: -20px;
		font-weight: 600;
		background-color: #F5821F;
		padding: 8px 15px;
		color: #000;
	}

	@media (max-width: 767px){
		.board .list-cmn-link .btn-cmn{
			height: auto;
			padding: 25px 20px 10px;
		}
		.board .list-cmn-link .btn-cmn strong.label{
			top: -10px;
			padding: 4px 10px;
		}
	}


/* list-cmn-border / テキストボタン（ボーダー）
---------------------------------------------------------- */
.list-cmn-border {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -20px;
}

@media (max-width: 1279px) {
  .list-cmn-border {
    padding: 0 0 10px;
    margin: 0 -15px;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .list-cmn-border {
    display: block;
    padding: 0;
    margin: 0 0 20px;
  }
}

.list-cmn-border .item {
  width: 50%;
  padding: 0 20px;
  margin-bottom: 40px;
}

@media (max-width: 1279px) {
  .list-cmn-border .item {
    padding: 0 15px;
    margin-bottom: 30px;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .list-cmn-border .item {
    width: 100%;
    margin-bottom: 15px;
    padding: 0;
  }
  .list-cmn-border .item:last-child { margin-bottom:0;}
}

.list-cmn-border .item .link {
  display: block;
  background-color: #fff;
  transition: background-color 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media (min-width: 768px) {
  .list-cmn-border .item .link:hover {
    background-color: #F1EFEB;
  }
}

@media (max-width: 767px) {
  .list-cmn-border .item .link {
    display: block;
  }
}

.list-cmn-border .item .link[target=_blank] .box-detail {
  position: relative;
}

.list-cmn-border .item .link[target=_blank] .box-detail:before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 11px;
  height: 9px;
  background-image: url(../img/ico_window_orange01_11x9px.png);
  background-position: right top;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .list-cmn-border .item .link[target=_blank] .box-detail:before {
    top: 5px;
    right: 5px;
    width: 8px;
    height: 7px;
    background-size: 8px 7px;
  }
}

.list-cmn-border .item .box-detail {
  width: 100%;
  padding: 30px 50px;
  border: 1px solid #DED3C5;
}

@media (max-width: 767px) {
  .list-cmn-border .item .box-detail {
    padding: 18px 30px;
  }
}

.list-cmn-border .item .box-detail .title {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  .list-cmn-border .item .box-detail .title {
    font-size: 1.4rem;
  }
}

.list-cmn-border .item .box-detail .title:before {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: -50px;
  width: 30px;
  height: 11px;
  background-image: url(../img/ico_arrow_orange30x11px_R.png);
  background-position: left top;
  background-repeat: no-repeat;
}
.list-cmn-border .item .box-detail .title.icon-pdf:before,
.list-cmn-border .item .box-detail .title.icon-file:before {
  top: calc(50% - 12px);
  left: -32px;
  width: 18px;
  height: 24px;
  background-size: 18px 24px;
}
.list-cmn-border .item .box-detail .title.icon-pdf:before{background-image: url(../img/ico_pdf_01.png) ;}
.list-cmn-border .item .box-detail .title.icon-file:before{background-image: url(../img/ico_file_01.png) ;}

@media (max-width: 767px) {
  .list-cmn-border .item .box-detail .title:before {
    top: 7px;
    left: -30px;
    width: 15px;
    background-image: url(../img/ico_arrow_orange15x11px_R.png);
  }
  .list-cmn-border .item .box-detail .title.icon-pdf:before,
  .list-cmn-border .item .box-detail .title.icon-file:before {
    top: calc(50% - 9px);
    left: -21px;
    width: 14px;
    height: 18px;
    background-size: 14px 18px;
  }
}

.list-cmn-border .item .box-detail .text {
  margin-top: 28px;
  line-height: 1.9;
}

@media (max-width: 767px) {
  .list-cmn-border .item .box-detail .text {
    margin-top: 15px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.list-cmn-border-gray .item .link {
  background-color: #F1EFEB;
}

@media (min-width: 768px) {
  .list-cmn-border-gray .item .link:hover {
    background-color: #E1DDD5;
  }
}

/* list-cmn-card / 画像付き（縦）テキストボタン
---------------------------------------------------------- */
.list-cmn-card {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -20px;
}

@media (max-width: 1279px) {
  .list-cmn-card {
    padding: 0 0 10px;
    margin: 0 -15px;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .list-cmn-card {
    display: block;
    padding: 0 15px;
  }
}

.list-cmn-card .item {
  width: 50%;
  padding: 0 20px;
  margin-bottom: 40px;
}

@media (max-width: 1279px) {
  .list-cmn-card .item {
    margin-bottom: 30px;
    padding: 0 15px;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .list-cmn-card .item {
    width: 100%;
    margin-bottom: 15px;
    padding: 0;
  }
  .list-cmn-card .item:last-child { margin-bottom: 20px;}
}

.list-cmn-card .item .link {
  display: block;
  background-color: #F1EFEB;
  transition: background-color 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.list-cmn-card .item .link .box-image {
  overflow: hidden;
}

.list-cmn-card .item .link .box-image .image {
  transition: all 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.list-cmn-card .item .link:hover .image {
  -webkit-transform: rotate(0.01deg) scale(1.09);
          transform: rotate(0.01deg) scale(1.09);
}

@media (max-width: 767px) {
  .list-cmn-card .item .link:hover .image {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@media (min-width: 768px) {
  .list-cmn-card .item .link:hover {
    background-color: #E1DDD5;
  }
}

@media (max-width: 767px) {
  .list-cmn-card .item .link {
    display: block;
  }
}

@media (max-width: 767px) {
  .list-cmn-card .item .box-image .image {
    height: 240px;
  }
}

/* オプション：SPにてカラム維持
---------------------------------------------------*/
@media (max-width: 767px) {
	.no-clm_sp .list-cmn-card{
		display: flex;
		justify-content: center;
	}
  .no-clm_sp .list-cmn-card .item {
    width: 33.3%;		
  }
}

.list-cmn-card .item .box-image .image {
  height: 280px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.list-cmn-card .item .box-detail {
  width: 100%;
  padding: 25px 25px 25px 50px;
}

@media (max-width: 767px) {
  .list-cmn-card .item .box-detail {
    padding: 18px 30px;
  }
}

.list-cmn-card .item .link[target=_blank] .box-detail {
  position: relative;
}

.list-cmn-card .item .link[target=_blank] .box-detail:before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 11px;
  height: 9px;
  background-image: url(../img/ico_window_orange01_11x9px.png);
  background-position: right top;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .list-cmn-card .item .link[target=_blank] .box-detail:before {
    top: 5px;
    right: 5px;
    width: 8px;
    height: 7px;
    background-size: 8px 7px;
  }
}

.list-cmn-card .item .box-detail .title {
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  .list-cmn-card .item .box-detail .title {
    font-size: 1.6rem;
  }
}

.list-cmn-card .item .box-detail .title:before {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: -50px;
  width: 30px;
  height: 11px;
  background-image: url(../img/ico_arrow_orange30x11px_R.png);
  background-position: left top;
  background-repeat: no-repeat;
}

.list-cmn-card .item .box-detail .title.icon-pdf:before,
.list-cmn-card .item .box-detail .title.icon-file:before {
  top: 2px;
  left: -32px;
  width: 18px;
  height: 24px;
  background-size: 18px 24px;
  background-position: left top;
  background-repeat: no-repeat;
}
.list-cmn-card .item .box-detail .title.icon-pdf:before{background-image: url(../img/ico_pdf_01.png) ;}
.list-cmn-card .item .box-detail .title.icon-file:before{background-image: url(../img/ico_file_01.png) ;}

@media (max-width: 767px) {
  .list-cmn-card .item .box-detail .title:before {
    top: 7px;
    left: -30px;
    width: 15px;
    background-image: url(../img/ico_arrow_orange15x11px_R.png);
  }
  .list-cmn-card .item .box-detail .title.icon-pdf:before,
  .list-cmn-card .item .box-detail .title.icon-file:before {
    top: calc(50% - 9px);
    left: -21px;
    width: 14px;
    height: 18px;
    background-size: 14px 18px;
  }
}

.list-cmn-card .item .box-detail .text {
  margin-top: 21px;
  line-height: 1.9;
}

@media (max-width: 767px) {
  .list-cmn-card .item .box-detail .text {
    margin-top: 13px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.list-cmn-card-white .item .link {
  background-color: #FFF;
}

@media (min-width: 768px) {
  .list-cmn-card-white .item .link:hover {
    background-color: #E1DDD5;
  }
}

.list-cmn-card.col-03 .item {
  width: 33.33%;
}

@media (max-width: 1279px) {
  .list-cmn-card.col-03 .item {
    width: 50%;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .list-cmn-card.col-03 .item {
    width: 100%;
  }
}

/*.list-cmn-card.col-03 .item .box-image .image {
  height: 240px;
}*/

@media (max-width: 767px) {
  .list-cmn-card.col-03 .item .box-image .image {
    height: 160px;
  }
}

.list-cmn-card .item p.txt-caption{
  font-size: 1.2rem;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .list-cmn-card .item p.txt-caption{
    margin-top: 5px;
  }
}

.list-cmn-card .item.simple .image{
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.list-cmn-card .item.simple .txt-caption{
    text-align: center;
}
.list-cmn-card .item.simple .txt-caption.textleft{
    text-align: left;
}

/* list-cmn-campus　縦長サムネイル画像のリンク（主にキャンパス）
---------------------------------------------------------- */
.list-cmn-campus {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px -40px;
  padding: 0 0 40px;
}

@media (max-width: 1279px) {
  .list-cmn-campus {
    margin: 0 -15px -30px;
    padding: 0 0 30px;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .list-cmn-campus {
    display: block;
    margin: 0;
    padding: 0 0 20px;
  }
}

.list-cmn-campus .item {
  width: 50%;
  margin-bottom: 40px;
  padding: 0 20px;
}

@media (max-width: 1279px) {
  .list-cmn-campus .item {
    margin-bottom: 30px;
    padding: 0 15px;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .list-cmn-campus .item {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

.list-cmn-campus .item .link {
  position: relative;
  display: block;
  background-color: #F1EFEB;
  transition: background-color 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.list-cmn-campus .item .link .box-image {
  overflow: hidden;
}

.list-cmn-campus .item .link .box-image .image {
  transition: all 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.list-cmn-campus .item .link:hover .image {
  -webkit-transform: rotate(0.01deg) scale(1.09);
          transform: rotate(0.01deg) scale(1.09);
}

@media (max-width: 767px) {
  .list-cmn-campus .item .link:hover .image {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@media (min-width: 768px) {
  .list-cmn-campus .item .link:hover {
    background-color: #E1DDD5;
  }
}

@media (max-width: 767px) {
  .list-cmn-campus .item .link {
    display: flex;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .list-cmn-campus .item .link[target=_blank]:before {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 8px;
    height: 7px;
    background-image: url(../img/ico_window_orange02_11x9px.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 8px 7px;
  }
}

@media (max-width: 767px) {
  .list-cmn-campus .item .box-image {
    width: 50%;
  }
  .list-cmn-campus .item:nth-child(even) .box-image {
      order: 2;
  }
}

.list-cmn-campus .item .box-image .image {
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1279px) {
  .list-cmn-campus .item .box-image .image {
    height: 320px;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .list-cmn-campus .item .box-image .image {
    height: 100%;
  }
}

.list-cmn-campus .item .box-detail {
  position: relative;
  padding: 35px 25px 35px 50px;
}

@media (max-width: 1279px) {
  .list-cmn-campus .item .box-detail {
    padding: 25px 25px 35px 50px;
  }
}
@media (max-width: 1279px) and (max-width: 767px) {
  .list-cmn-campus .item .box-detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    min-height: 105px;
    padding: 10px 15px 15px 30px;
  }
}

.list-cmn-campus .item .link[target=_blank] .box-detail:before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 11px;
  height: 9px;
  background-image: url(../img/ico_window_orange02_11x9px.png);
  background-position: right top;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .list-cmn-campus .item .link[target=_blank] .box-detail:before {
    display: none;
  }
}

.list-cmn-campus .item .box-detail .title {
  position: relative;
  font-weight: 500;
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .list-cmn-campus .item .box-detail .title {
    font-size: 1.4rem;
  }
}

.list-cmn-campus .item .box-detail .title:after {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: -50px;
  width: 30px;
  height: 11px;
  background-image: url(../img/ico_arrow_orange30x11px_R.png);
  background-position: left top;
  background-repeat: no-repeat;
}

.list-cmn-campus .item .box-detail .title.icon-pdf:after,
.list-cmn-campus .item .box-detail .title.icon-file:after {
  top: 2px;
  left: -32px;
  width: 18px;
  height: 24px;
  background-size: 18px 24px;
  background-position: left top;
  background-repeat: no-repeat;
}
.list-cmn-campus .item .box-detail .title.icon-pdf:after{background-image: url(../img/ico_pdf_01.png) ;}
.list-cmn-campus .item .box-detail .title.icon-file:after{background-image: url(../img/ico_file_01.png) ;}


@media (max-width: 767px) {
  .list-cmn-campus .item .box-detail .title:after {
    top: 6px;
    left: -30px;
    width: 15px;
    background-image: url(../img/ico_arrow_orange15x11px_R.png);
  }
  .list-cmn-campus .item .box-detail .title.icon-pdf:after,
  .list-cmn-campus .item .box-detail .title.icon-file:after {
    top: calc(50% - 9px);
    left: -21px;
    width: 14px;
    height: 18px;
    background-size: 14px 18px;
  }
}

.list-cmn-campus .item .box-detail .text {
  margin-top: 21px;
  line-height: 1.9;
}

@media (max-width: 767px) {
  .list-cmn-campus .item .box-detail .text {
    margin-top: 13px;
    font-size: 1rem;
    line-height: 1.4;
  }
}

.list-cmn-campus.col-03 .item {
  width: 33.33%;
}

@media (max-width: 1279px) and (max-width: 767px) {
  .list-cmn-campus.col-03 .item {
    width: 100%;
  }
}

.list-cmn-campus-white .item .link {
  background-color: #FFF;
}

@media (min-width: 768px) {
  .list-cmn-campus-white .item .link:hover {
    background-color: #E1DDD5;
  }
}

/* list-cmn-intro 画像付きリンク（1カラム、説明文付き）
---------------------------------------------------------- */
.list-cmn-intro {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

@media (max-width: 1279px) {
  .list-cmn-intro {
    padding: 0;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .list-cmn-intro {
    padding: 0;
  }
}

.list-cmn-intro .item {
  width: 100%;
  margin-bottom: 40px;
}

@media (max-width: 1279px) {
  .list-cmn-intro .item {
    margin-bottom: 30px;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .list-cmn-intro .item {
    margin-bottom: 15px;
  }
  .list-cmn-intro .item:last-child{ margin-bottom: 20px;}
}

.list-cmn-intro .item .link {
  position: relative;
  display: flex;
  background-color: #F1EFEB;
  transition: background-color 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.list-cmn-intro .item .link[target=_blank] .box-detail:before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 11px;
  height: 9px;
  background-image: url(../img/ico_window_orange02_11x9px.png);
  background-position: right top;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .list-cmn-intro .item .link[target=_blank] .box-detail:before {
    top: 5px;
    right: 5px;
    width: 8px;
    height: 7px;
    background-size: 8px 7px;
  }
}

.list-cmn-intro .item .link .box-image {
  overflow: hidden;
}

.list-cmn-intro .item .link .box-image .image {
  transition: all 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.list-cmn-intro .item .link:hover .image {
  -webkit-transform: rotate(0.01deg) scale(1.09);
          transform: rotate(0.01deg) scale(1.09);
}

@media (max-width: 767px) {
  .list-cmn-intro .item .link:hover .image {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@media (min-width: 768px) {
  .list-cmn-intro .item .link:hover {
    background-color: #E1DDD5;
  }
}

@media (max-width: 767px) {
  .list-cmn-intro .item .link {
    display: block;
  }
}

.list-cmn-intro .item .box-image {
  width: 33.33%;
  flex: 1 0 auto;
  min-height: 240px;
}

.list-cmn-intro.image-large .item .box-image {
  width: 50%;
}

@media (max-width: 767px) {
  .list-cmn-intro .item .box-image {
    width: 100%;
    height: 240px;
    min-height: inherit;
  }
  .list-cmn-intro.image-large .item .box-image {
    width: 100%;
  }
}

.list-cmn-intro .item .box-image .image {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.list-cmn-intro .item .box-detail {
  position: relative;
  width: 100%;
  padding: 37px 50px 53px;
}

@media (max-width: 767px) {
  .list-cmn-intro .item .box-detail {
    padding: 18px 30px 24px;
  }
}

/* ミニバージョン
---------------------------*/
.mini .list-cmn-intro .item .link {
    display: flex;
  }
.mini .list-cmn-intro .item .box-image {
  width: 25%;
  flex: 1 0 auto;
  min-height: 150px;
}
@media (max-width: 767px) {
	.mini .list-cmn-intro .item .box-image{
		width: 25%;
		height: 100px;
		min-height: 100px;
	}
}

.list-cmn-intro .item .box-detail .title {
  position: relative;
  margin-bottom: 32px;
  font-size: 1.8rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  .list-cmn-intro .item .box-detail .title {
    margin-bottom: 13px;
    font-size: 1.6rem;
  }
}

.list-cmn-intro .item .box-detail .title:before {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: -50px;
  width: 30px;
  height: 11px;
  background-image: url(../img/ico_arrow_orange30x11px_R.png);
  background-position: left top;
  background-repeat: no-repeat;
}

.list-cmn-intro .item .box-detail .title.icon-pdf:before,
.list-cmn-intro .item .box-detail .title.icon-file:before {
  top: 2px;
  left: -32px;
  width: 18px;
  height: 24px;
  background-size: 18px 24px;
  background-position: left top;
  background-repeat: no-repeat;
}
.list-cmn-intro .item .box-detail .title.icon-pdf:before{background-image: url(../img/ico_pdf_01.png) ;}
.list-cmn-intro .item .box-detail .title.icon-file:before{background-image: url(../img/ico_file_01.png) ;}

@media (max-width: 767px) {
  .list-cmn-intro .item .box-detail .title:before {
    top: 7px;
    left: -30px;
    width: 15px;
    background-image: url(../img/ico_arrow_orange15x11px_R.png);
  }
  .list-cmn-intro .item .box-detail .title.icon-pdf:before,
  .list-cmn-intro .item .box-detail .title.icon-file:before {
    top: calc(50% - 9px);
    left: -21px;
    width: 14px;
    height: 18px;
    background-size: 14px 18px;
  }
}

.list-cmn-intro .item .box-detail .text {
  line-height: 1.9;
}

@media (max-width: 767px) {
  .list-cmn-intro .item .box-detail .text {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.list-cmn-intro-white .item .link {
  background-color: #FFF;
}

@media (min-width: 768px) {
  .list-cmn-intro-white .item .link:hover {
    background-color: #E1DDD5;
  }
}

/* list-cmn-group　主に学科紹介用
---------------------------------------------------------- */
.list-cmn-group {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 40px;
}

@media (max-width: 1279px) {
  .list-cmn-group {
    display: block;
    padding: 0 0 40px;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .list-cmn-group {
    padding: 0;
    padding: 0 0 20px;
  }
}

.list-cmn-group .item {
  width: 50%;
  margin-bottom: 1px;
}

@media (max-width: 1279px) {
  .list-cmn-group .item {
    width: 100%;
  }
}

.list-cmn-group .item:nth-child(even) {
  padding-left: 1px;
}

@media (max-width: 1279px) {
  .list-cmn-group .item:nth-child(even) {
    padding-left: 0px;
  }
}

.list-cmn-group .item .link {
  position: relative;
  display: flex;
  background-color: #F1EFEB;
}

@media (min-width: 768px) {
  .list-cmn-group .item .link:hover {
    background-color: #E1DDD5;
  }
}

@media (max-width: 767px) {
  .list-cmn-group .item .link[target=_blank]:before {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 8px;
    height: 7px;
    background-image: url(../img/ico_window_orange02_11x9px.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 8px 7px;
  }
}

.list-cmn-group .item .link[target=_blank] .box-detail:before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 11px;
  height: 9px;
  background-image: url(../img/ico_window_orange02_11x9px.png);
  background-position: right top;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .list-cmn-group .item .link[target=_blank] .box-detail:before {
    display: none;
  }
}

.list-cmn-group .item .link .box-image {
  overflow: hidden;
}

.list-cmn-group .item .link .box-image .image {
  transition: all 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.list-cmn-group .item .link:hover .image {
  -webkit-transform: rotate(0.01deg) scale(1.09);
          transform: rotate(0.01deg) scale(1.09);
}

@media (max-width: 767px) {
  .list-cmn-group .item .link:hover .image {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.list-cmn-group .item .box-image {
  display: flex;
  width: 33.33%;
  flex: 1 0 auto;
  min-height: 185px;
}

@media (max-width: 767px) {
  .list-cmn-group .item .box-image {
    min-height: 135px;
  }
}

.list-cmn-group .item .box-image .image {
  flex: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.list-cmn-group .item .box-detail {
  width: 100%;
  padding: 30px 30px 30px 50px;
}

@media (max-width: 767px) {
  .list-cmn-group .item .box-detail {
    padding: 15px 20px 15px 30px;
  }
}

.list-cmn-group .item .box-detail .title {
  position: relative;
  margin-bottom: 22px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .list-cmn-group .item .box-detail .title {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
}

.list-cmn-group .item .box-detail .title:before {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: -50px;
  width: 30px;
  height: 11px;
  background-image: url(../img/ico_arrow_orange30x11px_R.png);
  background-position: left top;
  background-repeat: no-repeat;
}

.list-cmn-group .item .box-detail .title.icon-pdf:before,
.list-cmn-group .item .box-detail .title.icon-file:before {
  top: 2px;
  left: -32px;
  width: 18px;
  height: 24px;
  background-size: 18px 24px;
  background-position: left top;
  background-repeat: no-repeat;
}
.list-cmn-group .item .box-detail .title.icon-pdf:before{background-image: url(../img/ico_pdf_01.png) ;}
.list-cmn-group .item .box-detail .title.icon-file:before{background-image: url(../img/ico_file_01.png) ;}

@media (max-width: 767px) {
  .list-cmn-group .item .box-detail .title:before {
    top: 6px;
    left: -30px;
    width: 15px;
    background-image: url(../img/ico_arrow_orange15x11px_R.png);
  }
  .list-cmn-group .item .box-detail .title.icon-pdf:before,
  .list-cmn-group .item .box-detail .title.icon-file:before {
    top: calc(50% - 9px);
    left: -22px;
    width: 14px;
    height: 18px;
    background-size: 14px 18px;
  }
}

.list-cmn-group .item .box-detail .text {
  line-height: 1.65;
}

@media (max-width: 767px) {
  .list-cmn-group .item .box-detail .text {
    font-size: 1.2rem;
    line-height: 1.7;
  }
}

.list-cmn-group-white .item .link {
  background-color: #FFF;
}

@media (min-width: 768px) {
  .list-cmn-group-white .item .link:hover {
    background-color: #E1DDD5;
  }
}

/* list-cmn-pickup　サムネイル付きリスト
---------------------------------------------------------- */
.list-cmn-pickup {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 40px;
/*  border-top: 1px solid #DED3C5;*/
}

@media (max-width: 1279px) {
  .list-cmn-pickup {
    padding: 0 0 30px;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .list-cmn-pickup {
    display: block;
    padding: 0 0 20px;
  }
}

.list-cmn-pickup .item {
  width: 50%;
  margin-bottom: 1px;
}

@media (max-width: 767px) {
  .list-cmn-pickup .item {
    width: 100%;
  }
}

.list-cmn-pickup .item:nth-child(even) {
  padding-left: 1px;
}

@media (max-width: 767px) {
  .list-cmn-pickup .item:nth-child(even) {
    padding-left: 0px;
  }
}

.list-cmn-pickup .item .link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background-color 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: #F1EFEB;
}

.list-cmn-pickup .item .link .box-image {
  overflow: hidden;
}

.list-cmn-pickup .item .link .box-image .image {
  transition: all 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.list-cmn-pickup .item .link:hover .image {
  -webkit-transform: rotate(0.01deg) scale(1.09);
          transform: rotate(0.01deg) scale(1.09);
}

@media (max-width: 767px) {
  .list-cmn-pickup .item .link:hover .image {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@media (min-width: 768px) {
  .list-cmn-pickup .item .link:hover {
    background-color: #E1DDD5;
  }
}

@media (max-width: 767px) {
  .list-cmn-pickup .item .link {
    display: flex;
  }
}

.list-cmn-pickup .item .box-image {
  width: 33.33%;
  flex: 1 0 auto;
}

.list-cmn-pickup .item .box-image .image {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.list-cmn-pickup .item .box-detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 100px;
  padding: 20px 20px 20px 40px;
  overflow: hidden;  
}

@media (max-width: 1279px) and (max-width: 767px) {
  .list-cmn-pickup .item .box-detail {
    min-height: 60px;
    padding: 10px 25px;
  }
}

.list-cmn-pickup .item .link[target=_blank] .box-detail:before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 11px;
  height: 9px;
  background-image: url(../img/ico_window_orange02_11x9px.png);
  background-position: right top;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .list-cmn-pickup .item .link[target=_blank] .box-detail:before {
    display: none;
  }
}

.list-cmn-pickup .item .box-detail .title {
  position: relative;
  font-weight: 500;
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  .list-cmn-pickup .item .box-detail .title {
    font-size: 1.2rem;
  }
}

.list-cmn-pickup .item .box-detail .title:after {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: -45px;
  width: 30px;
  height: 11px;
  background-image: url(../img/ico_arrow_orange30x11px_R.png);
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .list-cmn-pickup .item .box-detail .title:after {
    top: 4px;
    left: -25px;
    width: 15px;
    background-image: url(../img/ico_arrow_orange15x11px_R.png);
  }
}

.list-cmn-pickup-white .item .link {
  background-color: #FFF;
}

@media (min-width: 768px) {
  .list-cmn-pickup-white .item .link:hover {
    background-color: #E1DDD5;
  }
}

.list-cmn-pickup-w40 {
  margin: 0 -20px -40px;
}

@media (max-width: 1279px) {
  .list-cmn-pickup-w40 {
    padding: 0 0 10px;
    margin: 0 -15px;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .list-cmn-pickup-w40 {
    margin: 0 0 20px;
    padding: 0;
  }
}

.list-cmn-pickup-w40 .item:nth-child(n){
  margin-bottom: 40px;
  padding: 0 20px;
}

@media (max-width: 1279px) {
  .list-cmn-pickup-w40 .item:nth-child(n){
    margin-bottom: 30px;
    padding: 0 15px;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .list-cmn-pickup-w40 .item:nth-child(n){
    width: 100%;
    margin-bottom: 15px;
    padding: 0;
  }
  .list-cmn-pickup-w40 .item:last-child{ margin-bottom: 0; }
}

.list-cmn-pickup-w40 .item .btn-cmn {
  justify-content: flex-start;
  max-width: inherit;
  padding: 10px 50px;
  text-align: left;
}

@media (max-width: 767px) {
  .list-cmn-pickup-w40 .item .btn-cmn {
    width: 100%;
    height: 60px;
    padding: 10px 30px;
    font-size: 1.4rem;
  }
}

/* list-cmn-lead　コンテンツ誘導を強調するリンク
---------------------------------------------------------- */
.list-cmn-lead {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 40px;
}
.list-cmn-lead-padding-0 .list-cmn-lead {padding: 0;}

.list-cmn-lead .item {
  width: 50%;
}

.list-cmn-lead .item .link {
  position: relative;
  display: block;
}

.list-cmn-lead .item .link .box-image {
  overflow: hidden;
}

.list-cmn-lead .item .link .box-image .image {
  transition: all 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.list-cmn-lead .item .link:hover .image {
  -webkit-transform: rotate(0.01deg) scale(1.09);
          transform: rotate(0.01deg) scale(1.09);
}

@media (max-width: 767px) {
  .list-cmn-lead {
    padding-bottom: 15px;
  }
  .list-cmn-lead .item .link:hover .image {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.list-cmn-lead .item .link:hover .button {
  background-color: rgba(241, 239, 235, 0.9);
}

.list-cmn-lead .item .link[target=_blank] .button:before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 11px;
  height: 9px;
  background-image: url(../img/ico_window_orange01_11x9px.png);
  background-position: right top;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .list-cmn-lead .item .link[target=_blank] .button:before {
    top: 5px;
    right: 5px;
    background-size: 8px 7px;
  }
}

.list-cmn-lead .item .label {
  position: absolute;
  top: 30px;
  left: 30px;
  padding: 8px 15px;
  background-color: rgba(56, 51, 44, 0.9);
  font-size: 1.4rem;
  color: #fff;
  z-index: 3;
}

@media (max-width: 767px) {
  .list-cmn-lead .item .label {
    top: 5px;
    left: 5px;
    padding: 2px 9px;
    font-size: 0.8rem;
  }
}

.list-cmn-lead .item .box-image .image {
  height: 360px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .list-cmn-lead .item .box-image .image {
    height: 180px;
  }
}

.list-cmn-lead .item .button {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  display: flex;
  align-items: center;
  width: calc(100% - 30px);
  margin: 0 auto;
  padding: 16px 20px 16px 50px;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 1.8rem;
  font-weight: 700;
  transition: background-color 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media (max-width: 767px) {
  .list-cmn-lead .item .button {
    bottom: 5px;
    left: 5px;
    right: 5px;
    width: calc(100% - 10px);
    padding: 6px 25px;
    font-size: 1.2rem;
  }
}

.list-cmn-lead .item .button:after {
  content: '';
  display: block;
  position: absolute;
  top: 24px;
  left: 0;
  width: 30px;
  height: 11px;
  background-image: url(../img/ico_arrow_orange30x11px_R.png);
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .list-cmn-lead .item .button:after {
    top: 10px;
    width: 15px;
    background-image: url(../img/ico_arrow_orange15x11px_R.png);
  }
}

.list-cmn-lead .item.item-large .box-image .image {
  height: 500px;
}

@media (max-width: 767px) {
  .list-cmn-lead .item.item-large .box-image .image {
    height: 250px;
  }
}

.list-cmn-lead .item.item-middle .box-image .image {
  height: 360px;
}

@media (max-width: 767px) {
  .list-cmn-lead .item.item-middle .box-image .image {
    height: 180px;
  }
}

.list-cmn-lead .item.item-middle .button {
  bottom: 15px;
  left: 15px;
  right: 15px;
  width: calc(100% - 30px);
}

@media (max-width: 767px) {
  .list-cmn-lead .item.item-middle .button {
    bottom: 5px;
    left: 5px;
    right: 5px;
    width: calc(100% - 10px);
  }
}

.list-cmn-lead.col-3 .item {
  width: 33.33%;
}
.list-cmn-lead.col-4 .item {
  width: 25%;
}

@media (max-width: 1279px) {
  .list-cmn-lead.col-4 .item {
    width: 50%;
  }
}


/* list-cmn-anchor
---------------------------------------------------------- */
.list-cmn-anchor-wrap {
  position: relative;
  padding: 0 100px;
  background-color: #F1EFEB;
  border-top: 1px solid #fff;
}
.list-cmn-anchor-wrap.anchor-in {
  background-color: transparent;
  margin: 0 0 40px;
	border-top: none;
}

@media (max-width: 1279px) {
  .list-cmn-anchor-wrap {
    padding: 0;
  }
  .list-cmn-anchor-wrap.anchor-in {
    padding: 0 50px;
  }
}
@media (max-width: 1279px) and (max-width: 767px) {
  .list-cmn-anchor-wrap.anchor-in {
    padding: 0 15px;
    margin: 0 0 20px;
  }
}

.list-cmn-anchor-wrap:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.list-cmn-anchor-wrap.anchor-in:after{
	background-color: transparent;
}

.list-cmn-anchor {
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #fff;
}
.list-cmn-anchor .item {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media (max-width: 1279px) {
  .list-cmn-anchor .item {
    width: 50%;
  }
}
@media (max-width: 1279px) and (max-width: 767px) {
  .list-cmn-anchor .item {
    width: 100%;
    border-right: none;
  }
}

.list-cmn-anchor .item .link {
  display: block;
  padding: 14px 30px;
  font-size: 1.4rem;
  background-color: #F1EFEB;
  transition: background-color 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 1279px) {
  .list-cmn-anchor .item .link {
    padding: 13px 30px;
  }
}
@media (max-width: 1279px) and (max-width: 767px) {
  .list-cmn-anchor .item .link {
    padding: 10px 20px;
    font-size: 1.2rem;
  }
}

@media (min-width: 768px) {
  .list-cmn-anchor .item .link:hover {
    background-color: #E1DDD5;
  }
}

.list-cmn-anchor .item .link > span {
  position: relative;
  padding-left: 26px;
}

@media (max-width: 767px) {
  .list-cmn-anchor .item .link > span {
    padding-left: 25px;
  }
}

.list-cmn-anchor .item .link > span::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 11px;
  height: 20px;
  background-image: url(../img/ico_arrow_orange20x11px_D.png);
  background-position: left top;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .list-cmn-anchor .item .link > span::before {
    top: 3px;
    left: -1px;
    height: 15px;
    background-image: url(../img/ico_arrow_orange15x11px_D.png);
  }
}

/* list-cmn-anchor-white
---------------------------------------------------------- */
.list-cmn-anchor-wrap-white {
  position: relative;
  padding: 0 100px;
  background-color: transparent;
	margin: 0 0 40px;
	border-top: none;
}
.list-cmn-anchor-wrap-white:after{
	height: 0;
}
@media (max-width: 1279px) {
  .list-cmn-anchor-wrap-white {
    padding: 0 50px;
  }
}
@media (max-width: 1279px) and (max-width: 767px) {
  .list-cmn-anchor-wrap-white {
    padding: 0 15px;
    margin: 0 0 20px;
  }
}

.list-cmn-anchor-white {
  display: flex;
  flex-wrap: wrap;
}
.list-cmn-anchor-white .item {
	padding: 0 1px 1px 0;
	border-right: 0 solid #fff;
 	border-bottom: 0 solid #fff;
}
@media (max-width: 1279px) {
  .list-cmn-anchor-white .item {
    width: 50%;
  }
}
@media (max-width: 1279px) and (max-width: 767px) {
  .list-cmn-anchor-white .item {
    width: 100%;
    border-right: none;
  }
}

.list-cmn-anchor-white .item .link {
  display: block;
  padding: 14px 30px;
  font-size: 1.4rem;
  background-color: #fff;
  transition: background-color 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 1279px) {
  .list-cmn-anchor-white .item .link {
    padding: 13px 30px;
  }
}
@media (max-width: 1279px) and (max-width: 767px) {
  .list-cmn-anchor-white .item .link {
    padding: 10px 20px;
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .list-cmn-anchor-white .item .link:hover {
    background-color: #F1EFEB;
  }
}

.list-cmn-anchor-white .item .link > span {
  position: relative;
  padding-left: 26px;
}

@media (max-width: 767px) {
  .list-cmn-anchor-white .item .link > span {
    padding-left: 25px;
  }
}

.list-cmn-anchor-white .item .link > span::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 11px;
  height: 20px;
  background-image: url(../img/ico_arrow_orange20x11px_D.png);
  background-position: left top;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .list-cmn-anchor-white .item .link > span::before {
    top: 3px;
    left: -1px;
    height: 15px;
    background-image: url(../img/ico_arrow_orange15x11px_D.png);
  }
}

/* ==========================================================
 box
========================================================== */
/* box-wrap
---------------------------------------------------------- */
.box-wrap-gray {
  padding: 40px 0 1px;
  margin: 0 0 40px;
  background-image: linear-gradient(to left, #FAF9F8 0%, #EBE9E5 100%);
}
.box-wrap-gray.mb-0{ margin: 0 !important; }

@media (max-width: 1279px) {
  .box-wrap-gray {
    padding: 40px 0 1px;
    margin: 0 0 40px;
    background-image: linear-gradient(to left, #FAF9F8 0%, #EBE9E5 100%);
  }
}
@media (max-width: 1279px) and (max-width: 767px) {
  .box-wrap-gray {
    padding: 20px 0 1px;
    margin: 0 0 20px;
    background-image: linear-gradient(to left, #FAF9F8 0%, #EBE9E5 100%);
  }
}
/* box-wrap type02
---------------------------------------------------------- */
.box-wrap-gray.type02 {
  padding: 40px 0 40px;
  margin: 0;
}

@media (max-width: 1279px) and (max-width: 767px) {
  .box-wrap-gray.type02 {
    padding: 20px 0 20px;
    margin: 0;
  }
}
/* box-wrap type03
---------------------------------------------------------- */
.box-wrap-gray.type03 {
  padding: 40px 0 40px;
   margin: 40px 0 40px;
}

@media (max-width: 1279px) and (max-width: 767px) {
  .box-wrap-gray.type03 {
    padding: 20px 0 20px;
     margin: 20px 0 20px;
  }
}

/* box-wrap-gray_mini 
---------------------------------------------------------- */
.box-wrap-gray_mini {
  padding: 0 100px;
  margin: 0 0 40px;
}

@media (max-width: 1279px) {
  .box-wrap-gray_mini {
    padding: 0 50px;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .box-wrap-gray_mini {
    padding: 0 15px;
    margin: 0 0 20px;
  }
}

/* box-wrap-white_mini 
---------------------------------------------------------- */
.box-wrap-white_mini {
  padding: 0 100px;
  margin: 0 0 40px;
}

@media (max-width: 1279px) {
  .box-wrap-white_mini {
    padding: 0 50px;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .box-wrap-white_mini {
    padding: 0 15px;
    margin: 0 0 20px;
  }
}


/* box-wrap-border_mini 
---------------------------------------------------------- */
.box-wrap-border_mini {
  padding: 0 100px;
  margin: 0 0 40px;
}

@media (max-width: 1279px) {
  .box-wrap-border_mini {
    padding: 0 50px;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .box-wrap-border_mini {
    padding: 0 15px;
    margin: 0 0 20px;
  }
}

/* box-wrap-border
---------------------------------------------------------- */
.box-wrap-border {
  padding: 40px 0 1px;
  border-top: 1px solid #DED3C5;
}

@media (max-width: 767px) {
  .box-wrap-border {
    padding: 20px 0 1px;
    border-top: 1px solid #DED3C5;
  }
}

/* box-cmn
---------------------------------------------------------- */
.box-cmn {
  padding: 0 100px;
}
.box-cmn.editor {
  padding: 0 100px 20px;
}

@media (max-width: 1279px) {
  .box-cmn {
    padding: 0 50px;
  }
  .box-cmn.editor {
    padding: 0 50px 20px;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .box-cmn {
    padding: 0 15px;
  }
  .box-cmn.editor {
    padding: 0 15px 10px;
  }
}

.box-cmn-in {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .box-cmn-in {
    margin-top: 25px;
  }
}

.box-cmn-in:first-child {
  margin-top: 0;
}

.box-wrap-gray_mini .box-cmn.editor {
  padding: 40px 40px 20px;
  background-color: #F6F5F3;
}

@media (max-width: 767px) {
  .box-wrap-gray_mini .box-cmn.editor {
    padding: 20px 20px 10px;
  }
}

.box-wrap-white_mini .box-cmn.editor {
  padding: 40px 40px 20px;
  background-color: #fff;
}

@media (max-width: 767px) {
  .box-wrap-white_mini .box-cmn.editor {
    padding: 20px 20px 10px;
  }
}

.box-wrap-border_mini .box-cmn.editor {
  padding: 40px 40px 20px;
  border:1px solid #DED3C5;
}

@media (max-width: 767px) {
  .box-wrap-border_mini .box-cmn.editor {
    padding: 20px 20px 10px;
  }
}


/* box-heading-gakubu
---------------------------------------------------------- */
.box-heading-gakubu {
  width: 100%;
  background-image: linear-gradient(to left, #EBE9E5 0%, #FAF9F8 100%);
}

@media (max-width: 1279px) {
  .box-heading-gakubu {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    background: #E1DDD5;
    z-index: 10;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .box-heading-gakubu {
    top: 60px;
  }
}

@media print{
  .box-heading-gakubu {
    position: absolute;
  }
}

.box-heading-gakubu .box {
  display: block;
  padding: 23px 20px;
  transition: background-color 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media (max-width: 1279px) {
  .box-heading-gakubu .box:hover {
    background-color: #EBE9E5;
  }
}

@media (max-width: 1279px) {
  .box-heading-gakubu .box {
    display: flex;
    align-items: flex-end;
    padding: 12px 25px 10px;
  }
  .box-heading-gakubu .box:hover {
    background-color: #D1CBBE;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .box-heading-gakubu .box {
    padding: 9px 15px;
  }
}

.box-heading-gakubu .txt-jp {
  font-size: 2.4rem;
  font-weight: bold;
}

@media (max-width: 1279px) {
  .box-heading-gakubu .txt-jp {
    font-size: 1.8rem;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .box-heading-gakubu .txt-jp {
    font-size: 1.4rem;
  }
}

.box-heading-gakubu .txt-en {
  margin-top: 3px;
  font-family: "Oswald","Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
}

@media (max-width: 1279px) {
  .box-heading-gakubu .txt-en {
    margin-left: 15px;
    padding-bottom: 1px;
    font-size: 1.2rem;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .box-heading-gakubu .txt-en {
    margin-left: 10px;
    padding-bottom: 0;
    font-size: 1rem;
  }
}

/* box-cmn-info
---------------------------------------------------------- */
.box-cmn-info {
  display: flex;
  flex-wrap: wrap;
}

.box-cmn-info .date {
  margin-right: 16px;
  font-size: 1.2rem;
  color: #92846C;
}

@media (max-width: 1279px) {
  .box-cmn-info .date {
    margin-right: 10px;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .box-cmn-info .date {
    margin-right: 12px;
    font-size: 1rem;
  }
}

.box-cmn-info-orange {
  display: block;
}

.box-cmn-info-orange .date {
  margin: 0 0 7px;
  font-size: 1.3rem;
  color: #F5821F;
}

@media (max-width: 767px) {
  .box-cmn-info-orange .date {
    font-size: 1rem;
  }
}

/* box-cmn-tab
---------------------------------------------------------- */
.box-cmn-tab-wrap {
  background-color: #F1EFEB;
}

.box-cmn-tab-wrap .box-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 100px;
}

@media (max-width: 1279px) {
  .box-cmn-tab-wrap .box-title {
    padding: 0 50px;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .box-cmn-tab-wrap .box-title {
    padding: 0 15px;
  }
}

.box-cmn-tab-wrap .box-title .title {
  padding: 13px 0;
  font-size: 1.4rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  .box-cmn-tab-wrap .box-title .title {
    font-size: 1rem;
  }
}

.box-cmn-tab-wrap .box-title .txt-accd {
  position: relative;
  margin-right: 19px;
  padding:13px 30px;
  font-size: 1.4rem;
  font-weight: 500;
  opacity: 1;
  transition: opacity 0.3s ease 0s;
}

.box-cmn-tab-wrap .box-title .txt-accd:hover {
  opacity: 0.7;
  text-decoration: none;
}

@media (max-width: 767px) {
  .box-cmn-tab-wrap .box-title .txt-accd:hover {
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .box-cmn-tab-wrap .box-title .txt-accd {
    margin-right: 0;
    padding-right: 25px;
    font-size: 1rem;
  }
}

.box-cmn-tab-wrap .box-title .txt-accd:before { 
  content: "開く";
}
.box-cmn-tab-wrap .box-title .txt-accd:after {
  content: '';
  display: block;
  position: absolute;
  top: 14px;
  right: 0;
  width: 11px;
  height: 20px;
  background: url(../img/ico_arrow_orange20x11px_D.png) right top no-repeat;
  transition: 0.3s ease 0s;
}
.box-cmn-tab-wrap .box-title.is-active .txt-accd:before {
  content: "閉じる";
}
.box-cmn-tab-wrap .box-title.is-active .txt-accd:after {
  background: url(../img/ico_arrow_orange20x11px_U.png) right top no-repeat;
}

@media (max-width: 767px) {
  .box-cmn-tab-wrap .box-title .txt-accd:after {
    top: 10px;
  }
}

/* box-cmn-tab */
.box-cmn-tab .list-tab {
  display: flex;
  padding: 0 100px;
}

@media (max-width: 1279px) {
  .box-cmn-tab .list-tab {
    padding: 0 50px;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .box-cmn-tab .list-tab {
    padding: 0 15px;
  }
}

.box-cmn-tab .list-tab .item .link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 25px;
  background-color: transparent;
  border-radius: 3px 3px 0 0;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  transition: background-color 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media (max-width: 767px) {
  .box-cmn-tab .list-tab .item .link {
    height: 40px;
    padding: 0 9px;
    font-size: 1.1rem;
  }
}

.box-cmn-tab .list-tab .item .link.is-active, .box-cmn-tab .list-tab .item .link:hover {
  background-color: #E1DDD5;
}

.box-cmn-tab .wrap-tab{
  background-color: #E1DDD5;
}

.box-cmn-tab .box-tab {
  padding: 43px 100px 50px;
/*  background-color: #E1DDD5;*/
}

@media (max-width: 1279px) {
  .box-cmn-tab .box-tab {
    padding: 43px 50px 50px;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .box-cmn-tab .box-tab {
    padding: 15px;
  }
}

.box-cmn-tab .box-tab .list-label {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
}

@media (max-width: 767px) {
  .box-cmn-tab .box-tab .list-label {
    margin-bottom: -6px;
  }
}

.box-cmn-tab .box-tab .list-label .item {
  margin-right: 10px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .box-cmn-tab .box-tab .list-label .item {
    margin-right: 6px;
    margin-bottom: 6px;
  }
}

.box-cmn-tab .box-tab .list-label .item .link {
  display: block;
  padding: 8px 16px;
  border-radius: 3px;
  background: #fff;
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.05);
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  transition: background-color 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media (max-width: 767px) {
  .box-cmn-tab .box-tab .list-label .item .link {
    padding: 7px 15px;
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .box-cmn-tab .box-tab .list-label .item .link:hover {
    background-color: #F1EFEB;
  }
}

.box-cmn-tab .box-tab .list-label + .list-label {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #fff;
}

@media (max-width: 767px) {
  .box-cmn-tab .box-tab .list-label + .list-label {
    margin-top: 15px;
    padding-top: 15px;
  }
}

.box-cmn-tab .box-tab .box-select-tab {
  position: relative;
}

.box-cmn-tab .box-tab .box-select-tab::before {
  position: absolute;
  content: '';
  right: 20px;
  top: calc(50% - 4px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 5px 0 5px;
  border-color: #000 transparent transparent transparent;
  pointer-events: none;
}

@media (max-width: 767px) {
  .box-cmn-tab .box-tab .box-select-tab::before {
    right: 18px;
  }
}

.box-cmn-tab .box-tab .box-select-tab select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  border: none;
  background-color: #fff;
  font-size: 1.4rem;
  display: block;
  padding: 15px 17px;
  width: 100%;
}

.box-cmn-tab .box-tab .box-select-tab select::-ms-expand {
  display: none;
}

@media (max-width: 767px) {
  .box-cmn-tab .box-tab .box-select-tab select {
    font-size: 1.2rem;
    display: block;
    padding: 13px 10px 14px;
  }
}

/* box-cmn-pager
---------------------------------------------------------- */
.box-cmn-pager {
  padding: 0 100px;
  background-color: #E1DDD5;
  border-bottom: 1px solid #fff;
}

@media (max-width: 1279px) {
  .box-cmn-pager {
    padding: 0 50px;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .box-cmn-pager {
    padding: 0 15px;
  }
}

.box-cmn-pager .list-page {
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #fff;
}

.box-cmn-pager .list-page .item {
  border-right: 1px solid #fff;
}

.box-cmn-pager .list-page .item .link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  transition: background-color 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media (max-width: 767px) {
  .box-cmn-pager .list-page .item .link {
    width: 50px;
    height: 50px;
  }
}

@media (min-width: 768px) {
  .box-cmn-pager .list-page .item .link:hover {
    background-color: #D1CBBE;
  }
}

.box-cmn-pager .list-page .item .link.is-active {
  background-color: #D1CBBE;
}

.box-cmn-pager .list-page .item.prev .link, .box-cmn-pager .list-page .item.next .link {
  position: relative;
}

.box-cmn-pager .list-page .item.prev .link:after, .box-cmn-pager .list-page .item.next .link:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 7px;
  height: 13px;
  background-position: center;
  background-repeat: no-repeat;
}

.box-cmn-pager .list-page .item.prev .link:after {
  background-image: url(../img/ico_arrow_left_02.png);
}

.box-cmn-pager .list-page .item.next .link:after {
  background-image: url(../img/ico_arrow_right_02.png);
}

/* box-cmn-float　写真と文章
---------------------------------------------------------- */
.box-cmn-float {
  display: flex;
  margin-bottom: 40px;
}
.box-cmn-float.float-left {
  flex-direction: row-reverse;
}

@media (max-width: 1279px) {
  .box-cmn-float {
    display: flex;
		flex-direction: column;
  }
	.box-cmn-float.float-left {
		display: flex;
		flex-direction: column-reverse;
	}
}
@media (max-width: 1279px) and (max-width: 767px) {
  .box-cmn-float {
    display: flex;
		flex-direction: column;
    margin-bottom: 20px;
  }
	.box-cmn-float.float-left {
		display: flex;
		flex-direction: column-reverse;
	}
}

.box-cmn-float .box-image {
  flex: 1 0 auto;
  margin-left: 50px;
  margin-top: 3px;
}
.box-cmn-float.float-left .box-image {
  margin-left: 0;
  margin-right: 50px;
}

@media (max-width: 1279px) {
	.box-cmn-float .box-image{
    margin: 20px auto 0;
	}
  .box-cmn-float.float-left .box-image{
    margin: 0 auto 20px;
    min-height: 0%;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .box-cmn-float .box-image {
    margin: 20px auto;
  }
	.box-cmn-float.float-left .box-image {
		margin: 0 auto;
	}
}

.box-cmn-float .box-image .image img {
  width: 100%;
}

.box-cmn-float .box-image .txt-caption {
  margin-top: 20px;
  font-size: 1.2rem;
  text-align: center;
}

.box-cmn-float .box-detail {
  width: 100%;
}

.box-cmn-float .box-detail .txt-cmn-intro {
  margin-bottom: 0;
}

.box-cmn-float-small .box-image {
  width: 333px;
}

@media (max-width: 1279px) {
  .box-cmn-float-small .box-image {
    width: 400px;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .box-cmn-float-small .box-image {
    width: 280px;
  }
}

.box-cmn-float-middle .box-image {
  width: 500px;
}

@media (max-width: 1279px) {
  .box-cmn-float-middle .box-image {
    width: 500px;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .box-cmn-float-middle .box-image {
    width: 280px;
  }
}

.box-cmn-float-large .box-image {
  width: 665px;
}

@media (max-width: 1279px) {
  .box-cmn-float-large .box-image {
    width: 600px;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .box-cmn-float-large .box-image {
    width: 280px;
  }
}

/* box-cmn-imgfollow　写真と文章
---------------------------------------------------------- */
.box-cmn-imgfollow {
  display: block;
}
.box-cmn-imgfollow::after{
  content: '';
  display: block;
  clear: both;
}
.box-cmn-imgfollow .float-img{
  position: relative;
  z-index: 2;
}
.box-cmn-imgfollow .float-img img{
  display: block;
  width: 100%;
  height: auto;
}
.box-cmn-imgfollow.float-right .float-img{
  background-color: #fff;
}
.box-cmn-imgfollow.float-left .float-img{ 
  background-color: #fff;
}

.box-cmn-imgfollow .float-img a{
  display: block;
}

.box-cmn-imgfollow .float-img .text-caption{
  display: block;
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
}

@media (min-width: 1280px) {
  .box-cmn-imgfollow {
    margin-bottom: 40px;
  }
  .box-cmn-imgfollow.float-right .float-img{
    float: right;
    padding-left: 40px;
    padding-bottom: 40px;
  }
  .box-cmn-imgfollow.float-left .float-img{
    float: left;
    padding-right: 40px;
    padding-bottom: 40px;
  }
  .box-cmn-imgfollow.img-large .float-img{
    width: 60%;
  }
  .box-cmn-imgfollow.img-mid .float-img{
    width: 45%;
  }
  .box-cmn-imgfollow.img-small .float-img{
    width: 30%;
  }
  .box-cmn-imgfollow.float-left h2::after{
    display: none;
  }  
}
@media (max-width: 1279px) and (min-width: 768px) {
  .box-cmn-imgfollow {
    margin-bottom: 40px;
  }
  .box-cmn-imgfollow.float-right .float-img{
    float: right;
    padding-left: 30px;
    padding-bottom: 30px;
  }
  .box-cmn-imgfollow.float-left .float-img{
    float: left;
    padding-right: 30px;
    padding-bottom: 30px;
  }
  .box-cmn-imgfollow.img-large .float-img{
    width: 60%;
  }
  .box-cmn-imgfollow.img-mid .float-img{
    width: 45%;
  }
  .box-cmn-imgfollow.img-small .float-img{
    width: 30%;
  }
  .box-cmn-imgfollow.float-left h2::after{
    display: none;
  }  
}
@media (max-width: 767px) {
  .box-cmn-imgfollow {
    margin-bottom: 20px;
  }
  .box-cmn-imgfollow.float-right .float-img{
    float: right;
    padding-left: 20px;
    padding-bottom: 20px;
  }
  .box-cmn-imgfollow.float-left .float-img{
    float: left;
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .box-cmn-imgfollow.img-large .float-img{
    width: 50%;
  }
  .box-cmn-imgfollow.img-mid .float-img{
    width: 50%;
  }
  .box-cmn-imgfollow.img-small .float-img{
    width: 50%;
  }
  .box-cmn-imgfollow .float-img .text-caption{
    font-size: 12px;
    margin-top: 8px;
  }
}

/* box-cmn-attention　写真と文章
---------------------------------------------------------- */
.box-cmn-attention {
  display: flex;
  margin-bottom: 40px;
  background-color: #F1EFEB;
}
.box-cmn-attention.float-left {
  flex-direction: row-reverse;
}
.box-cmn-attention.box-cmn-attention-white {
  background-color: #fff;
}

@media (max-width: 767px) {
  .box-cmn-attention {
    display: block;
    margin-bottom: 20px;
  }
}

.box-cmn-attention .box-image {
  flex: 1 0 auto;
  min-height: 300px;
  margin-top: 0;
}
.box-cmn-attention.float-left .box-image {
  margin-left: 0;
}

@media (max-width: 1279px) and (max-width: 767px) {
  .box-cmn-attention .box-image {}
}

.box-cmn-attention .box-image .image {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.box-cmn-attention .box-detail {
  width: 100%;
  padding: 40px;
}
@media (max-width: 1279px) {
  .box-cmn-attention .box-detail {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .box-cmn-attention .box-detail {
    padding: 20px;
  }
}

.box-cmn-attention .box-detail p {
    line-height: 1.9;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
  .box-cmn-attention .box-detail p {
    line-height: 1.9;
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
}

.box-cmn-attention-small .box-image {
  width: 33.33%;
}

@media (max-width: 1279px) and (max-width: 767px) {
  .box-cmn-attention-small .box-image {
    display: block;
    width: 100%;
    height: 250px;
  }
}

.box-cmn-attention-middle .box-image {
  width: 50%;
}

@media (max-width: 767px) {
  .box-cmn-attention-middle .box-image {
    display: block;
    width: 100%;
    height: 250px;
  }
}

/* card-cmn
---------------------------------------------------------- */
.card-cmn {
  display: block;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.card-cmn .box-image {
  /*20220826調整*/
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.card-cmn .box-image .image {
  transition: all 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.card-cmn:hover .image {
  -webkit-transform: rotate(0.01deg) scale(1.09);
          transform: rotate(0.01deg) scale(1.09);
}

@media (max-width: 767px) {
  .card-cmn:hover .image {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.card-cmn .box-image .image {
  /*20220826調整*/
  /*height: 285px;*/
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .card-cmn .box-image .image {
    /*height: 135px;*/
  }
}

.card-cmn .box-detail {
  padding: 28px 20px 24px 25px;
  background-color: #fff;
}

@media (max-width: 767px) {
  .card-cmn .box-detail {
    padding: 15px 20px 25px 25px;
  }
}

.card-cmn .box-detail .text {
  position: relative;
  margin-bottom: 45px;
  font-size: 1.8rem;
  line-height: 1.45;
}

@media (max-width: 767px) {
  .card-cmn .box-detail .text {
    margin-bottom: 25px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.card-cmn .box-detail .text:after {
  content: '';
  display: block;
  position: absolute;
  top: 11px;
  left: -25px;
  width: 15px;
  height: 1px;
  background-color: #F5821F;
}

.card-cmn .box-detail .box-cmn-info .list-cmn-tag > li {
  font-size: 1.3rem;
}

@media (max-width: 767px) {
  .card-cmn .box-detail .box-cmn-info .list-cmn-tag > li {
    font-size: 1rem;
  }
}

/* ==========================================================
 form component
========================================================== */
/* input-text-cmn
---------------------------------------------------------- */
/* select-cmn
---------------------------------------------------------- */
/* radio-cmn
---------------------------------------------------------- */
/* checkbox-cmn
---------------------------------------------------------- */
/* text-area-cmn
---------------------------------------------------------- */
/* ==========================================================
 form layout
========================================================== */
/* form-cmn
---------------------------------------------------------- */

/* ==========================================================
 section
========================================================== */
/* sec-cmn
---------------------------------------------------------- */
.sec-cmn {
  padding: 40px 0 60px;
}

@media (max-width: 767px) {
  .sec-cmn {
    padding: 20px 0;
  }
}

.sec-page {
  padding: 40px 0 0;
}

@media (max-width: 767px) {
  .sec-page {
    padding: 20px 0 0;
  }
}

.sec-cmn-white {
  background-color: #fff;
}
.sec-cmn-gray {
  background-image: linear-gradient(to left, #FAF9F8 0%, #EBE9E5 100%);
}
.sec-cmn-gray-map{
	background-color: #D7D3CA;
}

/* sec-cmn-02
---------------------------------------------------------- */
.sec-cmn-02 {
  padding: 38px 0 100px;
}

@media (max-width: 1279px) {
  .sec-cmn-02 {
    padding-bottom: 50px;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .sec-cmn-02 {
    padding: 15px 0;
  }
}

/* sec-cmn-pb0
---------------------------------------------------------- */
.sec-cmn-pb0 {
  padding: 40px 0 1px;
}

@media (max-width: 767px) {
  .sec-cmn-pb0 {
    padding: 20px 0 1px;
  }
}


/* sec-cmn-in
---------------------------------------------------------- */
/* .sec-cmn-in {
  margin-top: 37px;
}

@media (max-width: 767px) {
  .sec-cmn-in {
    margin-top: 13px;
  }
}

.sec-cmn-in:first-of-type {
  margin-top: 0;
} */

/* sec-cmn-inのmarginを変更（1/23）
---------------------------------------------------------- */
.sec-cmn .sec-cmn-in {
  margin: 37px 0px 37px 0px;
}

@media (max-width: 767px) {
	.sec-cmn .sec-cmn-in {
		margin: 20px 0px 20px 0px;
	}
		
}

.sec-cmn .sec-cmn-in:first-child {
  margin:  0px 0px 37px 0px;
}

.sec-cmn .sec-cmn-in:last-child {
  margin:  37px 0px 0px 0px;
}
@media (max-width: 767px) {
	.sec-cmn .sec-cmn-in:first-child {
		margin:  0px 0px 20px 0px;
	}

	.sec-cmn .sec-cmn-in:last-child {
		margin:  20px 0px 0px 0px;
	}
		
}

.sec-cmn .sec-cmn-in:first-child:last-child {
  margin:  0px;
}

.no_link{
  pointer-events:none;
}

.sec-cmn-in + .sec-cmn-in{ margin: 37px 0 0 0;}
@media (max-width: 767px) {
	.sec-cmn-in + .sec-cmn-in{ margin: 20px 0 0 0;}
}

.box-cmn-tab-wrap + .sec-cmn-in{ margin: 37px 0 0 0;}
@media (max-width: 767px) {
	.box-cmn-tab-wrap + .sec-cmn-in{ margin: 20px 0 0 0;}
}

/* sec-top
---------------------------------------------------------- */
.sec-top {
  padding: 0 0 20px;
}

@media (max-width: 767px) {
  .sec-top {
    padding: 0;
  }
}

/* sec-map
---------------------------------------------------------- */
.sec-map {
  padding: 0 0 40px;
}

@media (max-width: 767px) {
  .sec-map {
    padding: 0 0 20px;
  }
}


/* 過去のお知らせ一覧用
---------------------------------------------------------- */

table.article_past_list{}
table.article_past_list tr{
	border-bottom: 1px solid #DED3C5;
}
table.article_past_list tr a{
	position: relative;
	display: block;
	padding: 13px 100px 13px 150px;
	transition: background-color 0.3s ease 0s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

table.article_past_list tr a:before{
	content: '';
  display: block;
  position: absolute;
  top: 25px;
  left: 100px;
  width: 30px;
  height: 1px;
	background-color: #F5821F;
}

@media (max-width: 1279px) {
	table.article_past_list tr a{
    padding: 13px 50px;
  }
	table.article_past_list tr a:before{
		left: 0px;		
	}
}

@media (max-width: 1279px) and (max-width: 767px) {
  table.article_past_list tr a{
    padding: 7px 25px 9px;
		font-size: 1.4rem;
  }
	table.article_past_list tr a:before{
		width: 15px;
	}
}
@media (max-width: 767px) {
	table.article_past_list tr a:before{
		top: 17px;
	}
}

@media (min-width: 768px) {
	table.article_past_list tr a:hover {
    background-color: #F1EFEB;
  }
}

table.article_past_list tr a span{
	display: block;
	margin-top: 13px;
	margin-right: 20px;
	font-size: 1.2rem;
	color: #92846C;
}

@media (max-width: 767px) {
	table.article_past_list tr a span{
		margin-top: 8px;
    font-size: 1rem;	
	}
}

/* box-column-twobyone
---------------------------------------------------------- */
.box-column-twobyone{
  display: flex;
}
.box-column-twobyone .box-cmn{
  padding-left: 0 !important;
  padding-right: 0 !important;
} 
.box-column-twobyone .box-cmn.image img{
  width: 100%;
  height: auto;
  margin: 0 !important;
}

@media (min-width: 1280px) {
  .box-column-twobyone{
    padding: 0 100px;
  }
}
@media (min-width: 768px) {
  .box-column-twobyone .item-column:nth-child(1){
    width: 67%;
    padding-right: 20px;
  }
  .box-column-twobyone .item-column:nth-child(2){
    width: 33%;
    padding-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .box-column-twobyone{
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .box-column-twobyone{
    flex-direction: column;
    padding: 0 15px;
  }
  .box-column-twobyone .item-column:nth-child(1){
    width: 100%;
  }
  .box-column-twobyone .item-column:nth-child(2){
    width: 100%;
  }
}

/* box-cmn image icon-youtube
---------------------------------------------------------- */
.box-cmn.image.icon-youtube a{
  width: 100%;
  position: relative;
  overflow: hidden;
}
.box-cmn.image.icon-youtube a:before{
  position: absolute;
  z-index: 3;
  content: '';
  left: 50%;
  top: 50%;
  display: block;
  width: 60px;
  height: 60px;
  background-image: url(../../../../../common/img/ico_youtube_play.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
}
.box-cmn.image.icon-youtube a img{
  transition: all 0.3s ease 0s;
}
.box-cmn.image.icon-youtube a picture{
  display: block;
  overflow: hidden;
}
.box-cmn.image.icon-youtube a:hover img{
  -webkit-transform: rotate(0.01deg) scale(1.09);
  transform: rotate(0.01deg) scale(1.09);
}

@media (min-width: 768px) {
  .box-cmn.image.icon-youtube a picture{
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .box-cmn.image.icon-youtube a:before{
    width: 40px;
    height: 40px;
  }
  .box-cmn.image.icon-youtube a picture{
    margin-bottom: 20px;
  }
}


/* ==========================================================
 utils
========================================================== */
.s-hide {
  display: none;
}

.s-show {
  display: block;
}

/* ==========================================================
 Adjustment
========================================================== */
.only-sp {
  display: none !important;
}

@media (min-width: 1280px) {
  .no-pc {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .only-pc,
  .no-sp {
    display: none !important;
  }
  .only-sp,
  img.only-sp {
    display: inline-block !important;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (max-width: 767px) {
  .d-sp-none {
    display: none !important;
  }
  .d-sp-inline {
    display: inline !important;
  }
  .d-sp-inline-block {
    display: inline-block !important;
  }
  .d-sp-block {
    display: block !important;
  }
  .d-sp-table {
    display: table !important;
  }
  .d-sp-table-row {
    display: table-row !important;
  }
  .d-sp-table-cell {
    display: table-cell !important;
  }
  .d-sp-flex {
    display: flex !important;
  }
  .d-sp-inline-flex {
    display: inline-flex !important;
  }
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (max-width: 767px) {
  .flex-sp-row {
    flex-direction: row !important;
  }
  .flex-sp-column {
    flex-direction: column !important;
  }
  .flex-sp-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sp-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sp-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sp-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sp-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sp-fill {
    flex: 1 1 auto !important;
  }
  .flex-sp-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sp-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sp-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sp-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sp-start {
    justify-content: flex-start !important;
  }
  .justify-content-sp-end {
    justify-content: flex-end !important;
  }
  .justify-content-sp-center {
    justify-content: center !important;
  }
  .justify-content-sp-between {
    justify-content: space-between !important;
  }
  .justify-content-sp-around {
    justify-content: space-around !important;
  }
  .align-items-sp-start {
    align-items: flex-start !important;
  }
  .align-items-sp-end {
    align-items: flex-end !important;
  }
  .align-items-sp-center {
    align-items: center !important;
  }
  .align-items-sp-baseline {
    align-items: baseline !important;
  }
  .align-items-sp-stretch {
    align-items: stretch !important;
  }
  .align-content-sp-start {
    align-content: flex-start !important;
  }
  .align-content-sp-end {
    align-content: flex-end !important;
  }
  .align-content-sp-center {
    align-content: center !important;
  }
  .align-content-sp-between {
    align-content: space-between !important;
  }
  .align-content-sp-around {
    align-content: space-around !important;
  }
  .align-content-sp-stretch {
    align-content: stretch !important;
  }
  .align-self-sp-auto {
    align-self: auto !important;
  }
  .align-self-sp-start {
    align-self: flex-start !important;
  }
  .align-self-sp-end {
    align-self: flex-end !important;
  }
  .align-self-sp-center {
    align-self: center !important;
  }
  .align-self-sp-baseline {
    align-self: baseline !important;
  }
  .align-self-sp-stretch {
    align-self: stretch !important;
  }
  .flex-grow-sp-auto {
    flex: 0 0 auto !important;
  }
}

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

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

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

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

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

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

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

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

.s-ma-0 {
  margin: 0px !important;
}

.s-pa-0 {
  padding: 0px !important;
}

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

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

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

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

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

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

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

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

.s-ma-1 {
  margin: 1px !important;
}

.s-pa-1 {
  padding: 1px !important;
}

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

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

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

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

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

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

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

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

.s-ma-2 {
  margin: 2px !important;
}

.s-pa-2 {
  padding: 2px !important;
}

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

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

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

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

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

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

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

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

.s-ma-3 {
  margin: 3px !important;
}

.s-pa-3 {
  padding: 3px !important;
}

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

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

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

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

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

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

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

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

.s-ma-4 {
  margin: 4px !important;
}

.s-pa-4 {
  padding: 4px !important;
}

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

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

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

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

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

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

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

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

.s-ma-5 {
  margin: 5px !important;
}

.s-pa-5 {
  padding: 5px !important;
}

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

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

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

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

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

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

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

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

.s-ma-6 {
  margin: 6px !important;
}

.s-pa-6 {
  padding: 6px !important;
}

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

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

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

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

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

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

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

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

.s-ma-7 {
  margin: 7px !important;
}

.s-pa-7 {
  padding: 7px !important;
}

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

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

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

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

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

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

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

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

.s-ma-8 {
  margin: 8px !important;
}

.s-pa-8 {
  padding: 8px !important;
}

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

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

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

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

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

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

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

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

.s-ma-9 {
  margin: 9px !important;
}

.s-pa-9 {
  padding: 9px !important;
}

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

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

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

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

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

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

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

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

.s-ma-10 {
  margin: 10px !important;
}

.s-pa-10 {
  padding: 10px !important;
}

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

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

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

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

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

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

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

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

.s-ma-11 {
  margin: 11px !important;
}

.s-pa-11 {
  padding: 11px !important;
}

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

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

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

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

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

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

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

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

.s-ma-12 {
  margin: 12px !important;
}

.s-pa-12 {
  padding: 12px !important;
}

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

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

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

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

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

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

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

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

.s-ma-13 {
  margin: 13px !important;
}

.s-pa-13 {
  padding: 13px !important;
}

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

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

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

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

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

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

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

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

.s-ma-14 {
  margin: 14px !important;
}

.s-pa-14 {
  padding: 14px !important;
}

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

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

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

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

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

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

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

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

.s-ma-15 {
  margin: 15px !important;
}

.s-pa-15 {
  padding: 15px !important;
}

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

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

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

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

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

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

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

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

.s-ma-16 {
  margin: 16px !important;
}

.s-pa-16 {
  padding: 16px !important;
}

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

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

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

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

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

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

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

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

.s-ma-17 {
  margin: 17px !important;
}

.s-pa-17 {
  padding: 17px !important;
}

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

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

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

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

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

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

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

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

.s-ma-18 {
  margin: 18px !important;
}

.s-pa-18 {
  padding: 18px !important;
}

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

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

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

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

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

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

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

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

.s-ma-19 {
  margin: 19px !important;
}

.s-pa-19 {
  padding: 19px !important;
}

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

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

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

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

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

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

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

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

.s-ma-20 {
  margin: 20px !important;
}

.s-pa-20 {
  padding: 20px !important;
}

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

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

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

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

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

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

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

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

.s-ma-21 {
  margin: 21px !important;
}

.s-pa-21 {
  padding: 21px !important;
}

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

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

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

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

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

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

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

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

.s-ma-22 {
  margin: 22px !important;
}

.s-pa-22 {
  padding: 22px !important;
}

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

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

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

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

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

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

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

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

.s-ma-23 {
  margin: 23px !important;
}

.s-pa-23 {
  padding: 23px !important;
}

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

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

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

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

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

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

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

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

.s-ma-24 {
  margin: 24px !important;
}

.s-pa-24 {
  padding: 24px !important;
}

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

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

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

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

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

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

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

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

.s-ma-25 {
  margin: 25px !important;
}

.s-pa-25 {
  padding: 25px !important;
}

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

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

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

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

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

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

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

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

.s-ma-26 {
  margin: 26px !important;
}

.s-pa-26 {
  padding: 26px !important;
}

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

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

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

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

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

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

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

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

.s-ma-27 {
  margin: 27px !important;
}

.s-pa-27 {
  padding: 27px !important;
}

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

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

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

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

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

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

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

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

.s-ma-28 {
  margin: 28px !important;
}

.s-pa-28 {
  padding: 28px !important;
}

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

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

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

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

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

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

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

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

.s-ma-29 {
  margin: 29px !important;
}

.s-pa-29 {
  padding: 29px !important;
}

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

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

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

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

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

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

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

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

.s-ma-30 {
  margin: 30px !important;
}

.s-pa-30 {
  padding: 30px !important;
}

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

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

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

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

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

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

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

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

.s-ma-31 {
  margin: 31px !important;
}

.s-pa-31 {
  padding: 31px !important;
}

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

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

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

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

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

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

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

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

.s-ma-32 {
  margin: 32px !important;
}

.s-pa-32 {
  padding: 32px !important;
}

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

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

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

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

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

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

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

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

.s-ma-33 {
  margin: 33px !important;
}

.s-pa-33 {
  padding: 33px !important;
}

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

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

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

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

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

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

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

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

.s-ma-34 {
  margin: 34px !important;
}

.s-pa-34 {
  padding: 34px !important;
}

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

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

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

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

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

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

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

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

.s-ma-35 {
  margin: 35px !important;
}

.s-pa-35 {
  padding: 35px !important;
}

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

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

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

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

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

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

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

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

.s-ma-36 {
  margin: 36px !important;
}

.s-pa-36 {
  padding: 36px !important;
}

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

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

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

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

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

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

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

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

.s-ma-37 {
  margin: 37px !important;
}

.s-pa-37 {
  padding: 37px !important;
}

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

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

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

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

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

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

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

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

.s-ma-38 {
  margin: 38px !important;
}

.s-pa-38 {
  padding: 38px !important;
}

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

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

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

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

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

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

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

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

.s-ma-39 {
  margin: 39px !important;
}

.s-pa-39 {
  padding: 39px !important;
}

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

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

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

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

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

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

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

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

.s-ma-40 {
  margin: 40px !important;
}

.s-pa-40 {
  padding: 40px !important;
}

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

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

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

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

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

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

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

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

.s-ma-41 {
  margin: 41px !important;
}

.s-pa-41 {
  padding: 41px !important;
}

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

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

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

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

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

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

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

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

.s-ma-42 {
  margin: 42px !important;
}

.s-pa-42 {
  padding: 42px !important;
}

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

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

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

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

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

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

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

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

.s-ma-43 {
  margin: 43px !important;
}

.s-pa-43 {
  padding: 43px !important;
}

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

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

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

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

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

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

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

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

.s-ma-44 {
  margin: 44px !important;
}

.s-pa-44 {
  padding: 44px !important;
}

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

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

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

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

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

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

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

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

.s-ma-45 {
  margin: 45px !important;
}

.s-pa-45 {
  padding: 45px !important;
}

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

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

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

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

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

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

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

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

.s-ma-46 {
  margin: 46px !important;
}

.s-pa-46 {
  padding: 46px !important;
}

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

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

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

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

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

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

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

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

.s-ma-47 {
  margin: 47px !important;
}

.s-pa-47 {
  padding: 47px !important;
}

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

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

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

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

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

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

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

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

.s-ma-48 {
  margin: 48px !important;
}

.s-pa-48 {
  padding: 48px !important;
}

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

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

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

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

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

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

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

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

.s-ma-49 {
  margin: 49px !important;
}

.s-pa-49 {
  padding: 49px !important;
}

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

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

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

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

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

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

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

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

.s-ma-50 {
  margin: 50px !important;
}

.s-pa-50 {
  padding: 50px !important;
}

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

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

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

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

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

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

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

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

.s-ma-51 {
  margin: 51px !important;
}

.s-pa-51 {
  padding: 51px !important;
}

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

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

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

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

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

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

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

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

.s-ma-52 {
  margin: 52px !important;
}

.s-pa-52 {
  padding: 52px !important;
}

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

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

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

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

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

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

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

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

.s-ma-53 {
  margin: 53px !important;
}

.s-pa-53 {
  padding: 53px !important;
}

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

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

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

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

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

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

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

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

.s-ma-54 {
  margin: 54px !important;
}

.s-pa-54 {
  padding: 54px !important;
}

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

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

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

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

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

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

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

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

.s-ma-55 {
  margin: 55px !important;
}

.s-pa-55 {
  padding: 55px !important;
}

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

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

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

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

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

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

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

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

.s-ma-56 {
  margin: 56px !important;
}

.s-pa-56 {
  padding: 56px !important;
}

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

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

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

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

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

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

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

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

.s-ma-57 {
  margin: 57px !important;
}

.s-pa-57 {
  padding: 57px !important;
}

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

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

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

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

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

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

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

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

.s-ma-58 {
  margin: 58px !important;
}

.s-pa-58 {
  padding: 58px !important;
}

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

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

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

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

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

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

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

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

.s-ma-59 {
  margin: 59px !important;
}

.s-pa-59 {
  padding: 59px !important;
}

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

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

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

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

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

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

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

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

.s-ma-60 {
  margin: 60px !important;
}

.s-pa-60 {
  padding: 60px !important;
}

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

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

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

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

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

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

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

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

.s-ma-61 {
  margin: 61px !important;
}

.s-pa-61 {
  padding: 61px !important;
}

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

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

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

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

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

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

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

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

.s-ma-62 {
  margin: 62px !important;
}

.s-pa-62 {
  padding: 62px !important;
}

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

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

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

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

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

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

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

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

.s-ma-63 {
  margin: 63px !important;
}

.s-pa-63 {
  padding: 63px !important;
}

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

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

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

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

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

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

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

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

.s-ma-64 {
  margin: 64px !important;
}

.s-pa-64 {
  padding: 64px !important;
}

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

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

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

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

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

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

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

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

.s-ma-65 {
  margin: 65px !important;
}

.s-pa-65 {
  padding: 65px !important;
}

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

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

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

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

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

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

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

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

.s-ma-66 {
  margin: 66px !important;
}

.s-pa-66 {
  padding: 66px !important;
}

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

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

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

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

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

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

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

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

.s-ma-67 {
  margin: 67px !important;
}

.s-pa-67 {
  padding: 67px !important;
}

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

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

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

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

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

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

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

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

.s-ma-68 {
  margin: 68px !important;
}

.s-pa-68 {
  padding: 68px !important;
}

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

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

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

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

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

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

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

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

.s-ma-69 {
  margin: 69px !important;
}

.s-pa-69 {
  padding: 69px !important;
}

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

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

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

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

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

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

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

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

.s-ma-70 {
  margin: 70px !important;
}

.s-pa-70 {
  padding: 70px !important;
}

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

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

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

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

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

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

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

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

.s-ma-71 {
  margin: 71px !important;
}

.s-pa-71 {
  padding: 71px !important;
}

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

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

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

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

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

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

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

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

.s-ma-72 {
  margin: 72px !important;
}

.s-pa-72 {
  padding: 72px !important;
}

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

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

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

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

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

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

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

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

.s-ma-73 {
  margin: 73px !important;
}

.s-pa-73 {
  padding: 73px !important;
}

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

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

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

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

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

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

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

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

.s-ma-74 {
  margin: 74px !important;
}

.s-pa-74 {
  padding: 74px !important;
}

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

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

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

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

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

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

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

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

.s-ma-75 {
  margin: 75px !important;
}

.s-pa-75 {
  padding: 75px !important;
}

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

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

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

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

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

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

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

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

.s-ma-76 {
  margin: 76px !important;
}

.s-pa-76 {
  padding: 76px !important;
}

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

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

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

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

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

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

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

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

.s-ma-77 {
  margin: 77px !important;
}

.s-pa-77 {
  padding: 77px !important;
}

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

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

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

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

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

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

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

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

.s-ma-78 {
  margin: 78px !important;
}

.s-pa-78 {
  padding: 78px !important;
}

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

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

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

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

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

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

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

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

.s-ma-79 {
  margin: 79px !important;
}

.s-pa-79 {
  padding: 79px !important;
}

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

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

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

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

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

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

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

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

.s-ma-80 {
  margin: 80px !important;
}

.s-pa-80 {
  padding: 80px !important;
}

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

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

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

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

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

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

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

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

.s-ma-81 {
  margin: 81px !important;
}

.s-pa-81 {
  padding: 81px !important;
}

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

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

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

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

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

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

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

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

.s-ma-82 {
  margin: 82px !important;
}

.s-pa-82 {
  padding: 82px !important;
}

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

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

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

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

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

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

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

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

.s-ma-83 {
  margin: 83px !important;
}

.s-pa-83 {
  padding: 83px !important;
}

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

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

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

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

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

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

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

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

.s-ma-84 {
  margin: 84px !important;
}

.s-pa-84 {
  padding: 84px !important;
}

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

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

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

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

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

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

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

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

.s-ma-85 {
  margin: 85px !important;
}

.s-pa-85 {
  padding: 85px !important;
}

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

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

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

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

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

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

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

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

.s-ma-86 {
  margin: 86px !important;
}

.s-pa-86 {
  padding: 86px !important;
}

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

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

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

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

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

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

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

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

.s-ma-87 {
  margin: 87px !important;
}

.s-pa-87 {
  padding: 87px !important;
}

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

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

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

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

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

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

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

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

.s-ma-88 {
  margin: 88px !important;
}

.s-pa-88 {
  padding: 88px !important;
}

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

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

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

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

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

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

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

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

.s-ma-89 {
  margin: 89px !important;
}

.s-pa-89 {
  padding: 89px !important;
}

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

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

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

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

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

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

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

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

.s-ma-90 {
  margin: 90px !important;
}

.s-pa-90 {
  padding: 90px !important;
}

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

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

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

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

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

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

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

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

.s-ma-91 {
  margin: 91px !important;
}

.s-pa-91 {
  padding: 91px !important;
}

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

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

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

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

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

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

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

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

.s-ma-92 {
  margin: 92px !important;
}

.s-pa-92 {
  padding: 92px !important;
}

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

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

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

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

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

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

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

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

.s-ma-93 {
  margin: 93px !important;
}

.s-pa-93 {
  padding: 93px !important;
}

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

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

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

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

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

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

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

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

.s-ma-94 {
  margin: 94px !important;
}

.s-pa-94 {
  padding: 94px !important;
}

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

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

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

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

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

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

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

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

.s-ma-95 {
  margin: 95px !important;
}

.s-pa-95 {
  padding: 95px !important;
}

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

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

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

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

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

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

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

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

.s-ma-96 {
  margin: 96px !important;
}

.s-pa-96 {
  padding: 96px !important;
}

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

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

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

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

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

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

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

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

.s-ma-97 {
  margin: 97px !important;
}

.s-pa-97 {
  padding: 97px !important;
}

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

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

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

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

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

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

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

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

.s-ma-98 {
  margin: 98px !important;
}

.s-pa-98 {
  padding: 98px !important;
}

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

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

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

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

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

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

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

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

.s-ma-99 {
  margin: 99px !important;
}

.s-pa-99 {
  padding: 99px !important;
}

.s-mt-100 {
  margin-top: 100px !important;
}

.s-pt-100 {
  padding-top: 100px !important;
}

.s-ml-100 {
  margin-left: 100px !important;
}

.s-pl-100 {
  padding-left: 100px !important;
}

.s-mb-100 {
  margin-bottom: 100px !important;
}

.s-pb-100 {
  padding-bottom: 100px !important;
}

.s-mr-100 {
  margin-right: 100px !important;
}

.s-pr-100 {
  padding-right: 100px !important;
}

.s-ma-100 {
  margin: 100px !important;
}

.s-pa-100 {
  padding: 100px !important;
}

@media (min-width: 1280px) {
  .s-mt-pc-0 {
    margin-top: 0px !important;
  }
  .s-pt-pc-0 {
    padding-top: 0px !important;
  }
  .s-ml-pc-0 {
    margin-left: 0px !important;
  }
  .s-pl-pc-0 {
    padding-left: 0px !important;
  }
  .s-mb-pc-0 {
    margin-bottom: 0px !important;
  }
  .s-pb-pc-0 {
    padding-bottom: 0px !important;
  }
  .s-mr-pc-0 {
    margin-right: 0px !important;
  }
  .s-pr-pc-0 {
    padding-right: 0px !important;
  }
  .s-ma-pc-0 {
    margin: 0px !important;
  }
  .s-pa-pc-0 {
    padding: 0px !important;
  }
  .s-mt-pc-1 {
    margin-top: 1px !important;
  }
  .s-pt-pc-1 {
    padding-top: 1px !important;
  }
  .s-ml-pc-1 {
    margin-left: 1px !important;
  }
  .s-pl-pc-1 {
    padding-left: 1px !important;
  }
  .s-mb-pc-1 {
    margin-bottom: 1px !important;
  }
  .s-pb-pc-1 {
    padding-bottom: 1px !important;
  }
  .s-mr-pc-1 {
    margin-right: 1px !important;
  }
  .s-pr-pc-1 {
    padding-right: 1px !important;
  }
  .s-ma-pc-1 {
    margin: 1px !important;
  }
  .s-pa-pc-1 {
    padding: 1px !important;
  }
  .s-mt-pc-2 {
    margin-top: 2px !important;
  }
  .s-pt-pc-2 {
    padding-top: 2px !important;
  }
  .s-ml-pc-2 {
    margin-left: 2px !important;
  }
  .s-pl-pc-2 {
    padding-left: 2px !important;
  }
  .s-mb-pc-2 {
    margin-bottom: 2px !important;
  }
  .s-pb-pc-2 {
    padding-bottom: 2px !important;
  }
  .s-mr-pc-2 {
    margin-right: 2px !important;
  }
  .s-pr-pc-2 {
    padding-right: 2px !important;
  }
  .s-ma-pc-2 {
    margin: 2px !important;
  }
  .s-pa-pc-2 {
    padding: 2px !important;
  }
  .s-mt-pc-3 {
    margin-top: 3px !important;
  }
  .s-pt-pc-3 {
    padding-top: 3px !important;
  }
  .s-ml-pc-3 {
    margin-left: 3px !important;
  }
  .s-pl-pc-3 {
    padding-left: 3px !important;
  }
  .s-mb-pc-3 {
    margin-bottom: 3px !important;
  }
  .s-pb-pc-3 {
    padding-bottom: 3px !important;
  }
  .s-mr-pc-3 {
    margin-right: 3px !important;
  }
  .s-pr-pc-3 {
    padding-right: 3px !important;
  }
  .s-ma-pc-3 {
    margin: 3px !important;
  }
  .s-pa-pc-3 {
    padding: 3px !important;
  }
  .s-mt-pc-4 {
    margin-top: 4px !important;
  }
  .s-pt-pc-4 {
    padding-top: 4px !important;
  }
  .s-ml-pc-4 {
    margin-left: 4px !important;
  }
  .s-pl-pc-4 {
    padding-left: 4px !important;
  }
  .s-mb-pc-4 {
    margin-bottom: 4px !important;
  }
  .s-pb-pc-4 {
    padding-bottom: 4px !important;
  }
  .s-mr-pc-4 {
    margin-right: 4px !important;
  }
  .s-pr-pc-4 {
    padding-right: 4px !important;
  }
  .s-ma-pc-4 {
    margin: 4px !important;
  }
  .s-pa-pc-4 {
    padding: 4px !important;
  }
  .s-mt-pc-5 {
    margin-top: 5px !important;
  }
  .s-pt-pc-5 {
    padding-top: 5px !important;
  }
  .s-ml-pc-5 {
    margin-left: 5px !important;
  }
  .s-pl-pc-5 {
    padding-left: 5px !important;
  }
  .s-mb-pc-5 {
    margin-bottom: 5px !important;
  }
  .s-pb-pc-5 {
    padding-bottom: 5px !important;
  }
  .s-mr-pc-5 {
    margin-right: 5px !important;
  }
  .s-pr-pc-5 {
    padding-right: 5px !important;
  }
  .s-ma-pc-5 {
    margin: 5px !important;
  }
  .s-pa-pc-5 {
    padding: 5px !important;
  }
  .s-mt-pc-6 {
    margin-top: 6px !important;
  }
  .s-pt-pc-6 {
    padding-top: 6px !important;
  }
  .s-ml-pc-6 {
    margin-left: 6px !important;
  }
  .s-pl-pc-6 {
    padding-left: 6px !important;
  }
  .s-mb-pc-6 {
    margin-bottom: 6px !important;
  }
  .s-pb-pc-6 {
    padding-bottom: 6px !important;
  }
  .s-mr-pc-6 {
    margin-right: 6px !important;
  }
  .s-pr-pc-6 {
    padding-right: 6px !important;
  }
  .s-ma-pc-6 {
    margin: 6px !important;
  }
  .s-pa-pc-6 {
    padding: 6px !important;
  }
  .s-mt-pc-7 {
    margin-top: 7px !important;
  }
  .s-pt-pc-7 {
    padding-top: 7px !important;
  }
  .s-ml-pc-7 {
    margin-left: 7px !important;
  }
  .s-pl-pc-7 {
    padding-left: 7px !important;
  }
  .s-mb-pc-7 {
    margin-bottom: 7px !important;
  }
  .s-pb-pc-7 {
    padding-bottom: 7px !important;
  }
  .s-mr-pc-7 {
    margin-right: 7px !important;
  }
  .s-pr-pc-7 {
    padding-right: 7px !important;
  }
  .s-ma-pc-7 {
    margin: 7px !important;
  }
  .s-pa-pc-7 {
    padding: 7px !important;
  }
  .s-mt-pc-8 {
    margin-top: 8px !important;
  }
  .s-pt-pc-8 {
    padding-top: 8px !important;
  }
  .s-ml-pc-8 {
    margin-left: 8px !important;
  }
  .s-pl-pc-8 {
    padding-left: 8px !important;
  }
  .s-mb-pc-8 {
    margin-bottom: 8px !important;
  }
  .s-pb-pc-8 {
    padding-bottom: 8px !important;
  }
  .s-mr-pc-8 {
    margin-right: 8px !important;
  }
  .s-pr-pc-8 {
    padding-right: 8px !important;
  }
  .s-ma-pc-8 {
    margin: 8px !important;
  }
  .s-pa-pc-8 {
    padding: 8px !important;
  }
  .s-mt-pc-9 {
    margin-top: 9px !important;
  }
  .s-pt-pc-9 {
    padding-top: 9px !important;
  }
  .s-ml-pc-9 {
    margin-left: 9px !important;
  }
  .s-pl-pc-9 {
    padding-left: 9px !important;
  }
  .s-mb-pc-9 {
    margin-bottom: 9px !important;
  }
  .s-pb-pc-9 {
    padding-bottom: 9px !important;
  }
  .s-mr-pc-9 {
    margin-right: 9px !important;
  }
  .s-pr-pc-9 {
    padding-right: 9px !important;
  }
  .s-ma-pc-9 {
    margin: 9px !important;
  }
  .s-pa-pc-9 {
    padding: 9px !important;
  }
  .s-mt-pc-10 {
    margin-top: 10px !important;
  }
  .s-pt-pc-10 {
    padding-top: 10px !important;
  }
  .s-ml-pc-10 {
    margin-left: 10px !important;
  }
  .s-pl-pc-10 {
    padding-left: 10px !important;
  }
  .s-mb-pc-10 {
    margin-bottom: 10px !important;
  }
  .s-pb-pc-10 {
    padding-bottom: 10px !important;
  }
  .s-mr-pc-10 {
    margin-right: 10px !important;
  }
  .s-pr-pc-10 {
    padding-right: 10px !important;
  }
  .s-ma-pc-10 {
    margin: 10px !important;
  }
  .s-pa-pc-10 {
    padding: 10px !important;
  }
  .s-mt-pc-11 {
    margin-top: 11px !important;
  }
  .s-pt-pc-11 {
    padding-top: 11px !important;
  }
  .s-ml-pc-11 {
    margin-left: 11px !important;
  }
  .s-pl-pc-11 {
    padding-left: 11px !important;
  }
  .s-mb-pc-11 {
    margin-bottom: 11px !important;
  }
  .s-pb-pc-11 {
    padding-bottom: 11px !important;
  }
  .s-mr-pc-11 {
    margin-right: 11px !important;
  }
  .s-pr-pc-11 {
    padding-right: 11px !important;
  }
  .s-ma-pc-11 {
    margin: 11px !important;
  }
  .s-pa-pc-11 {
    padding: 11px !important;
  }
  .s-mt-pc-12 {
    margin-top: 12px !important;
  }
  .s-pt-pc-12 {
    padding-top: 12px !important;
  }
  .s-ml-pc-12 {
    margin-left: 12px !important;
  }
  .s-pl-pc-12 {
    padding-left: 12px !important;
  }
  .s-mb-pc-12 {
    margin-bottom: 12px !important;
  }
  .s-pb-pc-12 {
    padding-bottom: 12px !important;
  }
  .s-mr-pc-12 {
    margin-right: 12px !important;
  }
  .s-pr-pc-12 {
    padding-right: 12px !important;
  }
  .s-ma-pc-12 {
    margin: 12px !important;
  }
  .s-pa-pc-12 {
    padding: 12px !important;
  }
  .s-mt-pc-13 {
    margin-top: 13px !important;
  }
  .s-pt-pc-13 {
    padding-top: 13px !important;
  }
  .s-ml-pc-13 {
    margin-left: 13px !important;
  }
  .s-pl-pc-13 {
    padding-left: 13px !important;
  }
  .s-mb-pc-13 {
    margin-bottom: 13px !important;
  }
  .s-pb-pc-13 {
    padding-bottom: 13px !important;
  }
  .s-mr-pc-13 {
    margin-right: 13px !important;
  }
  .s-pr-pc-13 {
    padding-right: 13px !important;
  }
  .s-ma-pc-13 {
    margin: 13px !important;
  }
  .s-pa-pc-13 {
    padding: 13px !important;
  }
  .s-mt-pc-14 {
    margin-top: 14px !important;
  }
  .s-pt-pc-14 {
    padding-top: 14px !important;
  }
  .s-ml-pc-14 {
    margin-left: 14px !important;
  }
  .s-pl-pc-14 {
    padding-left: 14px !important;
  }
  .s-mb-pc-14 {
    margin-bottom: 14px !important;
  }
  .s-pb-pc-14 {
    padding-bottom: 14px !important;
  }
  .s-mr-pc-14 {
    margin-right: 14px !important;
  }
  .s-pr-pc-14 {
    padding-right: 14px !important;
  }
  .s-ma-pc-14 {
    margin: 14px !important;
  }
  .s-pa-pc-14 {
    padding: 14px !important;
  }
  .s-mt-pc-15 {
    margin-top: 15px !important;
  }
  .s-pt-pc-15 {
    padding-top: 15px !important;
  }
  .s-ml-pc-15 {
    margin-left: 15px !important;
  }
  .s-pl-pc-15 {
    padding-left: 15px !important;
  }
  .s-mb-pc-15 {
    margin-bottom: 15px !important;
  }
  .s-pb-pc-15 {
    padding-bottom: 15px !important;
  }
  .s-mr-pc-15 {
    margin-right: 15px !important;
  }
  .s-pr-pc-15 {
    padding-right: 15px !important;
  }
  .s-ma-pc-15 {
    margin: 15px !important;
  }
  .s-pa-pc-15 {
    padding: 15px !important;
  }
  .s-mt-pc-16 {
    margin-top: 16px !important;
  }
  .s-pt-pc-16 {
    padding-top: 16px !important;
  }
  .s-ml-pc-16 {
    margin-left: 16px !important;
  }
  .s-pl-pc-16 {
    padding-left: 16px !important;
  }
  .s-mb-pc-16 {
    margin-bottom: 16px !important;
  }
  .s-pb-pc-16 {
    padding-bottom: 16px !important;
  }
  .s-mr-pc-16 {
    margin-right: 16px !important;
  }
  .s-pr-pc-16 {
    padding-right: 16px !important;
  }
  .s-ma-pc-16 {
    margin: 16px !important;
  }
  .s-pa-pc-16 {
    padding: 16px !important;
  }
  .s-mt-pc-17 {
    margin-top: 17px !important;
  }
  .s-pt-pc-17 {
    padding-top: 17px !important;
  }
  .s-ml-pc-17 {
    margin-left: 17px !important;
  }
  .s-pl-pc-17 {
    padding-left: 17px !important;
  }
  .s-mb-pc-17 {
    margin-bottom: 17px !important;
  }
  .s-pb-pc-17 {
    padding-bottom: 17px !important;
  }
  .s-mr-pc-17 {
    margin-right: 17px !important;
  }
  .s-pr-pc-17 {
    padding-right: 17px !important;
  }
  .s-ma-pc-17 {
    margin: 17px !important;
  }
  .s-pa-pc-17 {
    padding: 17px !important;
  }
  .s-mt-pc-18 {
    margin-top: 18px !important;
  }
  .s-pt-pc-18 {
    padding-top: 18px !important;
  }
  .s-ml-pc-18 {
    margin-left: 18px !important;
  }
  .s-pl-pc-18 {
    padding-left: 18px !important;
  }
  .s-mb-pc-18 {
    margin-bottom: 18px !important;
  }
  .s-pb-pc-18 {
    padding-bottom: 18px !important;
  }
  .s-mr-pc-18 {
    margin-right: 18px !important;
  }
  .s-pr-pc-18 {
    padding-right: 18px !important;
  }
  .s-ma-pc-18 {
    margin: 18px !important;
  }
  .s-pa-pc-18 {
    padding: 18px !important;
  }
  .s-mt-pc-19 {
    margin-top: 19px !important;
  }
  .s-pt-pc-19 {
    padding-top: 19px !important;
  }
  .s-ml-pc-19 {
    margin-left: 19px !important;
  }
  .s-pl-pc-19 {
    padding-left: 19px !important;
  }
  .s-mb-pc-19 {
    margin-bottom: 19px !important;
  }
  .s-pb-pc-19 {
    padding-bottom: 19px !important;
  }
  .s-mr-pc-19 {
    margin-right: 19px !important;
  }
  .s-pr-pc-19 {
    padding-right: 19px !important;
  }
  .s-ma-pc-19 {
    margin: 19px !important;
  }
  .s-pa-pc-19 {
    padding: 19px !important;
  }
  .s-mt-pc-20 {
    margin-top: 20px !important;
  }
  .s-pt-pc-20 {
    padding-top: 20px !important;
  }
  .s-ml-pc-20 {
    margin-left: 20px !important;
  }
  .s-pl-pc-20 {
    padding-left: 20px !important;
  }
  .s-mb-pc-20 {
    margin-bottom: 20px !important;
  }
  .s-pb-pc-20 {
    padding-bottom: 20px !important;
  }
  .s-mr-pc-20 {
    margin-right: 20px !important;
  }
  .s-pr-pc-20 {
    padding-right: 20px !important;
  }
  .s-ma-pc-20 {
    margin: 20px !important;
  }
  .s-pa-pc-20 {
    padding: 20px !important;
  }
  .s-mt-pc-21 {
    margin-top: 21px !important;
  }
  .s-pt-pc-21 {
    padding-top: 21px !important;
  }
  .s-ml-pc-21 {
    margin-left: 21px !important;
  }
  .s-pl-pc-21 {
    padding-left: 21px !important;
  }
  .s-mb-pc-21 {
    margin-bottom: 21px !important;
  }
  .s-pb-pc-21 {
    padding-bottom: 21px !important;
  }
  .s-mr-pc-21 {
    margin-right: 21px !important;
  }
  .s-pr-pc-21 {
    padding-right: 21px !important;
  }
  .s-ma-pc-21 {
    margin: 21px !important;
  }
  .s-pa-pc-21 {
    padding: 21px !important;
  }
  .s-mt-pc-22 {
    margin-top: 22px !important;
  }
  .s-pt-pc-22 {
    padding-top: 22px !important;
  }
  .s-ml-pc-22 {
    margin-left: 22px !important;
  }
  .s-pl-pc-22 {
    padding-left: 22px !important;
  }
  .s-mb-pc-22 {
    margin-bottom: 22px !important;
  }
  .s-pb-pc-22 {
    padding-bottom: 22px !important;
  }
  .s-mr-pc-22 {
    margin-right: 22px !important;
  }
  .s-pr-pc-22 {
    padding-right: 22px !important;
  }
  .s-ma-pc-22 {
    margin: 22px !important;
  }
  .s-pa-pc-22 {
    padding: 22px !important;
  }
  .s-mt-pc-23 {
    margin-top: 23px !important;
  }
  .s-pt-pc-23 {
    padding-top: 23px !important;
  }
  .s-ml-pc-23 {
    margin-left: 23px !important;
  }
  .s-pl-pc-23 {
    padding-left: 23px !important;
  }
  .s-mb-pc-23 {
    margin-bottom: 23px !important;
  }
  .s-pb-pc-23 {
    padding-bottom: 23px !important;
  }
  .s-mr-pc-23 {
    margin-right: 23px !important;
  }
  .s-pr-pc-23 {
    padding-right: 23px !important;
  }
  .s-ma-pc-23 {
    margin: 23px !important;
  }
  .s-pa-pc-23 {
    padding: 23px !important;
  }
  .s-mt-pc-24 {
    margin-top: 24px !important;
  }
  .s-pt-pc-24 {
    padding-top: 24px !important;
  }
  .s-ml-pc-24 {
    margin-left: 24px !important;
  }
  .s-pl-pc-24 {
    padding-left: 24px !important;
  }
  .s-mb-pc-24 {
    margin-bottom: 24px !important;
  }
  .s-pb-pc-24 {
    padding-bottom: 24px !important;
  }
  .s-mr-pc-24 {
    margin-right: 24px !important;
  }
  .s-pr-pc-24 {
    padding-right: 24px !important;
  }
  .s-ma-pc-24 {
    margin: 24px !important;
  }
  .s-pa-pc-24 {
    padding: 24px !important;
  }
  .s-mt-pc-25 {
    margin-top: 25px !important;
  }
  .s-pt-pc-25 {
    padding-top: 25px !important;
  }
  .s-ml-pc-25 {
    margin-left: 25px !important;
  }
  .s-pl-pc-25 {
    padding-left: 25px !important;
  }
  .s-mb-pc-25 {
    margin-bottom: 25px !important;
  }
  .s-pb-pc-25 {
    padding-bottom: 25px !important;
  }
  .s-mr-pc-25 {
    margin-right: 25px !important;
  }
  .s-pr-pc-25 {
    padding-right: 25px !important;
  }
  .s-ma-pc-25 {
    margin: 25px !important;
  }
  .s-pa-pc-25 {
    padding: 25px !important;
  }
  .s-mt-pc-26 {
    margin-top: 26px !important;
  }
  .s-pt-pc-26 {
    padding-top: 26px !important;
  }
  .s-ml-pc-26 {
    margin-left: 26px !important;
  }
  .s-pl-pc-26 {
    padding-left: 26px !important;
  }
  .s-mb-pc-26 {
    margin-bottom: 26px !important;
  }
  .s-pb-pc-26 {
    padding-bottom: 26px !important;
  }
  .s-mr-pc-26 {
    margin-right: 26px !important;
  }
  .s-pr-pc-26 {
    padding-right: 26px !important;
  }
  .s-ma-pc-26 {
    margin: 26px !important;
  }
  .s-pa-pc-26 {
    padding: 26px !important;
  }
  .s-mt-pc-27 {
    margin-top: 27px !important;
  }
  .s-pt-pc-27 {
    padding-top: 27px !important;
  }
  .s-ml-pc-27 {
    margin-left: 27px !important;
  }
  .s-pl-pc-27 {
    padding-left: 27px !important;
  }
  .s-mb-pc-27 {
    margin-bottom: 27px !important;
  }
  .s-pb-pc-27 {
    padding-bottom: 27px !important;
  }
  .s-mr-pc-27 {
    margin-right: 27px !important;
  }
  .s-pr-pc-27 {
    padding-right: 27px !important;
  }
  .s-ma-pc-27 {
    margin: 27px !important;
  }
  .s-pa-pc-27 {
    padding: 27px !important;
  }
  .s-mt-pc-28 {
    margin-top: 28px !important;
  }
  .s-pt-pc-28 {
    padding-top: 28px !important;
  }
  .s-ml-pc-28 {
    margin-left: 28px !important;
  }
  .s-pl-pc-28 {
    padding-left: 28px !important;
  }
  .s-mb-pc-28 {
    margin-bottom: 28px !important;
  }
  .s-pb-pc-28 {
    padding-bottom: 28px !important;
  }
  .s-mr-pc-28 {
    margin-right: 28px !important;
  }
  .s-pr-pc-28 {
    padding-right: 28px !important;
  }
  .s-ma-pc-28 {
    margin: 28px !important;
  }
  .s-pa-pc-28 {
    padding: 28px !important;
  }
  .s-mt-pc-29 {
    margin-top: 29px !important;
  }
  .s-pt-pc-29 {
    padding-top: 29px !important;
  }
  .s-ml-pc-29 {
    margin-left: 29px !important;
  }
  .s-pl-pc-29 {
    padding-left: 29px !important;
  }
  .s-mb-pc-29 {
    margin-bottom: 29px !important;
  }
  .s-pb-pc-29 {
    padding-bottom: 29px !important;
  }
  .s-mr-pc-29 {
    margin-right: 29px !important;
  }
  .s-pr-pc-29 {
    padding-right: 29px !important;
  }
  .s-ma-pc-29 {
    margin: 29px !important;
  }
  .s-pa-pc-29 {
    padding: 29px !important;
  }
  .s-mt-pc-30 {
    margin-top: 30px !important;
  }
  .s-pt-pc-30 {
    padding-top: 30px !important;
  }
  .s-ml-pc-30 {
    margin-left: 30px !important;
  }
  .s-pl-pc-30 {
    padding-left: 30px !important;
  }
  .s-mb-pc-30 {
    margin-bottom: 30px !important;
  }
  .s-pb-pc-30 {
    padding-bottom: 30px !important;
  }
  .s-mr-pc-30 {
    margin-right: 30px !important;
  }
  .s-pr-pc-30 {
    padding-right: 30px !important;
  }
  .s-ma-pc-30 {
    margin: 30px !important;
  }
  .s-pa-pc-30 {
    padding: 30px !important;
  }
  .s-mt-pc-31 {
    margin-top: 31px !important;
  }
  .s-pt-pc-31 {
    padding-top: 31px !important;
  }
  .s-ml-pc-31 {
    margin-left: 31px !important;
  }
  .s-pl-pc-31 {
    padding-left: 31px !important;
  }
  .s-mb-pc-31 {
    margin-bottom: 31px !important;
  }
  .s-pb-pc-31 {
    padding-bottom: 31px !important;
  }
  .s-mr-pc-31 {
    margin-right: 31px !important;
  }
  .s-pr-pc-31 {
    padding-right: 31px !important;
  }
  .s-ma-pc-31 {
    margin: 31px !important;
  }
  .s-pa-pc-31 {
    padding: 31px !important;
  }
  .s-mt-pc-32 {
    margin-top: 32px !important;
  }
  .s-pt-pc-32 {
    padding-top: 32px !important;
  }
  .s-ml-pc-32 {
    margin-left: 32px !important;
  }
  .s-pl-pc-32 {
    padding-left: 32px !important;
  }
  .s-mb-pc-32 {
    margin-bottom: 32px !important;
  }
  .s-pb-pc-32 {
    padding-bottom: 32px !important;
  }
  .s-mr-pc-32 {
    margin-right: 32px !important;
  }
  .s-pr-pc-32 {
    padding-right: 32px !important;
  }
  .s-ma-pc-32 {
    margin: 32px !important;
  }
  .s-pa-pc-32 {
    padding: 32px !important;
  }
  .s-mt-pc-33 {
    margin-top: 33px !important;
  }
  .s-pt-pc-33 {
    padding-top: 33px !important;
  }
  .s-ml-pc-33 {
    margin-left: 33px !important;
  }
  .s-pl-pc-33 {
    padding-left: 33px !important;
  }
  .s-mb-pc-33 {
    margin-bottom: 33px !important;
  }
  .s-pb-pc-33 {
    padding-bottom: 33px !important;
  }
  .s-mr-pc-33 {
    margin-right: 33px !important;
  }
  .s-pr-pc-33 {
    padding-right: 33px !important;
  }
  .s-ma-pc-33 {
    margin: 33px !important;
  }
  .s-pa-pc-33 {
    padding: 33px !important;
  }
  .s-mt-pc-34 {
    margin-top: 34px !important;
  }
  .s-pt-pc-34 {
    padding-top: 34px !important;
  }
  .s-ml-pc-34 {
    margin-left: 34px !important;
  }
  .s-pl-pc-34 {
    padding-left: 34px !important;
  }
  .s-mb-pc-34 {
    margin-bottom: 34px !important;
  }
  .s-pb-pc-34 {
    padding-bottom: 34px !important;
  }
  .s-mr-pc-34 {
    margin-right: 34px !important;
  }
  .s-pr-pc-34 {
    padding-right: 34px !important;
  }
  .s-ma-pc-34 {
    margin: 34px !important;
  }
  .s-pa-pc-34 {
    padding: 34px !important;
  }
  .s-mt-pc-35 {
    margin-top: 35px !important;
  }
  .s-pt-pc-35 {
    padding-top: 35px !important;
  }
  .s-ml-pc-35 {
    margin-left: 35px !important;
  }
  .s-pl-pc-35 {
    padding-left: 35px !important;
  }
  .s-mb-pc-35 {
    margin-bottom: 35px !important;
  }
  .s-pb-pc-35 {
    padding-bottom: 35px !important;
  }
  .s-mr-pc-35 {
    margin-right: 35px !important;
  }
  .s-pr-pc-35 {
    padding-right: 35px !important;
  }
  .s-ma-pc-35 {
    margin: 35px !important;
  }
  .s-pa-pc-35 {
    padding: 35px !important;
  }
  .s-mt-pc-36 {
    margin-top: 36px !important;
  }
  .s-pt-pc-36 {
    padding-top: 36px !important;
  }
  .s-ml-pc-36 {
    margin-left: 36px !important;
  }
  .s-pl-pc-36 {
    padding-left: 36px !important;
  }
  .s-mb-pc-36 {
    margin-bottom: 36px !important;
  }
  .s-pb-pc-36 {
    padding-bottom: 36px !important;
  }
  .s-mr-pc-36 {
    margin-right: 36px !important;
  }
  .s-pr-pc-36 {
    padding-right: 36px !important;
  }
  .s-ma-pc-36 {
    margin: 36px !important;
  }
  .s-pa-pc-36 {
    padding: 36px !important;
  }
  .s-mt-pc-37 {
    margin-top: 37px !important;
  }
  .s-pt-pc-37 {
    padding-top: 37px !important;
  }
  .s-ml-pc-37 {
    margin-left: 37px !important;
  }
  .s-pl-pc-37 {
    padding-left: 37px !important;
  }
  .s-mb-pc-37 {
    margin-bottom: 37px !important;
  }
  .s-pb-pc-37 {
    padding-bottom: 37px !important;
  }
  .s-mr-pc-37 {
    margin-right: 37px !important;
  }
  .s-pr-pc-37 {
    padding-right: 37px !important;
  }
  .s-ma-pc-37 {
    margin: 37px !important;
  }
  .s-pa-pc-37 {
    padding: 37px !important;
  }
  .s-mt-pc-38 {
    margin-top: 38px !important;
  }
  .s-pt-pc-38 {
    padding-top: 38px !important;
  }
  .s-ml-pc-38 {
    margin-left: 38px !important;
  }
  .s-pl-pc-38 {
    padding-left: 38px !important;
  }
  .s-mb-pc-38 {
    margin-bottom: 38px !important;
  }
  .s-pb-pc-38 {
    padding-bottom: 38px !important;
  }
  .s-mr-pc-38 {
    margin-right: 38px !important;
  }
  .s-pr-pc-38 {
    padding-right: 38px !important;
  }
  .s-ma-pc-38 {
    margin: 38px !important;
  }
  .s-pa-pc-38 {
    padding: 38px !important;
  }
  .s-mt-pc-39 {
    margin-top: 39px !important;
  }
  .s-pt-pc-39 {
    padding-top: 39px !important;
  }
  .s-ml-pc-39 {
    margin-left: 39px !important;
  }
  .s-pl-pc-39 {
    padding-left: 39px !important;
  }
  .s-mb-pc-39 {
    margin-bottom: 39px !important;
  }
  .s-pb-pc-39 {
    padding-bottom: 39px !important;
  }
  .s-mr-pc-39 {
    margin-right: 39px !important;
  }
  .s-pr-pc-39 {
    padding-right: 39px !important;
  }
  .s-ma-pc-39 {
    margin: 39px !important;
  }
  .s-pa-pc-39 {
    padding: 39px !important;
  }
  .s-mt-pc-40 {
    margin-top: 40px !important;
  }
  .s-pt-pc-40 {
    padding-top: 40px !important;
  }
  .s-ml-pc-40 {
    margin-left: 40px !important;
  }
  .s-pl-pc-40 {
    padding-left: 40px !important;
  }
  .s-mb-pc-40 {
    margin-bottom: 40px !important;
  }
  .s-pb-pc-40 {
    padding-bottom: 40px !important;
  }
  .s-mr-pc-40 {
    margin-right: 40px !important;
  }
  .s-pr-pc-40 {
    padding-right: 40px !important;
  }
  .s-ma-pc-40 {
    margin: 40px !important;
  }
  .s-pa-pc-40 {
    padding: 40px !important;
  }
  .s-mt-pc-41 {
    margin-top: 41px !important;
  }
  .s-pt-pc-41 {
    padding-top: 41px !important;
  }
  .s-ml-pc-41 {
    margin-left: 41px !important;
  }
  .s-pl-pc-41 {
    padding-left: 41px !important;
  }
  .s-mb-pc-41 {
    margin-bottom: 41px !important;
  }
  .s-pb-pc-41 {
    padding-bottom: 41px !important;
  }
  .s-mr-pc-41 {
    margin-right: 41px !important;
  }
  .s-pr-pc-41 {
    padding-right: 41px !important;
  }
  .s-ma-pc-41 {
    margin: 41px !important;
  }
  .s-pa-pc-41 {
    padding: 41px !important;
  }
  .s-mt-pc-42 {
    margin-top: 42px !important;
  }
  .s-pt-pc-42 {
    padding-top: 42px !important;
  }
  .s-ml-pc-42 {
    margin-left: 42px !important;
  }
  .s-pl-pc-42 {
    padding-left: 42px !important;
  }
  .s-mb-pc-42 {
    margin-bottom: 42px !important;
  }
  .s-pb-pc-42 {
    padding-bottom: 42px !important;
  }
  .s-mr-pc-42 {
    margin-right: 42px !important;
  }
  .s-pr-pc-42 {
    padding-right: 42px !important;
  }
  .s-ma-pc-42 {
    margin: 42px !important;
  }
  .s-pa-pc-42 {
    padding: 42px !important;
  }
  .s-mt-pc-43 {
    margin-top: 43px !important;
  }
  .s-pt-pc-43 {
    padding-top: 43px !important;
  }
  .s-ml-pc-43 {
    margin-left: 43px !important;
  }
  .s-pl-pc-43 {
    padding-left: 43px !important;
  }
  .s-mb-pc-43 {
    margin-bottom: 43px !important;
  }
  .s-pb-pc-43 {
    padding-bottom: 43px !important;
  }
  .s-mr-pc-43 {
    margin-right: 43px !important;
  }
  .s-pr-pc-43 {
    padding-right: 43px !important;
  }
  .s-ma-pc-43 {
    margin: 43px !important;
  }
  .s-pa-pc-43 {
    padding: 43px !important;
  }
  .s-mt-pc-44 {
    margin-top: 44px !important;
  }
  .s-pt-pc-44 {
    padding-top: 44px !important;
  }
  .s-ml-pc-44 {
    margin-left: 44px !important;
  }
  .s-pl-pc-44 {
    padding-left: 44px !important;
  }
  .s-mb-pc-44 {
    margin-bottom: 44px !important;
  }
  .s-pb-pc-44 {
    padding-bottom: 44px !important;
  }
  .s-mr-pc-44 {
    margin-right: 44px !important;
  }
  .s-pr-pc-44 {
    padding-right: 44px !important;
  }
  .s-ma-pc-44 {
    margin: 44px !important;
  }
  .s-pa-pc-44 {
    padding: 44px !important;
  }
  .s-mt-pc-45 {
    margin-top: 45px !important;
  }
  .s-pt-pc-45 {
    padding-top: 45px !important;
  }
  .s-ml-pc-45 {
    margin-left: 45px !important;
  }
  .s-pl-pc-45 {
    padding-left: 45px !important;
  }
  .s-mb-pc-45 {
    margin-bottom: 45px !important;
  }
  .s-pb-pc-45 {
    padding-bottom: 45px !important;
  }
  .s-mr-pc-45 {
    margin-right: 45px !important;
  }
  .s-pr-pc-45 {
    padding-right: 45px !important;
  }
  .s-ma-pc-45 {
    margin: 45px !important;
  }
  .s-pa-pc-45 {
    padding: 45px !important;
  }
  .s-mt-pc-46 {
    margin-top: 46px !important;
  }
  .s-pt-pc-46 {
    padding-top: 46px !important;
  }
  .s-ml-pc-46 {
    margin-left: 46px !important;
  }
  .s-pl-pc-46 {
    padding-left: 46px !important;
  }
  .s-mb-pc-46 {
    margin-bottom: 46px !important;
  }
  .s-pb-pc-46 {
    padding-bottom: 46px !important;
  }
  .s-mr-pc-46 {
    margin-right: 46px !important;
  }
  .s-pr-pc-46 {
    padding-right: 46px !important;
  }
  .s-ma-pc-46 {
    margin: 46px !important;
  }
  .s-pa-pc-46 {
    padding: 46px !important;
  }
  .s-mt-pc-47 {
    margin-top: 47px !important;
  }
  .s-pt-pc-47 {
    padding-top: 47px !important;
  }
  .s-ml-pc-47 {
    margin-left: 47px !important;
  }
  .s-pl-pc-47 {
    padding-left: 47px !important;
  }
  .s-mb-pc-47 {
    margin-bottom: 47px !important;
  }
  .s-pb-pc-47 {
    padding-bottom: 47px !important;
  }
  .s-mr-pc-47 {
    margin-right: 47px !important;
  }
  .s-pr-pc-47 {
    padding-right: 47px !important;
  }
  .s-ma-pc-47 {
    margin: 47px !important;
  }
  .s-pa-pc-47 {
    padding: 47px !important;
  }
  .s-mt-pc-48 {
    margin-top: 48px !important;
  }
  .s-pt-pc-48 {
    padding-top: 48px !important;
  }
  .s-ml-pc-48 {
    margin-left: 48px !important;
  }
  .s-pl-pc-48 {
    padding-left: 48px !important;
  }
  .s-mb-pc-48 {
    margin-bottom: 48px !important;
  }
  .s-pb-pc-48 {
    padding-bottom: 48px !important;
  }
  .s-mr-pc-48 {
    margin-right: 48px !important;
  }
  .s-pr-pc-48 {
    padding-right: 48px !important;
  }
  .s-ma-pc-48 {
    margin: 48px !important;
  }
  .s-pa-pc-48 {
    padding: 48px !important;
  }
  .s-mt-pc-49 {
    margin-top: 49px !important;
  }
  .s-pt-pc-49 {
    padding-top: 49px !important;
  }
  .s-ml-pc-49 {
    margin-left: 49px !important;
  }
  .s-pl-pc-49 {
    padding-left: 49px !important;
  }
  .s-mb-pc-49 {
    margin-bottom: 49px !important;
  }
  .s-pb-pc-49 {
    padding-bottom: 49px !important;
  }
  .s-mr-pc-49 {
    margin-right: 49px !important;
  }
  .s-pr-pc-49 {
    padding-right: 49px !important;
  }
  .s-ma-pc-49 {
    margin: 49px !important;
  }
  .s-pa-pc-49 {
    padding: 49px !important;
  }
  .s-mt-pc-50 {
    margin-top: 50px !important;
  }
  .s-pt-pc-50 {
    padding-top: 50px !important;
  }
  .s-ml-pc-50 {
    margin-left: 50px !important;
  }
  .s-pl-pc-50 {
    padding-left: 50px !important;
  }
  .s-mb-pc-50 {
    margin-bottom: 50px !important;
  }
  .s-pb-pc-50 {
    padding-bottom: 50px !important;
  }
  .s-mr-pc-50 {
    margin-right: 50px !important;
  }
  .s-pr-pc-50 {
    padding-right: 50px !important;
  }
  .s-ma-pc-50 {
    margin: 50px !important;
  }
  .s-pa-pc-50 {
    padding: 50px !important;
  }
  .s-mt-pc-51 {
    margin-top: 51px !important;
  }
  .s-pt-pc-51 {
    padding-top: 51px !important;
  }
  .s-ml-pc-51 {
    margin-left: 51px !important;
  }
  .s-pl-pc-51 {
    padding-left: 51px !important;
  }
  .s-mb-pc-51 {
    margin-bottom: 51px !important;
  }
  .s-pb-pc-51 {
    padding-bottom: 51px !important;
  }
  .s-mr-pc-51 {
    margin-right: 51px !important;
  }
  .s-pr-pc-51 {
    padding-right: 51px !important;
  }
  .s-ma-pc-51 {
    margin: 51px !important;
  }
  .s-pa-pc-51 {
    padding: 51px !important;
  }
  .s-mt-pc-52 {
    margin-top: 52px !important;
  }
  .s-pt-pc-52 {
    padding-top: 52px !important;
  }
  .s-ml-pc-52 {
    margin-left: 52px !important;
  }
  .s-pl-pc-52 {
    padding-left: 52px !important;
  }
  .s-mb-pc-52 {
    margin-bottom: 52px !important;
  }
  .s-pb-pc-52 {
    padding-bottom: 52px !important;
  }
  .s-mr-pc-52 {
    margin-right: 52px !important;
  }
  .s-pr-pc-52 {
    padding-right: 52px !important;
  }
  .s-ma-pc-52 {
    margin: 52px !important;
  }
  .s-pa-pc-52 {
    padding: 52px !important;
  }
  .s-mt-pc-53 {
    margin-top: 53px !important;
  }
  .s-pt-pc-53 {
    padding-top: 53px !important;
  }
  .s-ml-pc-53 {
    margin-left: 53px !important;
  }
  .s-pl-pc-53 {
    padding-left: 53px !important;
  }
  .s-mb-pc-53 {
    margin-bottom: 53px !important;
  }
  .s-pb-pc-53 {
    padding-bottom: 53px !important;
  }
  .s-mr-pc-53 {
    margin-right: 53px !important;
  }
  .s-pr-pc-53 {
    padding-right: 53px !important;
  }
  .s-ma-pc-53 {
    margin: 53px !important;
  }
  .s-pa-pc-53 {
    padding: 53px !important;
  }
  .s-mt-pc-54 {
    margin-top: 54px !important;
  }
  .s-pt-pc-54 {
    padding-top: 54px !important;
  }
  .s-ml-pc-54 {
    margin-left: 54px !important;
  }
  .s-pl-pc-54 {
    padding-left: 54px !important;
  }
  .s-mb-pc-54 {
    margin-bottom: 54px !important;
  }
  .s-pb-pc-54 {
    padding-bottom: 54px !important;
  }
  .s-mr-pc-54 {
    margin-right: 54px !important;
  }
  .s-pr-pc-54 {
    padding-right: 54px !important;
  }
  .s-ma-pc-54 {
    margin: 54px !important;
  }
  .s-pa-pc-54 {
    padding: 54px !important;
  }
  .s-mt-pc-55 {
    margin-top: 55px !important;
  }
  .s-pt-pc-55 {
    padding-top: 55px !important;
  }
  .s-ml-pc-55 {
    margin-left: 55px !important;
  }
  .s-pl-pc-55 {
    padding-left: 55px !important;
  }
  .s-mb-pc-55 {
    margin-bottom: 55px !important;
  }
  .s-pb-pc-55 {
    padding-bottom: 55px !important;
  }
  .s-mr-pc-55 {
    margin-right: 55px !important;
  }
  .s-pr-pc-55 {
    padding-right: 55px !important;
  }
  .s-ma-pc-55 {
    margin: 55px !important;
  }
  .s-pa-pc-55 {
    padding: 55px !important;
  }
  .s-mt-pc-56 {
    margin-top: 56px !important;
  }
  .s-pt-pc-56 {
    padding-top: 56px !important;
  }
  .s-ml-pc-56 {
    margin-left: 56px !important;
  }
  .s-pl-pc-56 {
    padding-left: 56px !important;
  }
  .s-mb-pc-56 {
    margin-bottom: 56px !important;
  }
  .s-pb-pc-56 {
    padding-bottom: 56px !important;
  }
  .s-mr-pc-56 {
    margin-right: 56px !important;
  }
  .s-pr-pc-56 {
    padding-right: 56px !important;
  }
  .s-ma-pc-56 {
    margin: 56px !important;
  }
  .s-pa-pc-56 {
    padding: 56px !important;
  }
  .s-mt-pc-57 {
    margin-top: 57px !important;
  }
  .s-pt-pc-57 {
    padding-top: 57px !important;
  }
  .s-ml-pc-57 {
    margin-left: 57px !important;
  }
  .s-pl-pc-57 {
    padding-left: 57px !important;
  }
  .s-mb-pc-57 {
    margin-bottom: 57px !important;
  }
  .s-pb-pc-57 {
    padding-bottom: 57px !important;
  }
  .s-mr-pc-57 {
    margin-right: 57px !important;
  }
  .s-pr-pc-57 {
    padding-right: 57px !important;
  }
  .s-ma-pc-57 {
    margin: 57px !important;
  }
  .s-pa-pc-57 {
    padding: 57px !important;
  }
  .s-mt-pc-58 {
    margin-top: 58px !important;
  }
  .s-pt-pc-58 {
    padding-top: 58px !important;
  }
  .s-ml-pc-58 {
    margin-left: 58px !important;
  }
  .s-pl-pc-58 {
    padding-left: 58px !important;
  }
  .s-mb-pc-58 {
    margin-bottom: 58px !important;
  }
  .s-pb-pc-58 {
    padding-bottom: 58px !important;
  }
  .s-mr-pc-58 {
    margin-right: 58px !important;
  }
  .s-pr-pc-58 {
    padding-right: 58px !important;
  }
  .s-ma-pc-58 {
    margin: 58px !important;
  }
  .s-pa-pc-58 {
    padding: 58px !important;
  }
  .s-mt-pc-59 {
    margin-top: 59px !important;
  }
  .s-pt-pc-59 {
    padding-top: 59px !important;
  }
  .s-ml-pc-59 {
    margin-left: 59px !important;
  }
  .s-pl-pc-59 {
    padding-left: 59px !important;
  }
  .s-mb-pc-59 {
    margin-bottom: 59px !important;
  }
  .s-pb-pc-59 {
    padding-bottom: 59px !important;
  }
  .s-mr-pc-59 {
    margin-right: 59px !important;
  }
  .s-pr-pc-59 {
    padding-right: 59px !important;
  }
  .s-ma-pc-59 {
    margin: 59px !important;
  }
  .s-pa-pc-59 {
    padding: 59px !important;
  }
  .s-mt-pc-60 {
    margin-top: 60px !important;
  }
  .s-pt-pc-60 {
    padding-top: 60px !important;
  }
  .s-ml-pc-60 {
    margin-left: 60px !important;
  }
  .s-pl-pc-60 {
    padding-left: 60px !important;
  }
  .s-mb-pc-60 {
    margin-bottom: 60px !important;
  }
  .s-pb-pc-60 {
    padding-bottom: 60px !important;
  }
  .s-mr-pc-60 {
    margin-right: 60px !important;
  }
  .s-pr-pc-60 {
    padding-right: 60px !important;
  }
  .s-ma-pc-60 {
    margin: 60px !important;
  }
  .s-pa-pc-60 {
    padding: 60px !important;
  }
  .s-mt-pc-61 {
    margin-top: 61px !important;
  }
  .s-pt-pc-61 {
    padding-top: 61px !important;
  }
  .s-ml-pc-61 {
    margin-left: 61px !important;
  }
  .s-pl-pc-61 {
    padding-left: 61px !important;
  }
  .s-mb-pc-61 {
    margin-bottom: 61px !important;
  }
  .s-pb-pc-61 {
    padding-bottom: 61px !important;
  }
  .s-mr-pc-61 {
    margin-right: 61px !important;
  }
  .s-pr-pc-61 {
    padding-right: 61px !important;
  }
  .s-ma-pc-61 {
    margin: 61px !important;
  }
  .s-pa-pc-61 {
    padding: 61px !important;
  }
  .s-mt-pc-62 {
    margin-top: 62px !important;
  }
  .s-pt-pc-62 {
    padding-top: 62px !important;
  }
  .s-ml-pc-62 {
    margin-left: 62px !important;
  }
  .s-pl-pc-62 {
    padding-left: 62px !important;
  }
  .s-mb-pc-62 {
    margin-bottom: 62px !important;
  }
  .s-pb-pc-62 {
    padding-bottom: 62px !important;
  }
  .s-mr-pc-62 {
    margin-right: 62px !important;
  }
  .s-pr-pc-62 {
    padding-right: 62px !important;
  }
  .s-ma-pc-62 {
    margin: 62px !important;
  }
  .s-pa-pc-62 {
    padding: 62px !important;
  }
  .s-mt-pc-63 {
    margin-top: 63px !important;
  }
  .s-pt-pc-63 {
    padding-top: 63px !important;
  }
  .s-ml-pc-63 {
    margin-left: 63px !important;
  }
  .s-pl-pc-63 {
    padding-left: 63px !important;
  }
  .s-mb-pc-63 {
    margin-bottom: 63px !important;
  }
  .s-pb-pc-63 {
    padding-bottom: 63px !important;
  }
  .s-mr-pc-63 {
    margin-right: 63px !important;
  }
  .s-pr-pc-63 {
    padding-right: 63px !important;
  }
  .s-ma-pc-63 {
    margin: 63px !important;
  }
  .s-pa-pc-63 {
    padding: 63px !important;
  }
  .s-mt-pc-64 {
    margin-top: 64px !important;
  }
  .s-pt-pc-64 {
    padding-top: 64px !important;
  }
  .s-ml-pc-64 {
    margin-left: 64px !important;
  }
  .s-pl-pc-64 {
    padding-left: 64px !important;
  }
  .s-mb-pc-64 {
    margin-bottom: 64px !important;
  }
  .s-pb-pc-64 {
    padding-bottom: 64px !important;
  }
  .s-mr-pc-64 {
    margin-right: 64px !important;
  }
  .s-pr-pc-64 {
    padding-right: 64px !important;
  }
  .s-ma-pc-64 {
    margin: 64px !important;
  }
  .s-pa-pc-64 {
    padding: 64px !important;
  }
  .s-mt-pc-65 {
    margin-top: 65px !important;
  }
  .s-pt-pc-65 {
    padding-top: 65px !important;
  }
  .s-ml-pc-65 {
    margin-left: 65px !important;
  }
  .s-pl-pc-65 {
    padding-left: 65px !important;
  }
  .s-mb-pc-65 {
    margin-bottom: 65px !important;
  }
  .s-pb-pc-65 {
    padding-bottom: 65px !important;
  }
  .s-mr-pc-65 {
    margin-right: 65px !important;
  }
  .s-pr-pc-65 {
    padding-right: 65px !important;
  }
  .s-ma-pc-65 {
    margin: 65px !important;
  }
  .s-pa-pc-65 {
    padding: 65px !important;
  }
  .s-mt-pc-66 {
    margin-top: 66px !important;
  }
  .s-pt-pc-66 {
    padding-top: 66px !important;
  }
  .s-ml-pc-66 {
    margin-left: 66px !important;
  }
  .s-pl-pc-66 {
    padding-left: 66px !important;
  }
  .s-mb-pc-66 {
    margin-bottom: 66px !important;
  }
  .s-pb-pc-66 {
    padding-bottom: 66px !important;
  }
  .s-mr-pc-66 {
    margin-right: 66px !important;
  }
  .s-pr-pc-66 {
    padding-right: 66px !important;
  }
  .s-ma-pc-66 {
    margin: 66px !important;
  }
  .s-pa-pc-66 {
    padding: 66px !important;
  }
  .s-mt-pc-67 {
    margin-top: 67px !important;
  }
  .s-pt-pc-67 {
    padding-top: 67px !important;
  }
  .s-ml-pc-67 {
    margin-left: 67px !important;
  }
  .s-pl-pc-67 {
    padding-left: 67px !important;
  }
  .s-mb-pc-67 {
    margin-bottom: 67px !important;
  }
  .s-pb-pc-67 {
    padding-bottom: 67px !important;
  }
  .s-mr-pc-67 {
    margin-right: 67px !important;
  }
  .s-pr-pc-67 {
    padding-right: 67px !important;
  }
  .s-ma-pc-67 {
    margin: 67px !important;
  }
  .s-pa-pc-67 {
    padding: 67px !important;
  }
  .s-mt-pc-68 {
    margin-top: 68px !important;
  }
  .s-pt-pc-68 {
    padding-top: 68px !important;
  }
  .s-ml-pc-68 {
    margin-left: 68px !important;
  }
  .s-pl-pc-68 {
    padding-left: 68px !important;
  }
  .s-mb-pc-68 {
    margin-bottom: 68px !important;
  }
  .s-pb-pc-68 {
    padding-bottom: 68px !important;
  }
  .s-mr-pc-68 {
    margin-right: 68px !important;
  }
  .s-pr-pc-68 {
    padding-right: 68px !important;
  }
  .s-ma-pc-68 {
    margin: 68px !important;
  }
  .s-pa-pc-68 {
    padding: 68px !important;
  }
  .s-mt-pc-69 {
    margin-top: 69px !important;
  }
  .s-pt-pc-69 {
    padding-top: 69px !important;
  }
  .s-ml-pc-69 {
    margin-left: 69px !important;
  }
  .s-pl-pc-69 {
    padding-left: 69px !important;
  }
  .s-mb-pc-69 {
    margin-bottom: 69px !important;
  }
  .s-pb-pc-69 {
    padding-bottom: 69px !important;
  }
  .s-mr-pc-69 {
    margin-right: 69px !important;
  }
  .s-pr-pc-69 {
    padding-right: 69px !important;
  }
  .s-ma-pc-69 {
    margin: 69px !important;
  }
  .s-pa-pc-69 {
    padding: 69px !important;
  }
  .s-mt-pc-70 {
    margin-top: 70px !important;
  }
  .s-pt-pc-70 {
    padding-top: 70px !important;
  }
  .s-ml-pc-70 {
    margin-left: 70px !important;
  }
  .s-pl-pc-70 {
    padding-left: 70px !important;
  }
  .s-mb-pc-70 {
    margin-bottom: 70px !important;
  }
  .s-pb-pc-70 {
    padding-bottom: 70px !important;
  }
  .s-mr-pc-70 {
    margin-right: 70px !important;
  }
  .s-pr-pc-70 {
    padding-right: 70px !important;
  }
  .s-ma-pc-70 {
    margin: 70px !important;
  }
  .s-pa-pc-70 {
    padding: 70px !important;
  }
  .s-mt-pc-71 {
    margin-top: 71px !important;
  }
  .s-pt-pc-71 {
    padding-top: 71px !important;
  }
  .s-ml-pc-71 {
    margin-left: 71px !important;
  }
  .s-pl-pc-71 {
    padding-left: 71px !important;
  }
  .s-mb-pc-71 {
    margin-bottom: 71px !important;
  }
  .s-pb-pc-71 {
    padding-bottom: 71px !important;
  }
  .s-mr-pc-71 {
    margin-right: 71px !important;
  }
  .s-pr-pc-71 {
    padding-right: 71px !important;
  }
  .s-ma-pc-71 {
    margin: 71px !important;
  }
  .s-pa-pc-71 {
    padding: 71px !important;
  }
  .s-mt-pc-72 {
    margin-top: 72px !important;
  }
  .s-pt-pc-72 {
    padding-top: 72px !important;
  }
  .s-ml-pc-72 {
    margin-left: 72px !important;
  }
  .s-pl-pc-72 {
    padding-left: 72px !important;
  }
  .s-mb-pc-72 {
    margin-bottom: 72px !important;
  }
  .s-pb-pc-72 {
    padding-bottom: 72px !important;
  }
  .s-mr-pc-72 {
    margin-right: 72px !important;
  }
  .s-pr-pc-72 {
    padding-right: 72px !important;
  }
  .s-ma-pc-72 {
    margin: 72px !important;
  }
  .s-pa-pc-72 {
    padding: 72px !important;
  }
  .s-mt-pc-73 {
    margin-top: 73px !important;
  }
  .s-pt-pc-73 {
    padding-top: 73px !important;
  }
  .s-ml-pc-73 {
    margin-left: 73px !important;
  }
  .s-pl-pc-73 {
    padding-left: 73px !important;
  }
  .s-mb-pc-73 {
    margin-bottom: 73px !important;
  }
  .s-pb-pc-73 {
    padding-bottom: 73px !important;
  }
  .s-mr-pc-73 {
    margin-right: 73px !important;
  }
  .s-pr-pc-73 {
    padding-right: 73px !important;
  }
  .s-ma-pc-73 {
    margin: 73px !important;
  }
  .s-pa-pc-73 {
    padding: 73px !important;
  }
  .s-mt-pc-74 {
    margin-top: 74px !important;
  }
  .s-pt-pc-74 {
    padding-top: 74px !important;
  }
  .s-ml-pc-74 {
    margin-left: 74px !important;
  }
  .s-pl-pc-74 {
    padding-left: 74px !important;
  }
  .s-mb-pc-74 {
    margin-bottom: 74px !important;
  }
  .s-pb-pc-74 {
    padding-bottom: 74px !important;
  }
  .s-mr-pc-74 {
    margin-right: 74px !important;
  }
  .s-pr-pc-74 {
    padding-right: 74px !important;
  }
  .s-ma-pc-74 {
    margin: 74px !important;
  }
  .s-pa-pc-74 {
    padding: 74px !important;
  }
  .s-mt-pc-75 {
    margin-top: 75px !important;
  }
  .s-pt-pc-75 {
    padding-top: 75px !important;
  }
  .s-ml-pc-75 {
    margin-left: 75px !important;
  }
  .s-pl-pc-75 {
    padding-left: 75px !important;
  }
  .s-mb-pc-75 {
    margin-bottom: 75px !important;
  }
  .s-pb-pc-75 {
    padding-bottom: 75px !important;
  }
  .s-mr-pc-75 {
    margin-right: 75px !important;
  }
  .s-pr-pc-75 {
    padding-right: 75px !important;
  }
  .s-ma-pc-75 {
    margin: 75px !important;
  }
  .s-pa-pc-75 {
    padding: 75px !important;
  }
  .s-mt-pc-76 {
    margin-top: 76px !important;
  }
  .s-pt-pc-76 {
    padding-top: 76px !important;
  }
  .s-ml-pc-76 {
    margin-left: 76px !important;
  }
  .s-pl-pc-76 {
    padding-left: 76px !important;
  }
  .s-mb-pc-76 {
    margin-bottom: 76px !important;
  }
  .s-pb-pc-76 {
    padding-bottom: 76px !important;
  }
  .s-mr-pc-76 {
    margin-right: 76px !important;
  }
  .s-pr-pc-76 {
    padding-right: 76px !important;
  }
  .s-ma-pc-76 {
    margin: 76px !important;
  }
  .s-pa-pc-76 {
    padding: 76px !important;
  }
  .s-mt-pc-77 {
    margin-top: 77px !important;
  }
  .s-pt-pc-77 {
    padding-top: 77px !important;
  }
  .s-ml-pc-77 {
    margin-left: 77px !important;
  }
  .s-pl-pc-77 {
    padding-left: 77px !important;
  }
  .s-mb-pc-77 {
    margin-bottom: 77px !important;
  }
  .s-pb-pc-77 {
    padding-bottom: 77px !important;
  }
  .s-mr-pc-77 {
    margin-right: 77px !important;
  }
  .s-pr-pc-77 {
    padding-right: 77px !important;
  }
  .s-ma-pc-77 {
    margin: 77px !important;
  }
  .s-pa-pc-77 {
    padding: 77px !important;
  }
  .s-mt-pc-78 {
    margin-top: 78px !important;
  }
  .s-pt-pc-78 {
    padding-top: 78px !important;
  }
  .s-ml-pc-78 {
    margin-left: 78px !important;
  }
  .s-pl-pc-78 {
    padding-left: 78px !important;
  }
  .s-mb-pc-78 {
    margin-bottom: 78px !important;
  }
  .s-pb-pc-78 {
    padding-bottom: 78px !important;
  }
  .s-mr-pc-78 {
    margin-right: 78px !important;
  }
  .s-pr-pc-78 {
    padding-right: 78px !important;
  }
  .s-ma-pc-78 {
    margin: 78px !important;
  }
  .s-pa-pc-78 {
    padding: 78px !important;
  }
  .s-mt-pc-79 {
    margin-top: 79px !important;
  }
  .s-pt-pc-79 {
    padding-top: 79px !important;
  }
  .s-ml-pc-79 {
    margin-left: 79px !important;
  }
  .s-pl-pc-79 {
    padding-left: 79px !important;
  }
  .s-mb-pc-79 {
    margin-bottom: 79px !important;
  }
  .s-pb-pc-79 {
    padding-bottom: 79px !important;
  }
  .s-mr-pc-79 {
    margin-right: 79px !important;
  }
  .s-pr-pc-79 {
    padding-right: 79px !important;
  }
  .s-ma-pc-79 {
    margin: 79px !important;
  }
  .s-pa-pc-79 {
    padding: 79px !important;
  }
  .s-mt-pc-80 {
    margin-top: 80px !important;
  }
  .s-pt-pc-80 {
    padding-top: 80px !important;
  }
  .s-ml-pc-80 {
    margin-left: 80px !important;
  }
  .s-pl-pc-80 {
    padding-left: 80px !important;
  }
  .s-mb-pc-80 {
    margin-bottom: 80px !important;
  }
  .s-pb-pc-80 {
    padding-bottom: 80px !important;
  }
  .s-mr-pc-80 {
    margin-right: 80px !important;
  }
  .s-pr-pc-80 {
    padding-right: 80px !important;
  }
  .s-ma-pc-80 {
    margin: 80px !important;
  }
  .s-pa-pc-80 {
    padding: 80px !important;
  }
  .s-mt-pc-81 {
    margin-top: 81px !important;
  }
  .s-pt-pc-81 {
    padding-top: 81px !important;
  }
  .s-ml-pc-81 {
    margin-left: 81px !important;
  }
  .s-pl-pc-81 {
    padding-left: 81px !important;
  }
  .s-mb-pc-81 {
    margin-bottom: 81px !important;
  }
  .s-pb-pc-81 {
    padding-bottom: 81px !important;
  }
  .s-mr-pc-81 {
    margin-right: 81px !important;
  }
  .s-pr-pc-81 {
    padding-right: 81px !important;
  }
  .s-ma-pc-81 {
    margin: 81px !important;
  }
  .s-pa-pc-81 {
    padding: 81px !important;
  }
  .s-mt-pc-82 {
    margin-top: 82px !important;
  }
  .s-pt-pc-82 {
    padding-top: 82px !important;
  }
  .s-ml-pc-82 {
    margin-left: 82px !important;
  }
  .s-pl-pc-82 {
    padding-left: 82px !important;
  }
  .s-mb-pc-82 {
    margin-bottom: 82px !important;
  }
  .s-pb-pc-82 {
    padding-bottom: 82px !important;
  }
  .s-mr-pc-82 {
    margin-right: 82px !important;
  }
  .s-pr-pc-82 {
    padding-right: 82px !important;
  }
  .s-ma-pc-82 {
    margin: 82px !important;
  }
  .s-pa-pc-82 {
    padding: 82px !important;
  }
  .s-mt-pc-83 {
    margin-top: 83px !important;
  }
  .s-pt-pc-83 {
    padding-top: 83px !important;
  }
  .s-ml-pc-83 {
    margin-left: 83px !important;
  }
  .s-pl-pc-83 {
    padding-left: 83px !important;
  }
  .s-mb-pc-83 {
    margin-bottom: 83px !important;
  }
  .s-pb-pc-83 {
    padding-bottom: 83px !important;
  }
  .s-mr-pc-83 {
    margin-right: 83px !important;
  }
  .s-pr-pc-83 {
    padding-right: 83px !important;
  }
  .s-ma-pc-83 {
    margin: 83px !important;
  }
  .s-pa-pc-83 {
    padding: 83px !important;
  }
  .s-mt-pc-84 {
    margin-top: 84px !important;
  }
  .s-pt-pc-84 {
    padding-top: 84px !important;
  }
  .s-ml-pc-84 {
    margin-left: 84px !important;
  }
  .s-pl-pc-84 {
    padding-left: 84px !important;
  }
  .s-mb-pc-84 {
    margin-bottom: 84px !important;
  }
  .s-pb-pc-84 {
    padding-bottom: 84px !important;
  }
  .s-mr-pc-84 {
    margin-right: 84px !important;
  }
  .s-pr-pc-84 {
    padding-right: 84px !important;
  }
  .s-ma-pc-84 {
    margin: 84px !important;
  }
  .s-pa-pc-84 {
    padding: 84px !important;
  }
  .s-mt-pc-85 {
    margin-top: 85px !important;
  }
  .s-pt-pc-85 {
    padding-top: 85px !important;
  }
  .s-ml-pc-85 {
    margin-left: 85px !important;
  }
  .s-pl-pc-85 {
    padding-left: 85px !important;
  }
  .s-mb-pc-85 {
    margin-bottom: 85px !important;
  }
  .s-pb-pc-85 {
    padding-bottom: 85px !important;
  }
  .s-mr-pc-85 {
    margin-right: 85px !important;
  }
  .s-pr-pc-85 {
    padding-right: 85px !important;
  }
  .s-ma-pc-85 {
    margin: 85px !important;
  }
  .s-pa-pc-85 {
    padding: 85px !important;
  }
  .s-mt-pc-86 {
    margin-top: 86px !important;
  }
  .s-pt-pc-86 {
    padding-top: 86px !important;
  }
  .s-ml-pc-86 {
    margin-left: 86px !important;
  }
  .s-pl-pc-86 {
    padding-left: 86px !important;
  }
  .s-mb-pc-86 {
    margin-bottom: 86px !important;
  }
  .s-pb-pc-86 {
    padding-bottom: 86px !important;
  }
  .s-mr-pc-86 {
    margin-right: 86px !important;
  }
  .s-pr-pc-86 {
    padding-right: 86px !important;
  }
  .s-ma-pc-86 {
    margin: 86px !important;
  }
  .s-pa-pc-86 {
    padding: 86px !important;
  }
  .s-mt-pc-87 {
    margin-top: 87px !important;
  }
  .s-pt-pc-87 {
    padding-top: 87px !important;
  }
  .s-ml-pc-87 {
    margin-left: 87px !important;
  }
  .s-pl-pc-87 {
    padding-left: 87px !important;
  }
  .s-mb-pc-87 {
    margin-bottom: 87px !important;
  }
  .s-pb-pc-87 {
    padding-bottom: 87px !important;
  }
  .s-mr-pc-87 {
    margin-right: 87px !important;
  }
  .s-pr-pc-87 {
    padding-right: 87px !important;
  }
  .s-ma-pc-87 {
    margin: 87px !important;
  }
  .s-pa-pc-87 {
    padding: 87px !important;
  }
  .s-mt-pc-88 {
    margin-top: 88px !important;
  }
  .s-pt-pc-88 {
    padding-top: 88px !important;
  }
  .s-ml-pc-88 {
    margin-left: 88px !important;
  }
  .s-pl-pc-88 {
    padding-left: 88px !important;
  }
  .s-mb-pc-88 {
    margin-bottom: 88px !important;
  }
  .s-pb-pc-88 {
    padding-bottom: 88px !important;
  }
  .s-mr-pc-88 {
    margin-right: 88px !important;
  }
  .s-pr-pc-88 {
    padding-right: 88px !important;
  }
  .s-ma-pc-88 {
    margin: 88px !important;
  }
  .s-pa-pc-88 {
    padding: 88px !important;
  }
  .s-mt-pc-89 {
    margin-top: 89px !important;
  }
  .s-pt-pc-89 {
    padding-top: 89px !important;
  }
  .s-ml-pc-89 {
    margin-left: 89px !important;
  }
  .s-pl-pc-89 {
    padding-left: 89px !important;
  }
  .s-mb-pc-89 {
    margin-bottom: 89px !important;
  }
  .s-pb-pc-89 {
    padding-bottom: 89px !important;
  }
  .s-mr-pc-89 {
    margin-right: 89px !important;
  }
  .s-pr-pc-89 {
    padding-right: 89px !important;
  }
  .s-ma-pc-89 {
    margin: 89px !important;
  }
  .s-pa-pc-89 {
    padding: 89px !important;
  }
  .s-mt-pc-90 {
    margin-top: 90px !important;
  }
  .s-pt-pc-90 {
    padding-top: 90px !important;
  }
  .s-ml-pc-90 {
    margin-left: 90px !important;
  }
  .s-pl-pc-90 {
    padding-left: 90px !important;
  }
  .s-mb-pc-90 {
    margin-bottom: 90px !important;
  }
  .s-pb-pc-90 {
    padding-bottom: 90px !important;
  }
  .s-mr-pc-90 {
    margin-right: 90px !important;
  }
  .s-pr-pc-90 {
    padding-right: 90px !important;
  }
  .s-ma-pc-90 {
    margin: 90px !important;
  }
  .s-pa-pc-90 {
    padding: 90px !important;
  }
  .s-mt-pc-91 {
    margin-top: 91px !important;
  }
  .s-pt-pc-91 {
    padding-top: 91px !important;
  }
  .s-ml-pc-91 {
    margin-left: 91px !important;
  }
  .s-pl-pc-91 {
    padding-left: 91px !important;
  }
  .s-mb-pc-91 {
    margin-bottom: 91px !important;
  }
  .s-pb-pc-91 {
    padding-bottom: 91px !important;
  }
  .s-mr-pc-91 {
    margin-right: 91px !important;
  }
  .s-pr-pc-91 {
    padding-right: 91px !important;
  }
  .s-ma-pc-91 {
    margin: 91px !important;
  }
  .s-pa-pc-91 {
    padding: 91px !important;
  }
  .s-mt-pc-92 {
    margin-top: 92px !important;
  }
  .s-pt-pc-92 {
    padding-top: 92px !important;
  }
  .s-ml-pc-92 {
    margin-left: 92px !important;
  }
  .s-pl-pc-92 {
    padding-left: 92px !important;
  }
  .s-mb-pc-92 {
    margin-bottom: 92px !important;
  }
  .s-pb-pc-92 {
    padding-bottom: 92px !important;
  }
  .s-mr-pc-92 {
    margin-right: 92px !important;
  }
  .s-pr-pc-92 {
    padding-right: 92px !important;
  }
  .s-ma-pc-92 {
    margin: 92px !important;
  }
  .s-pa-pc-92 {
    padding: 92px !important;
  }
  .s-mt-pc-93 {
    margin-top: 93px !important;
  }
  .s-pt-pc-93 {
    padding-top: 93px !important;
  }
  .s-ml-pc-93 {
    margin-left: 93px !important;
  }
  .s-pl-pc-93 {
    padding-left: 93px !important;
  }
  .s-mb-pc-93 {
    margin-bottom: 93px !important;
  }
  .s-pb-pc-93 {
    padding-bottom: 93px !important;
  }
  .s-mr-pc-93 {
    margin-right: 93px !important;
  }
  .s-pr-pc-93 {
    padding-right: 93px !important;
  }
  .s-ma-pc-93 {
    margin: 93px !important;
  }
  .s-pa-pc-93 {
    padding: 93px !important;
  }
  .s-mt-pc-94 {
    margin-top: 94px !important;
  }
  .s-pt-pc-94 {
    padding-top: 94px !important;
  }
  .s-ml-pc-94 {
    margin-left: 94px !important;
  }
  .s-pl-pc-94 {
    padding-left: 94px !important;
  }
  .s-mb-pc-94 {
    margin-bottom: 94px !important;
  }
  .s-pb-pc-94 {
    padding-bottom: 94px !important;
  }
  .s-mr-pc-94 {
    margin-right: 94px !important;
  }
  .s-pr-pc-94 {
    padding-right: 94px !important;
  }
  .s-ma-pc-94 {
    margin: 94px !important;
  }
  .s-pa-pc-94 {
    padding: 94px !important;
  }
  .s-mt-pc-95 {
    margin-top: 95px !important;
  }
  .s-pt-pc-95 {
    padding-top: 95px !important;
  }
  .s-ml-pc-95 {
    margin-left: 95px !important;
  }
  .s-pl-pc-95 {
    padding-left: 95px !important;
  }
  .s-mb-pc-95 {
    margin-bottom: 95px !important;
  }
  .s-pb-pc-95 {
    padding-bottom: 95px !important;
  }
  .s-mr-pc-95 {
    margin-right: 95px !important;
  }
  .s-pr-pc-95 {
    padding-right: 95px !important;
  }
  .s-ma-pc-95 {
    margin: 95px !important;
  }
  .s-pa-pc-95 {
    padding: 95px !important;
  }
  .s-mt-pc-96 {
    margin-top: 96px !important;
  }
  .s-pt-pc-96 {
    padding-top: 96px !important;
  }
  .s-ml-pc-96 {
    margin-left: 96px !important;
  }
  .s-pl-pc-96 {
    padding-left: 96px !important;
  }
  .s-mb-pc-96 {
    margin-bottom: 96px !important;
  }
  .s-pb-pc-96 {
    padding-bottom: 96px !important;
  }
  .s-mr-pc-96 {
    margin-right: 96px !important;
  }
  .s-pr-pc-96 {
    padding-right: 96px !important;
  }
  .s-ma-pc-96 {
    margin: 96px !important;
  }
  .s-pa-pc-96 {
    padding: 96px !important;
  }
  .s-mt-pc-97 {
    margin-top: 97px !important;
  }
  .s-pt-pc-97 {
    padding-top: 97px !important;
  }
  .s-ml-pc-97 {
    margin-left: 97px !important;
  }
  .s-pl-pc-97 {
    padding-left: 97px !important;
  }
  .s-mb-pc-97 {
    margin-bottom: 97px !important;
  }
  .s-pb-pc-97 {
    padding-bottom: 97px !important;
  }
  .s-mr-pc-97 {
    margin-right: 97px !important;
  }
  .s-pr-pc-97 {
    padding-right: 97px !important;
  }
  .s-ma-pc-97 {
    margin: 97px !important;
  }
  .s-pa-pc-97 {
    padding: 97px !important;
  }
  .s-mt-pc-98 {
    margin-top: 98px !important;
  }
  .s-pt-pc-98 {
    padding-top: 98px !important;
  }
  .s-ml-pc-98 {
    margin-left: 98px !important;
  }
  .s-pl-pc-98 {
    padding-left: 98px !important;
  }
  .s-mb-pc-98 {
    margin-bottom: 98px !important;
  }
  .s-pb-pc-98 {
    padding-bottom: 98px !important;
  }
  .s-mr-pc-98 {
    margin-right: 98px !important;
  }
  .s-pr-pc-98 {
    padding-right: 98px !important;
  }
  .s-ma-pc-98 {
    margin: 98px !important;
  }
  .s-pa-pc-98 {
    padding: 98px !important;
  }
  .s-mt-pc-99 {
    margin-top: 99px !important;
  }
  .s-pt-pc-99 {
    padding-top: 99px !important;
  }
  .s-ml-pc-99 {
    margin-left: 99px !important;
  }
  .s-pl-pc-99 {
    padding-left: 99px !important;
  }
  .s-mb-pc-99 {
    margin-bottom: 99px !important;
  }
  .s-pb-pc-99 {
    padding-bottom: 99px !important;
  }
  .s-mr-pc-99 {
    margin-right: 99px !important;
  }
  .s-pr-pc-99 {
    padding-right: 99px !important;
  }
  .s-ma-pc-99 {
    margin: 99px !important;
  }
  .s-pa-pc-99 {
    padding: 99px !important;
  }
  .s-mt-pc-100 {
    margin-top: 100px !important;
  }
  .s-pt-pc-100 {
    padding-top: 100px !important;
  }
  .s-ml-pc-100 {
    margin-left: 100px !important;
  }
  .s-pl-pc-100 {
    padding-left: 100px !important;
  }
  .s-mb-pc-100 {
    margin-bottom: 100px !important;
  }
  .s-pb-pc-100 {
    padding-bottom: 100px !important;
  }
  .s-mr-pc-100 {
    margin-right: 100px !important;
  }
  .s-pr-pc-100 {
    padding-right: 100px !important;
  }
  .s-ma-pc-100 {
    margin: 100px !important;
  }
  .s-pa-pc-100 {
    padding: 100px !important;
  }
}

@media (max-width: 767px) {
  .s-mt-sp-0 {
    margin-top: 0px !important;
  }
  .s-pt-sp-0 {
    padding-top: 0px !important;
  }
  .s-ml-sp-0 {
    margin-left: 0px !important;
  }
  .s-pl-sp-0 {
    padding-left: 0px !important;
  }
  .s-mb-sp-0 {
    margin-bottom: 0px !important;
  }
  .s-pb-sp-0 {
    padding-bottom: 0px !important;
  }
  .s-mr-sp-0 {
    margin-right: 0px !important;
  }
  .s-pr-sp-0 {
    padding-right: 0px !important;
  }
  .s-ma-sp-0 {
    margin: 0px !important;
  }
  .s-pa-sp-0 {
    padding: 0px !important;
  }
  .s-mt-sp-1 {
    margin-top: 1px !important;
  }
  .s-pt-sp-1 {
    padding-top: 1px !important;
  }
  .s-ml-sp-1 {
    margin-left: 1px !important;
  }
  .s-pl-sp-1 {
    padding-left: 1px !important;
  }
  .s-mb-sp-1 {
    margin-bottom: 1px !important;
  }
  .s-pb-sp-1 {
    padding-bottom: 1px !important;
  }
  .s-mr-sp-1 {
    margin-right: 1px !important;
  }
  .s-pr-sp-1 {
    padding-right: 1px !important;
  }
  .s-ma-sp-1 {
    margin: 1px !important;
  }
  .s-pa-sp-1 {
    padding: 1px !important;
  }
  .s-mt-sp-2 {
    margin-top: 2px !important;
  }
  .s-pt-sp-2 {
    padding-top: 2px !important;
  }
  .s-ml-sp-2 {
    margin-left: 2px !important;
  }
  .s-pl-sp-2 {
    padding-left: 2px !important;
  }
  .s-mb-sp-2 {
    margin-bottom: 2px !important;
  }
  .s-pb-sp-2 {
    padding-bottom: 2px !important;
  }
  .s-mr-sp-2 {
    margin-right: 2px !important;
  }
  .s-pr-sp-2 {
    padding-right: 2px !important;
  }
  .s-ma-sp-2 {
    margin: 2px !important;
  }
  .s-pa-sp-2 {
    padding: 2px !important;
  }
  .s-mt-sp-3 {
    margin-top: 3px !important;
  }
  .s-pt-sp-3 {
    padding-top: 3px !important;
  }
  .s-ml-sp-3 {
    margin-left: 3px !important;
  }
  .s-pl-sp-3 {
    padding-left: 3px !important;
  }
  .s-mb-sp-3 {
    margin-bottom: 3px !important;
  }
  .s-pb-sp-3 {
    padding-bottom: 3px !important;
  }
  .s-mr-sp-3 {
    margin-right: 3px !important;
  }
  .s-pr-sp-3 {
    padding-right: 3px !important;
  }
  .s-ma-sp-3 {
    margin: 3px !important;
  }
  .s-pa-sp-3 {
    padding: 3px !important;
  }
  .s-mt-sp-4 {
    margin-top: 4px !important;
  }
  .s-pt-sp-4 {
    padding-top: 4px !important;
  }
  .s-ml-sp-4 {
    margin-left: 4px !important;
  }
  .s-pl-sp-4 {
    padding-left: 4px !important;
  }
  .s-mb-sp-4 {
    margin-bottom: 4px !important;
  }
  .s-pb-sp-4 {
    padding-bottom: 4px !important;
  }
  .s-mr-sp-4 {
    margin-right: 4px !important;
  }
  .s-pr-sp-4 {
    padding-right: 4px !important;
  }
  .s-ma-sp-4 {
    margin: 4px !important;
  }
  .s-pa-sp-4 {
    padding: 4px !important;
  }
  .s-mt-sp-5 {
    margin-top: 5px !important;
  }
  .s-pt-sp-5 {
    padding-top: 5px !important;
  }
  .s-ml-sp-5 {
    margin-left: 5px !important;
  }
  .s-pl-sp-5 {
    padding-left: 5px !important;
  }
  .s-mb-sp-5 {
    margin-bottom: 5px !important;
  }
  .s-pb-sp-5 {
    padding-bottom: 5px !important;
  }
  .s-mr-sp-5 {
    margin-right: 5px !important;
  }
  .s-pr-sp-5 {
    padding-right: 5px !important;
  }
  .s-ma-sp-5 {
    margin: 5px !important;
  }
  .s-pa-sp-5 {
    padding: 5px !important;
  }
  .s-mt-sp-6 {
    margin-top: 6px !important;
  }
  .s-pt-sp-6 {
    padding-top: 6px !important;
  }
  .s-ml-sp-6 {
    margin-left: 6px !important;
  }
  .s-pl-sp-6 {
    padding-left: 6px !important;
  }
  .s-mb-sp-6 {
    margin-bottom: 6px !important;
  }
  .s-pb-sp-6 {
    padding-bottom: 6px !important;
  }
  .s-mr-sp-6 {
    margin-right: 6px !important;
  }
  .s-pr-sp-6 {
    padding-right: 6px !important;
  }
  .s-ma-sp-6 {
    margin: 6px !important;
  }
  .s-pa-sp-6 {
    padding: 6px !important;
  }
  .s-mt-sp-7 {
    margin-top: 7px !important;
  }
  .s-pt-sp-7 {
    padding-top: 7px !important;
  }
  .s-ml-sp-7 {
    margin-left: 7px !important;
  }
  .s-pl-sp-7 {
    padding-left: 7px !important;
  }
  .s-mb-sp-7 {
    margin-bottom: 7px !important;
  }
  .s-pb-sp-7 {
    padding-bottom: 7px !important;
  }
  .s-mr-sp-7 {
    margin-right: 7px !important;
  }
  .s-pr-sp-7 {
    padding-right: 7px !important;
  }
  .s-ma-sp-7 {
    margin: 7px !important;
  }
  .s-pa-sp-7 {
    padding: 7px !important;
  }
  .s-mt-sp-8 {
    margin-top: 8px !important;
  }
  .s-pt-sp-8 {
    padding-top: 8px !important;
  }
  .s-ml-sp-8 {
    margin-left: 8px !important;
  }
  .s-pl-sp-8 {
    padding-left: 8px !important;
  }
  .s-mb-sp-8 {
    margin-bottom: 8px !important;
  }
  .s-pb-sp-8 {
    padding-bottom: 8px !important;
  }
  .s-mr-sp-8 {
    margin-right: 8px !important;
  }
  .s-pr-sp-8 {
    padding-right: 8px !important;
  }
  .s-ma-sp-8 {
    margin: 8px !important;
  }
  .s-pa-sp-8 {
    padding: 8px !important;
  }
  .s-mt-sp-9 {
    margin-top: 9px !important;
  }
  .s-pt-sp-9 {
    padding-top: 9px !important;
  }
  .s-ml-sp-9 {
    margin-left: 9px !important;
  }
  .s-pl-sp-9 {
    padding-left: 9px !important;
  }
  .s-mb-sp-9 {
    margin-bottom: 9px !important;
  }
  .s-pb-sp-9 {
    padding-bottom: 9px !important;
  }
  .s-mr-sp-9 {
    margin-right: 9px !important;
  }
  .s-pr-sp-9 {
    padding-right: 9px !important;
  }
  .s-ma-sp-9 {
    margin: 9px !important;
  }
  .s-pa-sp-9 {
    padding: 9px !important;
  }
  .s-mt-sp-10 {
    margin-top: 10px !important;
  }
  .s-pt-sp-10 {
    padding-top: 10px !important;
  }
  .s-ml-sp-10 {
    margin-left: 10px !important;
  }
  .s-pl-sp-10 {
    padding-left: 10px !important;
  }
  .s-mb-sp-10 {
    margin-bottom: 10px !important;
  }
  .s-pb-sp-10 {
    padding-bottom: 10px !important;
  }
  .s-mr-sp-10 {
    margin-right: 10px !important;
  }
  .s-pr-sp-10 {
    padding-right: 10px !important;
  }
  .s-ma-sp-10 {
    margin: 10px !important;
  }
  .s-pa-sp-10 {
    padding: 10px !important;
  }
  .s-mt-sp-11 {
    margin-top: 11px !important;
  }
  .s-pt-sp-11 {
    padding-top: 11px !important;
  }
  .s-ml-sp-11 {
    margin-left: 11px !important;
  }
  .s-pl-sp-11 {
    padding-left: 11px !important;
  }
  .s-mb-sp-11 {
    margin-bottom: 11px !important;
  }
  .s-pb-sp-11 {
    padding-bottom: 11px !important;
  }
  .s-mr-sp-11 {
    margin-right: 11px !important;
  }
  .s-pr-sp-11 {
    padding-right: 11px !important;
  }
  .s-ma-sp-11 {
    margin: 11px !important;
  }
  .s-pa-sp-11 {
    padding: 11px !important;
  }
  .s-mt-sp-12 {
    margin-top: 12px !important;
  }
  .s-pt-sp-12 {
    padding-top: 12px !important;
  }
  .s-ml-sp-12 {
    margin-left: 12px !important;
  }
  .s-pl-sp-12 {
    padding-left: 12px !important;
  }
  .s-mb-sp-12 {
    margin-bottom: 12px !important;
  }
  .s-pb-sp-12 {
    padding-bottom: 12px !important;
  }
  .s-mr-sp-12 {
    margin-right: 12px !important;
  }
  .s-pr-sp-12 {
    padding-right: 12px !important;
  }
  .s-ma-sp-12 {
    margin: 12px !important;
  }
  .s-pa-sp-12 {
    padding: 12px !important;
  }
  .s-mt-sp-13 {
    margin-top: 13px !important;
  }
  .s-pt-sp-13 {
    padding-top: 13px !important;
  }
  .s-ml-sp-13 {
    margin-left: 13px !important;
  }
  .s-pl-sp-13 {
    padding-left: 13px !important;
  }
  .s-mb-sp-13 {
    margin-bottom: 13px !important;
  }
  .s-pb-sp-13 {
    padding-bottom: 13px !important;
  }
  .s-mr-sp-13 {
    margin-right: 13px !important;
  }
  .s-pr-sp-13 {
    padding-right: 13px !important;
  }
  .s-ma-sp-13 {
    margin: 13px !important;
  }
  .s-pa-sp-13 {
    padding: 13px !important;
  }
  .s-mt-sp-14 {
    margin-top: 14px !important;
  }
  .s-pt-sp-14 {
    padding-top: 14px !important;
  }
  .s-ml-sp-14 {
    margin-left: 14px !important;
  }
  .s-pl-sp-14 {
    padding-left: 14px !important;
  }
  .s-mb-sp-14 {
    margin-bottom: 14px !important;
  }
  .s-pb-sp-14 {
    padding-bottom: 14px !important;
  }
  .s-mr-sp-14 {
    margin-right: 14px !important;
  }
  .s-pr-sp-14 {
    padding-right: 14px !important;
  }
  .s-ma-sp-14 {
    margin: 14px !important;
  }
  .s-pa-sp-14 {
    padding: 14px !important;
  }
  .s-mt-sp-15 {
    margin-top: 15px !important;
  }
  .s-pt-sp-15 {
    padding-top: 15px !important;
  }
  .s-ml-sp-15 {
    margin-left: 15px !important;
  }
  .s-pl-sp-15 {
    padding-left: 15px !important;
  }
  .s-mb-sp-15 {
    margin-bottom: 15px !important;
  }
  .s-pb-sp-15 {
    padding-bottom: 15px !important;
  }
  .s-mr-sp-15 {
    margin-right: 15px !important;
  }
  .s-pr-sp-15 {
    padding-right: 15px !important;
  }
  .s-ma-sp-15 {
    margin: 15px !important;
  }
  .s-pa-sp-15 {
    padding: 15px !important;
  }
  .s-mt-sp-16 {
    margin-top: 16px !important;
  }
  .s-pt-sp-16 {
    padding-top: 16px !important;
  }
  .s-ml-sp-16 {
    margin-left: 16px !important;
  }
  .s-pl-sp-16 {
    padding-left: 16px !important;
  }
  .s-mb-sp-16 {
    margin-bottom: 16px !important;
  }
  .s-pb-sp-16 {
    padding-bottom: 16px !important;
  }
  .s-mr-sp-16 {
    margin-right: 16px !important;
  }
  .s-pr-sp-16 {
    padding-right: 16px !important;
  }
  .s-ma-sp-16 {
    margin: 16px !important;
  }
  .s-pa-sp-16 {
    padding: 16px !important;
  }
  .s-mt-sp-17 {
    margin-top: 17px !important;
  }
  .s-pt-sp-17 {
    padding-top: 17px !important;
  }
  .s-ml-sp-17 {
    margin-left: 17px !important;
  }
  .s-pl-sp-17 {
    padding-left: 17px !important;
  }
  .s-mb-sp-17 {
    margin-bottom: 17px !important;
  }
  .s-pb-sp-17 {
    padding-bottom: 17px !important;
  }
  .s-mr-sp-17 {
    margin-right: 17px !important;
  }
  .s-pr-sp-17 {
    padding-right: 17px !important;
  }
  .s-ma-sp-17 {
    margin: 17px !important;
  }
  .s-pa-sp-17 {
    padding: 17px !important;
  }
  .s-mt-sp-18 {
    margin-top: 18px !important;
  }
  .s-pt-sp-18 {
    padding-top: 18px !important;
  }
  .s-ml-sp-18 {
    margin-left: 18px !important;
  }
  .s-pl-sp-18 {
    padding-left: 18px !important;
  }
  .s-mb-sp-18 {
    margin-bottom: 18px !important;
  }
  .s-pb-sp-18 {
    padding-bottom: 18px !important;
  }
  .s-mr-sp-18 {
    margin-right: 18px !important;
  }
  .s-pr-sp-18 {
    padding-right: 18px !important;
  }
  .s-ma-sp-18 {
    margin: 18px !important;
  }
  .s-pa-sp-18 {
    padding: 18px !important;
  }
  .s-mt-sp-19 {
    margin-top: 19px !important;
  }
  .s-pt-sp-19 {
    padding-top: 19px !important;
  }
  .s-ml-sp-19 {
    margin-left: 19px !important;
  }
  .s-pl-sp-19 {
    padding-left: 19px !important;
  }
  .s-mb-sp-19 {
    margin-bottom: 19px !important;
  }
  .s-pb-sp-19 {
    padding-bottom: 19px !important;
  }
  .s-mr-sp-19 {
    margin-right: 19px !important;
  }
  .s-pr-sp-19 {
    padding-right: 19px !important;
  }
  .s-ma-sp-19 {
    margin: 19px !important;
  }
  .s-pa-sp-19 {
    padding: 19px !important;
  }
  .s-mt-sp-20 {
    margin-top: 20px !important;
  }
  .s-pt-sp-20 {
    padding-top: 20px !important;
  }
  .s-ml-sp-20 {
    margin-left: 20px !important;
  }
  .s-pl-sp-20 {
    padding-left: 20px !important;
  }
  .s-mb-sp-20 {
    margin-bottom: 20px !important;
  }
  .s-pb-sp-20 {
    padding-bottom: 20px !important;
  }
  .s-mr-sp-20 {
    margin-right: 20px !important;
  }
  .s-pr-sp-20 {
    padding-right: 20px !important;
  }
  .s-ma-sp-20 {
    margin: 20px !important;
  }
  .s-pa-sp-20 {
    padding: 20px !important;
  }
  .s-mt-sp-21 {
    margin-top: 21px !important;
  }
  .s-pt-sp-21 {
    padding-top: 21px !important;
  }
  .s-ml-sp-21 {
    margin-left: 21px !important;
  }
  .s-pl-sp-21 {
    padding-left: 21px !important;
  }
  .s-mb-sp-21 {
    margin-bottom: 21px !important;
  }
  .s-pb-sp-21 {
    padding-bottom: 21px !important;
  }
  .s-mr-sp-21 {
    margin-right: 21px !important;
  }
  .s-pr-sp-21 {
    padding-right: 21px !important;
  }
  .s-ma-sp-21 {
    margin: 21px !important;
  }
  .s-pa-sp-21 {
    padding: 21px !important;
  }
  .s-mt-sp-22 {
    margin-top: 22px !important;
  }
  .s-pt-sp-22 {
    padding-top: 22px !important;
  }
  .s-ml-sp-22 {
    margin-left: 22px !important;
  }
  .s-pl-sp-22 {
    padding-left: 22px !important;
  }
  .s-mb-sp-22 {
    margin-bottom: 22px !important;
  }
  .s-pb-sp-22 {
    padding-bottom: 22px !important;
  }
  .s-mr-sp-22 {
    margin-right: 22px !important;
  }
  .s-pr-sp-22 {
    padding-right: 22px !important;
  }
  .s-ma-sp-22 {
    margin: 22px !important;
  }
  .s-pa-sp-22 {
    padding: 22px !important;
  }
  .s-mt-sp-23 {
    margin-top: 23px !important;
  }
  .s-pt-sp-23 {
    padding-top: 23px !important;
  }
  .s-ml-sp-23 {
    margin-left: 23px !important;
  }
  .s-pl-sp-23 {
    padding-left: 23px !important;
  }
  .s-mb-sp-23 {
    margin-bottom: 23px !important;
  }
  .s-pb-sp-23 {
    padding-bottom: 23px !important;
  }
  .s-mr-sp-23 {
    margin-right: 23px !important;
  }
  .s-pr-sp-23 {
    padding-right: 23px !important;
  }
  .s-ma-sp-23 {
    margin: 23px !important;
  }
  .s-pa-sp-23 {
    padding: 23px !important;
  }
  .s-mt-sp-24 {
    margin-top: 24px !important;
  }
  .s-pt-sp-24 {
    padding-top: 24px !important;
  }
  .s-ml-sp-24 {
    margin-left: 24px !important;
  }
  .s-pl-sp-24 {
    padding-left: 24px !important;
  }
  .s-mb-sp-24 {
    margin-bottom: 24px !important;
  }
  .s-pb-sp-24 {
    padding-bottom: 24px !important;
  }
  .s-mr-sp-24 {
    margin-right: 24px !important;
  }
  .s-pr-sp-24 {
    padding-right: 24px !important;
  }
  .s-ma-sp-24 {
    margin: 24px !important;
  }
  .s-pa-sp-24 {
    padding: 24px !important;
  }
  .s-mt-sp-25 {
    margin-top: 25px !important;
  }
  .s-pt-sp-25 {
    padding-top: 25px !important;
  }
  .s-ml-sp-25 {
    margin-left: 25px !important;
  }
  .s-pl-sp-25 {
    padding-left: 25px !important;
  }
  .s-mb-sp-25 {
    margin-bottom: 25px !important;
  }
  .s-pb-sp-25 {
    padding-bottom: 25px !important;
  }
  .s-mr-sp-25 {
    margin-right: 25px !important;
  }
  .s-pr-sp-25 {
    padding-right: 25px !important;
  }
  .s-ma-sp-25 {
    margin: 25px !important;
  }
  .s-pa-sp-25 {
    padding: 25px !important;
  }
  .s-mt-sp-26 {
    margin-top: 26px !important;
  }
  .s-pt-sp-26 {
    padding-top: 26px !important;
  }
  .s-ml-sp-26 {
    margin-left: 26px !important;
  }
  .s-pl-sp-26 {
    padding-left: 26px !important;
  }
  .s-mb-sp-26 {
    margin-bottom: 26px !important;
  }
  .s-pb-sp-26 {
    padding-bottom: 26px !important;
  }
  .s-mr-sp-26 {
    margin-right: 26px !important;
  }
  .s-pr-sp-26 {
    padding-right: 26px !important;
  }
  .s-ma-sp-26 {
    margin: 26px !important;
  }
  .s-pa-sp-26 {
    padding: 26px !important;
  }
  .s-mt-sp-27 {
    margin-top: 27px !important;
  }
  .s-pt-sp-27 {
    padding-top: 27px !important;
  }
  .s-ml-sp-27 {
    margin-left: 27px !important;
  }
  .s-pl-sp-27 {
    padding-left: 27px !important;
  }
  .s-mb-sp-27 {
    margin-bottom: 27px !important;
  }
  .s-pb-sp-27 {
    padding-bottom: 27px !important;
  }
  .s-mr-sp-27 {
    margin-right: 27px !important;
  }
  .s-pr-sp-27 {
    padding-right: 27px !important;
  }
  .s-ma-sp-27 {
    margin: 27px !important;
  }
  .s-pa-sp-27 {
    padding: 27px !important;
  }
  .s-mt-sp-28 {
    margin-top: 28px !important;
  }
  .s-pt-sp-28 {
    padding-top: 28px !important;
  }
  .s-ml-sp-28 {
    margin-left: 28px !important;
  }
  .s-pl-sp-28 {
    padding-left: 28px !important;
  }
  .s-mb-sp-28 {
    margin-bottom: 28px !important;
  }
  .s-pb-sp-28 {
    padding-bottom: 28px !important;
  }
  .s-mr-sp-28 {
    margin-right: 28px !important;
  }
  .s-pr-sp-28 {
    padding-right: 28px !important;
  }
  .s-ma-sp-28 {
    margin: 28px !important;
  }
  .s-pa-sp-28 {
    padding: 28px !important;
  }
  .s-mt-sp-29 {
    margin-top: 29px !important;
  }
  .s-pt-sp-29 {
    padding-top: 29px !important;
  }
  .s-ml-sp-29 {
    margin-left: 29px !important;
  }
  .s-pl-sp-29 {
    padding-left: 29px !important;
  }
  .s-mb-sp-29 {
    margin-bottom: 29px !important;
  }
  .s-pb-sp-29 {
    padding-bottom: 29px !important;
  }
  .s-mr-sp-29 {
    margin-right: 29px !important;
  }
  .s-pr-sp-29 {
    padding-right: 29px !important;
  }
  .s-ma-sp-29 {
    margin: 29px !important;
  }
  .s-pa-sp-29 {
    padding: 29px !important;
  }
  .s-mt-sp-30 {
    margin-top: 30px !important;
  }
  .s-pt-sp-30 {
    padding-top: 30px !important;
  }
  .s-ml-sp-30 {
    margin-left: 30px !important;
  }
  .s-pl-sp-30 {
    padding-left: 30px !important;
  }
  .s-mb-sp-30 {
    margin-bottom: 30px !important;
  }
  .s-pb-sp-30 {
    padding-bottom: 30px !important;
  }
  .s-mr-sp-30 {
    margin-right: 30px !important;
  }
  .s-pr-sp-30 {
    padding-right: 30px !important;
  }
  .s-ma-sp-30 {
    margin: 30px !important;
  }
  .s-pa-sp-30 {
    padding: 30px !important;
  }
  .s-mt-sp-31 {
    margin-top: 31px !important;
  }
  .s-pt-sp-31 {
    padding-top: 31px !important;
  }
  .s-ml-sp-31 {
    margin-left: 31px !important;
  }
  .s-pl-sp-31 {
    padding-left: 31px !important;
  }
  .s-mb-sp-31 {
    margin-bottom: 31px !important;
  }
  .s-pb-sp-31 {
    padding-bottom: 31px !important;
  }
  .s-mr-sp-31 {
    margin-right: 31px !important;
  }
  .s-pr-sp-31 {
    padding-right: 31px !important;
  }
  .s-ma-sp-31 {
    margin: 31px !important;
  }
  .s-pa-sp-31 {
    padding: 31px !important;
  }
  .s-mt-sp-32 {
    margin-top: 32px !important;
  }
  .s-pt-sp-32 {
    padding-top: 32px !important;
  }
  .s-ml-sp-32 {
    margin-left: 32px !important;
  }
  .s-pl-sp-32 {
    padding-left: 32px !important;
  }
  .s-mb-sp-32 {
    margin-bottom: 32px !important;
  }
  .s-pb-sp-32 {
    padding-bottom: 32px !important;
  }
  .s-mr-sp-32 {
    margin-right: 32px !important;
  }
  .s-pr-sp-32 {
    padding-right: 32px !important;
  }
  .s-ma-sp-32 {
    margin: 32px !important;
  }
  .s-pa-sp-32 {
    padding: 32px !important;
  }
  .s-mt-sp-33 {
    margin-top: 33px !important;
  }
  .s-pt-sp-33 {
    padding-top: 33px !important;
  }
  .s-ml-sp-33 {
    margin-left: 33px !important;
  }
  .s-pl-sp-33 {
    padding-left: 33px !important;
  }
  .s-mb-sp-33 {
    margin-bottom: 33px !important;
  }
  .s-pb-sp-33 {
    padding-bottom: 33px !important;
  }
  .s-mr-sp-33 {
    margin-right: 33px !important;
  }
  .s-pr-sp-33 {
    padding-right: 33px !important;
  }
  .s-ma-sp-33 {
    margin: 33px !important;
  }
  .s-pa-sp-33 {
    padding: 33px !important;
  }
  .s-mt-sp-34 {
    margin-top: 34px !important;
  }
  .s-pt-sp-34 {
    padding-top: 34px !important;
  }
  .s-ml-sp-34 {
    margin-left: 34px !important;
  }
  .s-pl-sp-34 {
    padding-left: 34px !important;
  }
  .s-mb-sp-34 {
    margin-bottom: 34px !important;
  }
  .s-pb-sp-34 {
    padding-bottom: 34px !important;
  }
  .s-mr-sp-34 {
    margin-right: 34px !important;
  }
  .s-pr-sp-34 {
    padding-right: 34px !important;
  }
  .s-ma-sp-34 {
    margin: 34px !important;
  }
  .s-pa-sp-34 {
    padding: 34px !important;
  }
  .s-mt-sp-35 {
    margin-top: 35px !important;
  }
  .s-pt-sp-35 {
    padding-top: 35px !important;
  }
  .s-ml-sp-35 {
    margin-left: 35px !important;
  }
  .s-pl-sp-35 {
    padding-left: 35px !important;
  }
  .s-mb-sp-35 {
    margin-bottom: 35px !important;
  }
  .s-pb-sp-35 {
    padding-bottom: 35px !important;
  }
  .s-mr-sp-35 {
    margin-right: 35px !important;
  }
  .s-pr-sp-35 {
    padding-right: 35px !important;
  }
  .s-ma-sp-35 {
    margin: 35px !important;
  }
  .s-pa-sp-35 {
    padding: 35px !important;
  }
  .s-mt-sp-36 {
    margin-top: 36px !important;
  }
  .s-pt-sp-36 {
    padding-top: 36px !important;
  }
  .s-ml-sp-36 {
    margin-left: 36px !important;
  }
  .s-pl-sp-36 {
    padding-left: 36px !important;
  }
  .s-mb-sp-36 {
    margin-bottom: 36px !important;
  }
  .s-pb-sp-36 {
    padding-bottom: 36px !important;
  }
  .s-mr-sp-36 {
    margin-right: 36px !important;
  }
  .s-pr-sp-36 {
    padding-right: 36px !important;
  }
  .s-ma-sp-36 {
    margin: 36px !important;
  }
  .s-pa-sp-36 {
    padding: 36px !important;
  }
  .s-mt-sp-37 {
    margin-top: 37px !important;
  }
  .s-pt-sp-37 {
    padding-top: 37px !important;
  }
  .s-ml-sp-37 {
    margin-left: 37px !important;
  }
  .s-pl-sp-37 {
    padding-left: 37px !important;
  }
  .s-mb-sp-37 {
    margin-bottom: 37px !important;
  }
  .s-pb-sp-37 {
    padding-bottom: 37px !important;
  }
  .s-mr-sp-37 {
    margin-right: 37px !important;
  }
  .s-pr-sp-37 {
    padding-right: 37px !important;
  }
  .s-ma-sp-37 {
    margin: 37px !important;
  }
  .s-pa-sp-37 {
    padding: 37px !important;
  }
  .s-mt-sp-38 {
    margin-top: 38px !important;
  }
  .s-pt-sp-38 {
    padding-top: 38px !important;
  }
  .s-ml-sp-38 {
    margin-left: 38px !important;
  }
  .s-pl-sp-38 {
    padding-left: 38px !important;
  }
  .s-mb-sp-38 {
    margin-bottom: 38px !important;
  }
  .s-pb-sp-38 {
    padding-bottom: 38px !important;
  }
  .s-mr-sp-38 {
    margin-right: 38px !important;
  }
  .s-pr-sp-38 {
    padding-right: 38px !important;
  }
  .s-ma-sp-38 {
    margin: 38px !important;
  }
  .s-pa-sp-38 {
    padding: 38px !important;
  }
  .s-mt-sp-39 {
    margin-top: 39px !important;
  }
  .s-pt-sp-39 {
    padding-top: 39px !important;
  }
  .s-ml-sp-39 {
    margin-left: 39px !important;
  }
  .s-pl-sp-39 {
    padding-left: 39px !important;
  }
  .s-mb-sp-39 {
    margin-bottom: 39px !important;
  }
  .s-pb-sp-39 {
    padding-bottom: 39px !important;
  }
  .s-mr-sp-39 {
    margin-right: 39px !important;
  }
  .s-pr-sp-39 {
    padding-right: 39px !important;
  }
  .s-ma-sp-39 {
    margin: 39px !important;
  }
  .s-pa-sp-39 {
    padding: 39px !important;
  }
  .s-mt-sp-40 {
    margin-top: 40px !important;
  }
  .s-pt-sp-40 {
    padding-top: 40px !important;
  }
  .s-ml-sp-40 {
    margin-left: 40px !important;
  }
  .s-pl-sp-40 {
    padding-left: 40px !important;
  }
  .s-mb-sp-40 {
    margin-bottom: 40px !important;
  }
  .s-pb-sp-40 {
    padding-bottom: 40px !important;
  }
  .s-mr-sp-40 {
    margin-right: 40px !important;
  }
  .s-pr-sp-40 {
    padding-right: 40px !important;
  }
  .s-ma-sp-40 {
    margin: 40px !important;
  }
  .s-pa-sp-40 {
    padding: 40px !important;
  }
  .s-mt-sp-41 {
    margin-top: 41px !important;
  }
  .s-pt-sp-41 {
    padding-top: 41px !important;
  }
  .s-ml-sp-41 {
    margin-left: 41px !important;
  }
  .s-pl-sp-41 {
    padding-left: 41px !important;
  }
  .s-mb-sp-41 {
    margin-bottom: 41px !important;
  }
  .s-pb-sp-41 {
    padding-bottom: 41px !important;
  }
  .s-mr-sp-41 {
    margin-right: 41px !important;
  }
  .s-pr-sp-41 {
    padding-right: 41px !important;
  }
  .s-ma-sp-41 {
    margin: 41px !important;
  }
  .s-pa-sp-41 {
    padding: 41px !important;
  }
  .s-mt-sp-42 {
    margin-top: 42px !important;
  }
  .s-pt-sp-42 {
    padding-top: 42px !important;
  }
  .s-ml-sp-42 {
    margin-left: 42px !important;
  }
  .s-pl-sp-42 {
    padding-left: 42px !important;
  }
  .s-mb-sp-42 {
    margin-bottom: 42px !important;
  }
  .s-pb-sp-42 {
    padding-bottom: 42px !important;
  }
  .s-mr-sp-42 {
    margin-right: 42px !important;
  }
  .s-pr-sp-42 {
    padding-right: 42px !important;
  }
  .s-ma-sp-42 {
    margin: 42px !important;
  }
  .s-pa-sp-42 {
    padding: 42px !important;
  }
  .s-mt-sp-43 {
    margin-top: 43px !important;
  }
  .s-pt-sp-43 {
    padding-top: 43px !important;
  }
  .s-ml-sp-43 {
    margin-left: 43px !important;
  }
  .s-pl-sp-43 {
    padding-left: 43px !important;
  }
  .s-mb-sp-43 {
    margin-bottom: 43px !important;
  }
  .s-pb-sp-43 {
    padding-bottom: 43px !important;
  }
  .s-mr-sp-43 {
    margin-right: 43px !important;
  }
  .s-pr-sp-43 {
    padding-right: 43px !important;
  }
  .s-ma-sp-43 {
    margin: 43px !important;
  }
  .s-pa-sp-43 {
    padding: 43px !important;
  }
  .s-mt-sp-44 {
    margin-top: 44px !important;
  }
  .s-pt-sp-44 {
    padding-top: 44px !important;
  }
  .s-ml-sp-44 {
    margin-left: 44px !important;
  }
  .s-pl-sp-44 {
    padding-left: 44px !important;
  }
  .s-mb-sp-44 {
    margin-bottom: 44px !important;
  }
  .s-pb-sp-44 {
    padding-bottom: 44px !important;
  }
  .s-mr-sp-44 {
    margin-right: 44px !important;
  }
  .s-pr-sp-44 {
    padding-right: 44px !important;
  }
  .s-ma-sp-44 {
    margin: 44px !important;
  }
  .s-pa-sp-44 {
    padding: 44px !important;
  }
  .s-mt-sp-45 {
    margin-top: 45px !important;
  }
  .s-pt-sp-45 {
    padding-top: 45px !important;
  }
  .s-ml-sp-45 {
    margin-left: 45px !important;
  }
  .s-pl-sp-45 {
    padding-left: 45px !important;
  }
  .s-mb-sp-45 {
    margin-bottom: 45px !important;
  }
  .s-pb-sp-45 {
    padding-bottom: 45px !important;
  }
  .s-mr-sp-45 {
    margin-right: 45px !important;
  }
  .s-pr-sp-45 {
    padding-right: 45px !important;
  }
  .s-ma-sp-45 {
    margin: 45px !important;
  }
  .s-pa-sp-45 {
    padding: 45px !important;
  }
  .s-mt-sp-46 {
    margin-top: 46px !important;
  }
  .s-pt-sp-46 {
    padding-top: 46px !important;
  }
  .s-ml-sp-46 {
    margin-left: 46px !important;
  }
  .s-pl-sp-46 {
    padding-left: 46px !important;
  }
  .s-mb-sp-46 {
    margin-bottom: 46px !important;
  }
  .s-pb-sp-46 {
    padding-bottom: 46px !important;
  }
  .s-mr-sp-46 {
    margin-right: 46px !important;
  }
  .s-pr-sp-46 {
    padding-right: 46px !important;
  }
  .s-ma-sp-46 {
    margin: 46px !important;
  }
  .s-pa-sp-46 {
    padding: 46px !important;
  }
  .s-mt-sp-47 {
    margin-top: 47px !important;
  }
  .s-pt-sp-47 {
    padding-top: 47px !important;
  }
  .s-ml-sp-47 {
    margin-left: 47px !important;
  }
  .s-pl-sp-47 {
    padding-left: 47px !important;
  }
  .s-mb-sp-47 {
    margin-bottom: 47px !important;
  }
  .s-pb-sp-47 {
    padding-bottom: 47px !important;
  }
  .s-mr-sp-47 {
    margin-right: 47px !important;
  }
  .s-pr-sp-47 {
    padding-right: 47px !important;
  }
  .s-ma-sp-47 {
    margin: 47px !important;
  }
  .s-pa-sp-47 {
    padding: 47px !important;
  }
  .s-mt-sp-48 {
    margin-top: 48px !important;
  }
  .s-pt-sp-48 {
    padding-top: 48px !important;
  }
  .s-ml-sp-48 {
    margin-left: 48px !important;
  }
  .s-pl-sp-48 {
    padding-left: 48px !important;
  }
  .s-mb-sp-48 {
    margin-bottom: 48px !important;
  }
  .s-pb-sp-48 {
    padding-bottom: 48px !important;
  }
  .s-mr-sp-48 {
    margin-right: 48px !important;
  }
  .s-pr-sp-48 {
    padding-right: 48px !important;
  }
  .s-ma-sp-48 {
    margin: 48px !important;
  }
  .s-pa-sp-48 {
    padding: 48px !important;
  }
  .s-mt-sp-49 {
    margin-top: 49px !important;
  }
  .s-pt-sp-49 {
    padding-top: 49px !important;
  }
  .s-ml-sp-49 {
    margin-left: 49px !important;
  }
  .s-pl-sp-49 {
    padding-left: 49px !important;
  }
  .s-mb-sp-49 {
    margin-bottom: 49px !important;
  }
  .s-pb-sp-49 {
    padding-bottom: 49px !important;
  }
  .s-mr-sp-49 {
    margin-right: 49px !important;
  }
  .s-pr-sp-49 {
    padding-right: 49px !important;
  }
  .s-ma-sp-49 {
    margin: 49px !important;
  }
  .s-pa-sp-49 {
    padding: 49px !important;
  }
  .s-mt-sp-50 {
    margin-top: 50px !important;
  }
  .s-pt-sp-50 {
    padding-top: 50px !important;
  }
  .s-ml-sp-50 {
    margin-left: 50px !important;
  }
  .s-pl-sp-50 {
    padding-left: 50px !important;
  }
  .s-mb-sp-50 {
    margin-bottom: 50px !important;
  }
  .s-pb-sp-50 {
    padding-bottom: 50px !important;
  }
  .s-mr-sp-50 {
    margin-right: 50px !important;
  }
  .s-pr-sp-50 {
    padding-right: 50px !important;
  }
  .s-ma-sp-50 {
    margin: 50px !important;
  }
  .s-pa-sp-50 {
    padding: 50px !important;
  }
  .s-mt-sp-51 {
    margin-top: 51px !important;
  }
  .s-pt-sp-51 {
    padding-top: 51px !important;
  }
  .s-ml-sp-51 {
    margin-left: 51px !important;
  }
  .s-pl-sp-51 {
    padding-left: 51px !important;
  }
  .s-mb-sp-51 {
    margin-bottom: 51px !important;
  }
  .s-pb-sp-51 {
    padding-bottom: 51px !important;
  }
  .s-mr-sp-51 {
    margin-right: 51px !important;
  }
  .s-pr-sp-51 {
    padding-right: 51px !important;
  }
  .s-ma-sp-51 {
    margin: 51px !important;
  }
  .s-pa-sp-51 {
    padding: 51px !important;
  }
  .s-mt-sp-52 {
    margin-top: 52px !important;
  }
  .s-pt-sp-52 {
    padding-top: 52px !important;
  }
  .s-ml-sp-52 {
    margin-left: 52px !important;
  }
  .s-pl-sp-52 {
    padding-left: 52px !important;
  }
  .s-mb-sp-52 {
    margin-bottom: 52px !important;
  }
  .s-pb-sp-52 {
    padding-bottom: 52px !important;
  }
  .s-mr-sp-52 {
    margin-right: 52px !important;
  }
  .s-pr-sp-52 {
    padding-right: 52px !important;
  }
  .s-ma-sp-52 {
    margin: 52px !important;
  }
  .s-pa-sp-52 {
    padding: 52px !important;
  }
  .s-mt-sp-53 {
    margin-top: 53px !important;
  }
  .s-pt-sp-53 {
    padding-top: 53px !important;
  }
  .s-ml-sp-53 {
    margin-left: 53px !important;
  }
  .s-pl-sp-53 {
    padding-left: 53px !important;
  }
  .s-mb-sp-53 {
    margin-bottom: 53px !important;
  }
  .s-pb-sp-53 {
    padding-bottom: 53px !important;
  }
  .s-mr-sp-53 {
    margin-right: 53px !important;
  }
  .s-pr-sp-53 {
    padding-right: 53px !important;
  }
  .s-ma-sp-53 {
    margin: 53px !important;
  }
  .s-pa-sp-53 {
    padding: 53px !important;
  }
  .s-mt-sp-54 {
    margin-top: 54px !important;
  }
  .s-pt-sp-54 {
    padding-top: 54px !important;
  }
  .s-ml-sp-54 {
    margin-left: 54px !important;
  }
  .s-pl-sp-54 {
    padding-left: 54px !important;
  }
  .s-mb-sp-54 {
    margin-bottom: 54px !important;
  }
  .s-pb-sp-54 {
    padding-bottom: 54px !important;
  }
  .s-mr-sp-54 {
    margin-right: 54px !important;
  }
  .s-pr-sp-54 {
    padding-right: 54px !important;
  }
  .s-ma-sp-54 {
    margin: 54px !important;
  }
  .s-pa-sp-54 {
    padding: 54px !important;
  }
  .s-mt-sp-55 {
    margin-top: 55px !important;
  }
  .s-pt-sp-55 {
    padding-top: 55px !important;
  }
  .s-ml-sp-55 {
    margin-left: 55px !important;
  }
  .s-pl-sp-55 {
    padding-left: 55px !important;
  }
  .s-mb-sp-55 {
    margin-bottom: 55px !important;
  }
  .s-pb-sp-55 {
    padding-bottom: 55px !important;
  }
  .s-mr-sp-55 {
    margin-right: 55px !important;
  }
  .s-pr-sp-55 {
    padding-right: 55px !important;
  }
  .s-ma-sp-55 {
    margin: 55px !important;
  }
  .s-pa-sp-55 {
    padding: 55px !important;
  }
  .s-mt-sp-56 {
    margin-top: 56px !important;
  }
  .s-pt-sp-56 {
    padding-top: 56px !important;
  }
  .s-ml-sp-56 {
    margin-left: 56px !important;
  }
  .s-pl-sp-56 {
    padding-left: 56px !important;
  }
  .s-mb-sp-56 {
    margin-bottom: 56px !important;
  }
  .s-pb-sp-56 {
    padding-bottom: 56px !important;
  }
  .s-mr-sp-56 {
    margin-right: 56px !important;
  }
  .s-pr-sp-56 {
    padding-right: 56px !important;
  }
  .s-ma-sp-56 {
    margin: 56px !important;
  }
  .s-pa-sp-56 {
    padding: 56px !important;
  }
  .s-mt-sp-57 {
    margin-top: 57px !important;
  }
  .s-pt-sp-57 {
    padding-top: 57px !important;
  }
  .s-ml-sp-57 {
    margin-left: 57px !important;
  }
  .s-pl-sp-57 {
    padding-left: 57px !important;
  }
  .s-mb-sp-57 {
    margin-bottom: 57px !important;
  }
  .s-pb-sp-57 {
    padding-bottom: 57px !important;
  }
  .s-mr-sp-57 {
    margin-right: 57px !important;
  }
  .s-pr-sp-57 {
    padding-right: 57px !important;
  }
  .s-ma-sp-57 {
    margin: 57px !important;
  }
  .s-pa-sp-57 {
    padding: 57px !important;
  }
  .s-mt-sp-58 {
    margin-top: 58px !important;
  }
  .s-pt-sp-58 {
    padding-top: 58px !important;
  }
  .s-ml-sp-58 {
    margin-left: 58px !important;
  }
  .s-pl-sp-58 {
    padding-left: 58px !important;
  }
  .s-mb-sp-58 {
    margin-bottom: 58px !important;
  }
  .s-pb-sp-58 {
    padding-bottom: 58px !important;
  }
  .s-mr-sp-58 {
    margin-right: 58px !important;
  }
  .s-pr-sp-58 {
    padding-right: 58px !important;
  }
  .s-ma-sp-58 {
    margin: 58px !important;
  }
  .s-pa-sp-58 {
    padding: 58px !important;
  }
  .s-mt-sp-59 {
    margin-top: 59px !important;
  }
  .s-pt-sp-59 {
    padding-top: 59px !important;
  }
  .s-ml-sp-59 {
    margin-left: 59px !important;
  }
  .s-pl-sp-59 {
    padding-left: 59px !important;
  }
  .s-mb-sp-59 {
    margin-bottom: 59px !important;
  }
  .s-pb-sp-59 {
    padding-bottom: 59px !important;
  }
  .s-mr-sp-59 {
    margin-right: 59px !important;
  }
  .s-pr-sp-59 {
    padding-right: 59px !important;
  }
  .s-ma-sp-59 {
    margin: 59px !important;
  }
  .s-pa-sp-59 {
    padding: 59px !important;
  }
  .s-mt-sp-60 {
    margin-top: 60px !important;
  }
  .s-pt-sp-60 {
    padding-top: 60px !important;
  }
  .s-ml-sp-60 {
    margin-left: 60px !important;
  }
  .s-pl-sp-60 {
    padding-left: 60px !important;
  }
  .s-mb-sp-60 {
    margin-bottom: 60px !important;
  }
  .s-pb-sp-60 {
    padding-bottom: 60px !important;
  }
  .s-mr-sp-60 {
    margin-right: 60px !important;
  }
  .s-pr-sp-60 {
    padding-right: 60px !important;
  }
  .s-ma-sp-60 {
    margin: 60px !important;
  }
  .s-pa-sp-60 {
    padding: 60px !important;
  }
  .s-mt-sp-61 {
    margin-top: 61px !important;
  }
  .s-pt-sp-61 {
    padding-top: 61px !important;
  }
  .s-ml-sp-61 {
    margin-left: 61px !important;
  }
  .s-pl-sp-61 {
    padding-left: 61px !important;
  }
  .s-mb-sp-61 {
    margin-bottom: 61px !important;
  }
  .s-pb-sp-61 {
    padding-bottom: 61px !important;
  }
  .s-mr-sp-61 {
    margin-right: 61px !important;
  }
  .s-pr-sp-61 {
    padding-right: 61px !important;
  }
  .s-ma-sp-61 {
    margin: 61px !important;
  }
  .s-pa-sp-61 {
    padding: 61px !important;
  }
  .s-mt-sp-62 {
    margin-top: 62px !important;
  }
  .s-pt-sp-62 {
    padding-top: 62px !important;
  }
  .s-ml-sp-62 {
    margin-left: 62px !important;
  }
  .s-pl-sp-62 {
    padding-left: 62px !important;
  }
  .s-mb-sp-62 {
    margin-bottom: 62px !important;
  }
  .s-pb-sp-62 {
    padding-bottom: 62px !important;
  }
  .s-mr-sp-62 {
    margin-right: 62px !important;
  }
  .s-pr-sp-62 {
    padding-right: 62px !important;
  }
  .s-ma-sp-62 {
    margin: 62px !important;
  }
  .s-pa-sp-62 {
    padding: 62px !important;
  }
  .s-mt-sp-63 {
    margin-top: 63px !important;
  }
  .s-pt-sp-63 {
    padding-top: 63px !important;
  }
  .s-ml-sp-63 {
    margin-left: 63px !important;
  }
  .s-pl-sp-63 {
    padding-left: 63px !important;
  }
  .s-mb-sp-63 {
    margin-bottom: 63px !important;
  }
  .s-pb-sp-63 {
    padding-bottom: 63px !important;
  }
  .s-mr-sp-63 {
    margin-right: 63px !important;
  }
  .s-pr-sp-63 {
    padding-right: 63px !important;
  }
  .s-ma-sp-63 {
    margin: 63px !important;
  }
  .s-pa-sp-63 {
    padding: 63px !important;
  }
  .s-mt-sp-64 {
    margin-top: 64px !important;
  }
  .s-pt-sp-64 {
    padding-top: 64px !important;
  }
  .s-ml-sp-64 {
    margin-left: 64px !important;
  }
  .s-pl-sp-64 {
    padding-left: 64px !important;
  }
  .s-mb-sp-64 {
    margin-bottom: 64px !important;
  }
  .s-pb-sp-64 {
    padding-bottom: 64px !important;
  }
  .s-mr-sp-64 {
    margin-right: 64px !important;
  }
  .s-pr-sp-64 {
    padding-right: 64px !important;
  }
  .s-ma-sp-64 {
    margin: 64px !important;
  }
  .s-pa-sp-64 {
    padding: 64px !important;
  }
  .s-mt-sp-65 {
    margin-top: 65px !important;
  }
  .s-pt-sp-65 {
    padding-top: 65px !important;
  }
  .s-ml-sp-65 {
    margin-left: 65px !important;
  }
  .s-pl-sp-65 {
    padding-left: 65px !important;
  }
  .s-mb-sp-65 {
    margin-bottom: 65px !important;
  }
  .s-pb-sp-65 {
    padding-bottom: 65px !important;
  }
  .s-mr-sp-65 {
    margin-right: 65px !important;
  }
  .s-pr-sp-65 {
    padding-right: 65px !important;
  }
  .s-ma-sp-65 {
    margin: 65px !important;
  }
  .s-pa-sp-65 {
    padding: 65px !important;
  }
  .s-mt-sp-66 {
    margin-top: 66px !important;
  }
  .s-pt-sp-66 {
    padding-top: 66px !important;
  }
  .s-ml-sp-66 {
    margin-left: 66px !important;
  }
  .s-pl-sp-66 {
    padding-left: 66px !important;
  }
  .s-mb-sp-66 {
    margin-bottom: 66px !important;
  }
  .s-pb-sp-66 {
    padding-bottom: 66px !important;
  }
  .s-mr-sp-66 {
    margin-right: 66px !important;
  }
  .s-pr-sp-66 {
    padding-right: 66px !important;
  }
  .s-ma-sp-66 {
    margin: 66px !important;
  }
  .s-pa-sp-66 {
    padding: 66px !important;
  }
  .s-mt-sp-67 {
    margin-top: 67px !important;
  }
  .s-pt-sp-67 {
    padding-top: 67px !important;
  }
  .s-ml-sp-67 {
    margin-left: 67px !important;
  }
  .s-pl-sp-67 {
    padding-left: 67px !important;
  }
  .s-mb-sp-67 {
    margin-bottom: 67px !important;
  }
  .s-pb-sp-67 {
    padding-bottom: 67px !important;
  }
  .s-mr-sp-67 {
    margin-right: 67px !important;
  }
  .s-pr-sp-67 {
    padding-right: 67px !important;
  }
  .s-ma-sp-67 {
    margin: 67px !important;
  }
  .s-pa-sp-67 {
    padding: 67px !important;
  }
  .s-mt-sp-68 {
    margin-top: 68px !important;
  }
  .s-pt-sp-68 {
    padding-top: 68px !important;
  }
  .s-ml-sp-68 {
    margin-left: 68px !important;
  }
  .s-pl-sp-68 {
    padding-left: 68px !important;
  }
  .s-mb-sp-68 {
    margin-bottom: 68px !important;
  }
  .s-pb-sp-68 {
    padding-bottom: 68px !important;
  }
  .s-mr-sp-68 {
    margin-right: 68px !important;
  }
  .s-pr-sp-68 {
    padding-right: 68px !important;
  }
  .s-ma-sp-68 {
    margin: 68px !important;
  }
  .s-pa-sp-68 {
    padding: 68px !important;
  }
  .s-mt-sp-69 {
    margin-top: 69px !important;
  }
  .s-pt-sp-69 {
    padding-top: 69px !important;
  }
  .s-ml-sp-69 {
    margin-left: 69px !important;
  }
  .s-pl-sp-69 {
    padding-left: 69px !important;
  }
  .s-mb-sp-69 {
    margin-bottom: 69px !important;
  }
  .s-pb-sp-69 {
    padding-bottom: 69px !important;
  }
  .s-mr-sp-69 {
    margin-right: 69px !important;
  }
  .s-pr-sp-69 {
    padding-right: 69px !important;
  }
  .s-ma-sp-69 {
    margin: 69px !important;
  }
  .s-pa-sp-69 {
    padding: 69px !important;
  }
  .s-mt-sp-70 {
    margin-top: 70px !important;
  }
  .s-pt-sp-70 {
    padding-top: 70px !important;
  }
  .s-ml-sp-70 {
    margin-left: 70px !important;
  }
  .s-pl-sp-70 {
    padding-left: 70px !important;
  }
  .s-mb-sp-70 {
    margin-bottom: 70px !important;
  }
  .s-pb-sp-70 {
    padding-bottom: 70px !important;
  }
  .s-mr-sp-70 {
    margin-right: 70px !important;
  }
  .s-pr-sp-70 {
    padding-right: 70px !important;
  }
  .s-ma-sp-70 {
    margin: 70px !important;
  }
  .s-pa-sp-70 {
    padding: 70px !important;
  }
  .s-mt-sp-71 {
    margin-top: 71px !important;
  }
  .s-pt-sp-71 {
    padding-top: 71px !important;
  }
  .s-ml-sp-71 {
    margin-left: 71px !important;
  }
  .s-pl-sp-71 {
    padding-left: 71px !important;
  }
  .s-mb-sp-71 {
    margin-bottom: 71px !important;
  }
  .s-pb-sp-71 {
    padding-bottom: 71px !important;
  }
  .s-mr-sp-71 {
    margin-right: 71px !important;
  }
  .s-pr-sp-71 {
    padding-right: 71px !important;
  }
  .s-ma-sp-71 {
    margin: 71px !important;
  }
  .s-pa-sp-71 {
    padding: 71px !important;
  }
  .s-mt-sp-72 {
    margin-top: 72px !important;
  }
  .s-pt-sp-72 {
    padding-top: 72px !important;
  }
  .s-ml-sp-72 {
    margin-left: 72px !important;
  }
  .s-pl-sp-72 {
    padding-left: 72px !important;
  }
  .s-mb-sp-72 {
    margin-bottom: 72px !important;
  }
  .s-pb-sp-72 {
    padding-bottom: 72px !important;
  }
  .s-mr-sp-72 {
    margin-right: 72px !important;
  }
  .s-pr-sp-72 {
    padding-right: 72px !important;
  }
  .s-ma-sp-72 {
    margin: 72px !important;
  }
  .s-pa-sp-72 {
    padding: 72px !important;
  }
  .s-mt-sp-73 {
    margin-top: 73px !important;
  }
  .s-pt-sp-73 {
    padding-top: 73px !important;
  }
  .s-ml-sp-73 {
    margin-left: 73px !important;
  }
  .s-pl-sp-73 {
    padding-left: 73px !important;
  }
  .s-mb-sp-73 {
    margin-bottom: 73px !important;
  }
  .s-pb-sp-73 {
    padding-bottom: 73px !important;
  }
  .s-mr-sp-73 {
    margin-right: 73px !important;
  }
  .s-pr-sp-73 {
    padding-right: 73px !important;
  }
  .s-ma-sp-73 {
    margin: 73px !important;
  }
  .s-pa-sp-73 {
    padding: 73px !important;
  }
  .s-mt-sp-74 {
    margin-top: 74px !important;
  }
  .s-pt-sp-74 {
    padding-top: 74px !important;
  }
  .s-ml-sp-74 {
    margin-left: 74px !important;
  }
  .s-pl-sp-74 {
    padding-left: 74px !important;
  }
  .s-mb-sp-74 {
    margin-bottom: 74px !important;
  }
  .s-pb-sp-74 {
    padding-bottom: 74px !important;
  }
  .s-mr-sp-74 {
    margin-right: 74px !important;
  }
  .s-pr-sp-74 {
    padding-right: 74px !important;
  }
  .s-ma-sp-74 {
    margin: 74px !important;
  }
  .s-pa-sp-74 {
    padding: 74px !important;
  }
  .s-mt-sp-75 {
    margin-top: 75px !important;
  }
  .s-pt-sp-75 {
    padding-top: 75px !important;
  }
  .s-ml-sp-75 {
    margin-left: 75px !important;
  }
  .s-pl-sp-75 {
    padding-left: 75px !important;
  }
  .s-mb-sp-75 {
    margin-bottom: 75px !important;
  }
  .s-pb-sp-75 {
    padding-bottom: 75px !important;
  }
  .s-mr-sp-75 {
    margin-right: 75px !important;
  }
  .s-pr-sp-75 {
    padding-right: 75px !important;
  }
  .s-ma-sp-75 {
    margin: 75px !important;
  }
  .s-pa-sp-75 {
    padding: 75px !important;
  }
  .s-mt-sp-76 {
    margin-top: 76px !important;
  }
  .s-pt-sp-76 {
    padding-top: 76px !important;
  }
  .s-ml-sp-76 {
    margin-left: 76px !important;
  }
  .s-pl-sp-76 {
    padding-left: 76px !important;
  }
  .s-mb-sp-76 {
    margin-bottom: 76px !important;
  }
  .s-pb-sp-76 {
    padding-bottom: 76px !important;
  }
  .s-mr-sp-76 {
    margin-right: 76px !important;
  }
  .s-pr-sp-76 {
    padding-right: 76px !important;
  }
  .s-ma-sp-76 {
    margin: 76px !important;
  }
  .s-pa-sp-76 {
    padding: 76px !important;
  }
  .s-mt-sp-77 {
    margin-top: 77px !important;
  }
  .s-pt-sp-77 {
    padding-top: 77px !important;
  }
  .s-ml-sp-77 {
    margin-left: 77px !important;
  }
  .s-pl-sp-77 {
    padding-left: 77px !important;
  }
  .s-mb-sp-77 {
    margin-bottom: 77px !important;
  }
  .s-pb-sp-77 {
    padding-bottom: 77px !important;
  }
  .s-mr-sp-77 {
    margin-right: 77px !important;
  }
  .s-pr-sp-77 {
    padding-right: 77px !important;
  }
  .s-ma-sp-77 {
    margin: 77px !important;
  }
  .s-pa-sp-77 {
    padding: 77px !important;
  }
  .s-mt-sp-78 {
    margin-top: 78px !important;
  }
  .s-pt-sp-78 {
    padding-top: 78px !important;
  }
  .s-ml-sp-78 {
    margin-left: 78px !important;
  }
  .s-pl-sp-78 {
    padding-left: 78px !important;
  }
  .s-mb-sp-78 {
    margin-bottom: 78px !important;
  }
  .s-pb-sp-78 {
    padding-bottom: 78px !important;
  }
  .s-mr-sp-78 {
    margin-right: 78px !important;
  }
  .s-pr-sp-78 {
    padding-right: 78px !important;
  }
  .s-ma-sp-78 {
    margin: 78px !important;
  }
  .s-pa-sp-78 {
    padding: 78px !important;
  }
  .s-mt-sp-79 {
    margin-top: 79px !important;
  }
  .s-pt-sp-79 {
    padding-top: 79px !important;
  }
  .s-ml-sp-79 {
    margin-left: 79px !important;
  }
  .s-pl-sp-79 {
    padding-left: 79px !important;
  }
  .s-mb-sp-79 {
    margin-bottom: 79px !important;
  }
  .s-pb-sp-79 {
    padding-bottom: 79px !important;
  }
  .s-mr-sp-79 {
    margin-right: 79px !important;
  }
  .s-pr-sp-79 {
    padding-right: 79px !important;
  }
  .s-ma-sp-79 {
    margin: 79px !important;
  }
  .s-pa-sp-79 {
    padding: 79px !important;
  }
  .s-mt-sp-80 {
    margin-top: 80px !important;
  }
  .s-pt-sp-80 {
    padding-top: 80px !important;
  }
  .s-ml-sp-80 {
    margin-left: 80px !important;
  }
  .s-pl-sp-80 {
    padding-left: 80px !important;
  }
  .s-mb-sp-80 {
    margin-bottom: 80px !important;
  }
  .s-pb-sp-80 {
    padding-bottom: 80px !important;
  }
  .s-mr-sp-80 {
    margin-right: 80px !important;
  }
  .s-pr-sp-80 {
    padding-right: 80px !important;
  }
  .s-ma-sp-80 {
    margin: 80px !important;
  }
  .s-pa-sp-80 {
    padding: 80px !important;
  }
  .s-mt-sp-81 {
    margin-top: 81px !important;
  }
  .s-pt-sp-81 {
    padding-top: 81px !important;
  }
  .s-ml-sp-81 {
    margin-left: 81px !important;
  }
  .s-pl-sp-81 {
    padding-left: 81px !important;
  }
  .s-mb-sp-81 {
    margin-bottom: 81px !important;
  }
  .s-pb-sp-81 {
    padding-bottom: 81px !important;
  }
  .s-mr-sp-81 {
    margin-right: 81px !important;
  }
  .s-pr-sp-81 {
    padding-right: 81px !important;
  }
  .s-ma-sp-81 {
    margin: 81px !important;
  }
  .s-pa-sp-81 {
    padding: 81px !important;
  }
  .s-mt-sp-82 {
    margin-top: 82px !important;
  }
  .s-pt-sp-82 {
    padding-top: 82px !important;
  }
  .s-ml-sp-82 {
    margin-left: 82px !important;
  }
  .s-pl-sp-82 {
    padding-left: 82px !important;
  }
  .s-mb-sp-82 {
    margin-bottom: 82px !important;
  }
  .s-pb-sp-82 {
    padding-bottom: 82px !important;
  }
  .s-mr-sp-82 {
    margin-right: 82px !important;
  }
  .s-pr-sp-82 {
    padding-right: 82px !important;
  }
  .s-ma-sp-82 {
    margin: 82px !important;
  }
  .s-pa-sp-82 {
    padding: 82px !important;
  }
  .s-mt-sp-83 {
    margin-top: 83px !important;
  }
  .s-pt-sp-83 {
    padding-top: 83px !important;
  }
  .s-ml-sp-83 {
    margin-left: 83px !important;
  }
  .s-pl-sp-83 {
    padding-left: 83px !important;
  }
  .s-mb-sp-83 {
    margin-bottom: 83px !important;
  }
  .s-pb-sp-83 {
    padding-bottom: 83px !important;
  }
  .s-mr-sp-83 {
    margin-right: 83px !important;
  }
  .s-pr-sp-83 {
    padding-right: 83px !important;
  }
  .s-ma-sp-83 {
    margin: 83px !important;
  }
  .s-pa-sp-83 {
    padding: 83px !important;
  }
  .s-mt-sp-84 {
    margin-top: 84px !important;
  }
  .s-pt-sp-84 {
    padding-top: 84px !important;
  }
  .s-ml-sp-84 {
    margin-left: 84px !important;
  }
  .s-pl-sp-84 {
    padding-left: 84px !important;
  }
  .s-mb-sp-84 {
    margin-bottom: 84px !important;
  }
  .s-pb-sp-84 {
    padding-bottom: 84px !important;
  }
  .s-mr-sp-84 {
    margin-right: 84px !important;
  }
  .s-pr-sp-84 {
    padding-right: 84px !important;
  }
  .s-ma-sp-84 {
    margin: 84px !important;
  }
  .s-pa-sp-84 {
    padding: 84px !important;
  }
  .s-mt-sp-85 {
    margin-top: 85px !important;
  }
  .s-pt-sp-85 {
    padding-top: 85px !important;
  }
  .s-ml-sp-85 {
    margin-left: 85px !important;
  }
  .s-pl-sp-85 {
    padding-left: 85px !important;
  }
  .s-mb-sp-85 {
    margin-bottom: 85px !important;
  }
  .s-pb-sp-85 {
    padding-bottom: 85px !important;
  }
  .s-mr-sp-85 {
    margin-right: 85px !important;
  }
  .s-pr-sp-85 {
    padding-right: 85px !important;
  }
  .s-ma-sp-85 {
    margin: 85px !important;
  }
  .s-pa-sp-85 {
    padding: 85px !important;
  }
  .s-mt-sp-86 {
    margin-top: 86px !important;
  }
  .s-pt-sp-86 {
    padding-top: 86px !important;
  }
  .s-ml-sp-86 {
    margin-left: 86px !important;
  }
  .s-pl-sp-86 {
    padding-left: 86px !important;
  }
  .s-mb-sp-86 {
    margin-bottom: 86px !important;
  }
  .s-pb-sp-86 {
    padding-bottom: 86px !important;
  }
  .s-mr-sp-86 {
    margin-right: 86px !important;
  }
  .s-pr-sp-86 {
    padding-right: 86px !important;
  }
  .s-ma-sp-86 {
    margin: 86px !important;
  }
  .s-pa-sp-86 {
    padding: 86px !important;
  }
  .s-mt-sp-87 {
    margin-top: 87px !important;
  }
  .s-pt-sp-87 {
    padding-top: 87px !important;
  }
  .s-ml-sp-87 {
    margin-left: 87px !important;
  }
  .s-pl-sp-87 {
    padding-left: 87px !important;
  }
  .s-mb-sp-87 {
    margin-bottom: 87px !important;
  }
  .s-pb-sp-87 {
    padding-bottom: 87px !important;
  }
  .s-mr-sp-87 {
    margin-right: 87px !important;
  }
  .s-pr-sp-87 {
    padding-right: 87px !important;
  }
  .s-ma-sp-87 {
    margin: 87px !important;
  }
  .s-pa-sp-87 {
    padding: 87px !important;
  }
  .s-mt-sp-88 {
    margin-top: 88px !important;
  }
  .s-pt-sp-88 {
    padding-top: 88px !important;
  }
  .s-ml-sp-88 {
    margin-left: 88px !important;
  }
  .s-pl-sp-88 {
    padding-left: 88px !important;
  }
  .s-mb-sp-88 {
    margin-bottom: 88px !important;
  }
  .s-pb-sp-88 {
    padding-bottom: 88px !important;
  }
  .s-mr-sp-88 {
    margin-right: 88px !important;
  }
  .s-pr-sp-88 {
    padding-right: 88px !important;
  }
  .s-ma-sp-88 {
    margin: 88px !important;
  }
  .s-pa-sp-88 {
    padding: 88px !important;
  }
  .s-mt-sp-89 {
    margin-top: 89px !important;
  }
  .s-pt-sp-89 {
    padding-top: 89px !important;
  }
  .s-ml-sp-89 {
    margin-left: 89px !important;
  }
  .s-pl-sp-89 {
    padding-left: 89px !important;
  }
  .s-mb-sp-89 {
    margin-bottom: 89px !important;
  }
  .s-pb-sp-89 {
    padding-bottom: 89px !important;
  }
  .s-mr-sp-89 {
    margin-right: 89px !important;
  }
  .s-pr-sp-89 {
    padding-right: 89px !important;
  }
  .s-ma-sp-89 {
    margin: 89px !important;
  }
  .s-pa-sp-89 {
    padding: 89px !important;
  }
  .s-mt-sp-90 {
    margin-top: 90px !important;
  }
  .s-pt-sp-90 {
    padding-top: 90px !important;
  }
  .s-ml-sp-90 {
    margin-left: 90px !important;
  }
  .s-pl-sp-90 {
    padding-left: 90px !important;
  }
  .s-mb-sp-90 {
    margin-bottom: 90px !important;
  }
  .s-pb-sp-90 {
    padding-bottom: 90px !important;
  }
  .s-mr-sp-90 {
    margin-right: 90px !important;
  }
  .s-pr-sp-90 {
    padding-right: 90px !important;
  }
  .s-ma-sp-90 {
    margin: 90px !important;
  }
  .s-pa-sp-90 {
    padding: 90px !important;
  }
  .s-mt-sp-91 {
    margin-top: 91px !important;
  }
  .s-pt-sp-91 {
    padding-top: 91px !important;
  }
  .s-ml-sp-91 {
    margin-left: 91px !important;
  }
  .s-pl-sp-91 {
    padding-left: 91px !important;
  }
  .s-mb-sp-91 {
    margin-bottom: 91px !important;
  }
  .s-pb-sp-91 {
    padding-bottom: 91px !important;
  }
  .s-mr-sp-91 {
    margin-right: 91px !important;
  }
  .s-pr-sp-91 {
    padding-right: 91px !important;
  }
  .s-ma-sp-91 {
    margin: 91px !important;
  }
  .s-pa-sp-91 {
    padding: 91px !important;
  }
  .s-mt-sp-92 {
    margin-top: 92px !important;
  }
  .s-pt-sp-92 {
    padding-top: 92px !important;
  }
  .s-ml-sp-92 {
    margin-left: 92px !important;
  }
  .s-pl-sp-92 {
    padding-left: 92px !important;
  }
  .s-mb-sp-92 {
    margin-bottom: 92px !important;
  }
  .s-pb-sp-92 {
    padding-bottom: 92px !important;
  }
  .s-mr-sp-92 {
    margin-right: 92px !important;
  }
  .s-pr-sp-92 {
    padding-right: 92px !important;
  }
  .s-ma-sp-92 {
    margin: 92px !important;
  }
  .s-pa-sp-92 {
    padding: 92px !important;
  }
  .s-mt-sp-93 {
    margin-top: 93px !important;
  }
  .s-pt-sp-93 {
    padding-top: 93px !important;
  }
  .s-ml-sp-93 {
    margin-left: 93px !important;
  }
  .s-pl-sp-93 {
    padding-left: 93px !important;
  }
  .s-mb-sp-93 {
    margin-bottom: 93px !important;
  }
  .s-pb-sp-93 {
    padding-bottom: 93px !important;
  }
  .s-mr-sp-93 {
    margin-right: 93px !important;
  }
  .s-pr-sp-93 {
    padding-right: 93px !important;
  }
  .s-ma-sp-93 {
    margin: 93px !important;
  }
  .s-pa-sp-93 {
    padding: 93px !important;
  }
  .s-mt-sp-94 {
    margin-top: 94px !important;
  }
  .s-pt-sp-94 {
    padding-top: 94px !important;
  }
  .s-ml-sp-94 {
    margin-left: 94px !important;
  }
  .s-pl-sp-94 {
    padding-left: 94px !important;
  }
  .s-mb-sp-94 {
    margin-bottom: 94px !important;
  }
  .s-pb-sp-94 {
    padding-bottom: 94px !important;
  }
  .s-mr-sp-94 {
    margin-right: 94px !important;
  }
  .s-pr-sp-94 {
    padding-right: 94px !important;
  }
  .s-ma-sp-94 {
    margin: 94px !important;
  }
  .s-pa-sp-94 {
    padding: 94px !important;
  }
  .s-mt-sp-95 {
    margin-top: 95px !important;
  }
  .s-pt-sp-95 {
    padding-top: 95px !important;
  }
  .s-ml-sp-95 {
    margin-left: 95px !important;
  }
  .s-pl-sp-95 {
    padding-left: 95px !important;
  }
  .s-mb-sp-95 {
    margin-bottom: 95px !important;
  }
  .s-pb-sp-95 {
    padding-bottom: 95px !important;
  }
  .s-mr-sp-95 {
    margin-right: 95px !important;
  }
  .s-pr-sp-95 {
    padding-right: 95px !important;
  }
  .s-ma-sp-95 {
    margin: 95px !important;
  }
  .s-pa-sp-95 {
    padding: 95px !important;
  }
  .s-mt-sp-96 {
    margin-top: 96px !important;
  }
  .s-pt-sp-96 {
    padding-top: 96px !important;
  }
  .s-ml-sp-96 {
    margin-left: 96px !important;
  }
  .s-pl-sp-96 {
    padding-left: 96px !important;
  }
  .s-mb-sp-96 {
    margin-bottom: 96px !important;
  }
  .s-pb-sp-96 {
    padding-bottom: 96px !important;
  }
  .s-mr-sp-96 {
    margin-right: 96px !important;
  }
  .s-pr-sp-96 {
    padding-right: 96px !important;
  }
  .s-ma-sp-96 {
    margin: 96px !important;
  }
  .s-pa-sp-96 {
    padding: 96px !important;
  }
  .s-mt-sp-97 {
    margin-top: 97px !important;
  }
  .s-pt-sp-97 {
    padding-top: 97px !important;
  }
  .s-ml-sp-97 {
    margin-left: 97px !important;
  }
  .s-pl-sp-97 {
    padding-left: 97px !important;
  }
  .s-mb-sp-97 {
    margin-bottom: 97px !important;
  }
  .s-pb-sp-97 {
    padding-bottom: 97px !important;
  }
  .s-mr-sp-97 {
    margin-right: 97px !important;
  }
  .s-pr-sp-97 {
    padding-right: 97px !important;
  }
  .s-ma-sp-97 {
    margin: 97px !important;
  }
  .s-pa-sp-97 {
    padding: 97px !important;
  }
  .s-mt-sp-98 {
    margin-top: 98px !important;
  }
  .s-pt-sp-98 {
    padding-top: 98px !important;
  }
  .s-ml-sp-98 {
    margin-left: 98px !important;
  }
  .s-pl-sp-98 {
    padding-left: 98px !important;
  }
  .s-mb-sp-98 {
    margin-bottom: 98px !important;
  }
  .s-pb-sp-98 {
    padding-bottom: 98px !important;
  }
  .s-mr-sp-98 {
    margin-right: 98px !important;
  }
  .s-pr-sp-98 {
    padding-right: 98px !important;
  }
  .s-ma-sp-98 {
    margin: 98px !important;
  }
  .s-pa-sp-98 {
    padding: 98px !important;
  }
  .s-mt-sp-99 {
    margin-top: 99px !important;
  }
  .s-pt-sp-99 {
    padding-top: 99px !important;
  }
  .s-ml-sp-99 {
    margin-left: 99px !important;
  }
  .s-pl-sp-99 {
    padding-left: 99px !important;
  }
  .s-mb-sp-99 {
    margin-bottom: 99px !important;
  }
  .s-pb-sp-99 {
    padding-bottom: 99px !important;
  }
  .s-mr-sp-99 {
    margin-right: 99px !important;
  }
  .s-pr-sp-99 {
    padding-right: 99px !important;
  }
  .s-ma-sp-99 {
    margin: 99px !important;
  }
  .s-pa-sp-99 {
    padding: 99px !important;
  }
  .s-mt-sp-100 {
    margin-top: 100px !important;
  }
  .s-pt-sp-100 {
    padding-top: 100px !important;
  }
  .s-ml-sp-100 {
    margin-left: 100px !important;
  }
  .s-pl-sp-100 {
    padding-left: 100px !important;
  }
  .s-mb-sp-100 {
    margin-bottom: 100px !important;
  }
  .s-pb-sp-100 {
    padding-bottom: 100px !important;
  }
  .s-mr-sp-100 {
    margin-right: 100px !important;
  }
  .s-pr-sp-100 {
    padding-right: 100px !important;
  }
  .s-ma-sp-100 {
    margin: 100px !important;
  }
  .s-pa-sp-100 {
    padding: 100px !important;
  }
}

.txt-center {
  text-align: center;
}

.txt-left {
  text-align: left;
}

.txt-right {
  text-align: right;
}

.pb-0{
  padding-bottom: 0 !important;
}

/* ==========================================================
 管理画面カスタマイズ
========================================================== */
div#ccm-toolbar>ul>li[data-guide-toolbar-action="sitemap"]{
  display: none;
}

/* ==========================================================
 print
========================================================== */
@media print{
  body{ color: #000; }
    
    #ccm-toolbar{
        display: none;
    }
    div.ccm-page{
        padding-top: 0 !important;
    }
    .btn-cmn-pagetop{
        display: none;
    }
    .ccm-notification-help-launcher{
        display: none;
    }
}



