@charset "UTF-8";
/* Reset
------------------------------------------------------------*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

address,
em {
  font-style: normal;
}

strong,
th {
  font-weight: normal;
}

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

th {
  text-align: left;
}

hr,
legend {
  display: none;
}

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

img,
fieldset {
  border: 0;
}

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

li {
  list-style-type: none;
}

input[type=submit], button, label, select {
  cursor: pointer;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* link
------------------------------------------------------------*/
a {
  outline: none;
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: none !important;
}

/* Fonts
------------------------------------------------------------*/
html {
  font-size: 62.5%;
} /* 10px base */
body {
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  color: #000;
  overflow-x: hidden;
}

body > div, input, button, textarea, select {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "游ゴシック", "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", YuGothic, Meiryo, sans-serif;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  body > div, input, button, textarea, select {
    line-height: 1.5;
  }
}

/* form
------------------------------------------------------------*/
.input100per, textarea {
  padding: 3px;
  border: 1px solid #CCC;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*ーーーーーーーーーー
.header
ーーーーーーーーーーー*/
#head_wrap {
  top: -100px;
  position: absolute;
  width: 100%;
  margin: 100px auto 0;
  line-height: 1;
  z-index: 999;
  height: 70px;
  text-decoration: none;
}
#head_wrap h1 {
  padding: 3px 0 0 2px;
  font-size: 10px;
  color: #fff;
}
#head_wrap a {
  text-decoration: none;
}
#head_wrap .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
#head_wrap .inner:after {
  content: "";
  clear: both;
  display: block;
}
#head_wrap .logo {
  padding-top: 5px;
  display: inline-block;
}
@media screen and (max-width: 342px) {
  #head_wrap .logo {
    padding-top: 2px;
  }
}
@media only screen and (min-width: 769px) {
  #head_wrap .logo {
    padding-top: 15px;
  }
}
#head_wrap .logo a {
  width: 160px;
  padding: 5px 0px 5px 0;
  display: block;
}
#head_wrap .header-tel {
  display: none !important;
  position: fixed;
  top: 23px;
  right: 61px;
  width: 30px;
}
@media only screen and (min-width: 769px) {
  #head_wrap .header-tel {
    display: none;
  }
}

#global-nav {
  position: absolute;
  right: 0;
  top: 0;
  width: 85%;
}
@media only screen and (min-width: 769px) {
  #global-nav {
    width: 80%;
  }
}
#global-nav ul {
  list-style: none;
}
@media only screen and (max-width: 768px) {
  #global-nav ul {
    display: block;
    margin-right: 0px;
  }
}
#global-nav ul li {
  width: 11%;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  #global-nav ul li {
    width: 10%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media only screen and (min-width: 769px) {
  #global-nav ul li:nth-child(2), #global-nav ul li:nth-child(4) {
    width: 10%;
  }
}
#global-nav ul li a {
  padding: 33px 0 17px;
  width: 100%;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: inline-block;
  font-size: 14px;
}
@media only screen and (min-width: 769px) {
  #global-nav ul li a {
    padding: 39px 0 17px;
    font-size: 13px;
    color: #fff;
  }
}
#global-nav ul li a::after {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  width: 60%;
  height: 1px;
  background: #fff;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media only screen and (min-width: 769px) {
  #global-nav ul li a:hover::after {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
#global-nav ul .sns-nav {
  width: 25%;
}
#global-nav ul .sns-nav li {
  width: 25% !important;
}
#global-nav ul .sns-nav li a {
  padding: 15px 5px;
}
#global-nav ul .sns-nav li a::after {
  display: none;
}

/* Fixed */
#head_wrap.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  height: 64px;
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
  z-index: 9999;
  background: #4a3a2f;
}
/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 25px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}
#nav-toggle div {
  position: relative;
}

@media only screen and (max-width: 768px) {
  #head_wrap {
    top: 0;
    position: fixed;
    margin-top: 0;
    width: 100%;
    padding: 0;
    height: 60px;
  }
  #head_wrap .inner {
    width: 100%;
    padding: 0;
  }
  #head_wrap {
    /* Fixed reset */
  }
  #head_wrap .fixed {
    padding-top: 0;
    background: transparent;
  }
  #mobile-head {
    width: 100%;
    z-index: 999;
    position: relative;
  }
  #head_wrap .logo img {
    width: 140px;
    margin: 5px 0 0 5px;
  }
  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -495px;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    text-align: center;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
    margin: 20px 0;
  }
  #global-nav ul li {
    float: none;
    position: static;
    width: 80% !important;
    margin: 0 auto;
    border-top: 1px solid #D5DBE2;
    font-weight: bold;
  }
  #global-nav ul li:first-child {
    border-top: none;
  }
  #global-nav ul li a:active {
    color: #000;
    -webkit-transition: none;
    transition: none;
  }
  #global-nav ul .sns-nav {
    width: 70%;
    margin: 0 auto 10px;
  }
  #global-nav ul .sns-nav li {
    border-top: none;
  }
  #head_wrap #global-nav ul li a,
  #head_wrap.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    padding: 1.5rem 0;
  }
  #nav-toggle {
    display: block;
  }
  /* #nav-toggle 切り替えアニメーション */
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 11px;
  }
  #nav-toggle span:nth-child(3) {
    top: 22px;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -webkit-transform: translateY(556px);
    transform: translateY(556px);
  }
}
/*ーーーーーーーーーー
.Contact
ーーーーーーーーーーー*/
.Contact {
  color: #000000;
}
.Contact .title img {
  max-width: 250px;
}
.Contact .title p {
  letter-spacing: 3px;
  margin-top: 5px;
  color: #000000;
}
@media only screen and (min-width: 769px) {
  .Contact_inner {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}
.Contact_inner li {
  width: 100%;
  text-align: center;
  margin: 0 auto 20px auto;
  max-width: 320px;
}
@media only screen and (min-width: 769px) {
  .Contact_inner li {
    width: 42%;
  }
}
.Contact_inner-tel a {
  background: #DBC1A6;
  color: #fff;
  display: block;
  border-radius: 10px;
  padding: 10px 0;
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  top: 0;
  -webkit-box-shadow: 0px 6px 1px #6B5F51;
          box-shadow: 0px 6px 1px #6B5F51;
}
.Contact_inner-tel a:before {
  content: "";
  background: url(../img/tel.svg) no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  top: 6px;
}
.Contact_inner-tel a:hover {
  top: 3px;
  -webkit-box-shadow: 0px 1px 1px #6B5F51;
          box-shadow: 0px 1px 1px #6B5F51;
}
.Contact_inner-mail a {
  background: #A2B5CA;
  color: #fff;
  display: block;
  border-radius: 10px;
  padding: 15px 0;
  font-size: 18px;
  letter-spacing: 0.1em;
  position: relative;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  top: 0;
  -webkit-box-shadow: 0px 6px 1px #56606B;
          box-shadow: 0px 6px 1px #56606B;
}
.Contact_inner-mail a:before {
  content: "";
  background: url(../img/mail.svg) no-repeat;
  display: inline-block;
  width: 30px;
  height: 23px;
  position: relative;
  top: 6px;
}
.Contact_inner-mail a:hover {
  top: 3px;
  -webkit-box-shadow: 0px 1px 1px #56606B;
          box-shadow: 0px 1px 1px #56606B;
}
.Contact_inner-line input {
  display: none;
}
.Contact_inner-line .copy_btn {
  background: #06C755;
  color: #fff;
  display: block;
  border-radius: 10px;
  padding: 15px 0;
  font-size: 18px;
  letter-spacing: 0.1em;
  position: relative;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  top: 0;
  -webkit-box-shadow: 0px 6px 1px #56606B;
          box-shadow: 0px 6px 1px #56606B;
  width: 100%;
  border: none;
}
.Contact_inner {
  /*--20230315追加--*/
}
.Contact_inner-insta a {
  background: -webkit-linear-gradient(45deg, rgb(251, 216, 154) 0%, rgb(255, 111, 134) 50%, rgb(189, 91, 134) 70%, rgb(156, 106, 187) 100%);
  background: linear-gradient(45deg, rgb(251, 216, 154) 0%, rgb(255, 111, 134) 50%, rgb(189, 91, 134) 70%, rgb(156, 106, 187) 100%);
  color: #fff;
  display: block;
  border-radius: 10px;
  padding: 15px 0;
  font-size: 18px;
  letter-spacing: 0.1em;
  position: relative;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  top: 0;
  -webkit-box-shadow: 0px 6px 1px #56606B;
          box-shadow: 0px 6px 1px #56606B;
  width: 100%;
  border: none;
}
.Contact_inner-insta a:hover {
  top: 3px;
  -webkit-box-shadow: 0px 1px 1px #6B5F51;
          box-shadow: 0px 1px 1px #6B5F51;
}
.Contact_inner {
  /*--/20230315追加--*/
}

/*webp用に変更*/
.webp .Contact:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url(../img/contact-bg.webp) no-repeat;
  background-size: cover;
  background-position: center center;
}
@media only screen and (min-width: 769px) {
  .webp .Contact:before {
    background: url(../img/contact-bgpc.webp) no-repeat;
    background-size: cover;
    background-position: center center;
  }
}

