@charset "UTF-8";
/* CSS Document */
/* contents---------------
	 1.Reset
	 2.Base
	 3.Layout
	 4.Common
	 5.Page
	 6.Script
		------------ */
@import url("../fonts/icon/style.css");
@font-face {
  font-family: "Noto Sans JP";
  src: url(../fonts/NotoSansJP-Regular.woff) format("woff"), url(../fonts/NotoSansJP-Regular.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url(../fonts/NotoSansJP-Bold.woff) format("woff"), url(../fonts/NotoSansJP-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url(../fonts/NotoSansJP-Black.woff) format("woff"), url(../fonts/NotoSansJP-Black.woff2) format("woff2");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url(../fonts/NotoSerifJP-Bold.woff) format("woff"), url(../fonts/NotoSerifJP-Bold.woff2) format("woff2");
  font-weight: 700;
  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.8;
}

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

a:link {
  color: #231714;
  font-style: normal;
}

a:visited {
  color: #231714;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a img:hover {
  opacity: 0.7;
}

strong, .bold {
  font-weight: bold;
}

em {
  color: #F7701B;
  font-weight: bold;
  font-style: normal;
}

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

.fontS {
  font-size: 90%;
}

.fontL {
  font-size: 120%;
}

span.ib {
  display: inline-block;
}

.cl1 {
  color: #F7701B;
}

blockquote {
  padding: 2px 0 2px 1em;
  border-left: 7px #C0D9FE solid;
  margin: 10px 0;
}

.spDisp {
  display: none;
}

@media screen and (max-width: 850px) {
  .spDisp {
    display: block;
  }
  .pcDisp {
    display: none;
  }
  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;
}

.bgW {
  background: #FFF;
}

p.mincho {
  font-family: "Noto Serif JP", serif;
}

/*----------------------------------------------------------
	Layout
--------------------------------------------------------- */
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: -10;
  font-size: 15px;
  color: #1b1b1b;
  background: #fff6f1;
  font-family: "Noto Sans JP", "BIZ UDPGothic", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  src: local("Yu Gothic Medium");
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 860px) {
  html, body {
    font-size: 14px;
  }
}
html, body {
  /* sp */
}

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

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

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

/* tablet */
@media all and (min-width: 861px) and (max-width: 1290px) {
  .pagewidth {
    padding: 0 2%;
  }
  .sitewidth {
    padding: 0 2%;
  }
  .contwidth, .innerwidth {
    padding: 0 3%;
  }
} /* tablet */
@media screen and (max-width: 860px) {
  #wrapper {
    display: block;
  }
  #wrapper header {
    width: 100%;
  }
  #wrapper .mainArea {
    width: auto;
  }
  .sitewidth {
    padding: 0 4%;
  }
  .contwidth, .innerwidth {
    padding: 0 4%;
  }
} /* sp */
/* page animation */
body {
  -webkit-animation: pagefadein 3s forwards;
          animation: pagefadein 3s forwards;
}

@-webkit-keyframes pagefadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes pagefadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Header
----------------------------------------------- */
header {
  background: url(../img/bg_title.png) no-repeat left top;
  position: relative;
  max-width: 1680px;
  margin: auto;
}
header .logo {
  padding: 2rem;
}
header .headBtn {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}
header .headBtn a {
  display: inline-block;
  background: #F7701B;
  color: #FFF;
  font-weight: 900;
  padding: 1em;
  line-height: 1;
  text-decoration: none;
}
header .headBtn a:before {
  font-family: "icomoon";
  content: "\ee83";
  font-weight: normal;
  margin-right: 0.3em;
  color: #ffe3d2;
  font-size: 1.1em;
  position: relative;
  top: 0.1em;
}
header .headBtn a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .bg .img01 {
  position: absolute;
  top: 120px;
  left: 0;
}
header .bg .img02 {
  position: absolute;
  top: 0;
  right: 0;
}
header .inner {
  padding: 120px 0;
}
header .inner h1 {
  text-align: center;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 860px) {
  header {
    background-size: cover;
  }
  header .logo {
    text-align: right;
    padding: 1rem;
  }
  header .logo img {
    max-width: 150px;
  }
  header .headBtn {
    display: none;
  }
  header .bg .img01 {
    width: 50%;
    top: 30px;
  }
  header .bg .img02 {
    width: 60%;
    top: 90px;
  }
  header .inner {
    padding: 110px 5% 10vh 5%;
  }
}
header {
  /* sp */
}

/* Contents
----------------------------------------------- */
.fixedBtn {
  position: fixed;
  right: 0;
  top: 50vh;
  display: -ms-grid;
  display: grid;
  gap: 0.8rem 0;
  z-index: 100;
}
.fixedBtn a {
  display: block;
}
@media screen and (max-width: 860px) {
  .fixedBtn {
    bottom: 0;
    top: auto;
    background: rgba(0, 0, 0, 0.6);
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0.8rem 1fr;
    grid-template-columns: 1fr 1fr;
    padding: 0.8rem;
    gap: 0.8rem;
  }
}
.fixedBtn {
  /* sp */
}

