@charset "UTF-8";
/* CSS Document */
/* contents---------------
	 1.Reset
	 2.Base
	 3.Layout
	 4.Common
	 5.Page
	 6.Script
		------------ */
@font-face {
  font-family: "Noto Sans JP";
  src: url(../fonts/fonts/NotoSansJP-Regular.woff) format("woff"), url(../fonts/fonts/NotoSansJP-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url(../fonts/fonts/NotoSansJP-Bold.woff) format("woff"), url(../fonts/fonts/NotoSansJP-Bold.woff2) format("woff2");
  font-weight: 900;
  font-style: normal;
}
/*----------------------------------------------------------
	reset
--------------------------------------------------------- */
body, dl, dt, dd, ul, li, h1, h2, h3, h4, form, p, th, td, input, textarea, select {
  margin: 0px;
  padding: 0px;
}

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

img {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top;
}

ul, dl {
  list-style-type: none;
}

/*----------------------------------------------------------
	Base
--------------------------------------------------------- */
body {
  margin: 0 auto;
}

@media screen and (max-width: 850px) {
  * {
    -webkit-text-size-adjust: 100%;
  }
}
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-break: normal;
}

.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 850px) {
  * {
    word-break: normal;
  }
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clear {
  clear: both;
}

p {
  line-height: 1.6;
}

em {
  font-style: normal;
  color: #c92324;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  color: #264B94;
  font-style: normal;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}

a:visited {
  color: #264B94;
}

strong {
  font-weight: bold;
}

small {
  font-size: 85%;
  line-height: 1.1;
}

span.ib {
  display: inline-block;
}

.cl1 {
  color: #c92324;
}

.fontL {
  font-size: 120%;
}

.fontS {
  font-size: 80%;
}

.spDisp {
  display: none !important;
}

@media screen and (max-width: 850px) {
  .spDisp {
    display: block !important;
  }
  .pcDisp {
    display: none !important;
  }
  br.sp {
    display: block;
  }
  br.pc {
    display: none;
  }
}
@media screen and (min-width: 851px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  br.sp {
    display: none;
  }
  br.pc {
    display: block;
  }
}
.nondisp {
  display: none !important;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: -10;
  font-size: 16px;
  color: #191919;
  font-family: "BIZ UDPGothic", Arial, "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans W3", Meiryo, sans-serif;
  font-weight: normal;
  line-height: 1.6;
  /* sp */
}
@media screen and (max-width: 850px) {
  html, body {
    font-size: 14px;
  }
}

.pagewidth {
  max-width: 1400px;
  margin: auto;
}

.contwidth {
  max-width: 1080px;
  margin: auto;
}

.innerwidth {
  max-width: 900px;
  margin: auto;
}

@media screen and (max-width: 850px) {
  .contwidth {
    padding-left: 3%;
    padding-right: 3%;
  }
} /* sp */
/*----------------------------------------------------------
	Layout
--------------------------------------------------------- */
body {
  background: #fff;
}

footer {
  background: #1b1b1b;
  color: #FFF;
  text-align: center;
  padding: 2em 0;
  /* sp */
}
footer .btn_foot {
  margin: 15px auto 40px;
}
footer .btn_foot a {
  display: block;
  width: 30%;
  color: #FFF;
  background: #c92324;
  font-family: "Noto Sans JP", sans-serif;
  padding: 1em 2em;
  border-radius: 3px;
  margin: auto;
}
footer .btn_foot a:hover {
  text-decoration: none;
  background: #e63333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 850px) {
  footer .btn_foot a {
    width: 70%;
  }
}

a img:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.wrapper {
  position: relative;
  /* sp */
}
.wrapper .fixedcvArea {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.15);
  width: 100%;
  padding: 15px 15px 0;
  z-index: 50;
}
.wrapper .fixedcvArea .btnArea {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wrapper .fixedcvArea .btnArea a {
  text-decoration: none;
  padding: 0.9em 0.6em 1.2em;
  font-size: 18px;
  border-radius: 5px 5px 0 0;
  width: 21%;
  text-align: center;
  margin: 0 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  bottom: -15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  transition: 0.3s;
}
.wrapper .fixedcvArea .btnArea a i:before {
  font-size: 130%;
  font-weight: normal;
  position: relative;
  top: 0.1em;
}
.wrapper .fixedcvArea .btnArea a:before {
  position: absolute;
  border-radius: 5px;
  top: 2px;
  left: 2px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px dashed #FFF;
}
.wrapper .fixedcvArea .btnArea a.contact {
  background: #22ac38;
  color: #FFF;
  border: 1px solid #22ac38;
}
.wrapper .fixedcvArea .btnArea a.contact i:before {
  font-family: "icomoon";
  content: "\e982";
  font-style: normal;
}
.wrapper .fixedcvArea .btnArea a.entry {
  background: #c92324;
  color: #FFF;
  border: 1px solid #c92324;
}
.wrapper .fixedcvArea .btnArea a.entry i:before {
  font-family: "icomoon";
  content: "\ef35";
  font-style: normal;
}
.wrapper .fixedcvArea .btnArea a:hover {
  bottom: -4px;
}
@media screen and (max-width: 850px) {
  .wrapper .fixedcvArea {
    padding: 2.5% 2%;
  }
  .wrapper .fixedcvArea .btnArea a {
    width: 54%;
    font-size: 14px;
    padding: 1em 0.5em;
    font-weight: 400;
    position: relative;
    bottom: 0px;
  }
  .wrapper .fixedcvArea .btnArea a:hover {
    bottom: 0;
  }
}

/*----------------------------------------------------------
	Page
--------------------------------------------------------- */
section.kv {
  position: relative;
  background: #f3f3f3;
  padding-bottom: 20px;
  /* tablet */
  /* tablet */
  /* sp */
}
section.kv:before {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  background: rgb(255, 229, 123);
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 229, 123)), to(rgb(0, 180, 169)));
  background: linear-gradient(90deg, rgb(255, 229, 123) 0%, rgb(0, 180, 169) 100%);
}
section.kv h1 {
  background: rgb(228, 228, 228);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(228, 228, 228)), to(rgb(115, 129, 141)));
  background: linear-gradient(180deg, rgb(228, 228, 228) 0%, rgb(115, 129, 141) 100%);
  text-align: center;
}
section.kv .point {
  position: relative;
  top: -18vh;
  text-align: center;
  padding: 0 1em;
  margin-bottom: -16vh;
}
section.kv .imgBlockC {
  font-size: 1.3em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
section.kv .imgBlockC p + p {
  margin-top: 1em;
}
section.kv .imgBlockC small, section.kv .imgBlockC .fontS {
  font-size: 0.7em;
}
section.kv .imgBlockC em {
  color: #c92324;
}
@media all and (min-width: 851px) and (max-width: 1280px) {
  section.kv .point {
    top: -13vh;
    margin-bottom: -12vh;
  }
}
@media screen and (max-width: 850px) {
  section.kv h1 {
    background: none;
  }
  section.kv .point {
    display: none;
  }
}

section.point {
  /* tablet */
  /* tablet */
  /* sp */
}
section.point .sec1, section.point .sec2 {
  background-color: #ffe57b;
}
section.point .sec1 .spimg, section.point .sec2 .spimg {
  display: none;
}
section.point .sec1 .inner h2, section.point .sec2 .inner h2 {
  text-align: center;
  margin-bottom: 0.6em;
}
section.point .sec1 .inner ul, section.point .sec2 .inner ul {
  font-size: 1.2em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
section.point .sec1 .inner ul li:before, section.point .sec2 .inner ul li:before {
  content: "・";
}
section.point .sec1 .inner ul li, section.point .sec2 .inner ul li {
  text-indent: -1em;
  padding-left: 1em;
}
section.point .sec1 .inner ul li + li, section.point .sec2 .inner ul li + li {
  margin-top: 0.5em;
}
section.point .sec_point {
  background: rgb(99, 191, 49);
  background: -webkit-gradient(linear, left top, right top, from(rgb(99, 191, 49)), to(rgb(34, 172, 56)));
  background: linear-gradient(90deg, rgb(99, 191, 49) 0%, rgb(34, 172, 56) 100%);
  color: #FFF;
  /* tablet */
  /* tablet */
  /* sp */
}
section.point .sec_point h2 {
  margin-bottom: 1.8em;
  padding: 0 3%;
}
section.point .sec_point .bg {
  background: url(../img/point_bg-man.png) no-repeat left bottom;
  background-size: auto 80%;
  padding: 2.5em 0;
}
section.point .sec_point .bg .contwidth {
  width: calc(100% - 18vw);
  margin-right: 0;
  margin-left: auto;
  padding-right: 1.5em;
  max-width: none;
}
section.point .sec_point .bg .contwidth .pointArea > div {
  color: #FFF;
  margin-top: 1em;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
section.point .sec_point .bg .contwidth .pointArea > div .no {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #111;
  background: #FFF;
  padding: 2px 0.6em;
}
section.point .sec_point .bg .contwidth .pointArea > div p {
  padding-left: 0.5em;
}
section.point .sec_point .bg .contwidth .pointArea > div p strong {
  display: block;
  font-size: 1.3em;
}
@media all and (min-width: 851px) and (max-width: 1280px) {
  section.point .sec_point .bg .contwidth {
    width: calc(100% - 28vw);
  }
}
@media screen and (max-width: 850px) {
  section.point .sec_point .bg {
    background: none;
  }
  section.point .sec_point .bg .contwidth {
    width: 100%;
  }
}
section.point .sec1 {
  background-image: url(../img/point_bg-osusume.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 2.5em 0;
}
section.point .sec1 .inner {
  width: 60%;
  margin: 0 0 0 auto;
}
section.point .sec2 {
  background-image: url(../img/point_bg-nayami.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  padding: 3em 0;
}
section.point .sec2 .inner {
  width: 60%;
  margin: 0 auto 0 0;
}
@media all and (min-width: 851px) and (max-width: 1280px) {
  section.point .sec1, section.point .sec2 {
    background-size: auto 45vw;
    padding: 1.5em 0;
  }
  section.point .sec1 .contwidth, section.point .sec2 .contwidth {
    width: 70vw;
  }
  section.point .sec1 .contwidth {
    margin-left: auto;
    margin-right: 0;
    padding-right: 1.5em;
  }
  section.point .sec1 .inner h2 {
    text-align: right;
  }
  section.point .sec2 .contwidth {
    margin-left: 0;
    margin-right: auto;
    padding-left: 1.5em;
  }
  section.point .sec2 .inner h2 {
    text-align: left;
  }
}
@media screen and (max-width: 850px) {
  section.point .sec1, section.point .sec2 {
    background-image: none;
    padding: 0em 0 2.5em;
  }
  section.point .sec1 .spimg, section.point .sec2 .spimg {
    display: block;
  }
  section.point .sec1 .spimg img, section.point .sec2 .spimg img {
    width: 100%;
  }
  section.point .sec1 .inner, section.point .sec2 .inner {
    width: 100%;
  }
  section.point .sec1 .inner h2, section.point .sec2 .inner h2 {
    margin-top: -5vh;
  }
}

section.product .productCont {
  margin: 40px 0;
  border: 1px solid #CCC;
  padding: 1.7em;
  /* sp */
}
section.product .productCont .main {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.product .productCont .main .cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1.5em;
}
section.product .productCont .main .cont .title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.3;
}
section.product .productCont .main .cont .en {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 1.4em;
}
section.product .productCont .main .cont .price {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  color: #535353;
  font-size: 2em;
}
section.product .productCont h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3em;
  font-weight: bold;
  border-bottom: 3px solid #CCC;
  margin: 1.2em 0 0.6em;
  padding-bottom: 0.3em;
}
section.product .productCont p + p {
  margin-top: 0.8em;
}
section.product .productCont .mode .clm {
  padding: 1em 0;
}
section.product .productCont .mode .clm .head {
  text-align: center;
  margin-bottom: 0.8em;
}
section.product .productCont .mode .clm .head p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 1.1em;
}
section.product .productCont .spec {
  margin-top: 30px;
}
section.product .productCont .spec ul li {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px dashed #e2e2e2;
  padding: 0.7em 0;
}
section.product .productCont .spec ul li .head {
  -ms-flex-preferred-size: 12em;
      flex-basis: 12em;
}
section.product .productCont .spec ul li .head:before {
  content: "■";
  margin-right: 0.3em;
}
section.product .productCont .spec ul li .cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 1em;
}
section.product .productCont.pr01 {
  border-color: #22ac38;
}
section.product .productCont.pr01 h3 {
  border-color: #22ac38;
}
section.product .productCont.pr01 .spec ul li .head:before {
  color: #22ac38;
}
section.product .productCont.pr02 {
  border-color: #c92324;
}
section.product .productCont.pr02 h3 {
  border-color: #c92324;
}
section.product .productCont.pr02 .spec ul li .head:before {
  color: #c92324;
}
@media screen and (max-width: 850px) {
  section.product .productCont {
    padding: 1.4em;
  }
  section.product .productCont .main {
    display: block;
  }
  section.product .productCont .main .cont {
    padding: 1em 0;
  }
  section.product .productCont .main .cont .price {
    margin-top: 0.5em;
  }
  section.product .productCont h3 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2em;
  }
}
section.product .commonspec {
  background: #fff8db;
  padding: 1.8em;
  margin-bottom: 50px;
}
section.product .commonspec h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: 2em;
  margin-bottom: 0.5em;
}
section.product .commonspec h4 {
  background: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 1.3em;
  padding: 0.5em;
  margin: 1.2em 0 0.8em 0;
}
section.product .commonspec p + p {
  margin-top: 1em;
}