.no-webp .Contact:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url(../img/contact-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
@media only screen and (min-width: 769px) {
  .no-webp .Contact:before {
    background: url(../img/contact-bgpc.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
  }
}

.icon-tel:before {
  font-family: "Font Awesome 5 Free";
  content: "\f2a0";
  font-weight: 900;
  font-size: 8vw;
  position: absolute;
  top: -1px;
  left: 0;
}
@media only screen and (min-width: 769px) {
  .icon-tel:before {
    font-size: 3em;
    top: 2px;
    left: -8px;
  }
}

.icon-mail:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: normal;
  margin-right: 15px;
  font-size: 1.3em;
}

.icon-reserve:before {
  font-family: "Font Awesome 5 Free";
  content: "\f073";
  font-weight: normal;
  margin-right: 23px;
  font-size: 1.3em;
  margin-left: -9px;
}
@media only screen and (min-width: 769px) {
  .icon-reserve:before {
    margin-right: 27px;
  }
}

/*ーーーーーーーーーー
.footer
ーーーーーーーーーーー*/
.footer {
  background: #d9cfc8;
  padding: 50px 0 70px;
}
@media only screen and (min-width: 769px) {
  .footer {
    padding: 50px 0 0px;
  }
}
.footer p {
  padding-bottom: 5px;
}
.footer p,
.footer a {
  font-size: 12px;
}
@media only screen and (min-width: 769px) {
  .footer p,
  .footer a {
    font-size: 14px;
  }
}
.footer-logo {
  width: 200px;
  margin: auto;
}
@media only screen and (min-width: 769px) {
  .footer-logo {
    margin: 0;
  }
}
.footer-inner {
  padding: 30px 0;
}
.footer-inner-logo {
  width: 100%;
  margin-bottom: 30px;
}
@media only screen and (min-width: 769px) {
  .footer-inner-logo {
    width: 60%;
  }
}
.footer-inner-nav {
  width: 50%;
}
@media only screen and (min-width: 769px) {
  .footer-inner-nav {
    width: 20%;
  }
}
.footer-inner-nav a {
  color: #000;
  display: block;
}
.footer-inner-nav a:hover {
  opacity: 0.8;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.footer-copyright {
  text-align: center;
}
.footer-copyright p,
.footer-copyright a {
  font-size: 10px;
  font-size: 1rem;
}

.footer-fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
}
.footer-fixed li {
  width: 33.33333%;
}
.footer-fixed li a {
  font-size: 3.4vw;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 0;
  border: 1.5px solid #aaa;
  height: 6vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 3.6vw;
  font-weight: 600;
}

#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 90px;
}
@media only screen and (min-width: 769px) {
  #page_top {
    bottom: 190px;
  }
}

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  background: #4a3a2f;
  border-radius: 50%;
}

#page_top a::before {
  content: "";
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -3px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(25%) rotate(-45deg);
          transform: translateY(25%) rotate(-45deg);
}

/* CSS Document */
.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 96%;
}

.container02 {
  margin: 0 auto;
  max-width: 800px;
}
@media only screen and (max-width: 768px) {
  .container02 {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .modPcOnly {
    display: none;
  }
}

.modSpOnly {
  display: none;
}
@media only screen and (max-width: 768px) {
  .modSpOnly {
    display: block;
  }
}

.modTitleType01 {
  font-size: 18px;
  line-height: 1.3em;
}
@media only screen and (min-width: 769px) {
  .modTitleType01 {
    font-size: 22px;
  }
}

.modTitleType02 {
  font-size: 16px;
}
@media only screen and (min-width: 769px) {
  .modTitleType02 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .modTitleType02 {
    font-size: 14px;
  }
}

* {
  font-size: 14px;
}
@media only screen and (min-width: 769px) {
  * {
    font-size: 15px;
  }
}
@media only screen and (max-width: 480px) {
  * {
    font-size: 12px;
  }
}

dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  /*transform: rotate(0.02deg);*/
}

h3 {
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
}
@media only screen and (min-width: 769px) {
  h3 {
    font-size: 18px;
  }
}

section {
  padding: 60px 0;
}
@media only screen and (min-width: 769px) {
  section {
    padding: 80px 0;
  }
}

/* font
------------------------------------------------------------*/
* {
  font-family: "游ゴシック", "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", YuGothic, Meiryo, sans-serif;
  font-weight: 500;
}

.Garamond {
  font-family: "Adobe Garamond Pro", "Garamond", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", serif;
  font-weight: bold;
  letter-spacing: 0.1em;
}