/* Footer
----------------------------------------------- */
footer {
  background-color: #1b1b1b;
  color: #FFF;
  text-align: center;
  margin-top: 5rem;
}
footer .logo {
  margin-bottom: 1.5rem;
}
footer small {
  font-size: 0.86rem;
}
footer .contwidth {
  position: relative;
  padding: 40px 0;
}
footer .contwidth .pagetop {
  position: absolute;
  right: 0;
  top: -33px;
}
footer .contwidth .pagetop a {
  color: #FFF;
  text-decoration: none;
  display: block;
  background-color: #1b1b1b;
  border-radius: 5px 5px 0 0;
  font-weight: 700;
  font-size: 0.86rem;
  padding: 8px 1.5em;
}
footer .contwidth .pagetop a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 860px) {
  footer {
    padding-bottom: 4rem;
  }
  footer .contwidth .pagetop {
    right: 1rem;
  }
}
footer {
  /* sp */
}

/*----------------------------------------------------------
	Page
--------------------------------------------------------- */
/* common module
----------------------------------------------- */
section h2 {
  position: relative;
  background: #FFF;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 1.6rem;
  padding: 2.5rem 0 1.5rem;
  margin: 6rem 0 2rem;
}
section h2 span.num {
  display: block;
  font-size: 3.2rem;
  color: #F7701B;
  position: absolute;
  margin: auto;
  top: -0.8em;
  left: 0;
  right: 0;
}
section h2 em {
  font-size: 2rem;
  color: #F7701B;
  display: block;
}
section h2 .sub {
  background: #434343;
  color: #FFF;
  font-size: 1.26rem;
  font-family: "Noto Sans JP", "BIZ UDPGothic", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  src: local("Yu Gothic Medium");
  font-weight: 400;
  line-height: normal;
  font-weight: 700;
  display: inline-block;
  padding: 0.5em 1.5em;
  line-height: 1;
}
section p + p {
  margin-top: 1em;
}
@media screen and (max-width: 860px) {
  section h2 {
    font-size: 1.2rem;
    padding: 2.5rem 0.5rem 1.5rem;
  }
  section h2 span.num {
    font-size: 2.5rem;
  }
  section h2 em {
    font-size: 1.6rem;
  }
}
section {
  /* sp */
}

.headSideimg {
  max-width: 1280px;
  margin: auto;
  margin-top: 5rem;
  margin-bottom: 1.5rem;
}
.headSideimg picture {
  display: block;
  text-align: right;
}
.headSideimg h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
  margin-top: -2.5rem;
  margin-bottom: 1rem;
}
.headSideimg h3 .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F7701B;
  color: #FFF;
  font-family: "Noto Serif JP";
  font-size: 2.4rem;
  padding: 0.6em 0.7em;
  line-height: 1;
}
.headSideimg h3 .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: rgba(255, 255, 255, 0.7);
  font-weight: bold;
  font-size: 1.46rem;
  padding: 0 1em;
}
@media screen and (max-width: 860px) {
  .headSideimg {
    padding-left: 4%;
    padding-right: 4%;
  }
  .headSideimg picture {
    text-align: center;
  }
  .headSideimg h3 {
    margin-top: 0;
    padding: 0;
  }
  .headSideimg h3 .num {
    font-size: 2rem;
  }
  .headSideimg h3 .head {
    background: #FFF;
    font-size: 1.3rem;
    padding: 0.8em 0.7em;
  }
}
.headSideimg {
  /* sp */
}

h3.minchoUline {
  font-family: "Noto Serif JP";
  border-bottom: 2px solid #d2d2d2;
  padding: 0.3em 0;
  font-size: 2rem;
}

h4.uline {
  font-size: 1.2rem;
  font-weight: 900;
  border-bottom: 3px solid #F7701B;
  margin: 1.5em auto 0.8em;
  padding: 0.5em 0;
}

.blockLline {
  background: #F7701B;
  color: #FFF;
  font-weight: bold;
  font-size: 1.46rem;
  position: relative;
  padding: 1.3rem 1rem 1.3rem 2.7em;
  margin: 1.5em 0 0.7em;
}
.blockLline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 2px;
  background: #fff;
}

@media screen and (max-width: 860px) {
  h3.minchoUline {
    font-size: 1.5rem;
  }
  .blockLline {
    font-size: 1.2rem;
    padding-left: 2.2rem;
  }
  .blockLline::before {
    width: 20px;
  }
} /* sp */
.btnArea {
  margin: 3.5rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 860px) {
  .btnArea {
    gap: 0.8rem;
  }
}
.btnArea {
  /* sp */
}