section.compare ul li {
  border-bottom: 1px dashed #e2e2e2;
  padding: 0.7em 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 1.1em;
}
section.compare ul li:before {
  content: "■";
  margin-right: 0.3em;
  color: #3e76a4;
}

section.faq {
  margin-top: 60px;
}

section.voice {
  margin-top: 60px;
}

section.ending {
  background: #fff8db;
  padding: 0 0 5em;
}
section.ending h2 {
  margin-bottom: 3em;
  padding: 0 3% 0 3%;
}
section.ending p + p {
  margin-top: 1em;
}
section.ending .copy {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 1.4em;
}

/*----------------------------------------------------------
	Common / Module
--------------------------------------------------------- */
.toggleArea {
  margin-bottom: 50px;
}
.toggleArea dl {
  background: #fff4c6;
  border-radius: 5px;
  padding: 1em 0.7em;
  position: relative;
}
.toggleArea dl dt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  padding-left: 23px;
  padding-right: 30px;
}
.toggleArea dl dt:before {
  content: "";
  display: block;
  width: 15px;
  height: 3px;
  background: #FFF;
  position: absolute;
  left: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}
.toggleArea dl dt:after {
  content: "\ef1c";
  font-family: "icomoon";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  font-size: 20px;
  height: 20px;
  width: 20px;
  line-height: 1;
  color: #22ac38;
}
.toggleArea dl dt.active:after {
  content: "\eeff";
}
.toggleArea dl dd {
  display: none;
  margin-top: 1em;
  padding-left: 23px;
  padding-right: 30px;
}
.toggleArea dl dd p + p {
  margin-top: 1em;
}
.toggleArea dl + dl {
  margin-top: 0.8em;
}

h2.head_img {
  background: #ffe57b;
  text-align: center;
  padding: 0 3% 2.2em 3%;
}

h2.head_border {
  text-align: center;
  border-top: 3px solid #dcdcdc;
  padding: 1.8em 3% 0 3%;
  margin-bottom: 2.5em;
}

/*----------------------------------------------------------
	Script
--------------------------------------------------------- */
/*----------------------------------------------------------
    Box / float / layout
--------------------------------------------------------- */
.bgG {
  background: #F4F4F4;
  padding: 1rem;
}

img.border {
  border: 1px solid #ccc;
}

.box01 {
  border: 1px solid #eee;
  padding: 1rem;
}
.box01 p:last-child {
  margin-bottom: 0;
}

.box02 {
  border: 1px solid #c92324;
  padding: 1rem;
}
.box02 .head {
  color: #c92324;
  font-weight: bold;
  margin-bottom: 0.8em;
}
.box02 p:last-child {
  margin-bottom: 0;
}

.subBox {
  background: #EEE;
  padding: 1rem;
}
.subBox p:last-child {
  margin-bottom: 0;
}

.inlineFrame {
  background-color: #FFFFFF;
  height: 40vh;
  overflow: auto;
  overflow-y: scroll;
  overflow-x: hidden;
  border: 1px solid #ccc;
  padding: 10px;
  position: relative;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-box-shadow: 0px 5px 10px -3px #CCC inset;
          box-shadow: 0px 5px 10px -3px #CCC inset;
  font-size: 90%;
  /*&:hover:before{content:none;}*/
}
.inlineFrame:before {
  font-family: "icomoon";
  content: "\e950";
  position: absolute;
  font-size: 40px;
  width: 40px;
  right: 0;
  bottom: 4px;
  color: rgba(17, 67, 185, 0.4);
}

.inlineFrame::-webkit-scrollbar {
  height: 10px;
}

.inlineFrame::-webkit-scrollbar-track {
  margin: 0 2px;
  background: #ccc;
  border-radius: 5px;
}

.inlineFrame::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 5px;
}

.inlineFrame::-webkit-scrollbar-track-piece {
  background: #efefef;
}

.contBox {
  background-color: #FFFFFF;
  border: 1px solid #ccc;
  padding: 10px;
  /*box-shadow:0px 5px 10px -3px #CCC inset;*/
  font-size: 90%;
}

.textclm2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.textclm2 .clm {
  padding: 0 2.5% 0 0;
  width: 50%;
}
.textclm2 .clm:nth-child(even) {
  padding: 0 0 0 2.5%;
}