/* flex
------------------------------------------------------------*/
.flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-reverse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 769px) {
  .flex-reverse {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

/* title
-------------------------------------------------------------*/
.title {
  text-align: center;
  margin: 10px 0 30px;
}
.title img {
  height: 50px;
}
@media only screen and (min-width: 769px) {
  .title img {
    height: 75px;
  }
}
.title p {
  color: #000;
  font-size: 14px;
  letter-spacing: 5px;
  margin: 15px 0 10px;
}
@media only screen and (max-width: 480px) {
  .title p {
    font-size: 12px;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 769px) {
  .title p {
    font-size: 16px;
    letter-spacing: 10px;
  }
}

/* txt
------------------------------------------------------------*/
.red {
  color: #d76754;
  font-weight: bold;
}

.gray {
  background: #efefe8;
}

.bg-white {
  background: #fff;
}

/* breadcrumb
------------------------------------------------------------*/
.breadcrumb span {
  font-size: 10px;
}
@media only screen and (min-width: 769px) {
  .breadcrumb span {
    font-size: 12px;
  }
}

/* ページナビ
------------------------------------------------------------*/
.wp-pagenavi {
  /* 全体 */
  margin: 20px 0;
  font-size: 12px;
}

.wp-pagenavi a {
  /* フォント色 */
  color: #4a4a4a;
}

.pages {
  /* 左の表記 */
  margin-right: 20px;
}

.wp-pagenavi .current,
.wp-pagenavi a.page {
  /* ボタン */
  margin: 0 6px 6px 0;
  display: inline-block;
  border: solid 1px #eee;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
}

.wp-pagenavi .current {
  /* カレント数字 */
  border: none;
  background: #f5f3f3;
  color: #fff;
}

.wp-pagenavi a.page:hover {
  /* マウスオーバー */
  background: #f5f3f3;
  color: #fff;
}

.wp-pagenavi .first,
.wp-pagenavi .extend {
  /* ... */
  margin-right: 10px;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  /* 記号の削除 */
  display: none;
}

/* button
------------------------------------------------------------*/
a:hover {
  opacity: 0.75;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.Btn01 {
  text-align: center;
  margin-top: 40px;
}
.Btn01 a {
  position: relative;
  /*ボタンの形状*/
  background: #4a3a2f;
  border: 1px solid #4a3a2f;
  padding: 15px 0;
  width: 80%;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  outline: none;
  /*アニメーションの指定*/
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media only screen and (min-width: 769px) {
  .Btn01 a {
    width: 350px;
  }
}
.Btn01 a::before {
  content: "";
  /*絶対配置で下線の位置を決める*/
  position: absolute;
  top: 50%;
  right: 10px;
  /*下線の形状*/
  width: 30px;
  height: 1px;
  background: #fff;
  /*アニメーションの指定*/
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media only screen and (min-width: 769px) {
  .Btn01 a::before {
    right: 20px;
    width: 40px;
  }
}
.Btn01 a::after {
  content: "";
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  top: 29%;
  right: 16px;
  /*矢印の形状*/
  width: 1px;
  height: 12px;
  background: #b4d6f0;
  -webkit-transform: skewX(45deg);
          transform: skewX(45deg);
  /*アニメーションの指定*/
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media only screen and (min-width: 769px) {
  .Btn01 a::after {
    right: 26px;
  }
}
.Btn01 a {
  /*hoverした際の移動*/
}
.Btn01 a:hover::before {
  right: -30px;
}
.Btn01 a:hover::after {
  right: -25px;
}

/* hoverで画像大きく
------------------------------------------------------------*/
.imgWrap {
  cursor: pointer;
}
.imgWrap a {
  overflow: hidden;
}
.imgWrap a span,
.imgWrap a img {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  overflow: hidden;
}
.imgWrap a:hover span, .imgWrap a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

/* hoverで下線
------------------------------------------------------------*/
.hovborder a {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.hovborder a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 1px;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  content: "";
}

.hovborder a:hover:after {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* Block
------------------------------------------------------------*/
.page-inner {
  background: #fff;
}

.Block01 li {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .Block01 li {
    width: 30.4%;
    margin-right: 4%;
  }
}
.Block01 li:nth-child(3n) {
  margin-right: 0;
}
.Block01 li .thumbnail span {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 160px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.Block01 li h2 {
  padding-top: 20px;
}

.Block02 ul {
  border-bottom: 1px dotted #000;
}
@media only screen and (min-width: 769px) {
  .Block02 ul {
    padding-bottom: 40px;
  }
}
.Block02 ul li {
  width: 100%;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  .Block02 ul li {
    width: 50%;
  }
}
.Block02 ul li {
  /*		&:first-child {
  		position: relative;
  		img {
  			@include Pc {
  				position: absolute;
  				top: 0;
  				left: -10px;
  			}
  		}
  }*/
}
.Block02 ul li:last-child {
  padding: 15px 25px 50px;
}
@media only screen and (min-width: 769px) {
  .Block02 ul li:last-child {
    padding: 15px 25px 40px 30px;
  }
}
.Block02 ul li:last-child h3 {
  font-size: 24px;
  margin: 20px 0;
  padding-left: 60px;
  position: relative;
}
.Block02 ul li:last-child p {
  padding: 20px 0 40px;
}
.Block02 ul li:last-child ol li {
  width: 11.5%;
  margin: 0 1% 1.5% 0;
}
.Block02 ul li:last-child ol li:nth-child(8n) {
  padding: 0;
  margin-right: 0;
}
.Block02 ul li:last-child ol li:first-child img {
  position: unset;
}
.Block02 .Reason1 h3 {
  line-height: 32px;
}
.Block02 .Reason1 h3::after {
  content: "";
  background: url(../img/icon-1-1.png) no-repeat;
  background-size: cover;
  width: 35px;
  height: 64px;
  position: absolute;
  top: -10px;
  left: 0;
}
.Block02 .Reason2 {
  margin: 40px auto;
}
.Block02 .Reason2 li:first-child img {
  left: unset;
  right: -10px;
}
.Block02 .Reason2 h3 {
  line-height: 32px;
}
.Block02 .Reason2 h3::after {
  content: "";
  background: url(../img/icon-2-1.png) no-repeat;
  background-size: cover;
  width: 35px;
  height: 64px;
  position: absolute;
  top: -10px;
  left: 0;
}
.Block02 .Reason2 ol li:first-child img {
  position: unset;
}
.Block02 .Reason3 h3 {
  line-height: 32px;
}
.Block02 .Reason3 h3::after {
  content: "";
  background: url(../img/icon-3-1.png) no-repeat;
  background-size: cover;
  width: 35px;
  height: 64px;
  position: absolute;
  top: -10px;
  left: 0;
}
.Block02 .location1 h3 {
  line-height: 32px;
}
.Block02 .location1 h3::after {
  content: "";
  background: url(../img/icon-1.png) no-repeat;
  background-size: cover;
  width: 60px;
  height: 84px;
  position: absolute;
  top: -10px;
  left: 0;
}
.Block02 .location2 {
  margin: 40px auto;
}
.Block02 .location2 li:first-child img {
  left: unset;
  right: -10px;
}
.Block02 .location2 h3 {
  line-height: 32px;
}
.Block02 .location2 h3::after {
  content: "";
  background: url(../img/icon-2.png) no-repeat;
  background-size: cover;
  width: 60px;
  height: 84px;
  position: absolute;
  top: -10px;
  left: 0;
}
.Block02 .location2 ol li:first-child img {
  position: unset;
}
.Block02 .location3 h3 {
  line-height: 32px;
}
.Block02 .location3 h3::after {
  content: "";
  background: url(../img/icon-3.png) no-repeat;
  background-size: cover;
  width: 60px;
  height: 84px;
  position: absolute;
  top: -10px;
  left: 0;
}
.Block02 .locationarea {
  display: block;
  font-size: 14px;
}

.Block03 {
  background: #b4d6f0;
}
.Block03 ul {
  background: #fff;
  margin-bottom: 30px;
}
@media only screen and (min-width: 769px) {
  .Block03 ul {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.Block03 li {
  width: 100%;
  text-align: center;
  padding: 15px 10px 15px 10px;
}
@media only screen and (min-width: 769px) {
  .Block03 li {
    width: 47%;
    padding: 15px 10px 15px 10px;
  }
}
.Block03 li:last-child {
  position: relative;
}
.Block03 li:last-child h3 {
  line-height: 25px;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .Block03 li:last-child h3 {
    font-size: 22px;
    font-size: 2.2rem;
    text-align: left;
  }
}
.Block03 li:last-child h3 span {
  font-size: 14px;
}
.Block03 li:last-child p {
  margin-top: 10px;
  text-align: left;
}
.Block03 li:last-child p {
  /*&::after {
  	content: "";
  	background: url(../img/staff02.png) no-repeat;
  	background-size: contain;
  	width: 250px;
  	height: 90px;
  	position: absolute;
  	bottom: 0;
  	right: 0;
  	@include Pc {
  		bottom: -85px;
  	}
  }*/
}

/* other
------------------------------------------------------------*/
#page-content {
  margin-top: 60px;
}
@media only screen and (min-width: 769px) {
  #page-content {
    margin-top: 70px;
  }
}

/************  aside  ************/
#aside-contact {
  /*background:rgba(122, 149, 180,0.9);
    text-align: center;
    text-decoration: none;*/
  position: fixed;
  bottom: 90px;
  right: 0;
  /*border-right: none;
  font-size: 1.2em;
  letter-spacing: 1.5px;*/
  z-index: 1;
  /*
  a {
  	-ms-writing-mode: tb-rl;
   		writing-mode: vertical-rl;
  	padding: 45px 20px;
  	display: block;
  	color: #fff;
  	width: auto;
  }*/
}

#aside-tel {
  /*background:rgba(189, 161, 132,0.9);
    text-align: center;
    text-decoration: none;*/
  position: fixed;
  bottom: 0px;
  right: 0;
  /*border-right: none;
  font-size: 1.2em;
  letter-spacing: 1.5px;*/
  z-index: 1;
  /*a {
  	-ms-writing-mode: tb-rl;
   		writing-mode: vertical-rl;
  	text-orientation: upright;
  	padding: 45px 20px;
  	display: block;
  	color: #fff;
  	width: auto;
  }*/
}

.triangle {
  position: relative;
  padding-left: 15px;
}
.triangle::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 2px;
  left: 0;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 5px solid transparent;
  border-left: 8px solid #4a3a2f;
}
@media only screen and (min-width: 769px) {
  .triangle::before {
    top: 5px;
  }
}

/* フェードイン
------------------------------------------------------------*/
/*下からフェードイン*/
.animation {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 1.3s;
  transition: 1.3s;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

/* 左からフェードイン */
.slide-left {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

/* 右からフェードイン */
.slide-right {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  opacity: 0;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

/*アニメーション要素までスクロールした時のスタイル*/
.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/* slick
------------------------------------------------------------*/
.topView {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

.slick-prev,
.slick-next {
  z-index: 1;
}

.slick-prev:before,
.slick-next:before {
  color: #000;
}

.slick-slide {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.thumb {
  margin: 20px 0 0;
}

.thumb .slick-slide {
  cursor: pointer;
}

.thumb .slick-slide:hover {
  opacity: 0.7;
}

/* Faq
------------------------------------------------------------*/
.Faq .span9 {
  border-top: 1px solid #727171;
}

.cp_actab {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-bottom: 1px solid #727171;
}

.cp_actab input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.cp_actab label {
  position: relative;
  cursor: pointer;
  display: block;
  background-position-y: 20px;
  background-size: 20px;
  width: 100%;
  font-size: 1.1em;
}
@media only screen and (min-width: 769px) {
  .cp_actab label {
    background-position-y: 0;
    background-size: 25px;
    font-size: 1.5em;
    background-position: 10px center;
  }
}

.cp_actab label span {
  display: block;
  padding: 20px 30px 20px 15px;
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (min-width: 769px) {
  .cp_actab label span {
    margin: 0 auto;
    padding: 20px 30px 20px 45px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.cp_actab .cp_actab-content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
}

.cp_actab .cp_actab-content p {
  margin: 0 25px;
  padding: 20px 0;
}
@media only screen and (min-width: 769px) {
  .cp_actab .cp_actab-content p {
    background-position: 5px 15px;
  }
}

.cp_actab .cp_actab-content span {
  display: block;
  text-align: left;
  background: #f2f2f4;
  margin-bottom: 10px;
}
@media only screen and (min-width: 769px) {
  .cp_actab .cp_actab-content span {
    padding: 20px;
  }
}

.cp_actab p {
  margin-bottom: 0px;
}

.cp_actab .bank th {
  border: 1px solid #aaa;
  text-align: left;
  padding: 0 0 0 10px;
}
.cp_actab .bank td {
  border: 1px solid #aaa;
  text-align: left;
  padding: 0 0 0 10px;
}

/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
  max-height: 32em;
}

/*チェックのアイコン（↓）*/
.cp_actab label:after {
  position: absolute;
  top: 32%;
  bottom: 0;
  right: 0;
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  background: url(../img/icon-shita.png) no-repeat;
  background-size: 23px 23px;
}
@media only screen and (min-width: 769px) {
  .cp_actab label:after {
    width: 30px;
    height: 30px;
  }
}

/*チェックのアイコン（↑）*/
.cp_actab input:checked ~ label::after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

/* News
------------------------------------------------------------*/
.News li span {
  padding-top: 10%;
}

.News-new {
  color: #fb5656;
  border: 1px solid #fb5656;
  display: inline-block;
  font-size: 12px;
  padding: 5px 10px 3px;
  margin: 0 5px 10px 0;
}

.cat {
  display: inline-block;
  background: #f2f2f4;
  padding: 2px 0;
  width: 60%;
  margin-left: 5%;
  text-align: center;
}

/* Blog
------------------------------------------------------------*/
.Blog {
  padding-bottom: 80px;
}
.Blog li {
  border: 1px solid #f2f2f4;
}
.Blog .thumbnail {
  width: 100%;
}
.Blog-txt {
  width: 100%;
  padding: 0 10px 20px;
  background: #fff;
  text-align: left;
}
.Blog-title {
  margin-top: 10px;
}

/* Voice
------------------------------------------------------------*/
.Voice {
  background: #f5f3f3;
}
.Voice .title img {
  width: 80%;
  max-width: 500px;
}
.Voice li {
  background: #fff;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.Voice .thumbnail {
  width: 100%;
}
.Voice-txt {
  width: 100%;
  padding: 0 10px 10px;
  text-align: center;
}

/* pagenavi
------------------------------------------------------------*/
.wp-pagenavi {
  /* 全体 */
  margin: 40px 0 20px;
  font-size: 12px;
  text-align: center;
}

.wp-pagenavi a {
  /* フォント色 */
  color: #4a4a4a;
}

.pages {
  /* 左の表記 */
  margin-right: 20px;
}

.wp-pagenavi .current,
.wp-pagenavi a.page {
  /* ボタン */
  margin: 0 6px 6px 0;
  display: inline-block;
  border: solid 1px #eee;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
}

.wp-pagenavi .current {
  /* カレント数字 */
  border: none;
  background: #b4d6f0;
  color: #fff;
}

.wp-pagenavi a.page:hover {
  /* マウスオーバー */
  background: #b4d6f0;
  color: #fff;
}

.wp-pagenavi .first,
.wp-pagenavi .extend {
  /* ... */
  margin-right: 10px;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  /* 記号の削除 */
  display: none;
}

/************  Txt  ************/
.Txt ul {
  margin-bottom: 60px;
}
@media only screen and (min-width: 769px) {
  .Txt ul {
    margin-bottom: 100px;
  }
}
.Txt ul li {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .Txt ul li {
    width: 50%;
  }
}
.Txt ul li > img {
  width: 100%;
}
.Txt ul li:first-child {
  background: #E8F2FA;
  padding: 10% 5%;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .Txt ul li:first-child {
    padding: 7.5% 5% 0;
    width: 45%;
  }
}
.Txt ul li:first-child .Txt-sub {
  margin: 15px auto 20px;
}
.Txt ul li:last-child {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .Txt ul li:last-child {
    width: 55%;
  }
}

/************  inc/Plan.php  ************/
@media only screen and (min-width: 769px) {
  .Plan-Option {
    padding-top: 0;
  }
}
.Plan-Option .title h3 img {
  height: 95px;
}
@media only screen and (min-width: 769px) {
  .Plan-Option .title h3 img {
    height: 120px;
  }
}
.Plan-Option .title p {
  margin-top: 15px;
}
.Plan-Option-list h4 {
  padding: 20px 8px;
}
@media only screen and (min-width: 769px) {
  .Plan-Option-list h4 {
    font-size: 20px;
  }
}
.Plan-Option-list ul {
  padding: 1% 2% 60px;
}
.Plan-Option-list ul li {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .Plan-Option-list ul li {
    width: 35%;
  }
}
.Plan-Option-list ul li:last-child {
  padding-top: 25px;
}
@media only screen and (min-width: 769px) {
  .Plan-Option-list ul li:last-child {
    padding-top: 18px;
    width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  .Plan-Option-list ul li img {
    width: 100%;
  }
}
.Plan-Option-list-price {
  font-size: 1.5em;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .Plan-Option-list-price {
    text-align: center;
  }
}
.Plan-Option-list-price span {
  font-weight: normal;
  padding-left: 10px;
}
.Plan-Other {
  padding-top: 0;
}
.Plan-Other .title p {
  margin-top: 8px;
}
.Plan-Other-list {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.Plan-Other-list li {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1%;
  margin-bottom: 5%;
  border: solid 1px #000;
}
@media only screen and (min-width: 769px) {
  .Plan-Other-list li {
    width: 32%;
    margin-right: 2%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 769px) {
  .Plan-Other-list li:nth-child(3n) {
    margin-right: 0;
  }
}
.Plan-Other-list_inner {
  padding: 5% 0% 0;
  max-width: 300px;
  margin: 0 auto;
}
.Plan-Other-list_inner h4 {
  line-height: 2;
  margin-bottom: 10px;
  border-bottom: solid 2px #000;
}
@media only screen and (min-width: 769px) {
  .Plan-Other-list_inner h4 {
    font-size: 14px;
  }
}
.Plan-Other-list_inner h4 span {
  display: block;
  margin-top: -8px;
  font-weight: normal;
}
.Plan-Other-list_inner-price {
  font-size: 1.5em;
  font-weight: bold;
  padding-bottom: 5%;
}
@media only screen and (max-width: 768px) {
  .Plan-Other-list_inner-price {
    text-align: center;
  }
}
@media only screen and (min-width: 769px) {
  .Plan-Other-list_inner-price {
    margin-top: auto;
  }
}
.Plan-Other-list_inner-price span {
  display: block;
  font-weight: normal;
  padding-left: 10px;
}

/* width
------------------------------------------------------------*/
.cosW895, .cosW890, .cosW885, .cosW880, .cosW875, .cosW870, .cosW865, .cosW860, .cosW855, .cosW850, .cosW845, .cosW840, .cosW835, .cosW830, .cosW825, .cosW820, .cosW815, .cosW810, .cosW805, .cosW800, .cosW795, .cosW790, .cosW785, .cosW780, .cosW775, .cosW770, .cosW765, .cosW760, .cosW755, .cosW750, .cosW745, .cosW740, .cosW735, .cosW730, .cosW725, .cosW720, .cosW715, .cosW710, .cosW705, .cosW700, .cosW695, .cosW690, .cosW685, .cosW680, .cosW675, .cosW670, .cosW665, .cosW660, .cosW655, .cosW650, .cosW645, .cosW640, .cosW635, .cosW630, .cosW625, .cosW620, .cosW615, .cosW610, .cosW605, .cosW600, .cosW595, .cosW590, .cosW585, .cosW580, .cosW575, .cosW570, .cosW565, .cosW560, .cosW555, .cosW550, .cosW545, .cosW540, .cosW535, .cosW530, .cosW525, .cosW520, .cosW515, .cosW510, .cosW505, .cosW500, .cosW495, .cosW490, .cosW485, .cosW480, .cosW475, .cosW470, .cosW465, .cosW460, .cosW455, .cosW450, .cosW445, .cosW440, .cosW435, .cosW430, .cosW425, .cosW420, .cosW415, .cosW410, .cosW405, .cosW400, .cosW395, .cosW390, .cosW385, .cosW380, .cosW375, .cosW370, .cosW365, .cosW360, .cosW355, .cosW350, .cosW345, .cosW340, .cosW335, .cosW330, .cosW325, .cosW320, .cosW315, .cosW310, .cosW305, .cosW300, .cosW295, .cosW290, .cosW285, .cosW280, .cosW275, .cosW270, .cosW265, .cosW260, .cosW255, .cosW250, .cosW245, .cosW240, .cosW235, .cosW230, .cosW225, .cosW220, .cosW215, .cosW210, .cosW205, .cosW200, .cosW195, .cosW190, .cosW185, .cosW180, .cosW175, .cosW170, .cosW165, .cosW160, .cosW155, .cosW150, .cosW145, .cosW140, .cosW135, .cosW130, .cosW125, .cosW120, .cosW115, .cosW110, .cosW105, .cosW100, .cosW95, .cosW90, .cosW85, .cosW80, .cosW75, .cosW70, .cosW65, .cosW60, .cosW55, .cosW50, .cosW45, .cosW40, .cosW35, .cosW30, .cosW25, .cosW20, .cosW15, .cosW10, .cosW5 {
  max-width: 100%;
}

.cosW100per {
  width: 100% !important;
}

.cosW5 {
  width: 5px !important;
}

.cosW10 {
  width: 10px !important;
}

.cosW15 {
  width: 15px !important;
}

.cosW20 {
  width: 20px !important;
}

.cosW25 {
  width: 25px !important;
}

.cosW30 {
  width: 30px !important;
}

.cosW35 {
  width: 35px !important;
}

.cosW40 {
  width: 40px !important;
}

.cosW45 {
  width: 45px !important;
}

.cosW50 {
  width: 50px !important;
}

.cosW55 {
  width: 55px !important;
}

.cosW60 {
  width: 60px !important;
}

.cosW65 {
  width: 65px !important;
}

.cosW70 {
  width: 70px !important;
}

.cosW75 {
  width: 75px !important;
}

.cosW80 {
  width: 80px !important;
}

.cosW85 {
  width: 85px !important;
}

.cosW90 {
  width: 90px !important;
}

.cosW95 {
  width: 95px !important;
}

.cosW100 {
  width: 100px !important;
}

.cosW105 {
  width: 105px !important;
}

.cosW110 {
  width: 110px !important;
}

.cosW115 {
  width: 115px !important;
}

.cosW120 {
  width: 120px !important;
}

.cosW125 {
  width: 125px !important;
}

.cosW130 {
  width: 130px !important;
}

.cosW135 {
  width: 135px !important;
}

.cosW140 {
  width: 140px !important;
}

.cosW145 {
  width: 145px !important;
}

.cosW150 {
  width: 150px !important;
}

.cosW155 {
  width: 155px !important;
}

.cosW160 {
  width: 160px !important;
}

.cosW165 {
  width: 165px !important;
}

.cosW170 {
  width: 170px !important;
}

.cosW175 {
  width: 175px !important;
}

.cosW180 {
  width: 180px !important;
}

.cosW185 {
  width: 185px !important;
}

.cosW190 {
  width: 190px !important;
}

.cosW195 {
  width: 195px !important;
}

.cosW200 {
  width: 200px !important;
}

.cosW205 {
  width: 205px !important;
}

.cosW210 {
  width: 210px !important;
}

.cosW215 {
  width: 215px !important;
}

.cosW220 {
  width: 220px !important;
}

.cosW225 {
  width: 225px !important;
}

.cosW230 {
  width: 230px !important;
}

.cosW235 {
  width: 235px !important;
}

.cosW240 {
  width: 240px !important;
}

.cosW245 {
  width: 245px !important;
}

.cosW250 {
  width: 250px !important;
}

.cosW255 {
  width: 255px !important;
}

.cosW260 {
  width: 260px !important;
}

.cosW265 {
  width: 265px !important;
}

.cosW270 {
  width: 270px !important;
}

.cosW275 {
  width: 275px !important;
}

.cosW280 {
  width: 280px !important;
}

.cosW285 {
  width: 285px !important;
}

.cosW290 {
  width: 290px !important;
}

.cosW295 {
  width: 295px !important;
}

.cosW300 {
  width: 300px !important;
}

.cosW305 {
  width: 305px !important;
}

.cosW310 {
  width: 310px !important;
}

.cosW315 {
  width: 315px !important;
}

.cosW320 {
  width: 320px !important;
}

.cosW325 {
  width: 325px !important;
}

.cosW330 {
  width: 330px !important;
}

.cosW335 {
  width: 335px !important;
}

.cosW340 {
  width: 340px !important;
}

.cosW345 {
  width: 345px !important;
}

.cosW350 {
  width: 350px !important;
}

.cosW355 {
  width: 355px !important;
}

.cosW360 {
  width: 360px !important;
}

.cosW365 {
  width: 365px !important;
}

.cosW370 {
  width: 370px !important;
}

.cosW375 {
  width: 375px !important;
}

.cosW380 {
  width: 380px !important;
}

.cosW385 {
  width: 385px !important;
}

.cosW390 {
  width: 390px !important;
}

.cosW395 {
  width: 395px !important;
}

.cosW400 {
  width: 400px !important;
}

.cosW405 {
  width: 405px !important;
}

.cosW410 {
  width: 410px !important;
}

.cosW415 {
  width: 415px !important;
}

.cosW420 {
  width: 420px !important;
}

.cosW425 {
  width: 425px !important;
}

.cosW430 {
  width: 430px !important;
}

.cosW435 {
  width: 435px !important;
}

.cosW440 {
  width: 440px !important;
}

.cosW445 {
  width: 445px !important;
}

.cosW450 {
  width: 450px !important;
}

.cosW455 {
  width: 455px !important;
}

.cosW460 {
  width: 460px !important;
}

.cosW465 {
  width: 465px !important;
}

.cosW470 {
  width: 470px !important;
}

.cosW475 {
  width: 475px !important;
}

.cosW480 {
  width: 480px !important;
}

.cosW485 {
  width: 485px !important;
}

.cosW490 {
  width: 490px !important;
}

.cosW495 {
  width: 495px !important;
}

.cosW500 {
  width: 500px !important;
}

.cosW505 {
  width: 505px !important;
}

.cosW510 {
  width: 510px !important;
}

.cosW515 {
  width: 515px !important;
}

.cosW520 {
  width: 520px !important;
}

.cosW525 {
  width: 525px !important;
}

.cosW530 {
  width: 530px !important;
}

.cosW535 {
  width: 535px !important;
}

.cosW540 {
  width: 540px !important;
}

.cosW545 {
  width: 545px !important;
}

.cosW550 {
  width: 550px !important;
}

.cosW555 {
  width: 555px !important;
}

.cosW560 {
  width: 560px !important;
}

.cosW565 {
  width: 565px !important;
}

.cosW570 {
  width: 570px !important;
}

.cosW575 {
  width: 575px !important;
}

.cosW580 {
  width: 580px !important;
}

.cosW585 {
  width: 585px !important;
}

.cosW590 {
  width: 590px !important;
}

.cosW595 {
  width: 595px !important;
}

.cosW600 {
  width: 600px !important;
}

.cosW605 {
  width: 605px !important;
}

.cosW610 {
  width: 610px !important;
}

.cosW615 {
  width: 615px !important;
}

.cosW620 {
  width: 620px !important;
}

.cosW625 {
  width: 625px !important;
}

.cosW630 {
  width: 630px !important;
}

.cosW635 {
  width: 635px !important;
}

.cosW640 {
  width: 640px !important;
}

.cosW645 {
  width: 645px !important;
}

.cosW650 {
  width: 650px !important;
}

.cosW655 {
  width: 655px !important;
}

.cosW660 {
  width: 660px !important;
}

.cosW665 {
  width: 665px !important;
}

.cosW670 {
  width: 670px !important;
}

.cosW675 {
  width: 675px !important;
}

.cosW680 {
  width: 680px !important;
}

.cosW685 {
  width: 685px !important;
}

.cosW690 {
  width: 690px !important;
}

.cosW695 {
  width: 695px !important;
}

.cosW700 {
  width: 700px !important;
}

.cosW705 {
  width: 705px !important;
}

.cosW710 {
  width: 710px !important;
}

.cosW715 {
  width: 715px !important;
}

.cosW720 {
  width: 720px !important;
}

.cosW725 {
  width: 725px !important;
}

.cosW730 {
  width: 730px !important;
}

.cosW735 {
  width: 735px !important;
}

.cosW740 {
  width: 740px !important;
}

.cosW745 {
  width: 745px !important;
}

.cosW750 {
  width: 750px !important;
}

.cosW755 {
  width: 755px !important;
}

.cosW760 {
  width: 760px !important;
}

.cosW765 {
  width: 765px !important;
}

.cosW770 {
  width: 770px !important;
}

.cosW775 {
  width: 775px !important;
}

.cosW780 {
  width: 780px !important;
}

.cosW785 {
  width: 785px !important;
}

.cosW790 {
  width: 790px !important;
}

.cosW795 {
  width: 795px !important;
}

.cosW800 {
  width: 800px !important;
}

.cosW805 {
  width: 805px !important;
}

.cosW810 {
  width: 810px !important;
}

.cosW815 {
  width: 815px !important;
}

.cosW820 {
  width: 820px !important;
}

.cosW825 {
  width: 825px !important;
}

.cosW830 {
  width: 830px !important;
}

.cosW835 {
  width: 835px !important;
}

.cosW840 {
  width: 840px !important;
}

.cosW845 {
  width: 845px !important;
}

.cosW850 {
  width: 850px !important;
}

.cosW855 {
  width: 855px !important;
}

.cosW860 {
  width: 860px !important;
}

.cosW865 {
  width: 865px !important;
}

.cosW870 {
  width: 870px !important;
}

.cosW875 {
  width: 875px !important;
}

.cosW880 {
  width: 880px !important;
}

.cosW885 {
  width: 885px !important;
}

.cosW890 {
  width: 890px !important;
}

.cosW895 {
  width: 895px !important;
}

/* margin,padding
------------------------------------------------------------*/
.mRLAuto {
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.cosMl110 {
  margin-left: 110px !important;
}

.cosMl120 {
  margin-left: 120px !important;
}

.cosMl130 {
  margin-left: 130px !important;
}

.cosMl140 {
  margin-left: 140px !important;
}

.cosMl150 {
  margin-left: 150px !important;
}

.cosMl160 {
  margin-left: 160px !important;
}

.cosMl170 {
  margin-left: 170px !important;
}

.cosMl180 {
  margin-left: 180px !important;
}

.cosMl190 {
  margin-left: 190px !important;
}

.cosMl200 {
  margin-left: 200px !important;
}

.cosMl210 {
  margin-left: 210px !important;
}

.cosMl220 {
  margin-left: 220px !important;
}

.cosMl230 {
  margin-left: 230px !important;
}

.cosMl240 {
  margin-left: 240px !important;
}

.cosMl250 {
  margin-left: 250px !important;
}

.cosMl260 {
  margin-left: 260px !important;
}

.cosMl270 {
  margin-left: 270px !important;
}

.cosMl280 {
  margin-left: 280px !important;
}

.cosMl290 {
  margin-left: 290px !important;
}

.cosMl300 {
  margin-left: 300px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.cosMt110 {
  margin-top: 110px !important;
}

.cosMt120 {
  margin-top: 120px !important;
}

.cosMt130 {
  margin-top: 130px !important;
}

.cosMt140 {
  margin-top: 140px !important;
}

.cosMt150 {
  margin-top: 150px !important;
}

.cosMt160 {
  margin-top: 160px !important;
}

.cosMt170 {
  margin-top: 170px !important;
}

.cosMt180 {
  margin-top: 180px !important;
}

.cosMt190 {
  margin-top: 190px !important;
}

.cosMt200 {
  margin-top: 200px !important;
}

.cosMt210 {
  margin-top: 210px !important;
}

.cosMt220 {
  margin-top: 220px !important;
}

.cosMt230 {
  margin-top: 230px !important;
}

.cosMt240 {
  margin-top: 240px !important;
}

.cosMt250 {
  margin-top: 250px !important;
}

.cosMt260 {
  margin-top: 260px !important;
}

.cosMt270 {
  margin-top: 270px !important;
}

.cosMt280 {
  margin-top: 280px !important;
}

.cosMt290 {
  margin-top: 290px !important;
}

.cosMt300 {
  margin-top: 300px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.cosMr110 {
  margin-right: 110px !important;
}

.cosMr120 {
  margin-right: 120px !important;
}

.cosMr130 {
  margin-right: 130px !important;
}

.cosMr140 {
  margin-right: 140px !important;
}

.cosMr150 {
  margin-right: 150px !important;
}

.cosMr160 {
  margin-right: 160px !important;
}

.cosMr170 {
  margin-right: 170px !important;
}

.cosMr180 {
  margin-right: 180px !important;
}

.cosMr190 {
  margin-right: 190px !important;
}

.cosMr200 {
  margin-right: 200px !important;
}

.cosMr210 {
  margin-right: 210px !important;
}

.cosMr220 {
  margin-right: 220px !important;
}

.cosMr230 {
  margin-right: 230px !important;
}

.cosMr240 {
  margin-right: 240px !important;
}

.cosMr250 {
  margin-right: 250px !important;
}

.cosMr260 {
  margin-right: 260px !important;
}

.cosMr270 {
  margin-right: 270px !important;
}

.cosMr280 {
  margin-right: 280px !important;
}

.cosMr290 {
  margin-right: 290px !important;
}

.cosMr300 {
  margin-right: 300px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.cosMb110 {
  margin-bottom: 110px !important;
}

.cosMb120 {
  margin-bottom: 120px !important;
}

.cosMb130 {
  margin-bottom: 130px !important;
}

.cosMb140 {
  margin-bottom: 140px !important;
}

.cosMb150 {
  margin-bottom: 150px !important;
}

.cosMb160 {
  margin-bottom: 160px !important;
}

.cosMb170 {
  margin-bottom: 170px !important;
}

.cosMb180 {
  margin-bottom: 180px !important;
}

.cosMb190 {
  margin-bottom: 190px !important;
}

.cosMb200 {
  margin-bottom: 200px !important;
}

.cosMb210 {
  margin-bottom: 210px !important;
}

.cosMb220 {
  margin-bottom: 220px !important;
}

.cosMb230 {
  margin-bottom: 230px !important;
}

.cosMb240 {
  margin-bottom: 240px !important;
}

.cosMb250 {
  margin-bottom: 250px !important;
}

.cosMb260 {
  margin-bottom: 260px !important;
}

.cosMb270 {
  margin-bottom: 270px !important;
}

.cosMb280 {
  margin-bottom: 280px !important;
}

.cosMb290 {
  margin-bottom: 290px !important;
}

.cosMb300 {
  margin-bottom: 300px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.cosPl110 {
  padding-left: 110px !important;
}

.cosPl120 {
  padding-left: 120px !important;
}

.cosPl130 {
  padding-left: 130px !important;
}

.cosPl140 {
  padding-left: 140px !important;
}

.cosPl150 {
  padding-left: 150px !important;
}

.cosPl160 {
  padding-left: 160px !important;
}

.cosPl170 {
  padding-left: 170px !important;
}

.cosPl180 {
  padding-left: 180px !important;
}

.cosPl190 {
  padding-left: 190px !important;
}

.cosPl200 {
  padding-left: 200px !important;
}

.cosPl210 {
  padding-left: 210px !important;
}

.cosPl220 {
  padding-left: 220px !important;
}

.cosPl230 {
  padding-left: 230px !important;
}

.cosPl240 {
  padding-left: 240px !important;
}

.cosPl250 {
  padding-left: 250px !important;
}

.cosPl260 {
  padding-left: 260px !important;
}

.cosPl270 {
  padding-left: 270px !important;
}

.cosPl280 {
  padding-left: 280px !important;
}

.cosPl290 {
  padding-left: 290px !important;
}

.cosPl300 {
  padding-left: 300px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.cosPt110 {
  padding-top: 110px !important;
}

.cosPt120 {
  padding-top: 120px !important;
}

.cosPt130 {
  padding-top: 130px !important;
}

.cosPt140 {
  padding-top: 140px !important;
}

.cosPt150 {
  padding-top: 150px !important;
}

.cosPt160 {
  padding-top: 160px !important;
}

.cosPt170 {
  padding-top: 170px !important;
}

.cosPt180 {
  padding-top: 180px !important;
}

.cosPt190 {
  padding-top: 190px !important;
}

.cosPt200 {
  padding-top: 200px !important;
}

.cosPt210 {
  padding-top: 210px !important;
}

.cosPt220 {
  padding-top: 220px !important;
}

.cosPt230 {
  padding-top: 230px !important;
}

.cosPt240 {
  padding-top: 240px !important;
}

.cosPt250 {
  padding-top: 250px !important;
}

.cosPt260 {
  padding-top: 260px !important;
}

.cosPt270 {
  padding-top: 270px !important;
}

.cosPt280 {
  padding-top: 280px !important;
}

.cosPt290 {
  padding-top: 290px !important;
}

.cosPt300 {
  padding-top: 300px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.cosPr110 {
  padding-right: 110px !important;
}

.cosPr120 {
  padding-right: 120px !important;
}

.cosPr130 {
  padding-right: 130px !important;
}

.cosPr140 {
  padding-right: 140px !important;
}

.cosPr150 {
  padding-right: 150px !important;
}

.cosPr160 {
  padding-right: 160px !important;
}

.cosPr170 {
  padding-right: 170px !important;
}

.cosPr180 {
  padding-right: 180px !important;
}

.cosPr190 {
  padding-right: 190px !important;
}

.cosPr200 {
  padding-right: 200px !important;
}

.cosPr210 {
  padding-right: 210px !important;
}

.cosPr220 {
  padding-right: 220px !important;
}

.cosPr230 {
  padding-right: 230px !important;
}

.cosPr240 {
  padding-right: 240px !important;
}

.cosPr250 {
  padding-right: 250px !important;
}

.cosPr260 {
  padding-right: 260px !important;
}

.cosPr270 {
  padding-right: 270px !important;
}

.cosPr280 {
  padding-right: 280px !important;
}

.cosPr290 {
  padding-right: 290px !important;
}

.cosPr300 {
  padding-right: 300px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.cosPb110 {
  padding-bottom: 110px !important;
}

.cosPb120 {
  padding-bottom: 120px !important;
}

.cosPb130 {
  padding-bottom: 130px !important;
}

.cosPb140 {
  padding-bottom: 140px !important;
}

.cosPb150 {
  padding-bottom: 150px !important;
}

.cosPb160 {
  padding-bottom: 160px !important;
}

.cosPb170 {
  padding-bottom: 170px !important;
}

.cosPb180 {
  padding-bottom: 180px !important;
}

.cosPb190 {
  padding-bottom: 190px !important;
}

.cosPb200 {
  padding-bottom: 200px !important;
}

.cosPb210 {
  padding-bottom: 210px !important;
}

.cosPb220 {
  padding-bottom: 220px !important;
}

.cosPb230 {
  padding-bottom: 230px !important;
}

.cosPb240 {
  padding-bottom: 240px !important;
}

.cosPb250 {
  padding-bottom: 250px !important;
}

.cosPb260 {
  padding-bottom: 260px !important;
}

.cosPb270 {
  padding-bottom: 270px !important;
}

.cosPb280 {
  padding-bottom: 280px !important;
}

.cosPb290 {
  padding-bottom: 290px !important;
}

.cosPb300 {
  padding-bottom: 300px !important;
}

@media only screen and (max-width: 768px) {
  .cosRMl0 {
    margin-left: 0px !important;
  }
  .cosRMl5 {
    margin-left: 5px !important;
  }
  .cosRMl10 {
    margin-left: 10px !important;
  }
  .cosRMl20 {
    margin-left: 20px !important;
  }
  .cosRMl30 {
    margin-left: 30px !important;
  }
  .cosRMl40 {
    margin-left: 40px !important;
  }
  .cosRMl50 {
    margin-left: 50px !important;
  }
  .cosRMl60 {
    margin-left: 60px !important;
  }
  .cosRMl70 {
    margin-left: 70px !important;
  }
  .cosRMl80 {
    margin-left: 80px !important;
  }
  .cosRMl90 {
    margin-left: 90px !important;
  }
  .cosRMl100 {
    margin-left: 100px !important;
  }
  .cosRMl110 {
    margin-left: 110px !important;
  }
  .cosRMl120 {
    margin-left: 120px !important;
  }
  .cosRMl130 {
    margin-left: 130px !important;
  }
  .cosRMl140 {
    margin-left: 140px !important;
  }
  .cosRMl150 {
    margin-left: 150px !important;
  }
  .cosRMl160 {
    margin-left: 160px !important;
  }
  .cosRMl170 {
    margin-left: 170px !important;
  }
  .cosRMl180 {
    margin-left: 180px !important;
  }
  .cosRMl190 {
    margin-left: 190px !important;
  }
  .cosRMl200 {
    margin-left: 200px !important;
  }
  .cosRMl210 {
    margin-left: 210px !important;
  }
  .cosRMl220 {
    margin-left: 220px !important;
  }
  .cosRMl230 {
    margin-left: 230px !important;
  }
  .cosRMl240 {
    margin-left: 240px !important;
  }
  .cosRMl250 {
    margin-left: 250px !important;
  }
  .cosRMl260 {
    margin-left: 260px !important;
  }
  .cosRMl270 {
    margin-left: 270px !important;
  }
  .cosRMl280 {
    margin-left: 280px !important;
  }
  .cosRMl290 {
    margin-left: 290px !important;
  }
  .cosRMl300 {
    margin-left: 300px !important;
  }
  .cosRMt0 {
    margin-top: 0px !important;
  }
  .cosRMt5 {
    margin-top: 5px !important;
  }
  .cosRMt10 {
    margin-top: 10px !important;
  }
  .cosRMt15 {
    margin-top: 15px !important;
  }
  .cosRMt20 {
    margin-top: 20px !important;
  }
  .cosRMt30 {
    margin-top: 30px !important;
  }
  .cosRMt40 {
    margin-top: 40px !important;
  }
  .cosRMt50 {
    margin-top: 50px !important;
  }
  .cosRMt60 {
    margin-top: 60px !important;
  }
  .cosRMt70 {
    margin-top: 70px !important;
  }
  .cosRMt80 {
    margin-top: 80px !important;
  }
  .cosRMt90 {
    margin-top: 90px !important;
  }
  .cosRMt100 {
    margin-top: 100px !important;
  }
  .cosRMt110 {
    margin-top: 110px !important;
  }
  .cosRMt120 {
    margin-top: 120px !important;
  }
  .cosRMt130 {
    margin-top: 130px !important;
  }
  .cosRMt140 {
    margin-top: 140px !important;
  }
  .cosRMt150 {
    margin-top: 150px !important;
  }
  .cosRMt160 {
    margin-top: 160px !important;
  }
  .cosRMt170 {
    margin-top: 170px !important;
  }
  .cosRMt180 {
    margin-top: 180px !important;
  }
  .cosRMt190 {
    margin-top: 190px !important;
  }
  .cosRMt200 {
    margin-top: 200px !important;
  }
  .cosRMt210 {
    margin-top: 210px !important;
  }
  .cosRMt220 {
    margin-top: 220px !important;
  }
  .cosRMt230 {
    margin-top: 230px !important;
  }
  .cosRMt240 {
    margin-top: 240px !important;
  }
  .cosRMt250 {
    margin-top: 250px !important;
  }
  .cosRMt260 {
    margin-top: 260px !important;
  }
  .cosRMt270 {
    margin-top: 270px !important;
  }
  .cosRMt280 {
    margin-top: 280px !important;
  }
  .cosRMt290 {
    margin-top: 290px !important;
  }
  .cosRMt300 {
    margin-top: 300px !important;
  }
  .cosRMr0 {
    margin-right: 0px !important;
  }
  .cosRMr5 {
    margin-right: 5px !important;
  }
  .cosRMr10 {
    margin-right: 10px !important;
  }
  .cosRMr20 {
    margin-right: 20px !important;
  }
  .cosRMr30 {
    margin-right: 30px !important;
  }
  .cosRMr40 {
    margin-right: 40px !important;
  }
  .cosRMr50 {
    margin-right: 50px !important;
  }
  .cosRMr60 {
    margin-right: 60px !important;
  }
  .cosRMr70 {
    margin-right: 70px !important;
  }
  .cosRMr80 {
    margin-right: 80px !important;
  }
  .cosRMr90 {
    margin-right: 90px !important;
  }
  .cosRMr100 {
    margin-right: 100px !important;
  }
  .cosRMr110 {
    margin-right: 110px !important;
  }
  .cosRMr120 {
    margin-right: 120px !important;
  }
  .cosRMr130 {
    margin-right: 130px !important;
  }
  .cosRMr140 {
    margin-right: 140px !important;
  }
  .cosRMr150 {
    margin-right: 150px !important;
  }
  .cosRMr160 {
    margin-right: 160px !important;
  }
  .cosRMr170 {
    margin-right: 170px !important;
  }
  .cosRMr180 {
    margin-right: 180px !important;
  }
  .cosRMr190 {
    margin-right: 190px !important;
  }
  .cosRMr200 {
    margin-right: 200px !important;
  }
  .cosRMr210 {
    margin-right: 210px !important;
  }
  .cosRMr220 {
    margin-right: 220px !important;
  }
  .cosRMr230 {
    margin-right: 230px !important;
  }
  .cosRMr240 {
    margin-right: 240px !important;
  }
  .cosRMr250 {
    margin-right: 250px !important;
  }
  .cosRMr260 {
    margin-right: 260px !important;
  }
  .cosRMr270 {
    margin-right: 270px !important;
  }
  .cosRMr280 {
    margin-right: 280px !important;
  }
  .cosRMr290 {
    margin-right: 290px !important;
  }
  .cosRMr300 {
    margin-right: 300px !important;
  }
  .cosRMb0 {
    margin-bottom: 0px !important;
  }
  .cosRMb5 {
    margin-bottom: 5px !important;
  }
  .cosRMb10 {
    margin-bottom: 10px !important;
  }
  .cosRMb15 {
    margin-bottom: 15px !important;
  }
  .cosRMb20 {
    margin-bottom: 20px !important;
  }
  .cosRMb30 {
    margin-bottom: 30px !important;
  }
  .cosRMb40 {
    margin-bottom: 40px !important;
  }
  .cosRMb50 {
    margin-bottom: 50px !important;
  }
  .cosRMb60 {
    margin-bottom: 60px !important;
  }
  .cosRMb70 {
    margin-bottom: 70px !important;
  }
  .cosRMb80 {
    margin-bottom: 80px !important;
  }
  .cosRMb90 {
    margin-bottom: 90px !important;
  }
  .cosRMb100 {
    margin-bottom: 100px !important;
  }
  .cosRMb110 {
    margin-bottom: 110px !important;
  }
  .cosRMb120 {
    margin-bottom: 120px !important;
  }
  .cosRMb130 {
    margin-bottom: 130px !important;
  }
  .cosRMb140 {
    margin-bottom: 140px !important;
  }
  .cosRMb150 {
    margin-bottom: 150px !important;
  }
  .cosRMb160 {
    margin-bottom: 160px !important;
  }
  .cosRMb170 {
    margin-bottom: 170px !important;
  }
  .cosRMb180 {
    margin-bottom: 180px !important;
  }
  .cosRMb190 {
    margin-bottom: 190px !important;
  }
  .cosRMb200 {
    margin-bottom: 200px !important;
  }
  .cosRMb210 {
    margin-bottom: 210px !important;
  }
  .cosRMb220 {
    margin-bottom: 220px !important;
  }
  .cosRMb230 {
    margin-bottom: 230px !important;
  }
  .cosRMb240 {
    margin-bottom: 240px !important;
  }
  .cosRMb250 {
    margin-bottom: 250px !important;
  }
  .cosRMb260 {
    margin-bottom: 260px !important;
  }
  .cosRMb270 {
    margin-bottom: 270px !important;
  }
  .cosRMb280 {
    margin-bottom: 280px !important;
  }
  .cosRMb290 {
    margin-bottom: 290px !important;
  }
  .cosRMb300 {
    margin-bottom: 300px !important;
  }
  .cosRPl0 {
    padding-left: 0px !important;
  }
  .cosRPl5 {
    padding-left: 5px !important;
  }
  .cosRPl10 {
    padding-left: 10px !important;
  }
  .cosRPl20 {
    padding-left: 20px !important;
  }
  .cosRPl30 {
    padding-left: 30px !important;
  }
  .cosRPl40 {
    padding-left: 40px !important;
  }
  .cosRPl50 {
    padding-left: 50px !important;
  }
  .cosRPl60 {
    padding-left: 60px !important;
  }
  .cosRPl70 {
    padding-left: 70px !important;
  }
  .cosRPl80 {
    padding-left: 80px !important;
  }
  .cosRPl90 {
    padding-left: 90px !important;
  }
  .cosRPl100 {
    padding-left: 100px !important;
  }
  .cosRPl110 {
    padding-left: 110px !important;
  }
  .cosRPl120 {
    padding-left: 120px !important;
  }
  .cosRPl130 {
    padding-left: 130px !important;
  }
  .cosRPl140 {
    padding-left: 140px !important;
  }
  .cosRPl150 {
    padding-left: 150px !important;
  }
  .cosRPl160 {
    padding-left: 160px !important;
  }
  .cosRPl170 {
    padding-left: 170px !important;
  }
  .cosRPl180 {
    padding-left: 180px !important;
  }
  .cosRPl190 {
    padding-left: 190px !important;
  }
  .cosRPl200 {
    padding-left: 200px !important;
  }
  .cosRPl210 {
    padding-left: 210px !important;
  }
  .cosRPl220 {
    padding-left: 220px !important;
  }
  .cosRPl230 {
    padding-left: 230px !important;
  }
  .cosRPl240 {
    padding-left: 240px !important;
  }
  .cosRPl250 {
    padding-left: 250px !important;
  }
  .cosRPl260 {
    padding-left: 260px !important;
  }
  .cosRPl270 {
    padding-left: 270px !important;
  }
  .cosRPl280 {
    padding-left: 280px !important;
  }
  .cosRPl290 {
    padding-left: 290px !important;
  }
  .cosRPl300 {
    padding-left: 300px !important;
  }
  .cosRPt0 {
    padding-top: 0px !important;
  }
  .cosRPt5 {
    padding-top: 5px !important;
  }
  .cosRPt10 {
    padding-top: 10px !important;
  }
  .cosRPt20 {
    padding-top: 20px !important;
  }
  .cosRPt30 {
    padding-top: 30px !important;
  }
  .cosRPt40 {
    padding-top: 40px !important;
  }
  .cosRPt50 {
    padding-top: 50px !important;
  }
  .cosRPt60 {
    padding-top: 60px !important;
  }
  .cosRPt70 {
    padding-top: 70px !important;
  }
  .cosRPt80 {
    padding-top: 80px !important;
  }
  .cosRPt90 {
    padding-top: 90px !important;
  }
  .cosRPt100 {
    padding-top: 100px !important;
  }
  .cosRPt110 {
    padding-top: 110px !important;
  }
  .cosRPt120 {
    padding-top: 120px !important;
  }
  .cosRPt130 {
    padding-top: 130px !important;
  }
  .cosRPt140 {
    padding-top: 140px !important;
  }
  .cosRPt150 {
    padding-top: 150px !important;
  }
  .cosRPt160 {
    padding-top: 160px !important;
  }
  .cosRPt170 {
    padding-top: 170px !important;
  }
  .cosRPt180 {
    padding-top: 180px !important;
  }
  .cosRPt190 {
    padding-top: 190px !important;
  }
  .cosRPt200 {
    padding-top: 200px !important;
  }
  .cosRPt210 {
    padding-top: 210px !important;
  }
  .cosRPt220 {
    padding-top: 220px !important;
  }
  .cosRPt230 {
    padding-top: 230px !important;
  }
  .cosRPt240 {
    padding-top: 240px !important;
  }
  .cosRPt250 {
    padding-top: 250px !important;
  }
  .cosRPt260 {
    padding-top: 260px !important;
  }
  .cosRPt270 {
    padding-top: 270px !important;
  }
  .cosRPt280 {
    padding-top: 280px !important;
  }
  .cosRPt290 {
    padding-top: 290px !important;
  }
  .cosRPt300 {
    padding-top: 300px !important;
  }
  .cosRPr0 {
    padding-right: 0px !important;
  }
  .cosRPr5 {
    padding-right: 5px !important;
  }
  .cosRPr10 {
    padding-right: 10px !important;
  }
  .cosRPr20 {
    padding-right: 20px !important;
  }
  .cosRPr30 {
    padding-right: 30px !important;
  }
  .cosRPr40 {
    padding-right: 40px !important;
  }
  .cosRPr50 {
    padding-right: 50px !important;
  }
  .cosRPr60 {
    padding-right: 60px !important;
  }
  .cosRPr70 {
    padding-right: 70px !important;
  }
  .cosRPr80 {
    padding-right: 80px !important;
  }
  .cosRPr90 {
    padding-right: 90px !important;
  }
  .cosRPr100 {
    padding-right: 100px !important;
  }
  .cosRPr110 {
    padding-right: 110px !important;
  }
  .cosRPr120 {
    padding-right: 120px !important;
  }
  .cosRPr130 {
    padding-right: 130px !important;
  }
  .cosRPr140 {
    padding-right: 140px !important;
  }
  .cosRPr150 {
    padding-right: 150px !important;
  }
  .cosRPr160 {
    padding-right: 160px !important;
  }
  .cosRPr170 {
    padding-right: 170px !important;
  }
  .cosRPr180 {
    padding-right: 180px !important;
  }
  .cosRPr190 {
    padding-right: 190px !important;
  }
  .cosRPr200 {
    padding-right: 200px !important;
  }
  .cosRPr210 {
    padding-right: 210px !important;
  }
  .cosRPr220 {
    padding-right: 220px !important;
  }
  .cosRPr230 {
    padding-right: 230px !important;
  }
  .cosRPr240 {
    padding-right: 240px !important;
  }
  .cosRPr250 {
    padding-right: 250px !important;
  }
  .cosRPr260 {
    padding-right: 260px !important;
  }
  .cosRPr270 {
    padding-right: 270px !important;
  }
  .cosRPr280 {
    padding-right: 280px !important;
  }
  .cosRPr290 {
    padding-right: 290px !important;
  }
  .cosRPr300 {
    padding-right: 300px !important;
  }
  .cosRPb0 {
    padding-bottom: 0px !important;
  }
  .cosRPb5 {
    padding-bottom: 5px !important;
  }
  .cosRPb10 {
    padding-bottom: 10px !important;
  }
  .cosRPb20 {
    padding-bottom: 20px !important;
  }
  .cosRPb30 {
    padding-bottom: 30px !important;
  }
  .cosRPb40 {
    padding-bottom: 40px !important;
  }
  .cosRPb50 {
    padding-bottom: 50px !important;
  }
  .cosRPb60 {
    padding-bottom: 60px !important;
  }
  .cosRPb70 {
    padding-bottom: 70px !important;
  }
  .cosRPb80 {
    padding-bottom: 80px !important;
  }
  .cosRPb90 {
    padding-bottom: 90px !important;
  }
  .cosRPb100 {
    padding-bottom: 100px !important;
  }
  .cosRPb110 {
    padding-bottom: 110px !important;
  }
  .cosRPb120 {
    padding-bottom: 120px !important;
  }
  .cosRPb130 {
    padding-bottom: 130px !important;
  }
  .cosRPb140 {
    padding-bottom: 140px !important;
  }
  .cosRPb150 {
    padding-bottom: 150px !important;
  }
  .cosRPb160 {
    padding-bottom: 160px !important;
  }
  .cosRPb170 {
    padding-bottom: 170px !important;
  }
  .cosRPb180 {
    padding-bottom: 180px !important;
  }
  .cosRPb190 {
    padding-bottom: 190px !important;
  }
  .cosRPb200 {
    padding-bottom: 200px !important;
  }
  .cosRPb210 {
    padding-bottom: 210px !important;
  }
  .cosRPb220 {
    padding-bottom: 220px !important;
  }
  .cosRPb230 {
    padding-bottom: 230px !important;
  }
  .cosRPb240 {
    padding-bottom: 240px !important;
  }
  .cosRPb250 {
    padding-bottom: 250px !important;
  }
  .cosRPb260 {
    padding-bottom: 260px !important;
  }
  .cosRPb270 {
    padding-bottom: 270px !important;
  }
  .cosRPb280 {
    padding-bottom: 280px !important;
  }
  .cosRPb290 {
    padding-bottom: 290px !important;
  }
  .cosRPb300 {
    padding-bottom: 300px !important;
  }
}
/* text
------------------------------------------------------------*/
.cosTxtBold {
  font-weight: bold !important;
}

.cosTxtRight {
  text-align: right !important;
}

.cosTxtCenter {
  text-align: center !important;
}

.cosTxtLeft {
  text-align: left !important;
}

.cosTxt10 {
  font-size: 10px !important;
  font-size: 1rem !important;
}

.cosTxt11 {
  font-size: 11px !important;
  font-size: 1.1rem !important;
}

.cosTxt12 {
  font-size: 12px !important;
  font-size: 1.2rem !important;
}

.cosTxt13 {
  font-size: 13px !important;
  font-size: 1.3rem !important;
}

.cosTxt14 {
  font-size: 14px !important;
  font-size: 1.4rem !important;
}

.cosTxt16 {
  font-size: 16px !important;
  font-size: 1.6rem !important;
}

.cosTxt18 {
  font-size: 18px !important;
  font-size: 1.8rem !important;
}

.cosTxt20 {
  font-size: 20px !important;
  font-size: 2rem !important;
}

/* grid
------------------------------------------------------------*/
.cosGrid {
  width: 100%;
  *zoom: 1;
}

.cosGrid:before,
.cosGrid:after {
  display: table;
  line-height: 0;
  content: "";
}

.cosGrid:after {
  clear: both;
}

.cosGrid [class*=span] {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-left: 2.1276595745%;
  *margin-left: 2.0744680851%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cosGrid [class*=span]:first-child {
  margin-left: 0;
}

.cosGrid .controls-row [class*=span] + [class*=span] {
  margin-left: 2.1276595745%;
}

.cosGrid .span12 {
  width: 100%;
  *width: 99.9468085106%;
}

.cosGrid .span11 {
  width: 91.4893617021%;
  *width: 91.4361702128%;
}

.cosGrid .span10 {
  width: 82.9787234043%;
  *width: 82.9255319149%;
}

.cosGrid .span9 {
  width: 74.4680851064%;
  *width: 74.414893617%;
}

.cosGrid .span8 {
  width: 65.9574468085%;
  *width: 65.9042553191%;
}

.cosGrid .span7 {
  width: 57.4468085106%;
  *width: 57.3936170213%;
}

.cosGrid .span6 {
  width: 48.9361702128%;
  *width: 48.8829787234%;
}

.cosGrid .span5 {
  width: 40.4255319149%;
  *width: 40.3723404255%;
}

.cosGrid .span4 {
  width: 31.914893617%;
  *width: 31.8617021277%;
}

.cosGrid .span3 {
  width: 23.4042553191%;
  *width: 23.3510638298%;
}

.cosGrid .span2 {
  width: 14.8936170213%;
  *width: 14.8404255319%;
}

.cosGrid .span1 {
  width: 6.3829787234%;
  *width: 6.329787234%;
}

.cosGrid .offset12 {
  margin-left: 104.2553191489%;
  *margin-left: 104.1489361702%;
}

.cosGrid .offset12:first-child {
  margin-left: 102.1276595745%;
  *margin-left: 102.0212765957%;
}

.cosGrid .offset11 {
  margin-left: 95.7446808511%;
  *margin-left: 95.6382978723%;
}

.cosGrid .offset11:first-child {
  margin-left: 93.6170212766%;
  *margin-left: 93.5106382979%;
}

.cosGrid .offset10 {
  margin-left: 87.2340425532%;
  *margin-left: 87.1276595745%;
}

.cosGrid .offset10:first-child {
  margin-left: 85.1063829787%;
  *margin-left: 85%;
}

.cosGrid .offset9 {
  margin-left: 78.7234042553%;
  *margin-left: 78.6170212766%;
}

.cosGrid .offset9:first-child {
  margin-left: 76.5957446809%;
  *margin-left: 76.4893617021%;
}

.cosGrid .offset8 {
  margin-left: 70.2127659574%;
  *margin-left: 70.1063829787%;
}

.cosGrid .offset8:first-child {
  margin-left: 68.085106383%;
  *margin-left: 67.9787234043%;
}

.cosGrid .offset7 {
  margin-left: 61.7021276596%;
  *margin-left: 61.5957446809%;
}

.cosGrid .offset7:first-child {
  margin-left: 59.5744680851%;
  *margin-left: 59.4680851064%;
}

.cosGrid .offset6 {
  margin-left: 53.1914893617%;
  *margin-left: 53.085106383%;
}

.cosGrid .offset6:first-child {
  margin-left: 51.0638297872%;
  *margin-left: 50.9574468085%;
}

.cosGrid .offset5 {
  margin-left: 44.6808510638%;
  *margin-left: 44.5744680851%;
}

.cosGrid .offset5:first-child {
  margin-left: 42.5531914894%;
  *margin-left: 42.4468085106%;
}

.cosGrid .offset4 {
  margin-left: 36.170212766%;
  *margin-left: 36.0638297872%;
}

.cosGrid .offset4:first-child {
  margin-left: 34.0425531915%;
  *margin-left: 33.9361702128%;
}

.cosGrid .offset3 {
  margin-left: 27.6595744681%;
  *margin-left: 27.5531914894%;
}

.cosGrid .offset3:first-child {
  margin-left: 25.5319148936%;
  *margin-left: 25.4255319149%;
}

.cosGrid .offset2 {
  margin-left: 19.1489361702%;
  *margin-left: 19.0425531915%;
}

.cosGrid .offset2:first-child {
  margin-left: 17.0212765957%;
  *margin-left: 16.914893617%;
}

.cosGrid .offset1 {
  margin-left: 10.6382978723%;
  *margin-left: 10.5319148936%;
}

.cosGrid .offset1:first-child {
  margin-left: 8.5106382979%;
  *margin-left: 8.4042553191%;
}

@media only screen and (max-width: 768px) {
  .cosGrid [class*=span] {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 768px) {
  .cosGrid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 768px) {
  .cosGrid [class*=offset]:first-child {
    margin-left: 0;
  }
}

.cosGridXs {
  width: 100%;
  *zoom: 1;
}

.cosGridXs:before,
.cosGridXs:after {
  display: table;
  line-height: 0;
  content: "";
}

.cosGridXs:after {
  clear: both;
}

.cosGridXs [class*=span] {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-left: 2.1276595745%;
  *margin-left: 2.0744680851%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cosGridXs [class*=span]:first-child {
  margin-left: 0;
}

.cosGridXs .controls-row [class*=span] + [class*=span] {
  margin-left: 2.1276595745%;
}

.cosGridXs .span12 {
  width: 100%;
  *width: 99.9468085106%;
}

.cosGridXs .span11 {
  width: 91.4893617021%;
  *width: 91.4361702128%;
}

.cosGridXs .span10 {
  width: 82.9787234043%;
  *width: 82.9255319149%;
}

.cosGridXs .span9 {
  width: 74.4680851064%;
  *width: 74.414893617%;
}

.cosGridXs .span8 {
  width: 65.9574468085%;
  *width: 65.9042553191%;
}

.cosGridXs .span7 {
  width: 57.4468085106%;
  *width: 57.3936170213%;
}

.cosGridXs .span6 {
  width: 48.9361702128%;
  *width: 48.8829787234%;
}

.cosGridXs .span5 {
  width: 40.4255319149%;
  *width: 40.3723404255%;
}

.cosGridXs .span4 {
  width: 31.914893617%;
  *width: 31.8617021277%;
}

.cosGridXs .span3 {
  width: 23.4042553191%;
  *width: 23.3510638298%;
}

.cosGridXs .span2 {
  width: 14.8936170213%;
  *width: 14.8404255319%;
}

.cosGridXs .span1 {
  width: 6.3829787234%;
  *width: 6.329787234%;
}

.cosGridXs .offset12 {
  margin-left: 104.2553191489%;
  *margin-left: 104.1489361702%;
}

.cosGridXs .offset12:first-child {
  margin-left: 102.1276595745%;
  *margin-left: 102.0212765957%;
}

.cosGridXs .offset11 {
  margin-left: 95.7446808511%;
  *margin-left: 95.6382978723%;
}

.cosGridXs .offset11:first-child {
  margin-left: 93.6170212766%;
  *margin-left: 93.5106382979%;
}

.cosGridXs .offset10 {
  margin-left: 87.2340425532%;
  *margin-left: 87.1276595745%;
}

.cosGridXs .offset10:first-child {
  margin-left: 85.1063829787%;
  *margin-left: 85%;
}

.cosGridXs .offset9 {
  margin-left: 78.7234042553%;
  *margin-left: 78.6170212766%;
}

.cosGridXs .offset9:first-child {
  margin-left: 76.5957446809%;
  *margin-left: 76.4893617021%;
}

.cosGridXs .offset8 {
  margin-left: 70.2127659574%;
  *margin-left: 70.1063829787%;
}

.cosGridXs .offset8:first-child {
  margin-left: 68.085106383%;
  *margin-left: 67.9787234043%;
}

.cosGridXs .offset7 {
  margin-left: 61.7021276596%;
  *margin-left: 61.5957446809%;
}

.cosGridXs .offset7:first-child {
  margin-left: 59.5744680851%;
  *margin-left: 59.4680851064%;
}

.cosGridXs .offset6 {
  margin-left: 53.1914893617%;
  *margin-left: 53.085106383%;
}

.cosGridXs .offset6:first-child {
  margin-left: 51.0638297872%;
  *margin-left: 50.9574468085%;
}

.cosGridXs .offset5 {
  margin-left: 44.6808510638%;
  *margin-left: 44.5744680851%;
}

.cosGridXs .offset5:first-child {
  margin-left: 42.5531914894%;
  *margin-left: 42.4468085106%;
}

.cosGridXs .offset4 {
  margin-left: 36.170212766%;
  *margin-left: 36.0638297872%;
}

.cosGridXs .offset4:first-child {
  margin-left: 34.0425531915%;
  *margin-left: 33.9361702128%;
}

.cosGridXs .offset3 {
  margin-left: 27.6595744681%;
  *margin-left: 27.5531914894%;
}

.cosGridXs .offset3:first-child {
  margin-left: 25.5319148936%;
  *margin-left: 25.4255319149%;
}

.cosGridXs .offset2 {
  margin-left: 19.1489361702%;
  *margin-left: 19.0425531915%;
}

.cosGridXs .offset2:first-child {
  margin-left: 17.0212765957%;
  *margin-left: 16.914893617%;
}

.cosGridXs .offset1 {
  margin-left: 10.6382978723%;
  *margin-left: 10.5319148936%;
}

.cosGridXs .offset1:first-child {
  margin-left: 8.5106382979%;
  *margin-left: 8.4042553191%;
}

/* etc
------------------------------------------------------------*/
.cosHide {
  display: none;
}/*# sourceMappingURL=common.css.map */