ul.person li {
  font-size: 1.1rem;
  font-weight: 900;
}
ul.person li:before {
  font-family: "icomoon";
  content: "\ebe9";
  font-weight: normal;
  color: #898989;
  font-size: 1.5em;
  margin-right: 0.2em;
  position: relative;
  top: 0.15em;
}
ul.person li + li {
  margin-top: 0.8em;
}

ul.twinkle li {
  font-size: 1.1rem;
  font-weight: 900;
  padding-left: 2rem;
  text-indent: -2rem;
}
ul.twinkle li:before {
  font-family: "icomoon";
  content: "\ed8e";
  font-weight: normal;
  color: #F7701B;
  font-size: 1.5em;
  margin-right: 0.2em;
  position: relative;
  top: 0.15em;
}
ul.twinkle li + li {
  margin-top: 0.8em;
}

ul.square li {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.8;
}
ul.square li strong.fontL {
  font-size: 1.1rem;
  font-weight: 900;
}
ul.square li:before {
  position: absolute;
  top: 0.3em;
  left: 0;
  content: "";
  display: block;
  height: 1em;
  width: 1em;
  background: #F7701B;
}
ul.square li.cl1 {
  color: #1b1b1b;
}
ul.square li.cl1:before {
  background: #F7701B;
}
ul.square li.cl-g:before {
  background: #898989;
}
ul.square li + li {
  margin-top: 1em;
}

a.btn.cl1 {
  display: block;
  background: #F7701B;
  color: #FFF;
  font-weight: bold;
  border-radius: 10px;
  padding: 1.2em;
  font-size: 1.1em;
  text-decoration: none;
  position: relative;
  line-height: 1.6;
}
a.btn.cl1[target=_blank]:after {
  font-family: "icomoon";
  content: "\eebe";
  font-weight: normal;
  position: absolute;
  height: 1em;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto;
  line-height: 1;
}

p.msg01 {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
}

/* unique module
----------------------------------------------- */
section.intro {
  position: relative;
  margin-top: -60px;
}
section.intro .greeting {
  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;
  margin-bottom: 2rem;
}
section.intro .greeting .img {
  -ms-flex-preferred-size: 180px;
      flex-basis: 180px;
}
section.intro .greeting .cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 1.5rem;
}
section.intro .nayami {
  text-align: center;
  font-size: 1.46rem;
  font-weight: 900;
  margin: 6rem auto 3rem;
}
section.intro .nayami em {
  color: #00479d;
  font-weight: 900;
}
section.intro .nayami > div {
  position: relative;
  z-index: 2;
  margin: 0.5em 0;
}
section.intro .nayami .illust {
  position: relative;
  margin-top: -115px;
  z-index: 1;
}
section.intro dl.word {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.intro dl.word dt {
  -ms-flex-preferred-size: 12em;
      flex-basis: 12em;
  font-weight: bold;
}
section.intro dl.word dt:before {
  content: "・";
}
section.intro dl.word dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
section.intro dl.word + dl.word {
  margin-top: 0.8em;
}
@media screen and (max-width: 860px) {
  section.intro {
    margin-top: -30px;
  }
  section.intro .greeting {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  section.intro .greeting .img {
    -ms-flex-preferred-size: 80px;
        flex-basis: 80px;
  }
  section.intro .nayami {
    font-size: 1.2rem;
    margin: 4rem auto 3rem;
  }
}
section.intro {
  /* sp */
}

section.outline .table_content {
  width: 70%;
  margin: 3.5rem auto;
  position: relative;
}
section.outline .table_content h2 {
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", "BIZ UDPGothic", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  src: local("Yu Gothic Medium");
  font-weight: 400;
  line-height: normal;
  background: #F7701B;
  font-weight: 900;
  color: #FFF;
  border-radius: 5px;
  padding: 0.6em 0.8em;
  font-size: 1rem;
  display: inline-block;
  position: absolute;
  top: -1.5rem;
  left: 1.5rem;
}
section.outline .table_content h2:before {
  font-family: "icomoon";
  content: "\eeed";
  font-weight: normal;
  color: #707070;
  margin-right: 0.5em;
}
section.outline .table_content nav > ul > li > a {
  color: #F7701B;
  font-weight: bold;
}
section.outline .table_content nav > ul > li:before {
  font-family: "icomoon";
  content: "\ee90";
  font-weight: normal;
  color: #707070;
}
section.outline .table_content nav > ul > li ul {
  padding-left: 1.5rem;
  margin-top: 0.5em;
  margin-bottom: 0.8em;
}
section.outline .table_content nav > ul > li ul li {
  position: relative;
  padding-left: 1.5rem;
}
section.outline .table_content nav > ul > li ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1rem;
  height: 1px;
  background: #F7701B;
}
section.outline .table_content nav > ul li + li {
  margin-top: 0.8em;
}
section.outline .table_content nav a {
  text-decoration: none;
}
section.outline .table_content nav a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 860px) {
  section.outline .table_content {
    width: 100%;
    padding: 2.3rem 1rem;
  }
  section.outline .table_content nav > ul > li {
    padding-left: 1em;
    text-indent: -1em;
  }
  section.outline .table_content nav > ul > li ul li {
    text-indent: 0;
    padding-left: 1.5rem;
  }
}
section.outline {
  /* sp */
}