@media screen and (max-width: 850px) {
  .textclm2 {
    display: initial;
  }
  .textclm2 .clm {
    padding: 0;
  }
  .textclm2 .clm:nth-child(even) {
    padding: 0;
  }
} /* sp */
.imgBlockT {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.imgBlockB {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.imgBlockC {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.imgBlockB, .imgBlockC, .imgBlockT {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.imgBlockB .img .caption, .imgBlockC .img .caption, .imgBlockT .img .caption {
  font-size: 0.9em;
  font-weight: bold;
}

.imgBlockB.imgL .cont, .imgBlockC.imgL .cont, .imgBlockT.imgL .cont {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.imgBlockB.imgL .img, .imgBlockC.imgL .img, .imgBlockT.imgL .img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-right: 2vw; /*flex:1;*/
}

.imgBlockB.imgR .cont, .imgBlockC.imgR .cont, .imgBlockT.imgR .cont {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.imgBlockB.imgR .img, .imgBlockC.imgR .img, .imgBlockT.imgR .img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 2vw; /* flex:1;*/
}

@media screen and (max-width: 850px) {
  .imgBlockB .img, .imgBlockC .img, .imgBlockT .img {
    text-align: center;
  }
} /* sp */
.w10vw {
  max-width: 10vw;
}
.w10vw + .text {
  width: 76vw;
}

.w20vw {
  max-width: 20vw;
}
.w20vw + .text {
  width: 66vw;
}

.w30vw {
  max-width: 30vw;
}
.w30vw + .text {
  width: 56vw;
}

.w40vw {
  max-width: 40vw;
}
.w40vw + .text {
  width: 46vw;
}

.w50vw {
  max-width: 50vw;
}
.w50vw + .text {
  width: 36vw;
}

.w60vw {
  max-width: 60vw;
}
.w60vw + .text {
  width: 26vw;
}

.w70vw {
  max-width: 70vw;
}
.w70vw + .text {
  width: 16vw;
}

.w80vw {
  max-width: 80vw;
}
.w80vw + .text {
  width: 6vw;
}

.grid_3clm {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.5rem 1.5rem;
}

.grid_2clm {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem 1.5rem;
}

@media screen and (max-width: 850px) {
  .grid_3clm-sp {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .grid_2clm-sp {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .grid_1clm-sp {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
} /* sp */
ul.clm2, ul.clm3, ul.clm4, ul.clm2-space, ul.clm3-space, ul.clm4-space {
  list-style-type: none !important;
  -webkit-padding-start: 0 !important;
          padding-inline-start: 0 !important;
}
ul.clm2 li, ul.clm3 li, ul.clm4 li, ul.clm2-space li, ul.clm3-space li, ul.clm4-space li {
  padding-left: 0 !important;
  text-indent: 0 !important;
  list-style-type: none !important;
}
ul.clm2 li:before, ul.clm3 li:before, ul.clm4 li:before, ul.clm2-space li:before, ul.clm3-space li:before, ul.clm4-space li:before {
  content: none !important;
}

ul.clm2 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.clm2 li {
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
ul.clm2.normal li {
  text-indent: -1em !important;
  padding-left: 1em !important;
}
ul.clm2.normal li:before {
  content: "・" !important;
  margin-right: 0.5em;
}

ul.clm3 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.clm3 li {
  max-width: 33%;
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
}

ul.clm4 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.clm4 li {
  max-width: 25%;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}

ul.clm2-space {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
ul.clm2-space li {
  max-width: 48%;
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}

ul.clm3-space {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
ul.clm3-space::after {
  content: "";
  display: block;
  width: 31%;
}
ul.clm3-space li {
  max-width: 31%;
  -ms-flex-preferred-size: 31%;
      flex-basis: 31%;
}

ul.clm4-space {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
ul.clm4-space::before {
  content: "";
  display: block;
  width: 24%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
ul.clm4-space::after {
  content: "";
  display: block;
  width: 24%;
}
ul.clm4-space li {
  max-width: 24%;
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
}

@media screen and (max-width: 850px) {
  ul.clm2sp {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.clm2sp li {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  ul.clm3sp {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.clm3sp li {
    max-width: 33%;
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
  }
  ul.clm4sp {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.clm4sp li {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
  ul.clm2sp-space {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  ul.clm2sp-space li {
    max-width: 49%;
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    margin-bottom: 10px;
  }
  ul.clm3sp-space {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  ul.clm3sp-space::after {
    content: "";
    display: block;
    width: 32%;
  }
  ul.clm3sp-space li {
    max-width: 32%;
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
    margin-bottom: 10px;
  }
  ul.clm4sp-space {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  ul.clm4sp-space::before {
    content: "";
    display: block;
    width: 24%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  ul.clm4sp-space::after {
    content: "";
    display: block;
    width: 24%;
  }
  ul.clm4sp-space li {
    max-width: 24%;
    -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
    margin-bottom: 10px;
  }
} /* sp */
.clm2-space,
.clm3-space,
.clm4-space {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.clm2-space .clm {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  max-width: 48%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.clm3-space .clm {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  max-width: 32%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.clm4-space .clm {
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
  max-width: 24%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.clm3-space::after {
  content: "";
  display: block;
  width: 32%;
}

.clm4-space::before {
  content: "";
  display: block;
  width: 24%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.clm4-space::after {
  content: "";
  display: block;
  width: 24%;
}

.clm2, .clm3 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.clm2 span.caption, .clm3 span.caption {
  display: block;
  margin: 0.5em 0;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.clm2 .sp1, .clm3 .sp1 {
  padding: 1vw;
}
.clm2 .sp2, .clm3 .sp2 {
  padding: 2vw;
}

.clm2 .clm {
  width: 50%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.clm3 .clm {
  width: 33%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* tablet */
@media all and (min-width: 851px) and (max-width: 1280px) {
  .tbclm1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tbclm1 > * {
    width: 100% !important;
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    max-width: 100% !important;
  }
  .tbclm2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tbclm2 > * {
    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
    max-width: 50%;
  }
  .tbclm3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tbclm3 > * {
    -ms-flex-preferred-size: 33% !important;
        flex-basis: 33% !important;
    max-width: 33%;
  }
} /* tablet */
@media screen and (max-width: 850px) {
  .clm2, .clm3 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* 複数行の場合 */
  }
  .clm2.multi, .clm3.multi {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
  .clm2 span.caption, .clm3 span.caption {
    display: block;
    margin: 0.5em 0;
    padding-left: 1.2em;
    text-indent: -1.2em;
  }
  .clm2 .sp1, .clm3 .sp1 {
    padding: 1vw;
  }
  .clm2 .sp2, .clm3 .sp2 {
    padding: 2vw;
  }
  .clm2 .clm {
    width: 50%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .clm3 .clm {
    width: 33%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .spclm1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .spclm1 > * {
    width: 100% !important;
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    max-width: 100% !important;
  }
  .spclm2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .spclm2 > * {
    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
    max-width: 50% !important;
  }
  .spclm3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .spclm3 > * {
    -ms-flex-preferred-size: 33% !important;
        flex-basis: 33% !important;
    max-width: 33% !important;
  }
  .imgBlockB, .imgBlockC, .imgBlockT {
    display: block;
  }
  .imgBlockB.imgL .img, .imgBlockB.imgR .img, .imgBlockC.imgL .img, .imgBlockC.imgR .img, .imgBlockT.imgL .img, .imgBlockT.imgR .img {
    margin: 15px auto;
  }
  .imgBlockB .cont, .imgBlockC .cont, .imgBlockT .cont {
    width: 100%;
  }
} /* sp */
.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-valignT {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-valignB {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-valignC {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-alignL {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-alignR {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-alignC {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

* .flexbasis01, .flex-between .flexbasis01 {
  -ms-flex-preferred-size: 1%;
      flex-basis: 1%;
  max-width: 1%;
}
* .flexbasis02, .flex-between .flexbasis02 {
  -ms-flex-preferred-size: 2%;
      flex-basis: 2%;
  max-width: 2%;
}
* .flexbasis03, .flex-between .flexbasis03 {
  -ms-flex-preferred-size: 3%;
      flex-basis: 3%;
  max-width: 3%;
}
* .flexbasis04, .flex-between .flexbasis04 {
  -ms-flex-preferred-size: 4%;
      flex-basis: 4%;
  max-width: 4%;
}
* .flexbasis05, .flex-between .flexbasis05 {
  -ms-flex-preferred-size: 5%;
      flex-basis: 5%;
  max-width: 5%;
}
* .flexbasis06, .flex-between .flexbasis06 {
  -ms-flex-preferred-size: 6%;
      flex-basis: 6%;
  max-width: 6%;
}
* .flexbasis07, .flex-between .flexbasis07 {
  -ms-flex-preferred-size: 7%;
      flex-basis: 7%;
  max-width: 7%;
}
* .flexbasis08, .flex-between .flexbasis08 {
  -ms-flex-preferred-size: 8%;
      flex-basis: 8%;
  max-width: 8%;
}
* .flexbasis09, .flex-between .flexbasis09 {
  -ms-flex-preferred-size: 9%;
      flex-basis: 9%;
  max-width: 9%;
}
* .flexbasis10, .flex-between .flexbasis10 {
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
  max-width: 10%;
}
* .flexbasis11, .flex-between .flexbasis11 {
  -ms-flex-preferred-size: 11%;
      flex-basis: 11%;
  max-width: 11%;
}
* .flexbasis12, .flex-between .flexbasis12 {
  -ms-flex-preferred-size: 12%;
      flex-basis: 12%;
  max-width: 12%;
}
* .flexbasis13, .flex-between .flexbasis13 {
  -ms-flex-preferred-size: 13%;
      flex-basis: 13%;
  max-width: 13%;
}
* .flexbasis14, .flex-between .flexbasis14 {
  -ms-flex-preferred-size: 14%;
      flex-basis: 14%;
  max-width: 14%;
}
* .flexbasis15, .flex-between .flexbasis15 {
  -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
  max-width: 15%;
}
* .flexbasis16, .flex-between .flexbasis16 {
  -ms-flex-preferred-size: 16%;
      flex-basis: 16%;
  max-width: 16%;
}
* .flexbasis17, .flex-between .flexbasis17 {
  -ms-flex-preferred-size: 17%;
      flex-basis: 17%;
  max-width: 17%;
}
* .flexbasis18, .flex-between .flexbasis18 {
  -ms-flex-preferred-size: 18%;
      flex-basis: 18%;
  max-width: 18%;
}
* .flexbasis19, .flex-between .flexbasis19 {
  -ms-flex-preferred-size: 19%;
      flex-basis: 19%;
  max-width: 19%;
}
* .flexbasis20, .flex-between .flexbasis20 {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  max-width: 20%;
}
* .flexbasis21, .flex-between .flexbasis21 {
  -ms-flex-preferred-size: 21%;
      flex-basis: 21%;
  max-width: 21%;
}
* .flexbasis22, .flex-between .flexbasis22 {
  -ms-flex-preferred-size: 22%;
      flex-basis: 22%;
  max-width: 22%;
}
* .flexbasis23, .flex-between .flexbasis23 {
  -ms-flex-preferred-size: 23%;
      flex-basis: 23%;
  max-width: 23%;
}
* .flexbasis24, .flex-between .flexbasis24 {
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
  max-width: 24%;
}
* .flexbasis25, .flex-between .flexbasis25 {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
}
* .flexbasis26, .flex-between .flexbasis26 {
  -ms-flex-preferred-size: 26%;
      flex-basis: 26%;
  max-width: 26%;
}
* .flexbasis27, .flex-between .flexbasis27 {
  -ms-flex-preferred-size: 27%;
      flex-basis: 27%;
  max-width: 27%;
}
* .flexbasis28, .flex-between .flexbasis28 {
  -ms-flex-preferred-size: 28%;
      flex-basis: 28%;
  max-width: 28%;
}
* .flexbasis29, .flex-between .flexbasis29 {
  -ms-flex-preferred-size: 29%;
      flex-basis: 29%;
  max-width: 29%;
}
* .flexbasis30, .flex-between .flexbasis30 {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  max-width: 30%;
}
* .flexbasis31, .flex-between .flexbasis31 {
  -ms-flex-preferred-size: 31%;
      flex-basis: 31%;
  max-width: 31%;
}
* .flexbasis32, .flex-between .flexbasis32 {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  max-width: 32%;
}
* .flexbasis33, .flex-between .flexbasis33 {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  max-width: 33%;
}
* .flexbasis34, .flex-between .flexbasis34 {
  -ms-flex-preferred-size: 34%;
      flex-basis: 34%;
  max-width: 34%;
}
* .flexbasis35, .flex-between .flexbasis35 {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
  max-width: 35%;
}
* .flexbasis36, .flex-between .flexbasis36 {
  -ms-flex-preferred-size: 36%;
      flex-basis: 36%;
  max-width: 36%;
}
* .flexbasis37, .flex-between .flexbasis37 {
  -ms-flex-preferred-size: 37%;
      flex-basis: 37%;
  max-width: 37%;
}
* .flexbasis38, .flex-between .flexbasis38 {
  -ms-flex-preferred-size: 38%;
      flex-basis: 38%;
  max-width: 38%;
}
* .flexbasis39, .flex-between .flexbasis39 {
  -ms-flex-preferred-size: 39%;
      flex-basis: 39%;
  max-width: 39%;
}
* .flexbasis40, .flex-between .flexbasis40 {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  max-width: 40%;
}
* .flexbasis41, .flex-between .flexbasis41 {
  -ms-flex-preferred-size: 41%;
      flex-basis: 41%;
  max-width: 41%;
}
* .flexbasis42, .flex-between .flexbasis42 {
  -ms-flex-preferred-size: 42%;
      flex-basis: 42%;
  max-width: 42%;
}
* .flexbasis43, .flex-between .flexbasis43 {
  -ms-flex-preferred-size: 43%;
      flex-basis: 43%;
  max-width: 43%;
}
* .flexbasis44, .flex-between .flexbasis44 {
  -ms-flex-preferred-size: 44%;
      flex-basis: 44%;
  max-width: 44%;
}
* .flexbasis45, .flex-between .flexbasis45 {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  max-width: 45%;
}
* .flexbasis46, .flex-between .flexbasis46 {
  -ms-flex-preferred-size: 46%;
      flex-basis: 46%;
  max-width: 46%;
}
* .flexbasis47, .flex-between .flexbasis47 {
  -ms-flex-preferred-size: 47%;
      flex-basis: 47%;
  max-width: 47%;
}
* .flexbasis48, .flex-between .flexbasis48 {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  max-width: 48%;
}
* .flexbasis49, .flex-between .flexbasis49 {
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
  max-width: 49%;
}
* .flexbasis50, .flex-between .flexbasis50 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}
* .flexbasis51, .flex-between .flexbasis51 {
  -ms-flex-preferred-size: 51%;
      flex-basis: 51%;
  max-width: 51%;
}
* .flexbasis52, .flex-between .flexbasis52 {
  -ms-flex-preferred-size: 52%;
      flex-basis: 52%;
  max-width: 52%;
}
* .flexbasis53, .flex-between .flexbasis53 {
  -ms-flex-preferred-size: 53%;
      flex-basis: 53%;
  max-width: 53%;
}
* .flexbasis54, .flex-between .flexbasis54 {
  -ms-flex-preferred-size: 54%;
      flex-basis: 54%;
  max-width: 54%;
}
* .flexbasis55, .flex-between .flexbasis55 {
  -ms-flex-preferred-size: 55%;
      flex-basis: 55%;
  max-width: 55%;
}
* .flexbasis56, .flex-between .flexbasis56 {
  -ms-flex-preferred-size: 56%;
      flex-basis: 56%;
  max-width: 56%;
}
* .flexbasis57, .flex-between .flexbasis57 {
  -ms-flex-preferred-size: 57%;
      flex-basis: 57%;
  max-width: 57%;
}
* .flexbasis58, .flex-between .flexbasis58 {
  -ms-flex-preferred-size: 58%;
      flex-basis: 58%;
  max-width: 58%;
}
* .flexbasis59, .flex-between .flexbasis59 {
  -ms-flex-preferred-size: 59%;
      flex-basis: 59%;
  max-width: 59%;
}
* .flexbasis60, .flex-between .flexbasis60 {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  max-width: 60%;
}
* .flexbasis61, .flex-between .flexbasis61 {
  -ms-flex-preferred-size: 61%;
      flex-basis: 61%;
  max-width: 61%;
}
* .flexbasis62, .flex-between .flexbasis62 {
  -ms-flex-preferred-size: 62%;
      flex-basis: 62%;
  max-width: 62%;
}
* .flexbasis63, .flex-between .flexbasis63 {
  -ms-flex-preferred-size: 63%;
      flex-basis: 63%;
  max-width: 63%;
}
* .flexbasis64, .flex-between .flexbasis64 {
  -ms-flex-preferred-size: 64%;
      flex-basis: 64%;
  max-width: 64%;
}
* .flexbasis65, .flex-between .flexbasis65 {
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
  max-width: 65%;
}
* .flexbasis66, .flex-between .flexbasis66 {
  -ms-flex-preferred-size: 66%;
      flex-basis: 66%;
  max-width: 66%;
}
* .flexbasis67, .flex-between .flexbasis67 {
  -ms-flex-preferred-size: 67%;
      flex-basis: 67%;
  max-width: 67%;
}
* .flexbasis68, .flex-between .flexbasis68 {
  -ms-flex-preferred-size: 68%;
      flex-basis: 68%;
  max-width: 68%;
}
* .flexbasis69, .flex-between .flexbasis69 {
  -ms-flex-preferred-size: 69%;
      flex-basis: 69%;
  max-width: 69%;
}
* .flexbasis70, .flex-between .flexbasis70 {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  max-width: 70%;
}
* .flexbasis71, .flex-between .flexbasis71 {
  -ms-flex-preferred-size: 71%;
      flex-basis: 71%;
  max-width: 71%;
}
* .flexbasis72, .flex-between .flexbasis72 {
  -ms-flex-preferred-size: 72%;
      flex-basis: 72%;
  max-width: 72%;
}
* .flexbasis73, .flex-between .flexbasis73 {
  -ms-flex-preferred-size: 73%;
      flex-basis: 73%;
  max-width: 73%;
}
* .flexbasis74, .flex-between .flexbasis74 {
  -ms-flex-preferred-size: 74%;
      flex-basis: 74%;
  max-width: 74%;
}
* .flexbasis75, .flex-between .flexbasis75 {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  max-width: 75%;
}
* .flexbasis76, .flex-between .flexbasis76 {
  -ms-flex-preferred-size: 76%;
      flex-basis: 76%;
  max-width: 76%;
}
* .flexbasis77, .flex-between .flexbasis77 {
  -ms-flex-preferred-size: 77%;
      flex-basis: 77%;
  max-width: 77%;
}
* .flexbasis78, .flex-between .flexbasis78 {
  -ms-flex-preferred-size: 78%;
      flex-basis: 78%;
  max-width: 78%;
}
* .flexbasis79, .flex-between .flexbasis79 {
  -ms-flex-preferred-size: 79%;
      flex-basis: 79%;
  max-width: 79%;
}
* .flexbasis80, .flex-between .flexbasis80 {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
  max-width: 80%;
}
* .flexbasis81, .flex-between .flexbasis81 {
  -ms-flex-preferred-size: 81%;
      flex-basis: 81%;
  max-width: 81%;
}
* .flexbasis82, .flex-between .flexbasis82 {
  -ms-flex-preferred-size: 82%;
      flex-basis: 82%;
  max-width: 82%;
}
* .flexbasis83, .flex-between .flexbasis83 {
  -ms-flex-preferred-size: 83%;
      flex-basis: 83%;
  max-width: 83%;
}
* .flexbasis84, .flex-between .flexbasis84 {
  -ms-flex-preferred-size: 84%;
      flex-basis: 84%;
  max-width: 84%;
}
* .flexbasis85, .flex-between .flexbasis85 {
  -ms-flex-preferred-size: 85%;
      flex-basis: 85%;
  max-width: 85%;
}
* .flexbasis86, .flex-between .flexbasis86 {
  -ms-flex-preferred-size: 86%;
      flex-basis: 86%;
  max-width: 86%;
}
* .flexbasis87, .flex-between .flexbasis87 {
  -ms-flex-preferred-size: 87%;
      flex-basis: 87%;
  max-width: 87%;
}
* .flexbasis88, .flex-between .flexbasis88 {
  -ms-flex-preferred-size: 88%;
      flex-basis: 88%;
  max-width: 88%;
}
* .flexbasis89, .flex-between .flexbasis89 {
  -ms-flex-preferred-size: 89%;
      flex-basis: 89%;
  max-width: 89%;
}
* .flexbasis90, .flex-between .flexbasis90 {
  -ms-flex-preferred-size: 90%;
      flex-basis: 90%;
  max-width: 90%;
}
* .flexbasis91, .flex-between .flexbasis91 {
  -ms-flex-preferred-size: 91%;
      flex-basis: 91%;
  max-width: 91%;
}
* .flexbasis92, .flex-between .flexbasis92 {
  -ms-flex-preferred-size: 92%;
      flex-basis: 92%;
  max-width: 92%;
}
* .flexbasis93, .flex-between .flexbasis93 {
  -ms-flex-preferred-size: 93%;
      flex-basis: 93%;
  max-width: 93%;
}
* .flexbasis94, .flex-between .flexbasis94 {
  -ms-flex-preferred-size: 94%;
      flex-basis: 94%;
  max-width: 94%;
}
* .flexbasis95, .flex-between .flexbasis95 {
  -ms-flex-preferred-size: 95%;
      flex-basis: 95%;
  max-width: 95%;
}
* .flexbasis96, .flex-between .flexbasis96 {
  -ms-flex-preferred-size: 96%;
      flex-basis: 96%;
  max-width: 96%;
}
* .flexbasis97, .flex-between .flexbasis97 {
  -ms-flex-preferred-size: 97%;
      flex-basis: 97%;
  max-width: 97%;
}
* .flexbasis98, .flex-between .flexbasis98 {
  -ms-flex-preferred-size: 98%;
      flex-basis: 98%;
  max-width: 98%;
}
* .flexbasis99, .flex-between .flexbasis99 {
  -ms-flex-preferred-size: 99%;
      flex-basis: 99%;
  max-width: 99%;
}
* .flexbasis100, .flex-between .flexbasis100 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}

/* tablet */
@media all and (min-width: 851px) and (max-width: 1280px) {
  * .tbflexbasis01, .flex-between .tbflexbasis01 {
    -ms-flex-preferred-size: 1%;
        flex-basis: 1%;
    max-width: 1%;
  }
  * .tbflexbasis02, .flex-between .tbflexbasis02 {
    -ms-flex-preferred-size: 2%;
        flex-basis: 2%;
    max-width: 2%;
  }
  * .tbflexbasis03, .flex-between .tbflexbasis03 {
    -ms-flex-preferred-size: 3%;
        flex-basis: 3%;
    max-width: 3%;
  }
  * .tbflexbasis04, .flex-between .tbflexbasis04 {
    -ms-flex-preferred-size: 4%;
        flex-basis: 4%;
    max-width: 4%;
  }
  * .tbflexbasis05, .flex-between .tbflexbasis05 {
    -ms-flex-preferred-size: 5%;
        flex-basis: 5%;
    max-width: 5%;
  }
  * .tbflexbasis06, .flex-between .tbflexbasis06 {
    -ms-flex-preferred-size: 6%;
        flex-basis: 6%;
    max-width: 6%;
  }
  * .tbflexbasis07, .flex-between .tbflexbasis07 {
    -ms-flex-preferred-size: 7%;
        flex-basis: 7%;
    max-width: 7%;
  }
  * .tbflexbasis08, .flex-between .tbflexbasis08 {
    -ms-flex-preferred-size: 8%;
        flex-basis: 8%;
    max-width: 8%;
  }
  * .tbflexbasis09, .flex-between .tbflexbasis09 {
    -ms-flex-preferred-size: 9%;
        flex-basis: 9%;
    max-width: 9%;
  }
  * .tbflexbasis10, .flex-between .tbflexbasis10 {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    max-width: 10%;
  }
  * .tbflexbasis11, .flex-between .tbflexbasis11 {
    -ms-flex-preferred-size: 11%;
        flex-basis: 11%;
    max-width: 11%;
  }
  * .tbflexbasis12, .flex-between .tbflexbasis12 {
    -ms-flex-preferred-size: 12%;
        flex-basis: 12%;
    max-width: 12%;
  }
  * .tbflexbasis13, .flex-between .tbflexbasis13 {
    -ms-flex-preferred-size: 13%;
        flex-basis: 13%;
    max-width: 13%;
  }
  * .tbflexbasis14, .flex-between .tbflexbasis14 {
    -ms-flex-preferred-size: 14%;
        flex-basis: 14%;
    max-width: 14%;
  }
  * .tbflexbasis15, .flex-between .tbflexbasis15 {
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
    max-width: 15%;
  }
  * .tbflexbasis16, .flex-between .tbflexbasis16 {
    -ms-flex-preferred-size: 16%;
        flex-basis: 16%;
    max-width: 16%;
  }
  * .tbflexbasis17, .flex-between .tbflexbasis17 {
    -ms-flex-preferred-size: 17%;
        flex-basis: 17%;
    max-width: 17%;
  }
  * .tbflexbasis18, .flex-between .tbflexbasis18 {
    -ms-flex-preferred-size: 18%;
        flex-basis: 18%;
    max-width: 18%;
  }
  * .tbflexbasis19, .flex-between .tbflexbasis19 {
    -ms-flex-preferred-size: 19%;
        flex-basis: 19%;
    max-width: 19%;
  }
  * .tbflexbasis20, .flex-between .tbflexbasis20 {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%;
  }
  * .tbflexbasis21, .flex-between .tbflexbasis21 {
    -ms-flex-preferred-size: 21%;
        flex-basis: 21%;
    max-width: 21%;
  }
  * .tbflexbasis22, .flex-between .tbflexbasis22 {
    -ms-flex-preferred-size: 22%;
        flex-basis: 22%;
    max-width: 22%;
  }
  * .tbflexbasis23, .flex-between .tbflexbasis23 {
    -ms-flex-preferred-size: 23%;
        flex-basis: 23%;
    max-width: 23%;
  }
  * .tbflexbasis24, .flex-between .tbflexbasis24 {
    -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
    max-width: 24%;
  }
  * .tbflexbasis25, .flex-between .tbflexbasis25 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  * .tbflexbasis26, .flex-between .tbflexbasis26 {
    -ms-flex-preferred-size: 26%;
        flex-basis: 26%;
    max-width: 26%;
  }
  * .tbflexbasis27, .flex-between .tbflexbasis27 {
    -ms-flex-preferred-size: 27%;
        flex-basis: 27%;
    max-width: 27%;
  }
  * .tbflexbasis28, .flex-between .tbflexbasis28 {
    -ms-flex-preferred-size: 28%;
        flex-basis: 28%;
    max-width: 28%;
  }
  * .tbflexbasis29, .flex-between .tbflexbasis29 {
    -ms-flex-preferred-size: 29%;
        flex-basis: 29%;
    max-width: 29%;
  }
  * .tbflexbasis30, .flex-between .tbflexbasis30 {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    max-width: 30%;
  }
  * .tbflexbasis31, .flex-between .tbflexbasis31 {
    -ms-flex-preferred-size: 31%;
        flex-basis: 31%;
    max-width: 31%;
  }
  * .tbflexbasis32, .flex-between .tbflexbasis32 {
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
    max-width: 32%;
  }
  * .tbflexbasis33, .flex-between .tbflexbasis33 {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    max-width: 33%;
  }
  * .tbflexbasis34, .flex-between .tbflexbasis34 {
    -ms-flex-preferred-size: 34%;
        flex-basis: 34%;
    max-width: 34%;
  }
  * .tbflexbasis35, .flex-between .tbflexbasis35 {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    max-width: 35%;
  }
  * .tbflexbasis36, .flex-between .tbflexbasis36 {
    -ms-flex-preferred-size: 36%;
        flex-basis: 36%;
    max-width: 36%;
  }
  * .tbflexbasis37, .flex-between .tbflexbasis37 {
    -ms-flex-preferred-size: 37%;
        flex-basis: 37%;
    max-width: 37%;
  }
  * .tbflexbasis38, .flex-between .tbflexbasis38 {
    -ms-flex-preferred-size: 38%;
        flex-basis: 38%;
    max-width: 38%;
  }
  * .tbflexbasis39, .flex-between .tbflexbasis39 {
    -ms-flex-preferred-size: 39%;
        flex-basis: 39%;
    max-width: 39%;
  }
  * .tbflexbasis40, .flex-between .tbflexbasis40 {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    max-width: 40%;
  }
  * .tbflexbasis41, .flex-between .tbflexbasis41 {
    -ms-flex-preferred-size: 41%;
        flex-basis: 41%;
    max-width: 41%;
  }
  * .tbflexbasis42, .flex-between .tbflexbasis42 {
    -ms-flex-preferred-size: 42%;
        flex-basis: 42%;
    max-width: 42%;
  }
  * .tbflexbasis43, .flex-between .tbflexbasis43 {
    -ms-flex-preferred-size: 43%;
        flex-basis: 43%;
    max-width: 43%;
  }
  * .tbflexbasis44, .flex-between .tbflexbasis44 {
    -ms-flex-preferred-size: 44%;
        flex-basis: 44%;
    max-width: 44%;
  }
  * .tbflexbasis45, .flex-between .tbflexbasis45 {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    max-width: 45%;
  }
  * .tbflexbasis46, .flex-between .tbflexbasis46 {
    -ms-flex-preferred-size: 46%;
        flex-basis: 46%;
    max-width: 46%;
  }
  * .tbflexbasis47, .flex-between .tbflexbasis47 {
    -ms-flex-preferred-size: 47%;
        flex-basis: 47%;
    max-width: 47%;
  }
  * .tbflexbasis48, .flex-between .tbflexbasis48 {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    max-width: 48%;
  }
  * .tbflexbasis49, .flex-between .tbflexbasis49 {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    max-width: 49%;
  }
  * .tbflexbasis50, .flex-between .tbflexbasis50 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  * .tbflexbasis51, .flex-between .tbflexbasis51 {
    -ms-flex-preferred-size: 51%;
        flex-basis: 51%;
    max-width: 51%;
  }
  * .tbflexbasis52, .flex-between .tbflexbasis52 {
    -ms-flex-preferred-size: 52%;
        flex-basis: 52%;
    max-width: 52%;
  }
  * .tbflexbasis53, .flex-between .tbflexbasis53 {
    -ms-flex-preferred-size: 53%;
        flex-basis: 53%;
    max-width: 53%;
  }
  * .tbflexbasis54, .flex-between .tbflexbasis54 {
    -ms-flex-preferred-size: 54%;
        flex-basis: 54%;
    max-width: 54%;
  }
  * .tbflexbasis55, .flex-between .tbflexbasis55 {
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
    max-width: 55%;
  }
  * .tbflexbasis56, .flex-between .tbflexbasis56 {
    -ms-flex-preferred-size: 56%;
        flex-basis: 56%;
    max-width: 56%;
  }
  * .tbflexbasis57, .flex-between .tbflexbasis57 {
    -ms-flex-preferred-size: 57%;
        flex-basis: 57%;
    max-width: 57%;
  }
  * .tbflexbasis58, .flex-between .tbflexbasis58 {
    -ms-flex-preferred-size: 58%;
        flex-basis: 58%;
    max-width: 58%;
  }
  * .tbflexbasis59, .flex-between .tbflexbasis59 {
    -ms-flex-preferred-size: 59%;
        flex-basis: 59%;
    max-width: 59%;
  }
  * .tbflexbasis60, .flex-between .tbflexbasis60 {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    max-width: 60%;
  }
  * .tbflexbasis61, .flex-between .tbflexbasis61 {
    -ms-flex-preferred-size: 61%;
        flex-basis: 61%;
    max-width: 61%;
  }
  * .tbflexbasis62, .flex-between .tbflexbasis62 {
    -ms-flex-preferred-size: 62%;
        flex-basis: 62%;
    max-width: 62%;
  }
  * .tbflexbasis63, .flex-between .tbflexbasis63 {
    -ms-flex-preferred-size: 63%;
        flex-basis: 63%;
    max-width: 63%;
  }
  * .tbflexbasis64, .flex-between .tbflexbasis64 {
    -ms-flex-preferred-size: 64%;
        flex-basis: 64%;
    max-width: 64%;
  }
  * .tbflexbasis65, .flex-between .tbflexbasis65 {
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
    max-width: 65%;
  }
  * .tbflexbasis66, .flex-between .tbflexbasis66 {
    -ms-flex-preferred-size: 66%;
        flex-basis: 66%;
    max-width: 66%;
  }
  * .tbflexbasis67, .flex-between .tbflexbasis67 {
    -ms-flex-preferred-size: 67%;
        flex-basis: 67%;
    max-width: 67%;
  }
  * .tbflexbasis68, .flex-between .tbflexbasis68 {
    -ms-flex-preferred-size: 68%;
        flex-basis: 68%;
    max-width: 68%;
  }
  * .tbflexbasis69, .flex-between .tbflexbasis69 {
    -ms-flex-preferred-size: 69%;
        flex-basis: 69%;
    max-width: 69%;
  }
  * .tbflexbasis70, .flex-between .tbflexbasis70 {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    max-width: 70%;
  }
  * .tbflexbasis71, .flex-between .tbflexbasis71 {
    -ms-flex-preferred-size: 71%;
        flex-basis: 71%;
    max-width: 71%;
  }
  * .tbflexbasis72, .flex-between .tbflexbasis72 {
    -ms-flex-preferred-size: 72%;
        flex-basis: 72%;
    max-width: 72%;
  }
  * .tbflexbasis73, .flex-between .tbflexbasis73 {
    -ms-flex-preferred-size: 73%;
        flex-basis: 73%;
    max-width: 73%;
  }
  * .tbflexbasis74, .flex-between .tbflexbasis74 {
    -ms-flex-preferred-size: 74%;
        flex-basis: 74%;
    max-width: 74%;
  }
  * .tbflexbasis75, .flex-between .tbflexbasis75 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  * .tbflexbasis76, .flex-between .tbflexbasis76 {
    -ms-flex-preferred-size: 76%;
        flex-basis: 76%;
    max-width: 76%;
  }
  * .tbflexbasis77, .flex-between .tbflexbasis77 {
    -ms-flex-preferred-size: 77%;
        flex-basis: 77%;
    max-width: 77%;
  }
  * .tbflexbasis78, .flex-between .tbflexbasis78 {
    -ms-flex-preferred-size: 78%;
        flex-basis: 78%;
    max-width: 78%;
  }
  * .tbflexbasis79, .flex-between .tbflexbasis79 {
    -ms-flex-preferred-size: 79%;
        flex-basis: 79%;
    max-width: 79%;
  }
  * .tbflexbasis80, .flex-between .tbflexbasis80 {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    max-width: 80%;
  }
  * .tbflexbasis81, .flex-between .tbflexbasis81 {
    -ms-flex-preferred-size: 81%;
        flex-basis: 81%;
    max-width: 81%;
  }
  * .tbflexbasis82, .flex-between .tbflexbasis82 {
    -ms-flex-preferred-size: 82%;
        flex-basis: 82%;
    max-width: 82%;
  }
  * .tbflexbasis83, .flex-between .tbflexbasis83 {
    -ms-flex-preferred-size: 83%;
        flex-basis: 83%;
    max-width: 83%;
  }
  * .tbflexbasis84, .flex-between .tbflexbasis84 {
    -ms-flex-preferred-size: 84%;
        flex-basis: 84%;
    max-width: 84%;
  }
  * .tbflexbasis85, .flex-between .tbflexbasis85 {
    -ms-flex-preferred-size: 85%;
        flex-basis: 85%;
    max-width: 85%;
  }
  * .tbflexbasis86, .flex-between .tbflexbasis86 {
    -ms-flex-preferred-size: 86%;
        flex-basis: 86%;
    max-width: 86%;
  }
  * .tbflexbasis87, .flex-between .tbflexbasis87 {
    -ms-flex-preferred-size: 87%;
        flex-basis: 87%;
    max-width: 87%;
  }
  * .tbflexbasis88, .flex-between .tbflexbasis88 {
    -ms-flex-preferred-size: 88%;
        flex-basis: 88%;
    max-width: 88%;
  }
  * .tbflexbasis89, .flex-between .tbflexbasis89 {
    -ms-flex-preferred-size: 89%;
        flex-basis: 89%;
    max-width: 89%;
  }
  * .tbflexbasis90, .flex-between .tbflexbasis90 {
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
    max-width: 90%;
  }
  * .tbflexbasis91, .flex-between .tbflexbasis91 {
    -ms-flex-preferred-size: 91%;
        flex-basis: 91%;
    max-width: 91%;
  }
  * .tbflexbasis92, .flex-between .tbflexbasis92 {
    -ms-flex-preferred-size: 92%;
        flex-basis: 92%;
    max-width: 92%;
  }
  * .tbflexbasis93, .flex-between .tbflexbasis93 {
    -ms-flex-preferred-size: 93%;
        flex-basis: 93%;
    max-width: 93%;
  }
  * .tbflexbasis94, .flex-between .tbflexbasis94 {
    -ms-flex-preferred-size: 94%;
        flex-basis: 94%;
    max-width: 94%;
  }
  * .tbflexbasis95, .flex-between .tbflexbasis95 {
    -ms-flex-preferred-size: 95%;
        flex-basis: 95%;
    max-width: 95%;
  }
  * .tbflexbasis96, .flex-between .tbflexbasis96 {
    -ms-flex-preferred-size: 96%;
        flex-basis: 96%;
    max-width: 96%;
  }
  * .tbflexbasis97, .flex-between .tbflexbasis97 {
    -ms-flex-preferred-size: 97%;
        flex-basis: 97%;
    max-width: 97%;
  }
  * .tbflexbasis98, .flex-between .tbflexbasis98 {
    -ms-flex-preferred-size: 98%;
        flex-basis: 98%;
    max-width: 98%;
  }
  * .tbflexbasis99, .flex-between .tbflexbasis99 {
    -ms-flex-preferred-size: 99%;
        flex-basis: 99%;
    max-width: 99%;
  }
  * .tbflexbasis100, .flex-between .tbflexbasis100 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
} /* tablet */
@media screen and (max-width: 850px) {
  * .spflexbasis01, .flex-between .spflexbasis01 {
    -ms-flex-preferred-size: 1%;
        flex-basis: 1%;
    max-width: 1%;
  }
  * .spflexbasis02, .flex-between .spflexbasis02 {
    -ms-flex-preferred-size: 2%;
        flex-basis: 2%;
    max-width: 2%;
  }
  * .spflexbasis03, .flex-between .spflexbasis03 {
    -ms-flex-preferred-size: 3%;
        flex-basis: 3%;
    max-width: 3%;
  }
  * .spflexbasis04, .flex-between .spflexbasis04 {
    -ms-flex-preferred-size: 4%;
        flex-basis: 4%;
    max-width: 4%;
  }
  * .spflexbasis05, .flex-between .spflexbasis05 {
    -ms-flex-preferred-size: 5%;
        flex-basis: 5%;
    max-width: 5%;
  }
  * .spflexbasis06, .flex-between .spflexbasis06 {
    -ms-flex-preferred-size: 6%;
        flex-basis: 6%;
    max-width: 6%;
  }
  * .spflexbasis07, .flex-between .spflexbasis07 {
    -ms-flex-preferred-size: 7%;
        flex-basis: 7%;
    max-width: 7%;
  }
  * .spflexbasis08, .flex-between .spflexbasis08 {
    -ms-flex-preferred-size: 8%;
        flex-basis: 8%;
    max-width: 8%;
  }
  * .spflexbasis09, .flex-between .spflexbasis09 {
    -ms-flex-preferred-size: 9%;
        flex-basis: 9%;
    max-width: 9%;
  }
  * .spflexbasis10, .flex-between .spflexbasis10 {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    max-width: 10%;
  }
  * .spflexbasis11, .flex-between .spflexbasis11 {
    -ms-flex-preferred-size: 11%;
        flex-basis: 11%;
    max-width: 11%;
  }
  * .spflexbasis12, .flex-between .spflexbasis12 {
    -ms-flex-preferred-size: 12%;
        flex-basis: 12%;
    max-width: 12%;
  }
  * .spflexbasis13, .flex-between .spflexbasis13 {
    -ms-flex-preferred-size: 13%;
        flex-basis: 13%;
    max-width: 13%;
  }
  * .spflexbasis14, .flex-between .spflexbasis14 {
    -ms-flex-preferred-size: 14%;
        flex-basis: 14%;
    max-width: 14%;
  }
  * .spflexbasis15, .flex-between .spflexbasis15 {
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
    max-width: 15%;
  }
  * .spflexbasis16, .flex-between .spflexbasis16 {
    -ms-flex-preferred-size: 16%;
        flex-basis: 16%;
    max-width: 16%;
  }
  * .spflexbasis17, .flex-between .spflexbasis17 {
    -ms-flex-preferred-size: 17%;
        flex-basis: 17%;
    max-width: 17%;
  }
  * .spflexbasis18, .flex-between .spflexbasis18 {
    -ms-flex-preferred-size: 18%;
        flex-basis: 18%;
    max-width: 18%;
  }
  * .spflexbasis19, .flex-between .spflexbasis19 {
    -ms-flex-preferred-size: 19%;
        flex-basis: 19%;
    max-width: 19%;
  }
  * .spflexbasis20, .flex-between .spflexbasis20 {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%;
  }
  * .spflexbasis21, .flex-between .spflexbasis21 {
    -ms-flex-preferred-size: 21%;
        flex-basis: 21%;
    max-width: 21%;
  }
  * .spflexbasis22, .flex-between .spflexbasis22 {
    -ms-flex-preferred-size: 22%;
        flex-basis: 22%;
    max-width: 22%;
  }
  * .spflexbasis23, .flex-between .spflexbasis23 {
    -ms-flex-preferred-size: 23%;
        flex-basis: 23%;
    max-width: 23%;
  }
  * .spflexbasis24, .flex-between .spflexbasis24 {
    -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
    max-width: 24%;
  }
  * .spflexbasis25, .flex-between .spflexbasis25 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  * .spflexbasis26, .flex-between .spflexbasis26 {
    -ms-flex-preferred-size: 26%;
        flex-basis: 26%;
    max-width: 26%;
  }
  * .spflexbasis27, .flex-between .spflexbasis27 {
    -ms-flex-preferred-size: 27%;
        flex-basis: 27%;
    max-width: 27%;
  }
  * .spflexbasis28, .flex-between .spflexbasis28 {
    -ms-flex-preferred-size: 28%;
        flex-basis: 28%;
    max-width: 28%;
  }
  * .spflexbasis29, .flex-between .spflexbasis29 {
    -ms-flex-preferred-size: 29%;
        flex-basis: 29%;
    max-width: 29%;
  }
  * .spflexbasis30, .flex-between .spflexbasis30 {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    max-width: 30%;
  }
  * .spflexbasis31, .flex-between .spflexbasis31 {
    -ms-flex-preferred-size: 31%;
        flex-basis: 31%;
    max-width: 31%;
  }
  * .spflexbasis32, .flex-between .spflexbasis32 {
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
    max-width: 32%;
  }
  * .spflexbasis33, .flex-between .spflexbasis33 {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    max-width: 33%;
  }
  * .spflexbasis34, .flex-between .spflexbasis34 {
    -ms-flex-preferred-size: 34%;
        flex-basis: 34%;
    max-width: 34%;
  }
  * .spflexbasis35, .flex-between .spflexbasis35 {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    max-width: 35%;
  }
  * .spflexbasis36, .flex-between .spflexbasis36 {
    -ms-flex-preferred-size: 36%;
        flex-basis: 36%;
    max-width: 36%;
  }
  * .spflexbasis37, .flex-between .spflexbasis37 {
    -ms-flex-preferred-size: 37%;
        flex-basis: 37%;
    max-width: 37%;
  }
  * .spflexbasis38, .flex-between .spflexbasis38 {
    -ms-flex-preferred-size: 38%;
        flex-basis: 38%;
    max-width: 38%;
  }
  * .spflexbasis39, .flex-between .spflexbasis39 {
    -ms-flex-preferred-size: 39%;
        flex-basis: 39%;
    max-width: 39%;
  }
  * .spflexbasis40, .flex-between .spflexbasis40 {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    max-width: 40%;
  }
  * .spflexbasis41, .flex-between .spflexbasis41 {
    -ms-flex-preferred-size: 41%;
        flex-basis: 41%;
    max-width: 41%;
  }
  * .spflexbasis42, .flex-between .spflexbasis42 {
    -ms-flex-preferred-size: 42%;
        flex-basis: 42%;
    max-width: 42%;
  }
  * .spflexbasis43, .flex-between .spflexbasis43 {
    -ms-flex-preferred-size: 43%;
        flex-basis: 43%;
    max-width: 43%;
  }
  * .spflexbasis44, .flex-between .spflexbasis44 {
    -ms-flex-preferred-size: 44%;
        flex-basis: 44%;
    max-width: 44%;
  }
  * .spflexbasis45, .flex-between .spflexbasis45 {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    max-width: 45%;
  }
  * .spflexbasis46, .flex-between .spflexbasis46 {
    -ms-flex-preferred-size: 46%;
        flex-basis: 46%;
    max-width: 46%;
  }
  * .spflexbasis47, .flex-between .spflexbasis47 {
    -ms-flex-preferred-size: 47%;
        flex-basis: 47%;
    max-width: 47%;
  }
  * .spflexbasis48, .flex-between .spflexbasis48 {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    max-width: 48%;
  }
  * .spflexbasis49, .flex-between .spflexbasis49 {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    max-width: 49%;
  }
  * .spflexbasis50, .flex-between .spflexbasis50 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  * .spflexbasis51, .flex-between .spflexbasis51 {
    -ms-flex-preferred-size: 51%;
        flex-basis: 51%;
    max-width: 51%;
  }
  * .spflexbasis52, .flex-between .spflexbasis52 {
    -ms-flex-preferred-size: 52%;
        flex-basis: 52%;
    max-width: 52%;
  }
  * .spflexbasis53, .flex-between .spflexbasis53 {
    -ms-flex-preferred-size: 53%;
        flex-basis: 53%;
    max-width: 53%;
  }
  * .spflexbasis54, .flex-between .spflexbasis54 {
    -ms-flex-preferred-size: 54%;
        flex-basis: 54%;
    max-width: 54%;
  }
  * .spflexbasis55, .flex-between .spflexbasis55 {
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
    max-width: 55%;
  }
  * .spflexbasis56, .flex-between .spflexbasis56 {
    -ms-flex-preferred-size: 56%;
        flex-basis: 56%;
    max-width: 56%;
  }
  * .spflexbasis57, .flex-between .spflexbasis57 {
    -ms-flex-preferred-size: 57%;
        flex-basis: 57%;
    max-width: 57%;
  }
  * .spflexbasis58, .flex-between .spflexbasis58 {
    -ms-flex-preferred-size: 58%;
        flex-basis: 58%;
    max-width: 58%;
  }
  * .spflexbasis59, .flex-between .spflexbasis59 {
    -ms-flex-preferred-size: 59%;
        flex-basis: 59%;
    max-width: 59%;
  }
  * .spflexbasis60, .flex-between .spflexbasis60 {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    max-width: 60%;
  }
  * .spflexbasis61, .flex-between .spflexbasis61 {
    -ms-flex-preferred-size: 61%;
        flex-basis: 61%;
    max-width: 61%;
  }
  * .spflexbasis62, .flex-between .spflexbasis62 {
    -ms-flex-preferred-size: 62%;
        flex-basis: 62%;
    max-width: 62%;
  }
  * .spflexbasis63, .flex-between .spflexbasis63 {
    -ms-flex-preferred-size: 63%;
        flex-basis: 63%;
    max-width: 63%;
  }
  * .spflexbasis64, .flex-between .spflexbasis64 {
    -ms-flex-preferred-size: 64%;
        flex-basis: 64%;
    max-width: 64%;
  }
  * .spflexbasis65, .flex-between .spflexbasis65 {
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
    max-width: 65%;
  }
  * .spflexbasis66, .flex-between .spflexbasis66 {
    -ms-flex-preferred-size: 66%;
        flex-basis: 66%;
    max-width: 66%;
  }
  * .spflexbasis67, .flex-between .spflexbasis67 {
    -ms-flex-preferred-size: 67%;
        flex-basis: 67%;
    max-width: 67%;
  }
  * .spflexbasis68, .flex-between .spflexbasis68 {
    -ms-flex-preferred-size: 68%;
        flex-basis: 68%;
    max-width: 68%;
  }
  * .spflexbasis69, .flex-between .spflexbasis69 {
    -ms-flex-preferred-size: 69%;
        flex-basis: 69%;
    max-width: 69%;
  }
  * .spflexbasis70, .flex-between .spflexbasis70 {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    max-width: 70%;
  }
  * .spflexbasis71, .flex-between .spflexbasis71 {
    -ms-flex-preferred-size: 71%;
        flex-basis: 71%;
    max-width: 71%;
  }
  * .spflexbasis72, .flex-between .spflexbasis72 {
    -ms-flex-preferred-size: 72%;
        flex-basis: 72%;
    max-width: 72%;
  }
  * .spflexbasis73, .flex-between .spflexbasis73 {
    -ms-flex-preferred-size: 73%;
        flex-basis: 73%;
    max-width: 73%;
  }
  * .spflexbasis74, .flex-between .spflexbasis74 {
    -ms-flex-preferred-size: 74%;
        flex-basis: 74%;
    max-width: 74%;
  }
  * .spflexbasis75, .flex-between .spflexbasis75 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  * .spflexbasis76, .flex-between .spflexbasis76 {
    -ms-flex-preferred-size: 76%;
        flex-basis: 76%;
    max-width: 76%;
  }
  * .spflexbasis77, .flex-between .spflexbasis77 {
    -ms-flex-preferred-size: 77%;
        flex-basis: 77%;
    max-width: 77%;
  }
  * .spflexbasis78, .flex-between .spflexbasis78 {
    -ms-flex-preferred-size: 78%;
        flex-basis: 78%;
    max-width: 78%;
  }
  * .spflexbasis79, .flex-between .spflexbasis79 {
    -ms-flex-preferred-size: 79%;
        flex-basis: 79%;
    max-width: 79%;
  }
  * .spflexbasis80, .flex-between .spflexbasis80 {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    max-width: 80%;
  }
  * .spflexbasis81, .flex-between .spflexbasis81 {
    -ms-flex-preferred-size: 81%;
        flex-basis: 81%;
    max-width: 81%;
  }
  * .spflexbasis82, .flex-between .spflexbasis82 {
    -ms-flex-preferred-size: 82%;
        flex-basis: 82%;
    max-width: 82%;
  }
  * .spflexbasis83, .flex-between .spflexbasis83 {
    -ms-flex-preferred-size: 83%;
        flex-basis: 83%;
    max-width: 83%;
  }
  * .spflexbasis84, .flex-between .spflexbasis84 {
    -ms-flex-preferred-size: 84%;
        flex-basis: 84%;
    max-width: 84%;
  }
  * .spflexbasis85, .flex-between .spflexbasis85 {
    -ms-flex-preferred-size: 85%;
        flex-basis: 85%;
    max-width: 85%;
  }
  * .spflexbasis86, .flex-between .spflexbasis86 {
    -ms-flex-preferred-size: 86%;
        flex-basis: 86%;
    max-width: 86%;
  }
  * .spflexbasis87, .flex-between .spflexbasis87 {
    -ms-flex-preferred-size: 87%;
        flex-basis: 87%;
    max-width: 87%;
  }
  * .spflexbasis88, .flex-between .spflexbasis88 {
    -ms-flex-preferred-size: 88%;
        flex-basis: 88%;
    max-width: 88%;
  }
  * .spflexbasis89, .flex-between .spflexbasis89 {
    -ms-flex-preferred-size: 89%;
        flex-basis: 89%;
    max-width: 89%;
  }
  * .spflexbasis90, .flex-between .spflexbasis90 {
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
    max-width: 90%;
  }
  * .spflexbasis91, .flex-between .spflexbasis91 {
    -ms-flex-preferred-size: 91%;
        flex-basis: 91%;
    max-width: 91%;
  }
  * .spflexbasis92, .flex-between .spflexbasis92 {
    -ms-flex-preferred-size: 92%;
        flex-basis: 92%;
    max-width: 92%;
  }
  * .spflexbasis93, .flex-between .spflexbasis93 {
    -ms-flex-preferred-size: 93%;
        flex-basis: 93%;
    max-width: 93%;
  }
  * .spflexbasis94, .flex-between .spflexbasis94 {
    -ms-flex-preferred-size: 94%;
        flex-basis: 94%;
    max-width: 94%;
  }
  * .spflexbasis95, .flex-between .spflexbasis95 {
    -ms-flex-preferred-size: 95%;
        flex-basis: 95%;
    max-width: 95%;
  }
  * .spflexbasis96, .flex-between .spflexbasis96 {
    -ms-flex-preferred-size: 96%;
        flex-basis: 96%;
    max-width: 96%;
  }
  * .spflexbasis97, .flex-between .spflexbasis97 {
    -ms-flex-preferred-size: 97%;
        flex-basis: 97%;
    max-width: 97%;
  }
  * .spflexbasis98, .flex-between .spflexbasis98 {
    -ms-flex-preferred-size: 98%;
        flex-basis: 98%;
    max-width: 98%;
  }
  * .spflexbasis99, .flex-between .spflexbasis99 {
    -ms-flex-preferred-size: 99%;
        flex-basis: 99%;
    max-width: 99%;
  }
  * .spflexbasis100, .flex-between .spflexbasis100 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
} /* sp */
/*----------------------------------------------------------  
   Arrangement
----------------------------------------------- */
.align-r {
  text-align: right;
}

.align-c {
  text-align: center;
}

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

.valign-t {
  vertical-align: top;
}

*.bl-center {
  margin: auto;
}

*.bl-left {
  margin-right: auto;
  margin-left: 0 !important;
}

*.bl-right {
  margin-left: auto;
  margin-right: 0 !important;
}

@media screen and (max-width: 850px) {
  .spalign-r {
    text-align: right;
  }
  .spalign-c {
    text-align: center;
  }
  .spalign-l {
    text-align: left;
  }
} /* sp */
/*----------------------------------------------------------
    margin / position
--------------------------------------------------------- */
*.height1em {
  min-height: 1em;
}

*.height1_5em {
  min-height: 1.5em;
}

*.height2em {
  min-height: 2em;
}

*.height2_5em {
  min-height: 2.5em;
}

*.height3em {
  min-height: 3em;
}

*.height3_5em {
  min-height: 3.5em;
}

*.height4em {
  min-height: 4em;
}

*.height4_5em {
  min-height: 4.5em;
}

*.height5em {
  min-height: 5em;
}

*.sp-b1em {
  margin-bottom: 1em;
}

*.sp-b2em {
  margin-bottom: 2em;
}

*.sp-b3em {
  margin-bottom: 3em;
}

*.sp-t1em {
  margin-top: 1em;
}

*.sp-t2em {
  margin-top: 2em;
}

*.sp-t3em {
  margin-top: 3em;
}

*.sp-r1em {
  margin-right: 1em;
}

*.sp-r2em {
  margin-right: 2em;
}

*.sp-r3em {
  margin-right: 3em;
}

*.sp-l1em {
  margin-left: 1em;
}

*.sp-l2em {
  margin-left: 2em;
}

*.sp-l3em {
  margin-left: 3em;
}

*.sp-v0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

*.sp-v5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

*.sp-v10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

*.sp-v15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

*.sp-v20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

*.sp-v25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

*.sp-v30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

*.sp-v40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

*.sp-v50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

*.sp-v60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

*.sp-v70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

*.sp-v80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

*.sp-v90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

*.sp-t0 {
  margin-top: 0px !important;
}

*.sp-t5 {
  margin-top: 5px !important;
}

*.sp-t10 {
  margin-top: 10px !important;
}

*.sp-t15 {
  margin-top: 15px !important;
}

*.sp-t20 {
  margin-top: 20px !important;
}

*.sp-t25 {
  margin-top: 25px !important;
}

*.sp-t30 {
  margin-top: 30px !important;
}

*.sp-t40 {
  margin-top: 40px !important;
}

*.sp-t50 {
  margin-top: 50px !important;
}

*.sp-t60 {
  margin-top: 60px !important;
}

*.sp-t70 {
  margin-top: 70px !important;
}

*.sp-t80 {
  margin-top: 80px !important;
}

*.sp-t90 {
  margin-top: 90px !important;
}

*.sp-b0 {
  margin-bottom: 0px !important;
}

*.sp-b5 {
  margin-bottom: 5px !important;
}

*.sp-b10 {
  margin-bottom: 10px !important;
}

*.sp-b15 {
  margin-bottom: 15px !important;
}

*.sp-b20 {
  margin-bottom: 20px !important;
}

*.sp-b25 {
  margin-bottom: 25px !important;
}

*.sp-b30 {
  margin-bottom: 30px !important;
}

*.sp-b40 {
  margin-bottom: 40px !important;
}

*.sp-b50 {
  margin-bottom: 50px !important;
}

*.sp-b60 {
  margin-bottom: 60px !important;
}

*.sp-b70 {
  margin-bottom: 70px !important;
}

*.sp-b80 {
  margin-bottom: 80px !important;
}

*.sp-b90 {
  margin-bottom: 90px !important;
}

*.sp-r0 {
  margin-right: 0px !important;
}

*.sp-r5 {
  margin-right: 5px !important;
}

*.sp-r10 {
  margin-right: 10px !important;
}

*.sp-r15 {
  margin-right: 15px !important;
}

*.sp-r20 {
  margin-right: 20px !important;
}

*.sp-r25 {
  margin-right: 25px !important;
}

*.sp-r30 {
  margin-right: 30px !important;
}

*.sp-r40 {
  margin-right: 40px !important;
}

*.sp-r50 {
  margin-right: 50px !important;
}

*.sp-r60 {
  margin-right: 60px !important;
}

*.sp-r70 {
  margin-right: 70px !important;
}

*.sp-r80 {
  margin-right: 80px !important;
}

*.sp-r90 {
  margin-right: 90px !important;
}

*.sp-l0 {
  margin-left: 0px !important;
}

*.sp-l5 {
  margin-left: 5px !important;
}

*.sp-l10 {
  margin-left: 10px !important;
}

*.sp-l15 {
  margin-left: 15px !important;
}

*.sp-l20 {
  margin-left: 20px !important;
}

*.sp-l25 {
  margin-left: 25px !important;
}

*.sp-l30 {
  margin-left: 30px !important;
}

*.sp-l40 {
  margin-left: 40px !important;
}

*.sp-l50 {
  margin-left: 50px !important;
}

*.sp-l60 {
  margin-left: 60px !important;
}

*.sp-l70 {
  margin-left: 70px !important;
}

*.sp-l80 {
  margin-left: 80px !important;
}

*.sp-l90 {
  margin-left: 90px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

*.sp-lr0 {
  margin-left: 0px !important;
  margin-left: 0px !important;
}

*.sp-lr5 {
  margin-left: 5px !important;
  margin-left: 5px !important;
}

*.sp-lr10 {
  margin-left: 10px !important;
  margin-left: 10px !important;
}

*.sp-lr15 {
  margin-left: 15px !important;
  margin-left: 15px !important;
}

*.sp-lr20 {
  margin-left: 20px !important;
  margin-left: 20px !important;
}

*.sp-lr25 {
  margin-left: 25px !important;
  margin-left: 25px !important;
}

*.sp-lr30 {
  margin-left: 30px !important;
  margin-left: 30px !important;
}

*.sp-lr40 {
  margin-left: 40px !important;
  margin-left: 40px !important;
}

*.sp-lr50 {
  margin-left: 50px !important;
  margin-left: 50px !important;
}

*.sp-lr60 {
  margin-left: 60px !important;
  margin-left: 60px !important;
}

*.sp-lr70 {
  margin-left: 70px !important;
  margin-left: 70px !important;
}

*.sp-lr80 {
  margin-left: 80px !important;
  margin-left: 80px !important;
}

*.sp-lr90 {
  margin-left: 90px !important;
  margin-left: 90px !important;
}

*.sp-lr3p {
  margin-right: 3%;
  margin-left: 3%;
}

*.sp-lr4p {
  margin-right: 4%;
  margin-left: 4%;
}

*.sp-lr5p {
  margin-right: 5%;
  margin-left: 5%;
}

*.sp-lr10p {
  margin-right: 10%;
  margin-left: 10%;
}

*.sp-lr15p {
  margin-right: 15%;
  margin-left: 15%;
}

*.sp-lr20p {
  margin-right: 20%;
  margin-left: 20%;
}

*.sp-lr30p {
  margin-right: 30%;
  margin-left: 30%;
}

*.sp-lrAuto {
  margin-right: auto;
  margin-left: auto;
}

* .w10p {
  width: 10% !important;
}

* .w15p {
  width: 15% !important;
}

* .w20p {
  width: 20% !important;
}

* .w30p {
  width: 30% !important;
}

* .w40p {
  width: 40% !important;
}

* .w50p {
  width: 50% !important;
}

* .w60p {
  width: 60% !important;
}

* .w70p {
  width: 70% !important;
}

* .w80p {
  width: 80% !important;
}

* .w90p {
  width: 90% !important;
}

* .w100p {
  width: 100% !important;
}

*.pd5 {
  padding: 5px;
}

*.pd10 {
  padding: 10px;
}

*.pd15 {
  padding: 15px;
}

*.pd20 {
  padding: 20px;
}

*.pd25 {
  padding: 25px;
}

*.pd30 {
  padding: 30px;
}

*.pd40 {
  padding: 40px;
}

*.pd50 {
  padding: 50px;
}

*.pd-lr5 {
  padding-right: 5px;
  padding-left: 5px;
}

*.pd-lr10 {
  padding-right: 10px;
  padding-left: 10px;
}

*.pd-lr15 {
  padding-right: 15px;
  padding-left: 15px;
}

*.pd-lr20 {
  padding-right: 20px;
  padding-left: 20px;
}

*.pd-lr25 {
  padding-right: 25px;
  padding-left: 25px;
}

*.pd-lr30 {
  padding-right: 30px;
  padding-left: 30px;
}

*.pd-lr40 {
  padding-right: 40px;
  padding-left: 40px;
}

*.pd-lr50 {
  padding-right: 50px;
  padding-left: 50px;
}

*.pd-lr3p {
  padding-right: 3%;
  padding-left: 3%;
}

*.pd-lr4p {
  padding-right: 4%;
  padding-left: 4%;
}

*.pd-lr5p {
  padding-right: 5%;
  padding-left: 5%;
}

*.pd-lr10p {
  padding-right: 10%;
  padding-left: 10%;
}

*.pd-lr15p {
  padding-right: 15%;
  padding-left: 15%;
}

*.pd-lr20p {
  padding-right: 20%;
  padding-left: 20%;
}

*.pd-lr30p {
  padding-right: 30%;
  padding-left: 30%;
}

*.pd-v5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

*.pd-v10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

*.pd-v15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

*.pd-v20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

*.pd-v25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

*.pd-v30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

*.pd-v40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

*.pd-v50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

*.pd-t0 {
  padding-top: 0px !important;
}

*.pd-t5 {
  padding-top: 5px !important;
}

*.pd-t10 {
  padding-top: 10px !important;
}

*.pd-t15 {
  padding-top: 15px !important;
}

*.pd-t20 {
  padding-top: 20px !important;
}

*.pd-t25 {
  padding-top: 25px !important;
}

*.pd-t30 {
  padding-top: 30px !important;
}

*.pd-t40 {
  padding-top: 40px !important;
}

*.pd-t50 {
  padding-top: 50px !important;
}

*.pd-t60 {
  padding-top: 60px !important;
}

*.pd-t70 {
  padding-top: 70px !important;
}

*.pd-t80 {
  padding-top: 80px !important;
}

*.pd-t90 {
  padding-top: 90px !important;
}

*.pd-b0 {
  padding-bottom: 0px !important;
}

*.pd-b5 {
  padding-bottom: 5px !important;
}

*.pd-b10 {
  padding-bottom: 10px !important;
}

*.pd-b15 {
  padding-bottom: 15px !important;
}

*.pd-b20 {
  padding-bottom: 20px !important;
}

*.pd-b25 {
  padding-bottom: 25px !important;
}

*.pd-b30 {
  padding-bottom: 30px !important;
}

*.pd-b40 {
  padding-bottom: 40px !important;
}

*.pd-b50 {
  padding-bottom: 50px !important;
}

*.pd-b60 {
  padding-bottom: 60px !important;
}

*.pd-b70 {
  padding-bottom: 70px !important;
}

*.pd-b80 {
  padding-bottom: 80px !important;
}

*.pd-b90 {
  padding-bottom: 90px !important;
}

*.pd-r0 {
  padding-right: 0px !important;
}

*.pd-r5 {
  padding-right: 5px !important;
}

*.pd-r10 {
  padding-right: 10px !important;
}

*.pd-r15 {
  padding-right: 15px !important;
}

*.pd-r20 {
  padding-right: 20px !important;
}

*.pd-r25 {
  padding-right: 25px !important;
}

*.pd-r30 {
  padding-right: 30px !important;
}

*.pd-r40 {
  padding-right: 40px !important;
}

*.pd-r50 {
  padding-right: 50px !important;
}

*.pd-r60 {
  padding-right: 60px !important;
}

*.pd-r70 {
  padding-right: 70px !important;
}

*.pd-r80 {
  padding-right: 80px !important;
}

*.pd-r90 {
  padding-right: 90px !important;
}

*.pd-l0 {
  padding-left: 0px !important;
}

*.pd-l5 {
  padding-left: 5px !important;
}

*.pd-l10 {
  padding-left: 10px !important;
}

*.pd-l15 {
  padding-left: 15px !important;
}

*.pd-l20 {
  padding-left: 20px !important;
}

*.pd-l25 {
  padding-left: 25px !important;
}

*.pd-l30 {
  padding-left: 30px !important;
}

*.pd-l40 {
  padding-left: 40px !important;
}

*.pd-l50 {
  padding-left: 50px !important;
}

*.pd-l60 {
  padding-left: 60px !important;
}

*.pd-l70 {
  padding-left: 70px !important;
}

*.pd-l80 {
  padding-left: 80px !important;
}

*.pd-l90 {
  padding-left: 90px !important;
}

.radius3 {
  border-radius: 3px;
}

.radius5 {
  border-radius: 5px;
}

.radius10 {
  border-radius: 10px;
}

.radius15 {
  border-radius: 15px;
}

.radius20 {
  border-radius: 20px;
}

.radius30 {
  border-radius: 30px;
}

.radius40 {
  border-radius: 40px;
}

.radius50 {
  border-radius: 50px;
}

.o-hidden {
  overflow: hidden;
}

.indent {
  margin-left: 1em;
}

.nominW {
  min-width: auto !important;
}

.nominH {
  min-height: auto !important;
}

.nomaxW {
  max-width: auto !important;
}

.nomaxH {
  max-height: auto !important;
}

/* tablet */
@media all and (min-width: 851px) and (max-width: 1280px) {
  .w10p-tb {
    width: 10% !important;
  }
  .w15p-tb {
    width: 15% !important;
  }
  .w20p-tb {
    width: 20% !important;
  }
  .w30p-tb {
    width: 30% !important;
  }
  .w40p-tb {
    width: 40% !important;
  }
  .w50p-tb {
    width: 50% !important;
  }
  .w60p-tb {
    width: 60% !important;
  }
  .w70p-tb {
    width: 70% !important;
  }
  .w80p-tb {
    width: 80% !important;
  }
  .w90p-tb {
    width: 90% !important;
  }
  .w100p-tb {
    width: 100% !important;
  }
  *.sp-v0tb {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  *.sp-v5tb {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  *.sp-v10tb {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  *.sp-v15tb {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  *.sp-v20tb {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  *.sp-v25tb {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  *.sp-v30tb {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  *.sp-v40tb {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  *.sp-v50tb {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  *.sp-v60tb {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  *.sp-v70tb {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  *.sp-v80tb {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  *.sp-v90tb {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  *.sp-t0tb {
    margin-top: 0px !important;
  }
  *.sp-t5tb {
    margin-top: 5px !important;
  }
  *.sp-t10tb {
    margin-top: 10px !important;
  }
  *.sp-t15tb {
    margin-top: 15px !important;
  }
  *.sp-t20tb {
    margin-top: 20px !important;
  }
  *.sp-t25tb {
    margin-top: 25px !important;
  }
  *.sp-t30tb {
    margin-top: 30px !important;
  }
  *.sp-t40tb {
    margin-top: 40px !important;
  }
  *.sp-t50tb {
    margin-top: 50px !important;
  }
  *.sp-t60tb {
    margin-top: 60px !important;
  }
  *.sp-t70tb {
    margin-top: 70px !important;
  }
  *.sp-t80tb {
    margin-top: 80px !important;
  }
  *.sp-t90tb {
    margin-top: 90px !important;
  }
  *.sp-b0tb {
    margin-bottom: 0px !important;
  }
  *.sp-b5tb {
    margin-bottom: 5px !important;
  }
  *.sp-b10tb {
    margin-bottom: 10px !important;
  }
  *.sp-b15tb {
    margin-bottom: 15px !important;
  }
  *.sp-b20tb {
    margin-bottom: 20px !important;
  }
  *.sp-b25tb {
    margin-bottom: 25px !important;
  }
  *.sp-b30tb {
    margin-bottom: 30px !important;
  }
  *.sp-b40tb {
    margin-bottom: 40px !important;
  }
  *.sp-b50tb {
    margin-bottom: 50px !important;
  }
  *.sp-b60tb {
    margin-bottom: 60px !important;
  }
  *.sp-b70tb {
    margin-bottom: 70px !important;
  }
  *.sp-b80tb {
    margin-bottom: 80px !important;
  }
  *.sp-b90tb {
    margin-bottom: 90px !important;
  }
  *.sp-mt5tb {
    margin-top: -5px !important;
  }
  *.sp-mt10tb {
    margin-top: -10px !important;
  }
  *.sp-mt15tb {
    margin-top: -15px !important;
  }
  *.sp-mt20tb {
    margin-top: -20px !important;
  }
  *.sp-mt25tb {
    margin-top: -25px !important;
  }
  *.sp-mt30tb {
    margin-top: -30px !important;
  }
  *.sp-mt40tb {
    margin-top: -40px !important;
  }
  *.sp-mt50tb {
    margin-top: -50px !important;
  }
  *.sp-mb5tb {
    margin-bottom: -5px !important;
  }
  *.sp-mb10tb {
    margin-bottom: -10px !important;
  }
  *.sp-mb15tb {
    margin-bottom: -15px !important;
  }
  *.sp-mb20tb {
    margin-bottom: -20px !important;
  }
  *.sp-mb25tb {
    margin-bottom: -25px !important;
  }
  *.sp-mb30tb {
    margin-bottom: -30px !important;
  }
  *.sp-mb40tb {
    margin-bottom: -40px !important;
  }
  *.sp-mb50tb {
    margin-bottom: -50px !important;
  }
  *.sp-lr0tb {
    margin-left: 0px !important;
    margin-left: 0px !important;
  }
  *.sp-lr5tb {
    margin-left: 5px !important;
    margin-left: 5px !important;
  }
  *.sp-lr10tb {
    margin-left: 10px !important;
    margin-left: 10px !important;
  }
  *.sp-lr15tb {
    margin-left: 15px !important;
    margin-left: 15px !important;
  }
  *.sp-lr20tb {
    margin-left: 20px !important;
    margin-left: 20px !important;
  }
  *.sp-lr25tb {
    margin-left: 25px !important;
    margin-left: 25px !important;
  }
  *.sp-lr30tb {
    margin-left: 30px !important;
    margin-left: 30px !important;
  }
  *.sp-lr40tb {
    margin-left: 40px !important;
    margin-left: 40px !important;
  }
  *.sp-lr50tb {
    margin-left: 50px !important;
    margin-left: 50px !important;
  }
  *.sp-lr60tb {
    margin-left: 60px !important;
    margin-left: 60px !important;
  }
  *.sp-lr70tb {
    margin-left: 70px !important;
    margin-left: 70px !important;
  }
  *.sp-lr80tb {
    margin-left: 80px !important;
    margin-left: 80px !important;
  }
  *.sp-lr90tb {
    margin-left: 90px !important;
    margin-left: 90px !important;
  }
  *.sp-lr3p-tb {
    margin-right: 3%;
    margin-left: 3%;
  }
  *.sp-lr4p-tb {
    margin-right: 4%;
    margin-left: 4%;
  }
  *.sp-lr5p-tb {
    margin-right: 5%;
    margin-left: 5%;
  }
  *.sp-lr10p-tb {
    margin-right: 10%;
    margin-left: 10%;
  }
  *.sp-lr15p-tb {
    margin-right: 15%;
    margin-left: 15%;
  }
  *.sp-lr20p-tb {
    margin-right: 20%;
    margin-left: 20%;
  }
  *.sp-lr30p-tb {
    margin-right: 30%;
    margin-left: 30%;
  }
  *.pd5tb {
    padding: 5px;
  }
  *.pd10tb {
    padding: 10px;
  }
  *.pd15tb {
    padding: 15px;
  }
  *.pd20tb {
    padding: 20px;
  }
  *.pd25tb {
    padding: 25px;
  }
  *.pd30tb {
    padding: 30px;
  }
  *.pd40tb {
    padding: 40px;
  }
  *.pd50tb {
    padding: 50px;
  }
  *.pd-lr5tb {
    padding-right: 5px;
    padding-left: 5px;
  }
  *.pd-lr10tb {
    padding-right: 10px;
    padding-left: 10px;
  }
  *.pd-lr15tb {
    padding-right: 15px;
    padding-left: 15px;
  }
  *.pd-lr20tb {
    padding-right: 20px;
    padding-left: 20px;
  }
  *.pd-lr25tb {
    padding-right: 25px;
    padding-left: 25px;
  }
  *.pd-lr30tb {
    padding-right: 30px;
    padding-left: 30px;
  }
  *.pd-lr40tb {
    padding-right: 40px;
    padding-left: 40px;
  }
  *.pd-lr50tb {
    padding-right: 50px;
    padding-left: 50px;
  }
  *.pd-lr3ptb {
    padding-right: 3%;
    padding-left: 3%;
  }
  *.pd-lr4ptb {
    padding-right: 4%;
    padding-left: 4%;
  }
  *.pd-lr5ptb {
    padding-right: 5%;
    padding-left: 5%;
  }
  *.pd-lr10ptb {
    padding-right: 10%;
    padding-left: 10%;
  }
  *.pd-lr15ptb {
    padding-right: 15%;
    padding-left: 15%;
  }
  *.pd-lr20ptb {
    padding-right: 20%;
    padding-left: 20%;
  }
  *.pd-lr30ptb {
    padding-right: 30%;
    padding-left: 30%;
  }
  *.pd-v5tb {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  *.pd-v10tb {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  *.pd-v15tb {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  *.pd-v20tb {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  *.pd-v25tb {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  *.pd-v30tb {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  *.pd-v40tb {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  *.pd-v50tb {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  *.pd-t0tb {
    padding-top: 0px !important;
  }
  *.pd-t5tb {
    padding-top: 5px !important;
  }
  *.pd-t10tb {
    padding-top: 10px !important;
  }
  *.pd-t15tb {
    padding-top: 15px !important;
  }
  *.pd-t20tb {
    padding-top: 20px !important;
  }
  *.pd-t25tb {
    padding-top: 25px !important;
  }
  *.pd-t30tb {
    padding-top: 30px !important;
  }
  *.pd-t40tb {
    padding-top: 40px !important;
  }
  *.pd-t50tb {
    padding-top: 50px !important;
  }
  *.pd-t60tb {
    padding-top: 60px !important;
  }
  *.pd-t70tb {
    padding-top: 70px !important;
  }
  *.pd-t80tb {
    padding-top: 80px !important;
  }
  *.pd-t90tb {
    padding-top: 90px !important;
  }
  *.pd-b0tb {
    padding-bottom: 0px !important;
  }
  *.pd-b5tb {
    padding-bottom: 5px !important;
  }
  *.pd-b10tb {
    padding-bottom: 10px !important;
  }
  *.pd-b15tb {
    padding-bottom: 15px !important;
  }
  *.pd-b20tb {
    padding-bottom: 20px !important;
  }
  *.pd-b25tb {
    padding-bottom: 25px !important;
  }
  *.pd-b30tb {
    padding-bottom: 30px !important;
  }
  *.pd-b40tb {
    padding-bottom: 40px !important;
  }
  *.pd-b50tb {
    padding-bottom: 50px !important;
  }
  *.pd-b60tb {
    padding-bottom: 60px !important;
  }
  *.pd-b70tb {
    padding-bottom: 70px !important;
  }
  *.pd-b80tb {
    padding-bottom: 80px !important;
  }
  *.pd-b90tb {
    padding-bottom: 90px !important;
  }
  *.pd-r0tb {
    padding-right: 0px !important;
  }
  *.pd-r5tb {
    padding-right: 5px !important;
  }
  *.pd-r10tb {
    padding-right: 10px !important;
  }
  *.pd-r15tb {
    padding-right: 15px !important;
  }
  *.pd-r20tb {
    padding-right: 20px !important;
  }
  *.pd-r25tb {
    padding-right: 25px !important;
  }
  *.pd-r30tb {
    padding-right: 30px !important;
  }
  *.pd-r40tb {
    padding-right: 40px !important;
  }
  *.pd-r50tb {
    padding-right: 50px !important;
  }
  *.pd-r60tb {
    padding-right: 60px !important;
  }
  *.pd-r70tb {
    padding-right: 70px !important;
  }
  *.pd-r80tb {
    padding-right: 80px !important;
  }
  *.pd-r90tb {
    padding-right: 90px !important;
  }
  *.pd-l0tb {
    padding-left: 0px !important;
  }
  *.pd-l5tb {
    padding-left: 5px !important;
  }
  *.pd-l10tb {
    padding-left: 10px !important;
  }
  *.pd-l15tb {
    padding-left: 15px !important;
  }
  *.pd-l20tb {
    padding-left: 20px !important;
  }
  *.pd-l25tb {
    padding-left: 25px !important;
  }
  *.pd-l30tb {
    padding-left: 30px !important;
  }
  *.pd-l40tb {
    padding-left: 40px !important;
  }
  *.pd-l50tb {
    padding-left: 50px !important;
  }
  *.pd-l60tb {
    padding-left: 60px !important;
  }
  *.pd-l70tb {
    padding-left: 70px !important;
  }
  *.pd-l80tb {
    padding-left: 80px !important;
  }
  *.pd-l90tb {
    padding-left: 90px !important;
  }
} /* tablet */
@media screen and (max-width: 850px) {
  .w10p-sp {
    width: 10% !important;
  }
  .w15p-sp {
    width: 15% !important;
  }
  .w20p-sp {
    width: 20% !important;
  }
  .w30p-sp {
    width: 30% !important;
  }
  .w40p-sp {
    width: 40% !important;
  }
  .w50p-sp {
    width: 50% !important;
  }
  .w60p-sp {
    width: 60% !important;
  }
  .w70p-sp {
    width: 70% !important;
  }
  .w80p-sp {
    width: 80% !important;
  }
  .w90p-sp {
    width: 90% !important;
  }
  .w100p-sp {
    width: 100% !important;
  }
  *.sp-v0sp {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  *.sp-v5sp {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  *.sp-v10sp {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  *.sp-v15sp {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  *.sp-v20sp {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  *.sp-v25sp {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  *.sp-v30sp {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  *.sp-v40sp {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  *.sp-v50sp {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  *.sp-v60sp {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  *.sp-v70sp {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  *.sp-v80sp {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  *.sp-v90sp {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  *.sp-t0sp {
    margin-top: 0px !important;
  }
  *.sp-t5sp {
    margin-top: 5px !important;
  }
  *.sp-t10sp {
    margin-top: 10px !important;
  }
  *.sp-t15sp {
    margin-top: 15px !important;
  }
  *.sp-t20sp {
    margin-top: 20px !important;
  }
  *.sp-t25sp {
    margin-top: 25px !important;
  }
  *.sp-t30sp {
    margin-top: 30px !important;
  }
  *.sp-t40sp {
    margin-top: 40px !important;
  }
  *.sp-t50sp {
    margin-top: 50px !important;
  }
  *.sp-t60sp {
    margin-top: 60px !important;
  }
  *.sp-t70sp {
    margin-top: 70px !important;
  }
  *.sp-t80sp {
    margin-top: 80px !important;
  }
  *.sp-t90sp {
    margin-top: 90px !important;
  }
  *.sp-b0sp {
    margin-bottom: 0px !important;
  }
  *.sp-b5sp {
    margin-bottom: 5px !important;
  }
  *.sp-b10sp {
    margin-bottom: 10px !important;
  }
  *.sp-b15sp {
    margin-bottom: 15px !important;
  }
  *.sp-b20sp {
    margin-bottom: 20px !important;
  }
  *.sp-b25sp {
    margin-bottom: 25px !important;
  }
  *.sp-b30sp {
    margin-bottom: 30px !important;
  }
  *.sp-b40sp {
    margin-bottom: 40px !important;
  }
  *.sp-b50sp {
    margin-bottom: 50px !important;
  }
  *.sp-b60sp {
    margin-bottom: 60px !important;
  }
  *.sp-b70sp {
    margin-bottom: 70px !important;
  }
  *.sp-b80sp {
    margin-bottom: 80px !important;
  }
  *.sp-b90sp {
    margin-bottom: 90px !important;
  }
  *.sp-mt5sp {
    margin-top: -5px !important;
  }
  *.sp-mt10sp {
    margin-top: -10px !important;
  }
  *.sp-mt15sp {
    margin-top: -15px !important;
  }
  *.sp-mt20sp {
    margin-top: -20px !important;
  }
  *.sp-mt25sp {
    margin-top: -25px !important;
  }
  *.sp-mt30sp {
    margin-top: -30px !important;
  }
  *.sp-mt40sp {
    margin-top: -40px !important;
  }
  *.sp-mt50sp {
    margin-top: -50px !important;
  }
  *.sp-mb5sp {
    margin-bottom: -5px !important;
  }
  *.sp-mb10sp {
    margin-bottom: -10px !important;
  }
  *.sp-mb15sp {
    margin-bottom: -15px !important;
  }
  *.sp-mb20sp {
    margin-bottom: -20px !important;
  }
  *.sp-mb25sp {
    margin-bottom: -25px !important;
  }
  *.sp-mb30sp {
    margin-bottom: -30px !important;
  }
  *.sp-mb40sp {
    margin-bottom: -40px !important;
  }
  *.sp-mb50sp {
    margin-bottom: -50px !important;
  }
  *.sp-lr0sp {
    margin-left: 0px !important;
    margin-left: 0px !important;
  }
  *.sp-lr5sp {
    margin-left: 5px !important;
    margin-left: 5px !important;
  }
  *.sp-lr10sp {
    margin-left: 10px !important;
    margin-left: 10px !important;
  }
  *.sp-lr15sp {
    margin-left: 15px !important;
    margin-left: 15px !important;
  }
  *.sp-lr20sp {
    margin-left: 20px !important;
    margin-left: 20px !important;
  }
  *.sp-lr25sp {
    margin-left: 25px !important;
    margin-left: 25px !important;
  }
  *.sp-lr30sp {
    margin-left: 30px !important;
    margin-left: 30px !important;
  }
  *.sp-lr40sp {
    margin-left: 40px !important;
    margin-left: 40px !important;
  }
  *.sp-lr50sp {
    margin-left: 50px !important;
    margin-left: 50px !important;
  }
  *.sp-lr60sp {
    margin-left: 60px !important;
    margin-left: 60px !important;
  }
  *.sp-lr70sp {
    margin-left: 70px !important;
    margin-left: 70px !important;
  }
  *.sp-lr80sp {
    margin-left: 80px !important;
    margin-left: 80px !important;
  }
  *.sp-lr90sp {
    margin-left: 90px !important;
    margin-left: 90px !important;
  }
  *.sp-lr3p-sp {
    margin-right: 3%;
    margin-left: 3%;
  }
  *.sp-lr4p-sp {
    margin-right: 4%;
    margin-left: 4%;
  }
  *.sp-lr5p-sp {
    margin-right: 5%;
    margin-left: 5%;
  }
  *.sp-lr10p-sp {
    margin-right: 10%;
    margin-left: 10%;
  }
  *.sp-lr15p-sp {
    margin-right: 15%;
    margin-left: 15%;
  }
  *.sp-lr20p-sp {
    margin-right: 20%;
    margin-left: 20%;
  }
  *.sp-lr30p-sp {
    margin-right: 30%;
    margin-left: 30%;
  }
  *.pd5sp {
    padding: 5px;
  }
  *.pd10sp {
    padding: 10px;
  }
  *.pd15sp {
    padding: 15px;
  }
  *.pd20sp {
    padding: 20px;
  }
  *.pd25sp {
    padding: 25px;
  }
  *.pd30sp {
    padding: 30px;
  }
  *.pd40sp {
    padding: 40px;
  }
  *.pd50sp {
    padding: 50px;
  }
  *.pd-lr5sp {
    padding-right: 5px;
    padding-left: 5px;
  }
  *.pd-lr10sp {
    padding-right: 10px;
    padding-left: 10px;
  }
  *.pd-lr15sp {
    padding-right: 15px;
    padding-left: 15px;
  }
  *.pd-lr20sp {
    padding-right: 20px;
    padding-left: 20px;
  }
  *.pd-lr25sp {
    padding-right: 25px;
    padding-left: 25px;
  }
  *.pd-lr30sp {
    padding-right: 30px;
    padding-left: 30px;
  }
  *.pd-lr40sp {
    padding-right: 40px;
    padding-left: 40px;
  }
  *.pd-lr50sp {
    padding-right: 50px;
    padding-left: 50px;
  }
  *.pd-lr3psp {
    padding-right: 3%;
    padding-left: 3%;
  }
  *.pd-lr4psp {
    padding-right: 4%;
    padding-left: 4%;
  }
  *.pd-lr5psp {
    padding-right: 5%;
    padding-left: 5%;
  }
  *.pd-lr10psp {
    padding-right: 10%;
    padding-left: 10%;
  }
  *.pd-lr15psp {
    padding-right: 15%;
    padding-left: 15%;
  }
  *.pd-lr20psp {
    padding-right: 20%;
    padding-left: 20%;
  }
  *.pd-lr30psp {
    padding-right: 30%;
    padding-left: 30%;
  }
  *.pd-v5sp {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  *.pd-v10sp {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  *.pd-v15sp {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  *.pd-v20sp {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  *.pd-v25sp {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  *.pd-v30sp {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  *.pd-v40sp {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  *.pd-v50sp {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  *.pd-t0sp {
    padding-top: 0px !important;
  }
  *.pd-t5sp {
    padding-top: 5px !important;
  }
  *.pd-t10sp {
    padding-top: 10px !important;
  }
  *.pd-t15sp {
    padding-top: 15px !important;
  }
  *.pd-t20sp {
    padding-top: 20px !important;
  }
  *.pd-t25sp {
    padding-top: 25px !important;
  }
  *.pd-t30sp {
    padding-top: 30px !important;
  }
  *.pd-t40sp {
    padding-top: 40px !important;
  }
  *.pd-t50sp {
    padding-top: 50px !important;
  }
  *.pd-t60sp {
    padding-top: 60px !important;
  }
  *.pd-t70sp {
    padding-top: 70px !important;
  }
  *.pd-t80sp {
    padding-top: 80px !important;
  }
  *.pd-t90sp {
    padding-top: 90px !important;
  }
  *.pd-b0sp {
    padding-bottom: 0px !important;
  }
  *.pd-b5sp {
    padding-bottom: 5px !important;
  }
  *.pd-b10sp {
    padding-bottom: 10px !important;
  }
  *.pd-b15sp {
    padding-bottom: 15px !important;
  }
  *.pd-b20sp {
    padding-bottom: 20px !important;
  }
  *.pd-b25sp {
    padding-bottom: 25px !important;
  }
  *.pd-b30sp {
    padding-bottom: 30px !important;
  }
  *.pd-b40sp {
    padding-bottom: 40px !important;
  }
  *.pd-b50sp {
    padding-bottom: 50px !important;
  }
  *.pd-b60sp {
    padding-bottom: 60px !important;
  }
  *.pd-b70sp {
    padding-bottom: 70px !important;
  }
  *.pd-b80sp {
    padding-bottom: 80px !important;
  }
  *.pd-b90sp {
    padding-bottom: 90px !important;
  }
  *.pd-r0sp {
    padding-right: 0px !important;
  }
  *.pd-r5sp {
    padding-right: 5px !important;
  }
  *.pd-r10sp {
    padding-right: 10px !important;
  }
  *.pd-r15sp {
    padding-right: 15px !important;
  }
  *.pd-r20sp {
    padding-right: 20px !important;
  }
  *.pd-r25sp {
    padding-right: 25px !important;
  }
  *.pd-r30sp {
    padding-right: 30px !important;
  }
  *.pd-r40sp {
    padding-right: 40px !important;
  }
  *.pd-r50sp {
    padding-right: 50px !important;
  }
  *.pd-r60sp {
    padding-right: 60px !important;
  }
  *.pd-r70sp {
    padding-right: 70px !important;
  }
  *.pd-r80sp {
    padding-right: 80px !important;
  }
  *.pd-r90sp {
    padding-right: 90px !important;
  }
  *.pd-l0sp {
    padding-left: 0px !important;
  }
  *.pd-l5sp {
    padding-left: 5px !important;
  }
  *.pd-l10sp {
    padding-left: 10px !important;
  }
  *.pd-l15sp {
    padding-left: 15px !important;
  }
  *.pd-l20sp {
    padding-left: 20px !important;
  }
  *.pd-l25sp {
    padding-left: 25px !important;
  }
  *.pd-l30sp {
    padding-left: 30px !important;
  }
  *.pd-l40sp {
    padding-left: 40px !important;
  }
  *.pd-l50sp {
    padding-left: 50px !important;
  }
  *.pd-l60sp {
    padding-left: 60px !important;
  }
  *.pd-l70sp {
    padding-left: 70px !important;
  }
  *.pd-l80sp {
    padding-left: 80px !important;
  }
  *.pd-l90sp {
    padding-left: 90px !important;
  }
} /* sp */