section.sec02 .compareList {
  margin: 5.5rem auto 2rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5rem;
}
section.sec02 .compareList section {
  background: #FFF;
  border-radius: 10px;
  padding: 1.3rem;
}
section.sec02 .compareList section .icon {
  text-align: center;
  position: relative;
  margin-top: -80px;
  margin-bottom: 1rem;
}
section.sec02 .compareList section .title {
  text-align: center;
  font-size: 1.33rem;
  font-weight: bold;
}
section.sec02 .compareList section .head {
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  margin: 1.5em 0 0.7em;
  padding: 0.5em;
}
section.sec02 .compareList section .head.cl1 {
  color: #1b1b1b;
  background: #ffe2d2;
}
section.sec02 .compareList section .head.cl2 {
  color: #1b1b1b;
  background: #e5e5e5;
}
section.sec02 .compareList section .head.cl3 {
  color: #1b1b1b;
  background: #fff3bc;
}
section.sec02 .related {
  width: 80%;
  margin: 1.5rem 0 0 auto;
}
section.sec02 .related .head {
  background: #F7701B;
  color: #FFF;
  font-weight: 900;
  font-size: 0.9em;
  padding: 0.4em 1em;
  display: inline-block;
}
section.sec02 .related a.link {
  font-weight: bold;
}
section.sec02 .related a[target=_blank]:after {
  font-family: "icomoon";
  content: "\eebe";
  font-weight: normal;
  color: #F7701B;
  font-size: 1em;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.3em;
}
section.sec02 .related .sub {
  font-size: 0.8em;
  color: #7d7d7d;
}
@media screen and (max-width: 860px) {
  section.sec02 .compareList {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  section.sec02 .compareList section:not(:first-child) {
    margin-top: 4rem;
  }
  section.sec02 .compareList .spGrid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1rem 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  section.sec02 .related {
    width: 100%;
  }
}
section.sec02 {
  /* sp */
}

section.sec03 .lanking {
  background: #FFF;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  margin: 3rem auto;
  width: 90%;
}
section.sec03 .lanking .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.3rem;
}
section.sec03 .lanking .head h3 {
  font-family: "Noto Serif JP";
  font-size: 1.66rem;
  padding-left: 0.5rem;
}
section.sec03 .lanking .head h3 span {
  font-family: "Noto Sans JP", "BIZ UDPGothic", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  src: local("Yu Gothic Medium");
  font-weight: 400;
  line-height: normal;
  font-weight: bold;
  color: #7d7d7d;
  display: block;
  font-size: 1rem;
}
section.sec03 .lanking ul.hLine li {
  padding-left: 38px;
  position: relative;
  line-height: 1.8;
}
section.sec03 .lanking ul.hLine li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 2px;
  background: #F7701B;
}
section.sec03 .lanking ul.hLine li .head {
  color: #F7701B;
  font-size: 1.3rem;
  font-weight: bold;
  display: block;
  margin-bottom: 0;
}
section.sec03 .lanking ul.hLine li + li {
  margin-top: 1em;
}
section.sec03 .interviewList {
  margin: 2.5rem auto;
}
section.sec03 .interviewList ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 35px 1fr 35px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 35px;
}
section.sec03 .interviewList ul li a {
  text-decoration: none;
}
section.sec03 .interviewList ul li .thumbnail {
  margin: 0;
}
section.sec03 .interviewList ul li .thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  display: block;
  max-height: 174px;
}
section.sec03 .interviewList ul li .textArea {
  margin-top: 1rem;
}
section.sec03 .interviewList ul li .textArea .text {
  font-weight: bold;
}
section.sec03 .interviewList ul li .textArea .name {
  color: #646464;
  font-size: 0.8em;
}
@media screen and (max-width: 860px) {
  section.sec03 .lanking {
    width: 100%;
    padding: 1.5rem;
  }
  section.sec03 .lanking .head h3 {
    font-size: 1.3rem;
  }
  section.sec03 .interviewList ul {
    -ms-grid-columns: 1fr 1.5rem 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
}
section.sec03 {
  /* sp */
}

section.sec04 .linkList {
  margin: 1.5rem auto 4rem;
}
section.sec04 .linkList dl {
  border-top: 1px dashed #a0a0a0;
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.sec04 .linkList dl dt {
  font-size: 1.1em;
  font-weight: bold;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}
section.sec04 .linkList dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.7;
}
section.sec04 .linkList dl:last-child {
  border-bottom: 1px dashed #a0a0a0;
}
section.sec04 .linkList a[target=_blank]:after {
  font-family: "icomoon";
  content: "\eebe";
  font-weight: normal;
  color: #F7701B;
  font-size: 1em;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.2em;
}
@media screen and (max-width: 860px) {
  section.sec04 .linkList dl {
    padding: 1.5rem 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  section.sec04 .linkList dl dd {
    padding-left: 1.3rem;
  }
}
section.sec04 {
  /* sp */
}

@media screen and (max-width: 860px) {
  section.sec05 table.data {
    font-size: 0.9rem;
  }
}
section.sec05 {
  /* sp */
}

section.sec06 .balloonBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  margin: 3rem 0 1.5rem;
}
section.sec06 .balloonBlock .img img {
  display: block;
  width: 100%;
  height: auto;
}
section.sec06 .balloonBlock .balloon {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #4a4a4a;
  border-radius: 12px;
  padding: 1.8rem 1.8rem;
  color: #fFF;
  font-size: 1.3rem;
  font-weight: bold;
}
section.sec06 .balloonBlock .balloon::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 12px solid #4a4a4a;
}
section.sec06 .spec {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5rem;
}
section.sec06 .radiusImgBlock {
  margin: 1.5rem 0;
  display: -ms-grid;
  display: grid;
}
section.sec06 .radiusImgBlock.clm2 {
  -ms-grid-columns: 1fr 1.5rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
section.sec06 .radiusImgBlock.clm3 {
  -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5rem;
}
section.sec06 .radiusImgBlock .clm {
  background: #FFF;
  border-radius: 10px;
  width: 100%;
}
section.sec06 .radiusImgBlock .clm .img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  display: block;
}
section.sec06 .radiusImgBlock .clm .cont {
  padding: 1rem 1.3rem;
}
section.sec06 .radiusImgBlock .clm .cont p.fontL {
  font-size: 1.2em;
}
section.sec06 .radiusImgBlock .clm .cont p.fontL + p {
  margin-top: 0.5em;
}
@media screen and (max-width: 860px) {
  section.sec06 .balloonBlock .balloon {
    font-size: 1.1rem;
    padding: 1.6rem 1.3rem;
  }
  section.sec06 .spec {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  section.sec06 .spec .clm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section.sec06 .spec .clm .img {
    -ms-flex-preferred-size: 80px;
        flex-basis: 80px;
  }
  section.sec06 .spec .clm p {
    padding-left: 1.5rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  section.sec06 .radiusImgBlock.clm2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  section.sec06 .radiusImgBlock.clm3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  section.sec06 .radiusImgBlock .clm {
    width: 90%;
    margin: auto;
  }
}
section.sec06 {
  /* sp */
}

section.sec07 .faqList {
  width: 90%;
  margin: 3rem auto 7rem;
}
section.sec07 .faqList .qa {
  background: #FFF;
  border-radius: 10px;
  padding: 1.8rem;
}
section.sec07 .faqList .qa .question {
  font-size: 1.33rem;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 1em;
  margin-bottom: 0.9em;
}
section.sec07 .faqList .qa .question span {
  color: #F7701B;
}
section.sec07 .faqList .qa .answer .head {
  font-size: 1.33rem;
  font-weight: bold;
  color: #F7701B;
  margin-bottom: 0.5em;
}
section.sec07 .faqList .qa + .qa {
  margin-top: 2rem;
}
@media screen and (max-width: 860px) {
  section.sec07 .faqList {
    width: 100%;
  }
}
section.sec07 {
  /* sp */
}

section.writer {
  margin: 50px auto;
}
section.writer h2 {
  font-size: 1.2rem;
  margin: 0 0 1em;
  font-family: "Noto Sans JP", "BIZ UDPGothic", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  src: local("Yu Gothic Medium");
  font-weight: 400;
  line-height: normal;
  font-weight: 700;
  text-align: left;
  padding: 0;
}
section.writer h2:before {
  font-family: "icomoon";
  content: "\eaca";
  font-weight: normal;
  margin-right: 0.3em;
  color: #F7701B;
}
section.writer .name {
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 1.33rem;
}
section.writer .name small {
  font-size: 0.7em;
}

/*----------------------------------------------------------
	Script
--------------------------------------------------------- */
.youtube iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

/* fv animation */
.fv-reveal {
  opacity: 0;
  -webkit-transform: translateY(18px);
          transform: translateY(18px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
  will-change: opacity, transform;
}

.fv-reveal.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* page animation */
/* ===== Scroll reveal base ===== */
.reveal {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
  will-change: opacity, transform;
}

.reveal.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* ===== Variations ===== */
.reveal--fade {
  -webkit-transform: none;
          transform: none;
}

.reveal--zoom {
  -webkit-transform: scale(0.96);
          transform: scale(0.96);
}

.reveal--zoom.is-inview {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* ===== Optional: delay utilities ===== */
.reveal[data-delay="100"] {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.reveal[data-delay="200"] {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.reveal[data-delay="300"] {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

/* ===== Accessibility ===== */
@media (prefers-reduced-motion: reduce) {
  .reveal {
    -webkit-transition: none;
    transition: none;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
/*----------------------------------------------------------
	Common
--------------------------------------------------------- */
/*  hr
----------------------------------------------- */
hr.dashed {
  border: none;
  border-top: 1px dashed #1b1b1b;
  margin: 3rem auto;
}

/*  list
----------------------------------------------- */
ol {
  margin: 0;
  padding-left: 22px;
}

ol li {
  list-style: decimal;
  margin: 0.5em 0px;
  line-height: 1.5em;
}

ul.basic li + li, ul.disc li + li, ul.arrow li + li, ul.dot li + li, ul.record li + li, ul.notice li + li, ul.notice-red li + li {
  margin-top: 0.8em;
}

ul.basic li {
  text-indent: -1em;
  padding-left: 1em;
}
ul.basic li:before {
  content: "・";
}

ul.disc li:before {
  font-family: "icomoon";
  content: "\eaca";
  color: #F7701B;
}

ul.arrow li:before {
  font-family: "icomoon";
  content: "s";
  color: #F7701B;
}

ul.dot li:before {
  font-family: "icomoon";
  content: "\e625";
  color: #F7701B;
}

ul.record li:before {
  font-family: "icomoon";
  content: "\e620";
}

ul.notice-red li {
  color: #CC0000;
}

ul.notice li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
ul.notice li:before, ul.notice ul.notice-red li:before {
  content: "※";
  margin-right: 0.5em;
}

ul.indent {
  padding-left: 0;
  margin-left: 0;
}

ul.indent li {
  margin: 10px 0;
  padding-left: 1em;
  text-indent: -1em;
}

ol.paren {
  counter-reset: item;
}
ol.paren li {
  padding-left: 1.5em;
  text-indent: -1.5em;
  list-style-type: none;
}
ol.paren li:before {
  content: "(" counters(item, "-") ")";
  counter-increment: item;
  margin-right: 0.5em;
}

ol.maru {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}
ol.maru li {
  list-style: none;
  margin-bottom: 0.8em;
  padding-left: 35px;
  position: relative;
}
ol.maru li:before {
  font-weight: 500;
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #F7701B;
  color: #FFF;
  display: block;
  float: left;
  line-height: 30px;
  margin-left: -35px;
  text-align: center;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}

/*  table
----------------------------------------------- */
table.data {
  background: #FFF;
  width: 100%;
  border-collapse: collapse;
}
table.data thead {
  border-top: 1px solid #626262;
}
table.data thead tr {
  background: #FFF;
}
table.data thead th {
  background: #FFF;
  padding: 1.3rem 1em;
  font-weight: bold;
  text-align: center;
}
table.data tbody th {
  text-align: left;
}
table.data tr {
  border-bottom: 1px solid #626262;
}
table.data th {
  background: #ffe2d2;
  font-weight: bold;
}
table.data th, table.data td {
  padding: 1.3rem 1em;
  vertical-align: top;
}

.sp-scrollMsg {
  display: none;
}

.sp-scroll table.data th {
  white-space: nowrap;
}

@media screen and (max-width: 860px) {
  .sp-scroll {
    padding: 0;
    margin: 0;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .sp-scroll p.scroll {
    display: block;
  }
  .sp-scroll caption {
    text-align: left;
  }
  .sp-scroll img {
    max-width: 100%;
    vertical-align: top;
  }
  .sp-scrollMsg {
    display: block;
    font-size: 0.9rem;
    color: #F7701B;
    font-weight: bold;
  }
  .sp-scrollMsg:before {
    font-family: "icomoon";
    content: "\ec3d";
    font-size: 1.5em;
    margin-right: 0.3em;
    position: relative;
    top: 0.2em;
  }
} /* sp */
.tablescroll table {
  border-collapse: collapse;
  width: 100%;
}
.tablescroll .scroll-hint {
  display: none;
}
@media screen and (max-width: 860px) {
  .tablescroll {
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  .tablescroll .scroll-hint {
    position: absolute;
    top: 20%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-weight: 700;
    line-height: 1.4;
    display: none;
    -webkit-animation: scroll-hint-animation 2s infinite ease;
            animation: scroll-hint-animation 2s infinite ease;
  }
  .tablescroll .scroll-hint:after {
    font-family: "icomoon";
    content: "\ec3d";
    margin-left: 0.3em;
  }
  @-webkit-keyframes scroll-hint-animation {
    0% {
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
    }
    50% {
      -webkit-transform: translate(-40%, -50%);
              transform: translate(-40%, -50%);
    }
    100% {
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
    }
  }
  @keyframes scroll-hint-animation {
    0% {
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
    }
    50% {
      -webkit-transform: translate(-40%, -50%);
              transform: translate(-40%, -50%);
    }
    100% {
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
    }
  }
  .tablescroll .scroll-hint {
    display: block;
  }
  .tablescroll .scroll-hint--show {
    display: block;
  }
}
.tablescroll {
  /* sp */
}

@media screen and (max-width: 850px) {
  table.data.sp {
    font-size: 13px;
    letter-spacing: -1px;
  }
  table.data.sp th {
    font-size: 12px;
  }
}
/*  box float
----------------------------------------------- */
.boxW {
  background: #FFF;
  padding: 1.8rem;
}

.boxWborderOR {
  border: 2px solid #F7701B;
  background: #FFF;
  padding: 2rem;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex.autoheight {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.flex.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex.justify-left {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.flex.justify-right {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.flex.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex.justify-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flex.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex.align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex.align-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.flex .flex1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flex .flex10p {
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
}
.flex .flex15p {
  -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
}
.flex .flex20p {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}
.flex .flex25p {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
.flex .flex30p {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}
.flex .flex35p {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
}
.flex .flex40p {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
.flex .flex45p {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
}
.flex .flex50p {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.flex .flex60p {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}
.flex .flex70p {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}
.flex .flex80p {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
}
.flex .flex90p {
  -ms-flex-preferred-size: 90%;
      flex-basis: 90%;
}
.flex.gap5 {
  gap: 5px;
}
.flex.gap10 {
  gap: 10px;
}
.flex.gap15 {
  gap: 15px;
}
.flex.gap20 {
  gap: 20px;
}
.flex.gap30 {
  gap: 30px;
}
.flex.gap40 {
  gap: 40px;
}
@media screen and (max-width: 860px) {
  .flex.spblock {
    display: block;
  }
  .flex.spblock.separator .clm:first-child {
    padding-right: 0;
  }
  .flex.spblock.separator .clm:not(:first-child) {
    position: relative;
    padding-left: 0;
    padding-right: 0;
  }
  .flex.spblock.separator .clm:not(:first-child)::after {
    content: none;
  }
  .flex.sp-swap > *:first-child, .flex .sp-swap > *:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .flex.sp-swap > *:last-child, .flex .sp-swap > *:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .flex.spjustify-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .flex.spjustify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .flex.spalign-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .flex.spalign-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flex.spalign-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .flex .spjustify-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .flex .spjustify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .flex .spalign-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .flex .spalign-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flex .spalign-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .flex .sporder1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .flex .sporder2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .flex .sporder3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.flex {
  /* sp */
}

.flex-between {
  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;
}
.flex-between.align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex-between.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-between.align-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.flex-between.sp-swap, .flex-between .sp-swap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 860px) {
  .flex-between {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex-between.sp-swap > *:first-child, .flex-between .sp-swap > *:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .flex-between.sp-swap > *:last-child, .flex-between .sp-swap > *:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .flex-between.spblock {
    display: block;
  }
  .flex-between .spjustify-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .flex-between .spjustify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .flex-between .spalign-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .flex-between .spalign-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flex-between .spalign-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .flex-between .sporder1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .flex-between .sporder2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .flex-between .sporder3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.flex-between {
  /* sp */
}

.grid_clm1 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr);
  gap: var(--S);
}
.grid_clm1--firstS {
  display: -ms-grid;
  display: grid;
  gap: var(--S);
  -ms-grid-columns: 0.5fr var(--S) 1fr;
  grid-template-columns: 0.5fr 1fr;
}
.grid_clm1--firstM {
  display: -ms-grid;
  display: grid;
  gap: var(--S);
  -ms-grid-columns: 0.8fr var(--S) 1fr;
  grid-template-columns: 0.8fr 1fr;
}
.grid_clm1 .clm {
  min-width: 0;
}

.grid_clm2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) var(--S) minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: var(--S);
}
.grid_clm2--firstS {
  display: -ms-grid;
  display: grid;
  gap: var(--S);
  -ms-grid-columns: 0.5fr var(--S) 1fr;
  grid-template-columns: 0.5fr 1fr;
}
.grid_clm2--firstM {
  display: -ms-grid;
  display: grid;
  gap: var(--S);
  -ms-grid-columns: 0.8fr var(--S) 1fr;
  grid-template-columns: 0.8fr 1fr;
}
.grid_clm2 .clm {
  min-width: 0;
}

.grid_clm2 > * {
  min-width: 0;
  min-height: 0;
}

.grid_clm3 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) var(--S) minmax(0, 1fr) var(--S) minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: var(--S);
}
.grid_clm3--firstS {
  display: -ms-grid;
  display: grid;
  gap: var(--S);
  -ms-grid-columns: 0.5fr var(--S) 1fr var(--S) 1fr;
  grid-template-columns: 0.5fr 1fr 1fr;
}
.grid_clm3--firstM {
  display: -ms-grid;
  display: grid;
  gap: var(--S);
  -ms-grid-columns: 0.8fr var(--S) 1fr var(--S) 1fr;
  grid-template-columns: 0.8fr 1fr 1fr;
}

.grid_clm4 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) var(--S) minmax(0, 1fr) var(--S) minmax(0, 1fr) var(--S) minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: var(--S);
}
.grid_clm4--firstS {
  display: -ms-grid;
  display: grid;
  gap: var(--S);
  -ms-grid-columns: 0.5fr var(--S) 1fr var(--S) 1fr var(--S) 1fr;
  grid-template-columns: 0.5fr 1fr 1fr 1fr;
}
.grid_clm4--firstM {
  display: -ms-grid;
  display: grid;
  gap: var(--S);
  -ms-grid-columns: 0.8fr var(--S) 1fr var(--S) 1fr var(--S) 1fr;
  grid-template-columns: 0.8fr 1fr 1fr 1fr;
}

.grid_clm5 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) var(--S) minmax(0, 1fr) var(--S) minmax(0, 1fr) var(--S) minmax(0, 1fr) var(--S) minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: var(--S);
}
.grid_clm5--firstS {
  display: -ms-grid;
  display: grid;
  gap: var(--S);
  -ms-grid-columns: 0.5fr var(--S) 1fr var(--S) 1fr var(--S) 1fr var(--S) 1fr;
  grid-template-columns: 0.5fr 1fr 1fr 1fr 1fr;
}
.grid_clm5--firstM {
  display: -ms-grid;
  display: grid;
  gap: var(--S);
  -ms-grid-columns: 0.8fr var(--S) 1fr var(--S) 1fr var(--S) 1fr var(--S) 1fr;
  grid-template-columns: 0.8fr 1fr 1fr 1fr 1fr;
}

.grid_clm6 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) var(--S) minmax(0, 1fr) var(--S) minmax(0, 1fr) var(--S) minmax(0, 1fr) var(--S) minmax(0, 1fr) var(--S) minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: var(--S);
}
.grid_clm6--firstS {
  display: -ms-grid;
  display: grid;
  gap: var(--S);
  -ms-grid-columns: 0.5fr var(--S) 1fr var(--S) 1fr var(--S) 1fr var(--S) 1fr var(--S) 1fr;
  grid-template-columns: 0.5fr 1fr 1fr 1fr 1fr 1fr;
}
.grid_clm6--firstM {
  display: -ms-grid;
  display: grid;
  gap: var(--S);
  -ms-grid-columns: 0.8fr var(--S) 1fr var(--S) 1fr var(--S) 1fr var(--S) 1fr var(--S) 1fr;
  grid-template-columns: 0.8fr 1fr 1fr 1fr 1fr 1fr;
}

[class^=grid_clm].align-center, [class^=grid_clm] .align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.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.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;*/
}

.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;
}

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.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: 49%;
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
}

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: 33%;
}
ul.clm3-space li {
  max-width: 32%;
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
}

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: 860px) {
  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%;
  }
} /* 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;
}

.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;
}

.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: 861px) and (max-width: 1290px) {
  .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: 860px) {
  .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, .clm3 { /* 複数行の場合 */ }
  .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%;
  }
  .spclm3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .spclm3 > * {
    -ms-flex-preferred-size: 33% !important;
        flex-basis: 33% !important;
    max-width: 33%;
  }
  .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: 861px) and (max-width: 1290px) {
  * .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: 860px) {
  * .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: 860px) {
  .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%;
}

* .w10p {
  width: 10% !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: 861px) and (max-width: 1290px) {
  .w10p-tb {
    width: 10% !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: 860px) {
  .w10p-sp {
    width: 10% !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 */
/*  hr
----------------------------------------------- */
hr {
  height: 0;
  margin: 15px auto;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #DDD;
}

/*  form
----------------------------------------------- */
/*----------------------------------------------------------
	Font
--------------------------------------------------------- */
/*  iconfont
----------------------------------------------- */
/*  iconfont
----------------------------------------------- */
/*----------------------------------------------------------
  Script
--------------------------------------------------------- */