@charset "UTF-8";
/* CSS Document */
/* contents---------------
	 1.Reset
	 2.Base
	 3.Layout
	 4.Common
	 5.Page
	 6.Script
		------------ */
/*----------------------------------------------------------
	reset
--------------------------------------------------------- */
@import url("fonts/style.css");
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;
}

p {
  line-height: 1.6;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  color: #0b5090;
  font-style: normal;
  text-decoration: underline;
}

a:visited {
  color: #0b5090;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

small {
  font-size: 85%;
  line-height: 1.1;
}

span.ib {
  display: inline-block;
}

.cl1 {
  color: #006eba;
}

blockquote {
  padding: 2px 0 2px 1em;
  border-left: 7px #C0D9FE solid;
  margin: 10px 0;
}

.fontL {
  font-size: 120%;
}

.fontS {
  font-size: 90%;
}

.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;
  }
}
.visuallyhidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  border: 0;
}

.nondisp {
  display: none !important;
}

/*----------------------------------------------------------
	Layout
--------------------------------------------------------- */
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: -10;
  font-size: 1.1em;
  color: #282828;
  font-family: "Hiragino Kaku Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, sans-serifsans-serif;
  /* sp */
}
@media screen and (max-width: 850px) {
  html, body {
    font-size: 1.1em;
  }
}

.pagewidth {
  max-width: 1080px;
  margin: auto;
}

.contwidth {
  max-width: 960px;
  margin: auto;
}

/* tablet */
@media all and (min-width: 851px) and (max-width: 1280px) {
  .sitewidth {
    padding: 0 2%;
  }
  .contwidth {
    padding: 0 3%;
  }
} /* tablet */
@media screen and (max-width: 850px) {
  .sitewidth {
    padding: 0 3%;
  }
  .contwidth {
    padding: 0 3%;
  }
} /* sp */
body {
  -webkit-animation: fadeIn 1s ease-in 0s 1 normal;
          animation: fadeIn 1s ease-in 0s 1 normal;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Header
----------------------------------------------- */
header {
  border-top: 8px solid #006eba;
  background: #FFF;
  position: relative;
  position: sticky;
  top: 0;
  z-index: 100;
  /* sp */
}
header .siteid {
  padding: 0.6em 1.3em 0.8em;
}
header .siteid img {
  max-width: 230px;
}
header .headBtn {
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  top: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .headBtn img {
  max-width: 333px;
}
header .headBtn a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.5);
  display: inline-block;
  border-radius: 5px;
}
header .headBtn a:hover {
  -webkit-box-shadow: 0px 0px 0px 4px #ffe141;
          box-shadow: 0px 0px 0px 4px #ffe141;
  position: relative;
  top: 3px;
}
header .headBtn.wide {
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  max-width: 440px;
  max-height: 93px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  /* tablet */
}
header .headBtn.wide img {
  max-width: 100%;
}
@media all and (min-width: 851px) and (max-width: 1000px) {
  header .headBtn.wide {
    text-align: right;
    max-height: 93px;
    left: auto;
    right: 20px;
  }
}
header #global-nav .nav-container {
  background: #006eba;
}
header #global-nav .nav-container ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header #global-nav .nav-container ul li {
  position: relative;
  text-align: center;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: calc(0.8em + 0.2vw);
}
header #global-nav .nav-container ul li a {
  text-decoration: none;
  color: #FFF;
  font-weight: bold;
  position: relative;
  padding: 1.1em 1.6vw 1.2em;
  display: block;
  line-height: 1.3;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header #global-nav .nav-container ul li a:hover {
  background: #D9F0FF;
  color: #00518B;
}
header #global-nav .nav-container ul li a:hover:after {
  color: #f49e10;
}
header #global-nav .nav-container ul li a:before {
  position: absolute;
  content: "";
  display: block;
  background: #95c8eb;
  width: 1px;
  height: 70%;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
}
header #global-nav .nav-container ul li.home a:after {
  display: block;
  font-size: 1.4em;
  font-family: "icomoon";
  content: "\ece4";
  font-size: 0.95em;
  position: absolute;
  margin: auto;
  bottom: 8px;
  left: 0;
  right: 0;
  color: #95c8eb;
}
header #global-nav .nav-container ul li.online {
  display: none;
}
header #global-nav .nav-container ul li.last:after {
  content: none;
}
@media screen and (max-width: 850px) {
  header .siteid img {
    max-width: 50%;
  }
  header .headBtn {
    position: static;
    right: auto;
  }
  header #global-nav .nav-container .inner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header #global-nav .nav-container ul {
    display: block;
    width: 100%;
    margin: auto;
  }
  header #global-nav .nav-container ul li {
    display: block;
    font-size: calc(0.7em + 1.3vw);
    text-align: left;
    border-bottom: 2px dotted #95c8eb;
  }
  header #global-nav .nav-container ul li a {
    display: block;
    padding: 3.2vh 0 3.2vh 1.8em;
  }
  header #global-nav .nav-container ul li a:after {
    font-family: "icomoon";
    content: "\ee73";
    font-weight: normal;
    color: #FFF;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 1em;
    line-height: 0.9em;
    left: 0;
  }
  header #global-nav .nav-container ul li a:before {
    content: none;
  }
  header #global-nav .nav-container ul li.home a:before {
    content: none;
  }
  header #global-nav .nav-container ul li.home a:after {
    font-family: "icomoon";
    content: "\ece4";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 1em;
    line-height: 1;
    font-size: 1.1em;
  }
  header #global-nav .nav-container ul li.last, header #global-nav .nav-container ul li.headBtn {
    border-bottom: none;
  }
  header #global-nav .nav-container ul li.online {
    display: block;
    border-bottom: none;
    text-align: center;
  }
  header #global-nav .nav-container ul li.online a:after {
    content: none;
  }
  header #global-nav .nav-container ul li.online a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.5);
    display: inline-block;
    border-radius: 5px;
    padding: 0;
  }
  header #global-nav .nav-container ul li.online a:hover {
    -webkit-box-shadow: 0px 0px 0px 4px #ffe141;
            box-shadow: 0px 0px 0px 4px #ffe141;
    position: relative;
    top: 3px;
  }
  header #global-nav .nav-container ul li:after {
    content: none;
  }
}
@media screen and (max-width: 850px) and (orientation: landscape) {
  header #global-nav .nav-container ul {
    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;
  }
  header #global-nav .nav-container ul li {
    font-size: calc(0.5em + 1vw);
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    max-width: 49%;
  }
  header #global-nav .nav-container ul li a {
    display: block;
    padding: 3vh 0 3vh 1.8em;
  }
  header #global-nav .nav-container ul li.last {
    border-bottom: 2px dotted #95c8eb;
  }
  header #global-nav .nav-container ul li.last br {
    display: none;
  }
  header #global-nav .nav-container ul li.online {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    margin-top: 3vh;
  }
  header #global-nav .nav-container ul li.online img {
    max-height: 18vh;
  }
}

header #global-nav .menu-btn {
  display: none;
}

@media screen and (max-width: 850px) {
  body.spnav-active {
    height: 100vh;
    overflow: hidden;
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
  }
  header #global-nav .nav-container {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 50;
    -webkit-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    padding: 5%;
    background: rgba(0, 80, 135, 0.9);
  }
  header #global-nav .nav-container.is-active {
    display: block;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  header #global-nav .nav-container.is-active + .menu-btn span:first-child {
    -webkit-transform: rotate(45deg) translate(0px, 0px);
            transform: rotate(45deg) translate(0px, 0px);
    background: #FFF;
    position: absolute;
    top: 4px;
    right: -6px;
  }
  header #global-nav .nav-container.is-active + .menu-btn span:nth-of-type(2) {
    -webkit-transform: rotate(0deg) scale(0.2, 0.2);
            transform: rotate(0deg) scale(0.2, 0.2);
    background: #FFF;
    opacity: 0;
    position: absolute;
    top: 0;
    right: -6px;
  }
  header #global-nav .nav-container.is-active + .menu-btn span:nth-of-type(3) {
    -webkit-transform: rotate(-45deg) translate(-3px, 0px);
            transform: rotate(-45deg) translate(-3px, 0px);
    background: #FFF;
    position: absolute;
    top: 30px;
    right: -6px;
  }
  header #global-nav .nav-container.is-active + .menu-btn .head {
    color: #FFF;
    position: absolute;
    bottom: 4px;
  }
  header #global-nav button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
  }
  header #global-nav .menu-btn {
    display: block;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 90;
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 100;
    width: 40px;
    height: 60px;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    align-items: center;
    background: none;
  }
  header #global-nav .menu-btn span {
    width: 100%;
    height: 4px;
    border-radius: 4px;
    background: #006eba;
    -webkit-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  header #global-nav .menu-btn .head {
    font-size: 0.9rem;
    color: #006eba;
    font-weight: bold;
    line-height: 1;
  }
  .headbnr {
    padding: 10px 3%;
  }
} /* sp */
input[type=checkbox]:focus {
  -webkit-box-shadow: 0 0 4px #004AA1;
          box-shadow: 0 0 4px #004AA1;
}

.focus:focus {
  outline: 2px solid black;
}

/* Contents
----------------------------------------------- */
body {
  background: url(../img/bg.png);
}

/* Footer
----------------------------------------------- */
.pagetop {
  text-align: right;
  padding: 0 1em 1em;
}
.pagetop a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #006eba;
}
.pagetop a:hover {
  color: #f49e10;
  opacity: 0.7;
}

footer {
  background: #FFF;
  border-top: 6px solid #006eba;
  padding: 1.5em 0;
  /* position: relative; */
  /* sp */
}
footer nav {
  border-bottom: dotted 2px #a6a6a6;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
footer nav ul {
  text-align: center;
}
footer nav ul li {
  display: inline-block;
  border-right: 1px solid #a6a6a6;
  margin: 0.5em 0;
  padding: 0 1em;
}
footer nav ul li a {
  text-decoration: none;
  color: #006eba;
  font-weight: bold;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
footer nav ul li a:visited {
  color: #006eba;
}
footer nav ul li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #006eba;
  bottom: -1px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
footer nav ul li a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
footer nav ul li:last-child {
  border-right: 0;
}
footer nav ul.sub li a {
  text-decoration: underline;
  color: #282828;
  font-size: 0.9em;
}
footer nav ul.sub li a::after {
  content: none;
}
footer nav ul.sub li a:hover::after {
  -webkit-transform: none;
          transform: none;
}
footer nav ul.sub li a:hover {
  text-decoration: none;
}
footer .infoArea {
  text-align: center;
  display: flex;
    flex-direction: column;
    align-items: center;
}
footer .infoArea .logo {
  margin: 1.5em 0;
}
footer .infoArea .logo img {
  max-width: 220px;
}
footer .infoArea .copyright {
  font-size: 0.85em;
  font-weight: bold;
}
@media screen and (max-width: 850px) {
  footer {
    padding-bottom: 60px;
  }
  footer .pagetop {
    position: fixed;
    right: 15px;
    bottom: 15px;
  }
  footer nav ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  footer nav ul li {
    text-align: left;
    border-right: none;
    padding: 0 0 0 1.3em;
    text-indent: -1.3em;
    margin: 0;
    font-size: 0.9em;
  }
  footer nav ul li a {
    padding: 0;
    display: block;
    padding: 0.3em 0;
  }
  footer nav ul li a:before {
    font-family: "icomoon";
    content: "\ee73";
    font-weight: normal;
    color: #aaaaaa;
    margin-right: 0.3em;
  }
  footer nav ul.sub {
    text-align: center;
    display: block;
    margin-top: 1em;
  }
  footer nav ul.sub li a {
    text-decoration: underline;
    color: #282828;
    font-size: 1em;
  }
  footer nav ul.sub li a::after {
    content: none;
  }
  footer nav ul.sub li a:before {
    content: none;
  }
  footer nav ul.sub li a:hover::after {
    -webkit-transform: none;
            transform: none;
  }
  footer nav ul.sub li a:hover {
    text-decoration: none;
  }
}

/*----------------------------------------------------------
	Page
--------------------------------------------------------- */
ul.breadcrumbs {
  padding: 1.2em 0;
}
ul.breadcrumbs li {
  display: inline-block;
  font-size: 0.9em;
}
ul.breadcrumbs li:after {
  font-family: "icomoon";
  content: "\ea58";
  font-weight: normal;
  color: #006eba;
  margin: 0 0.3em;
}
ul.breadcrumbs li:last-child:after {
  content: none;
}

@media screen and (max-width: 850px) {
  ul.breadcrumbs {
    display: none;
  }
} /* sp */
.pagetitleArea {
  background: #FFF;
  border-bottom: 5px solid #006eba;
  /* sp */
}
.pagetitleArea h2 {
  color: #006eba;
  font-size: 2.4em;
  font-weight: bold;
  text-align: center;
  margin: 0.6em auto;
}
.pagetitleArea .bg {
  text-align: center;
}
@media screen and (max-width: 850px) {
  .pagetitleArea {
    padding: 4vh 0 0;
  }
  .pagetitleArea h2 {
    font-size: 2em;
    margin: 0.5em auto;
  }
  .pagetitleArea .bg {
    text-align: center;
    max-width: 70vw;
    margin: auto;
  }
}

main.online_guide .pagetitleArea {
  background: #FFF;
  border-bottom: 5px solid #f49e10;
}
main.online_guide .pagetitleArea h2 {
  color: #232323;
}

.contentArea {
  padding: 4.5vh 0;
  /* sp */
}
.contentArea > p {
  margin-bottom: 1em;
}
@media screen and (max-width: 850px) {
  .contentArea {
    padding: 4.5vh 4%;
  }
}

.btnonline {
  /* sp */
}
.btnonline a {
  color: #FFF;
  background: #f49e10;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  padding: 1em 2em 1em 4.3em;
  border-radius: 5px;
  position: relative;
}
.btnonline a:before {
  font-family: "icomoon";
  content: "\ea4e";
  font-weight: normal;
  color: #FFF;
  font-size: 1.8em;
  margin-right: 0.2em;
  position: absolute;
  top: 0.5em;
  left: 1em;
}
@media screen and (max-width: 850px) {
  .btnonline a {
    display: block;
    width: 100%;
    margin: auto;
  }
}

.anchor {
  display: block;
  margin-top: -180px;
  padding-top: 180px;
  /* sp */
}
@media screen and (max-width: 850px) {
  .anchor {
    margin-top: -18.5vh;
    padding-top: 18.5vh;
  }
}

.contentArea .pageanchorList {
  background: #FFF;
  padding: 15px;
  font-size: 0.9em;
  border-radius: 5px;
  margin: 0 auto 10px;
  /* sp */
}
.contentArea .pageanchorList .head {
  color: #006eba;
  font-weight: bold;
  margin-bottom: 0.4em;
}
.contentArea .pageanchorList .head:before {
  font-family: "icomoon";
  content: "\ee83";
  font-weight: normal;
  color: #006eba;
  margin-right: 0.3em;
}
.contentArea .pageanchorList ol {
  font-size: 1.1em;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr 1fr;
  -ms-grid-rows: 1fr 0.8em 1fr 0.8em 1fr 0.8em 1fr;
  grid-template-rows: repeat(4, 1fr);
  grid-auto-flow: column;
  gap: 0.8em;
}
.contentArea .pageanchorList ol li {
  margin: 0;
}
@media screen and (max-width: 850px) {
  .contentArea .pageanchorList ol {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-auto-flow: unset;
    -ms-grid-rows: none;
    grid-template-rows: none;
  }
  .contentArea .pageanchorList ol > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}

/*  top
----------------------------------------------- */
main.top {
  /* sp */
}
main.top .titleArea {
  text-align: center;
  margin: 20px auto 20px;
  display: flex;
    flex-direction: row;
    justify-content: center;
}
main.top .leadArea {
  background: #006eba;
  color: #FFF;
  /* padding: 1.2em 0; */
  /* margin: 15px auto 25px; */
}
main.top .topMenu {
  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;
}
main.top .topMenu a {
  display: block;
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
  max-width: 49%;
  margin-bottom: 20px;
  background: #FFF;
  padding: 20px 2.2%;
  border-radius: 5px;
  text-decoration: none;
  color: #282828;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 2px solid #FFF;
}
main.top .topMenu a.clm1 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}
main.top .topMenu a:hover {
  background: #e0f3ff;
  border: 2px solid #006eba;
}
main.top .topMenu a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: start;
}
main.top .topMenu a .img {
  -ms-flex-preferred-size: 110px;
      flex-basis: 110px;
  max-width: 110px;
  text-align: center;
}
main.top .topMenu a .cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 1em;
}
main.top .topMenu a .cont .head {
  margin-bottom: 0.4em;
  padding-left: 1.6em;
  text-indent: -1.6em;
}
main.top .topMenu a .cont .head:before {
  font-family: "icomoon";
  content: "\ee73";
  font-weight: normal;
  color: #006eba;
  margin-right: 0.3em;
  font-size: 1.2em;
  position: relative;
  top: 0.1em;
}
main.top .topMenu a .cont .head span {
  color: #006eba;
  font-size: 1.1em;
  font-weight: bold;
  border-bottom: 1px solid #006eba;
}
main.top .topMenu a .cont p {
  font-size: 0.9em;
}
main.top .topMenu a.online_guide {
  background: #fff8ee;
  border: 3px solid #f49e10;
}
main.top .topMenu a.online_guide .cont .head {
  font-size: 1.1em;
}
main.top .topMenu a.online_guide .cont .head:before {
  color: #f49e10;
}
main.top .topMenu a.online_guide .cont .head span {
  color: #282828;
  border-bottom: 1px solid #282828;
}
main.top .topMenu a.online_guide:hover {
  outline: none;
  background: #ffe5ba;
}
@media screen and (max-width: 850px) {
  main.top .titleArea {
    margin: 25px auto;
    padding: 0 5%;
  }
  main.top .topMenu a {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 15px;
    padding: 5%;
  }
  main.top .topMenu a .img {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%;
    text-align: center;
  }
}

/*  about
----------------------------------------------- */
/*  target
----------------------------------------------- */
.q_detailArea h5 {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
.q_detailArea .detail {
  font-size: 0.9rem;
}
.q_detailArea .detail dl dt:nth-child(n+2) {
  border-top: 1px solid #ccc;
  margin-top: 1.5em;
  padding-top: 1.5em;
}
.q_detailArea .detail .head {
  font-weight: bold;
  margin-top: 1em;
  color: #006eba;
  margin-bottom: 0.6em;
  position: relative;
  padding-left: 1.5em;
}
.q_detailArea .detail .head:before {
  font-family: "icomoon";
  content: "\eebc";
  font-weight: normal;
  color: #CCC;
  margin-right: 0.3em;
  position: absolute;
  left: 0;
  top: 0.2em;
}
.q_detailArea .detail .head ul li:before {
  content: none;
}
.q_detailArea .detail .head ul.em1 li {
  padding-left: 1.4em;
  text-indent: -1.4em;
}
.q_detailArea .detail .head ul.em2 li {
  padding-left: 1.8em;
  text-indent: -1.8em;
}
.q_detailArea .detail .head:first-child {
  margin-top: 0;
}
.q_detailArea .detail p.mark {
  margin: 0.8em 0 0.4em 0;
}
.q_detailArea .detail p.mark:before {
  content: "●";
  color: #006eba;
  margin-right: 0.3em;
}

/*  flow
----------------------------------------------- */
.contentArea .flow_outline {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px 30px;
  margin: 60px auto 50px;
  /* sp */
}
.contentArea .flow_outline li {
  text-indent: 0;
  padding: 0;
  position: relative;
  list-style: none;
}
.contentArea .flow_outline li:before {
  content: none;
}
.contentArea .flow_outline li a {
  display: block;
  background: #FFF;
  position: relative;
  border-radius: 8px;
  text-decoration: none;
  color: #282828;
  padding: 30px 20px 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  border: 2px solid #FFF;
}
.contentArea .flow_outline li a .num {
  position: absolute;
  top: -26px;
  width: 50px;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
}
.contentArea .flow_outline li a .img img {
  max-width: 80%;
}
.contentArea .flow_outline li a .title {
  color: #006eba;
  font-size: 1.1em;
  border-bottom: 1px solid #006eba;
  display: inline-block;
  font-weight: bold;
  margin: 0.5em 0 0.2em;
}
.contentArea .flow_outline li a .sub {
  font-size: 0.9em;
}
.contentArea .flow_outline li a:hover {
  background: #fff8c0;
  border: 2px solid #f49e10;
}
.contentArea .flow_outline li:after {
  font-family: "icomoon";
  content: "\eb65";
  font-weight: normal;
  color: #006eba;
  font-size: 2.3em;
  position: absolute;
  right: -35px;
  height: 2.3em;
  margin: auto;
  top: 0;
  bottom: 0;
  line-height: 2.3em;
}
.contentArea .flow_outline li:nth-of-type(5):before {
  font-family: "icomoon";
  content: "\eb65";
  font-weight: normal;
  color: #006eba;
  font-size: 2.3em;
  position: absolute;
  left: -35px;
  height: 2.3em;
  margin: auto;
  top: 0;
  bottom: 0;
  line-height: 2.3em;
}
.contentArea .flow_outline li:last-child:after {
  content: none;
}
@media screen and (max-width: 850px) {
  .contentArea .flow_outline {
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 40px 15px;
  }
  .contentArea .flow_outline li:after {
    right: -0.8em;
    font-size: 1.5em;
  }
  .contentArea .flow_outline li:nth-of-type(odd):before {
    font-family: "icomoon";
    content: "\eb65";
    font-weight: normal;
    color: #006eba;
    font-size: 1.5em;
    position: absolute;
    left: -0.8em;
    height: 1.5em;
    margin: auto;
    top: 0;
    bottom: 0;
    line-height: 1.5em;
  }
  .contentArea .flow_outline li:first-child:before {
    content: none;
  }
  .contentArea .flow_outline li a {
    padding: 30px 0.8em 1em;
  }
  .contentArea .flow_outline li a .num {
    position: absolute;
    top: -20px;
    width: 40px;
  }
  .contentArea .flow_outline li a .title {
    font-size: 1em;
  }
  .contentArea .flow_outline li a .sub {
    font-size: 0.8em;
    text-align: left;
  }
}

.flow_cont {
  /* sp */
}
.flow_cont section.flow_section {
  background: #FFF;
  padding: 3% 4%;
  margin-bottom: 3.5em;
  position: relative;
}
.flow_cont section.flow_section:after {
  font-family: "icomoon";
  content: "\eb4e";
  font-weight: normal;
  color: #006eba;
  font-size: 3.5em;
  position: absolute;
  height: 3.5em;
  width: 3.5em;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -3.5em;
  text-align: center;
}
.flow_cont section.flow_section:last-child:after {
  content: none;
}
.flow_cont section.flow_section .head {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #006eba;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.flow_cont section.flow_section .head .num {
  -ms-flex-preferred-size: 80px;
      flex-basis: 80px;
  max-width: 80px;
}
.flow_cont section.flow_section .head .cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flow_cont section.flow_section .head .cont h4 {
  font-size: 1.5em;
  font-weight: bold;
  border-bottom: none;
  margin: 0;
  padding: 0;
  border-left: none;
  background: none;
  color: #282828;
}
.flow_cont section.flow_section .head .cont h4:after {
  content: none;
}
.flow_cont section.flow_section .head .cont p {
  color: #006eba;
}
.flow_cont section.flow_section .clm4-space {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flow_cont section.flow_section .clm4-space .clm {
  -ms-flex-preferred-size: 24.5%;
      flex-basis: 24.5%;
  max-width: 24.5%;
}
.flow_cont section.flow_section .clm4-space .clm img {
  max-height: 260px;
  margin: auto;
}
.flow_cont section.flow_section .clm4-space .clm div {
  font-size: 0.9em;
  margin-top: 0.6em;
}
.flow_cont section.flow_section .clm2-space .clm img {
  max-height: 260px;
  margin: auto;
}
.flow_cont section.flow_section .clm2-space .clm div {
  font-size: 0.9em;
  margin-top: 0.6em;
}
.flow_cont section.flow_section ul.record li em {
  text-decoration: underline;
  text-underline-offset: -0.4em;
  text-decoration-thickness: 0.7em;
  text-decoration-color: rgba(255, 230, 0, 0.4);
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.flow_cont section.flow_section h4 {
  background: #ebf7ff;
  font-size: 1.3em;
  font-weight: bold;
  padding: 0.5em 0.7em;
  margin-bottom: 1em;
}
.flow_cont section.flow_section h4 span {
  color: #006eba;
}
@media screen and (max-width: 850px) {
  .flow_cont section.flow_section {
    padding: 5% 4%;
  }
  .flow_cont section.flow_section .head {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-bottom: 2px solid #006eba;
    padding-bottom: 1em;
    margin-bottom: 1em;
  }
  .flow_cont section.flow_section .head .num {
    -ms-flex-preferred-size: 60px;
        flex-basis: 60px;
    max-width: 60px;
  }
  .flow_cont section.flow_section .head .num img {
    max-width: 50px;
  }
  .flow_cont section.flow_section .head .cont {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .flow_cont section.flow_section .head .cont h3 {
    font-size: 1.4em;
    font-weight: bold;
  }
  .flow_cont section.flow_section .head .cont p {
    color: #006eba;
    font-size: 0.9em;
  }
  .flow_cont section.flow_section .clm4-space.spclm2 {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .flow_cont section.flow_section .clm4-space.spclm2 .clm {
    -ms-flex-preferred-size: 47% !important;
        flex-basis: 47% !important;
    max-width: 47% !important;
  }
  .flow_cont section.flow_section .clm4-space.spclm2 .clm .caption {
    position: relative;
  }
  .flow_cont section.flow_section .imgBlockT .img {
    margin: 8px 0;
  }
  .flow_cont section.flow_section .imgBlockT .img img {
    max-width: 70%;
  }
  .flow_cont section.flow_section h4 {
    font-size: 1.2em;
  }
}

/*  investigator
----------------------------------------------- */
/*  facility
----------------------------------------------- */
.imgbox {
  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;
}
.imgbox .img {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  max-width: 20%;
}
.imgbox .cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 3%;
}

@media screen and (max-width: 850px) {
  .imgbox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .imgbox .img {
    text-align: center;
    max-width: 100%;
    text-align: center;
    margin-bottom: 10px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 10px;
  }
  .imgbox .img img {
    max-width: 50%;
  }
  .imgbox .cont {
    padding-left: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
} /* sp */
/*  online_guide
----------------------------------------------- */
.btn_online a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.5);
  display: inline-block;
  border-radius: 8px;
}
.btn_online a:hover {
  -webkit-box-shadow: 0px 0px 0px 4px #ffe141;
          box-shadow: 0px 0px 0px 4px #ffe141;
  position: relative;
  top: 3px;
}

main.online_guide {
  /* sp */
}
main.online_guide p.lh2 {
  line-height: 2;
}
main.online_guide .item {
  background: #FFF;
  color: #006eba;
  font-weight: bold;
  display: inline-block;
  padding: 0.4em 0.5em 0.3em;
  border: dashed 1px #a1a1a1;
  margin: 0 0.2em;
  line-height: 1;
}
main.online_guide em {
  text-decoration: underline;
  text-underline-offset: -0.4em;
  text-decoration-thickness: 0.7em;
  text-decoration-color: #FFF787;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
main.online_guide .pointArea {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 18px 1fr 18px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 18px;
  margin: 30px auto;
}
main.online_guide .pointArea .sec {
  background: #FFF;
  padding: 25px 15px 20px;
  border-radius: 5px;
}
main.online_guide .pointArea .sec .img {
  margin-bottom: 1.4em;
  text-align: center;
}
main.online_guide .pointArea .sec .img img {
  max-width: 160px;
}
main.online_guide .pointArea .sec .cont {
  font-weight: bold;
}
main.online_guide .pointArea .sec .cont ul.notice li {
  font-weight: normal;
  font-size: 90%;
}
main.online_guide .videoArea a.border {
  display: inline-block;
}
main.online_guide p.align-c.subtext img.sub {
  height: 22px;
}
main.online_guide a.btn_e-survey {
  display: block;
  font-weight: bold;
  font-size: 1.3em;
  color: #0065AD;
  text-decoration: none;
  padding: 0.9em 1.5em;
  outline: 3px solid #006eba;
  border-radius: 6px;
  max-width: 50%;
  margin: 0.5em auto 0;
  position: relative;
  -webkit-box-shadow: 0px 5px 8px -3px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 5px 8px -3px rgba(0, 0, 0, 0.6);
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(96%, #d9eefc));
  background: linear-gradient(to bottom, #ffffff 0%, #d9eefc 96%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#d9eefc",GradientType=0 );
  /* sp */
}
main.online_guide a.btn_e-survey:before {
  font-family: "icomoon";
  content: "\ee73";
  font-weight: normal;
  margin-right: 0.3em;
  color: #00b392;
}
main.online_guide a.btn_e-survey:after {
  font-family: "icomoon";
  content: "\eebe";
  font-weight: normal;
  margin-right: 0.3em;
  color: #636363;
  position: absolute;
  font-size: 0.8em;
  top: 0.3em;
  right: 0.3em;
}
main.online_guide a.btn_e-survey:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 3px solid #43b0eb;
  background: #d9eefc;
  background: -webkit-gradient(linear, left top, left bottom, from(#d9eefc), to(#ffffff));
  background: linear-gradient(to bottom, #d9eefc 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d9eefc", endColorstr="#ffffff",GradientType=0 );
}
@media screen and (max-width: 850px) {
  main.online_guide a.btn_e-survey {
    max-width: 90%;
    padding: 1em 0.5em;
    border-radius: 5px;
  }
}
main.online_guide .bgW p {
  line-height: 1.6;
}
main.online_guide .bgW ul.notice li {
  margin: 0 0 0.3em;
  font-size: 90%;
}
main.online_guide .bgW ul.notice li strong {
  border-bottom: 1px solid #282828;
}
main.online_guide span.point {
  font-weight: bold;
  font-size: 0.8em;
  background: #e21010;
  color: #FFF;
  display: inline-block;
  line-height: 1;
  padding: 0.45em 0.6em;
  margin-right: 0.5em;
  border-radius: 3px;
}
main.online_guide span.point:before {
  font-family: "icomoon";
  content: "\ee8c";
  font-weight: normal;
  margin-right: 0.3em;
}
main.online_guide .chapter .head {
  font-weight: bold;
  color: #006eba;
  margin: 0 0 0.5em;
  border-bottom: none;
  font-size: 1em;
  padding-bottom: 0;
}
main.online_guide .chapter .head:before {
  font-family: "icomoon";
  content: "\ef66";
  font-weight: normal;
  margin-right: 0.3em;
}
@media screen and (max-width: 850px) {
  main.online_guide .pointArea {
    display: block;
  }
  main.online_guide .pointArea dl {
    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: 1em;
    padding: 3.5%;
  }
  main.online_guide .pointArea dl dt {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    max-width: 35%;
  }
  main.online_guide .pointArea dl dt img {
    max-width: 100%;
  }
  main.online_guide .pointArea dl dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 1em;
  }
  main.online_guide .videoArea .youtube {
    text-align: center;
  }
}

.onlinebtnL_sub a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.onlinebtnL_sub a:hover {
  opacity: 0.7;
}

/*----------------------------------------------------------
	Module
--------------------------------------------------------- */
em {
  font-style: normal;
}

img.border {
  border: 1px solid #333;
}

.bgW {
  background: #FFF;
}

.disp-ib {
  display: inline-block;
}

.br3 {
  border-radius: 3px;
}

.br5 {
  border-radius: 5px;
}

.br10 {
  border-radius: 10px;
}

/*  content module
----------------------------------------------- */
.contentArea {
  /* sp */
}
.contentArea h3 {
  position: relative;
  font-size: 1.6em;
  border-bottom: 5px solid #95c8eb;
  font-weight: bold;
  padding: 0.25em 0;
  margin: 1.3em auto 0.7em;
}
.contentArea h3::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0%;
  width: 70px;
  height: 5px;
  background-color: #387ccc;
}
.contentArea h4 {
  background: #FFF;
  font-size: 1.4em;
  font-weight: bold;
  padding: 0.6em 0.7em;
  margin-bottom: 0.7em;
  border-left: 4px double #006eba;
  color: #006eba;
}
.contentArea h4 em {
  color: #006eba;
}
.contentArea h5 {
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 4px double #006eba;
  padding-bottom: 0.5em;
  margin: 1em 0 0.8em;
}
.contentArea h5:before {
  font-family: "icomoon";
  content: "\eebc";
  font-weight: normal;
  color: #006eba;
  margin-right: 0.3em;
}
.contentArea h6 {
  font-size: 1.1em;
  font-weight: bold;
  margin: 1em 0 0.8em;
}
.contentArea .simplehead {
  font-size: 1.2em;
  font-weight: bold;
  margin: 1em 0 0.8em;
  border-left: 4px solid #006eba;
  padding-left: 0.5em;
  background: none;
}
.contentArea ul li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0.4em;
}
.contentArea ul li:before {
  content: "・";
}
.contentArea .sup {
  background: #FFF;
  padding: 15px;
  font-size: 0.9em;
  border-radius: 3px;
}
.contentArea .important {
  background: #FFF;
  padding: 15px;
  border: 4px double #C92222;
  border-radius: 3px;
  font-weight: bold;
  font-size: 0.9em;
}
.contentArea .important .head {
  font-weight: bold;
  font-size: 1.1em;
  border-bottom: 1px solid #C92222;
  padding: 0 0 0.3em;
  margin-bottom: 0.5em;
}
.contentArea .important .head:before {
  font-family: "icomoon";
  content: "\e902";
  font-weight: normal;
  color: #C92222;
  margin-right: 0.3em;
  font-size: 1.5em;
  position: relative;
  top: 0.15em;
}
.contentArea .important em {
  font-weight: bold;
  color: #C92222;
}
.contentArea .important ul li:before {
  content: "・";
}
.contentArea a[target=_blank].border {
  border: 1px solid #006eba;
}
.contentArea a[target=_blank] img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contentArea a[target=_blank] img.icon {
  width: 0.9em;
  height: 0.9em;
  display: inline-block;
  margin: 0 0.2em;
  position: relative;
  top: 0.2em;
}
.contentArea .pdfLink a:before {
  font-family: "icomoon";
  content: "\f1c1";
  font-weight: normal;
  color: #d51717;
  text-decoration: none;
  display: inline-block;
  font-size: 1.5em;
  position: relative;
  top: 0.1em;
  margin-right: 0.3em;
}
.contentArea .pdfLink img.icon {
  width: 0.8em;
  height: 0.8em;
  display: inline-block;
  margin: 0 0.15em;
  position: relative;
  top: 0.3em;
}
.contentArea p.link {
  margin: 1em 0;
}
.contentArea p.link a:before {
  font-family: "icomoon";
  content: "\eeea";
  font-weight: normal;
  color: #006eba;
  text-decoration: none;
  display: inline-block;
  margin-right: 0.3em;
}
.contentArea p.link img.icon {
  width: 0.8em;
  height: 0.8em;
  display: inline-block;
  margin: 0 0.2em;
  position: relative;
  top: 0.3em;
}
@media screen and (max-width: 850px) {
  .contentArea h3 {
    font-size: 1.4em;
  }
  .contentArea h4 {
    font-size: 1.2em;
  }
  .contentArea h5 {
    font-size: 1.1em;
  }
}

.contentArea .acbox h5 {
  padding: 0;
  margin: 0;
}
.contentArea .acbox h5:before {
  content: none;
  margin-right: 0;
}

.acbox {
  width: auto;
  margin: 0 0 15px;
  /* sp */
}
.acbox button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.acbox .toggle button {
  cursor: pointer;
  width: auto;
  font-size: 1rem;
  font-weight: bold;
  background: #006eba;
  position: relative;
  display: block;
  padding: 0.7em 1.5em 0.8em 0.8em !important;
  border-radius: 4px;
  color: #fff;
  width: 100%;
  text-align: left;
  border: 1px solid #006eba;
}
.acbox .toggle button:hover {
  background: #FFF;
  color: #006eba;
  border: 1px solid #006eba;
}
.acbox .toggle button:hover:hover:after {
  color: #006eba;
}
.acbox .toggle button:before {
  content: none;
  margin-right: 0;
}
.acbox .toggle button:after {
  color: #fff;
  content: "▼";
  position: absolute;
  top: 55%;
  right: 15px;
  margin-top: -14px;
}
.acbox .toggle.active button {
  background: #FFF;
  color: #006eba;
  border: 1px solid #006eba;
}
.acbox .toggle.active button:after {
  content: "▲";
  color: #006eba;
}
.acbox .acbox-under {
  display: none;
  background: #FFF;
  padding: 1.3em;
}
.acbox-under {
  font-size: 1rem;
}

/*----------------------------------------------------------
	Common
--------------------------------------------------------- */
a.basicBtn {
  display: inline-block;
  background: #006eba;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  padding: 1.3em 2em;
  border-radius: 5px;
  min-width: 25%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 2px solid #006eba;
}
a.basicBtn:before {
  font-family: "icomoon";
  content: "\ea57";
  font-weight: normal;
  color: #95c8eb;
  margin-right: 0.5em;
}
a.basicBtn:hover {
  background: #FFF;
  color: #006eba;
  border: 2px solid #006eba;
}

@media screen and (max-width: 850px) {
  a.basicBtn {
    min-width: 80%;
  }
} /* sp */
/*  hr
----------------------------------------------- */
hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

hr {
  border-top: 1px solid #ccc;
  margin: 10px auto;
}

/*  list
----------------------------------------------- */
ol {
  margin: 0;
  padding-left: 22px;
}

ol li {
  list-style: decimal;
  margin: 0.5em 0px;
  line-height: 1.5em;
}

ul.record li {
  text-indent: -1.2em;
  padding-left: 1.2em;
  margin-bottom: 0.6em;
}
ul.record li:before {
  content: "●";
  color: #006eba;
  margin-right: 0.2em;
}

ul.notice li {
  margin-bottom: 0.4em;
  text-indent: -0.9em;
  padding-left: 0.9em;
}
ul.notice li:before {
  content: none;
}
ul.notice li sup {
  font-size: 90%;
  position: relative;
  top: 0.35em;
}

ul.notice-red li {
  color: #CC0000;
}
ul.notice-red li:before {
  color: #CC0000;
}

ul.notice li:before {
  color: #282828;
}

ul.notice2 li {
  text-indent: -0.4em;
  padding-left: 0.4em;
}
ul.notice2 li:before {
  content: none;
}

span.notice2 {
  color: #da2828;
  font-size: 120%;
}

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: 2.1em;
  text-indent: -2.1em;
  list-style-type: none;
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
}
ol.paren li:before {
  display: marker;
  content: "(" counter(cnt) ") ";
  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: #006eba;
  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 {
  margin: 10px 0;
  border: 1px solid #999;
  border-collapse: collapse;
  border: 1px solid #999;
  word-break: break-all;
}

table.data th {
  padding: 5px 8px;
  color: #333;
  background: #254676;
  border-bottom: solid 1px #999;
  border-top: none;
  border-right: solid 1px #999;
  border-left: solid 1px #999;
  font-size: 1.1em;
  text-align: center;
  color: #FFF;
  font-weight: 300;
}

table.data th.h2 {
  background: #C8D0E5;
  font-weight: 300;
  color: #4A4A4A;
}

table.data td.h1 {
  text-align: center !important;
}

table.data td {
  word-break: break-all;
  padding: 10px 8px;
  border-bottom: solid 1px #999;
  border-top: none;
  border-right: solid 1px #999;
  border-left: none;
}

/* 表 (レイアウト用) */
table.layout {
  border: none;
}
table.layout th {
  padding: 0;
  border: none;
}
table.layout td {
  padding: 0 5px;
  border: none;
}

/*  box float
----------------------------------------------- */
.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 li, ul.clm3 li, ul.clm4 li, ul.clm2-space li, ul.clm3-space li, ul.clm4-space li {
  text-indent: 0;
  padding: 0;
}

ul.clm2 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.clm2 li {
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
ul.clm2 li:before {
  content: none;
  margin: 0;
}

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.clm3 li:before {
  content: none;
  margin: 0;
}

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.clm4 li:before {
  content: none;
  margin: 0;
}

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.5%;
  -ms-flex-preferred-size: 49.5%;
      flex-basis: 49.5%;
}
ul.clm2-space li:before {
  content: none;
  margin: 0;
}

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.clm3-space li:before {
  content: none;
  margin: 0;
}

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%;
}
ul.clm4-space li:before {
  content: none;
  margin: 0;
}

@media screen and (max-width: 850px) {
  ul.clm2sp {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.clm2sp li {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  ul.clm3sp {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.clm3sp li {
    max-width: 33%;
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
  }
  ul.clm4sp {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.clm4sp li {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
  ul.clm2sp-space {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  ul.clm2sp-space li {
    max-width: 49%;
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    margin-bottom: 10px;
  }
  ul.clm3sp-space {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  ul.clm3sp-space li {
    max-width: 32%;
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
    margin-bottom: 10px;
  }
  ul.clm4sp-space {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  ul.clm4sp-space li {
    max-width: 23%;
    -ms-flex-preferred-size: 23%;
        flex-basis: 23%;
    margin-bottom: 10px;
  }
} /* sp */
.clm2-space,
.clm3-space,
.clm4-space {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.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: 22.5%;
      flex-basis: 22.5%;
  max-width: 22.5%;
  -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: 851px) and (max-width: 1280px) {
  .tbclm1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tbclm1 > * {
    width: 100% !important;
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    max-width: 100% !important;
  }
  .tbclm2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tbclm2 > * {
    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
    max-width: 50%;
  }
  .tbclm3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tbclm3 > * {
    -ms-flex-preferred-size: 33% !important;
        flex-basis: 33% !important;
    max-width: 33%;
  }
} /* tablet */
@media screen and (max-width: 850px) {
  .clm2, .clm3 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* 複数行の場合 */
  }
  .clm2.multi, .clm3.multi {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
  .clm2 span.caption, .clm3 span.caption {
    display: block;
    margin: 0.5em 0;
    padding-left: 1.2em;
    text-indent: -1.2em;
  }
  .clm2 .sp1, .clm3 .sp1 {
    padding: 1vw;
  }
  .clm2 .sp2, .clm3 .sp2 {
    padding: 2vw;
  }
  .clm2 .clm {
    width: 50%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .clm3 .clm {
    width: 33%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .spclm1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .spclm1 > * {
    width: 100% !important;
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    max-width: 100% !important;
  }
  .spclm2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .spclm2 > * {
    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
    max-width: 50% !important;
  }
  .spclm3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .spclm3 > * {
    -ms-flex-preferred-size: 33% !important;
        flex-basis: 33% !important;
    max-width: 33% !important;
  }
  .imgBlockB, .imgBlockC, .imgBlockT {
    display: block;
  }
  .imgBlockB.imgL .img, .imgBlockB.imgR .img, .imgBlockC.imgL .img, .imgBlockC.imgR .img, .imgBlockT.imgL .img, .imgBlockT.imgR .img {
    margin: 15px auto;
  }
  .imgBlockB .cont, .imgBlockC .cont, .imgBlockT .cont {
    width: 100%;
  }
} /* sp */
.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-valignT {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-valignB {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-valignC {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-alignL {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-alignR {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-alignC {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

* .flexbasis01, .flex-between .flexbasis01 {
  -ms-flex-preferred-size: 1%;
      flex-basis: 1%;
  max-width: 1%;
}
* .flexbasis02, .flex-between .flexbasis02 {
  -ms-flex-preferred-size: 2%;
      flex-basis: 2%;
  max-width: 2%;
}
* .flexbasis03, .flex-between .flexbasis03 {
  -ms-flex-preferred-size: 3%;
      flex-basis: 3%;
  max-width: 3%;
}
* .flexbasis04, .flex-between .flexbasis04 {
  -ms-flex-preferred-size: 4%;
      flex-basis: 4%;
  max-width: 4%;
}
* .flexbasis05, .flex-between .flexbasis05 {
  -ms-flex-preferred-size: 5%;
      flex-basis: 5%;
  max-width: 5%;
}
* .flexbasis06, .flex-between .flexbasis06 {
  -ms-flex-preferred-size: 6%;
      flex-basis: 6%;
  max-width: 6%;
}
* .flexbasis07, .flex-between .flexbasis07 {
  -ms-flex-preferred-size: 7%;
      flex-basis: 7%;
  max-width: 7%;
}
* .flexbasis08, .flex-between .flexbasis08 {
  -ms-flex-preferred-size: 8%;
      flex-basis: 8%;
  max-width: 8%;
}
* .flexbasis09, .flex-between .flexbasis09 {
  -ms-flex-preferred-size: 9%;
      flex-basis: 9%;
  max-width: 9%;
}
* .flexbasis10, .flex-between .flexbasis10 {
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
  max-width: 10%;
}
* .flexbasis11, .flex-between .flexbasis11 {
  -ms-flex-preferred-size: 11%;
      flex-basis: 11%;
  max-width: 11%;
}
* .flexbasis12, .flex-between .flexbasis12 {
  -ms-flex-preferred-size: 12%;
      flex-basis: 12%;
  max-width: 12%;
}
* .flexbasis13, .flex-between .flexbasis13 {
  -ms-flex-preferred-size: 13%;
      flex-basis: 13%;
  max-width: 13%;
}
* .flexbasis14, .flex-between .flexbasis14 {
  -ms-flex-preferred-size: 14%;
      flex-basis: 14%;
  max-width: 14%;
}
* .flexbasis15, .flex-between .flexbasis15 {
  -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
  max-width: 15%;
}
* .flexbasis16, .flex-between .flexbasis16 {
  -ms-flex-preferred-size: 16%;
      flex-basis: 16%;
  max-width: 16%;
}
* .flexbasis17, .flex-between .flexbasis17 {
  -ms-flex-preferred-size: 17%;
      flex-basis: 17%;
  max-width: 17%;
}
* .flexbasis18, .flex-between .flexbasis18 {
  -ms-flex-preferred-size: 18%;
      flex-basis: 18%;
  max-width: 18%;
}
* .flexbasis19, .flex-between .flexbasis19 {
  -ms-flex-preferred-size: 19%;
      flex-basis: 19%;
  max-width: 19%;
}
* .flexbasis20, .flex-between .flexbasis20 {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  max-width: 20%;
}
* .flexbasis21, .flex-between .flexbasis21 {
  -ms-flex-preferred-size: 21%;
      flex-basis: 21%;
  max-width: 21%;
}
* .flexbasis22, .flex-between .flexbasis22 {
  -ms-flex-preferred-size: 22%;
      flex-basis: 22%;
  max-width: 22%;
}
* .flexbasis23, .flex-between .flexbasis23 {
  -ms-flex-preferred-size: 23%;
      flex-basis: 23%;
  max-width: 23%;
}
* .flexbasis24, .flex-between .flexbasis24 {
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
  max-width: 24%;
}
* .flexbasis25, .flex-between .flexbasis25 {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
}
* .flexbasis26, .flex-between .flexbasis26 {
  -ms-flex-preferred-size: 26%;
      flex-basis: 26%;
  max-width: 26%;
}
* .flexbasis27, .flex-between .flexbasis27 {
  -ms-flex-preferred-size: 27%;
      flex-basis: 27%;
  max-width: 27%;
}
* .flexbasis28, .flex-between .flexbasis28 {
  -ms-flex-preferred-size: 28%;
      flex-basis: 28%;
  max-width: 28%;
}
* .flexbasis29, .flex-between .flexbasis29 {
  -ms-flex-preferred-size: 29%;
      flex-basis: 29%;
  max-width: 29%;
}
* .flexbasis30, .flex-between .flexbasis30 {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  max-width: 30%;
}
* .flexbasis31, .flex-between .flexbasis31 {
  -ms-flex-preferred-size: 31%;
      flex-basis: 31%;
  max-width: 31%;
}
* .flexbasis32, .flex-between .flexbasis32 {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  max-width: 32%;
}
* .flexbasis33, .flex-between .flexbasis33 {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  max-width: 33%;
}
* .flexbasis34, .flex-between .flexbasis34 {
  -ms-flex-preferred-size: 34%;
      flex-basis: 34%;
  max-width: 34%;
}
* .flexbasis35, .flex-between .flexbasis35 {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
  max-width: 35%;
}
* .flexbasis36, .flex-between .flexbasis36 {
  -ms-flex-preferred-size: 36%;
      flex-basis: 36%;
  max-width: 36%;
}
* .flexbasis37, .flex-between .flexbasis37 {
  -ms-flex-preferred-size: 37%;
      flex-basis: 37%;
  max-width: 37%;
}
* .flexbasis38, .flex-between .flexbasis38 {
  -ms-flex-preferred-size: 38%;
      flex-basis: 38%;
  max-width: 38%;
}
* .flexbasis39, .flex-between .flexbasis39 {
  -ms-flex-preferred-size: 39%;
      flex-basis: 39%;
  max-width: 39%;
}
* .flexbasis40, .flex-between .flexbasis40 {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  max-width: 40%;
}
* .flexbasis41, .flex-between .flexbasis41 {
  -ms-flex-preferred-size: 41%;
      flex-basis: 41%;
  max-width: 41%;
}
* .flexbasis42, .flex-between .flexbasis42 {
  -ms-flex-preferred-size: 42%;
      flex-basis: 42%;
  max-width: 42%;
}
* .flexbasis43, .flex-between .flexbasis43 {
  -ms-flex-preferred-size: 43%;
      flex-basis: 43%;
  max-width: 43%;
}
* .flexbasis44, .flex-between .flexbasis44 {
  -ms-flex-preferred-size: 44%;
      flex-basis: 44%;
  max-width: 44%;
}
* .flexbasis45, .flex-between .flexbasis45 {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  max-width: 45%;
}
* .flexbasis46, .flex-between .flexbasis46 {
  -ms-flex-preferred-size: 46%;
      flex-basis: 46%;
  max-width: 46%;
}
* .flexbasis47, .flex-between .flexbasis47 {
  -ms-flex-preferred-size: 47%;
      flex-basis: 47%;
  max-width: 47%;
}
* .flexbasis48, .flex-between .flexbasis48 {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  max-width: 48%;
}
* .flexbasis49, .flex-between .flexbasis49 {
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
  max-width: 49%;
}
* .flexbasis50, .flex-between .flexbasis50 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}
* .flexbasis51, .flex-between .flexbasis51 {
  -ms-flex-preferred-size: 51%;
      flex-basis: 51%;
  max-width: 51%;
}
* .flexbasis52, .flex-between .flexbasis52 {
  -ms-flex-preferred-size: 52%;
      flex-basis: 52%;
  max-width: 52%;
}
* .flexbasis53, .flex-between .flexbasis53 {
  -ms-flex-preferred-size: 53%;
      flex-basis: 53%;
  max-width: 53%;
}
* .flexbasis54, .flex-between .flexbasis54 {
  -ms-flex-preferred-size: 54%;
      flex-basis: 54%;
  max-width: 54%;
}
* .flexbasis55, .flex-between .flexbasis55 {
  -ms-flex-preferred-size: 55%;
      flex-basis: 55%;
  max-width: 55%;
}
* .flexbasis56, .flex-between .flexbasis56 {
  -ms-flex-preferred-size: 56%;
      flex-basis: 56%;
  max-width: 56%;
}
* .flexbasis57, .flex-between .flexbasis57 {
  -ms-flex-preferred-size: 57%;
      flex-basis: 57%;
  max-width: 57%;
}
* .flexbasis58, .flex-between .flexbasis58 {
  -ms-flex-preferred-size: 58%;
      flex-basis: 58%;
  max-width: 58%;
}
* .flexbasis59, .flex-between .flexbasis59 {
  -ms-flex-preferred-size: 59%;
      flex-basis: 59%;
  max-width: 59%;
}
* .flexbasis60, .flex-between .flexbasis60 {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  max-width: 60%;
}
* .flexbasis61, .flex-between .flexbasis61 {
  -ms-flex-preferred-size: 61%;
      flex-basis: 61%;
  max-width: 61%;
}
* .flexbasis62, .flex-between .flexbasis62 {
  -ms-flex-preferred-size: 62%;
      flex-basis: 62%;
  max-width: 62%;
}
* .flexbasis63, .flex-between .flexbasis63 {
  -ms-flex-preferred-size: 63%;
      flex-basis: 63%;
  max-width: 63%;
}
* .flexbasis64, .flex-between .flexbasis64 {
  -ms-flex-preferred-size: 64%;
      flex-basis: 64%;
  max-width: 64%;
}
* .flexbasis65, .flex-between .flexbasis65 {
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
  max-width: 65%;
}
* .flexbasis66, .flex-between .flexbasis66 {
  -ms-flex-preferred-size: 66%;
      flex-basis: 66%;
  max-width: 66%;
}
* .flexbasis67, .flex-between .flexbasis67 {
  -ms-flex-preferred-size: 67%;
      flex-basis: 67%;
  max-width: 67%;
}
* .flexbasis68, .flex-between .flexbasis68 {
  -ms-flex-preferred-size: 68%;
      flex-basis: 68%;
  max-width: 68%;
}
* .flexbasis69, .flex-between .flexbasis69 {
  -ms-flex-preferred-size: 69%;
      flex-basis: 69%;
  max-width: 69%;
}
* .flexbasis70, .flex-between .flexbasis70 {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  max-width: 70%;
}
* .flexbasis71, .flex-between .flexbasis71 {
  -ms-flex-preferred-size: 71%;
      flex-basis: 71%;
  max-width: 71%;
}
* .flexbasis72, .flex-between .flexbasis72 {
  -ms-flex-preferred-size: 72%;
      flex-basis: 72%;
  max-width: 72%;
}
* .flexbasis73, .flex-between .flexbasis73 {
  -ms-flex-preferred-size: 73%;
      flex-basis: 73%;
  max-width: 73%;
}
* .flexbasis74, .flex-between .flexbasis74 {
  -ms-flex-preferred-size: 74%;
      flex-basis: 74%;
  max-width: 74%;
}
* .flexbasis75, .flex-between .flexbasis75 {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  max-width: 75%;
}
* .flexbasis76, .flex-between .flexbasis76 {
  -ms-flex-preferred-size: 76%;
      flex-basis: 76%;
  max-width: 76%;
}
* .flexbasis77, .flex-between .flexbasis77 {
  -ms-flex-preferred-size: 77%;
      flex-basis: 77%;
  max-width: 77%;
}
* .flexbasis78, .flex-between .flexbasis78 {
  -ms-flex-preferred-size: 78%;
      flex-basis: 78%;
  max-width: 78%;
}
* .flexbasis79, .flex-between .flexbasis79 {
  -ms-flex-preferred-size: 79%;
      flex-basis: 79%;
  max-width: 79%;
}
* .flexbasis80, .flex-between .flexbasis80 {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
  max-width: 80%;
}
* .flexbasis81, .flex-between .flexbasis81 {
  -ms-flex-preferred-size: 81%;
      flex-basis: 81%;
  max-width: 81%;
}
* .flexbasis82, .flex-between .flexbasis82 {
  -ms-flex-preferred-size: 82%;
      flex-basis: 82%;
  max-width: 82%;
}
* .flexbasis83, .flex-between .flexbasis83 {
  -ms-flex-preferred-size: 83%;
      flex-basis: 83%;
  max-width: 83%;
}
* .flexbasis84, .flex-between .flexbasis84 {
  -ms-flex-preferred-size: 84%;
      flex-basis: 84%;
  max-width: 84%;
}
* .flexbasis85, .flex-between .flexbasis85 {
  -ms-flex-preferred-size: 85%;
      flex-basis: 85%;
  max-width: 85%;
}
* .flexbasis86, .flex-between .flexbasis86 {
  -ms-flex-preferred-size: 86%;
      flex-basis: 86%;
  max-width: 86%;
}
* .flexbasis87, .flex-between .flexbasis87 {
  -ms-flex-preferred-size: 87%;
      flex-basis: 87%;
  max-width: 87%;
}
* .flexbasis88, .flex-between .flexbasis88 {
  -ms-flex-preferred-size: 88%;
      flex-basis: 88%;
  max-width: 88%;
}
* .flexbasis89, .flex-between .flexbasis89 {
  -ms-flex-preferred-size: 89%;
      flex-basis: 89%;
  max-width: 89%;
}
* .flexbasis90, .flex-between .flexbasis90 {
  -ms-flex-preferred-size: 90%;
      flex-basis: 90%;
  max-width: 90%;
}
* .flexbasis91, .flex-between .flexbasis91 {
  -ms-flex-preferred-size: 91%;
      flex-basis: 91%;
  max-width: 91%;
}
* .flexbasis92, .flex-between .flexbasis92 {
  -ms-flex-preferred-size: 92%;
      flex-basis: 92%;
  max-width: 92%;
}
* .flexbasis93, .flex-between .flexbasis93 {
  -ms-flex-preferred-size: 93%;
      flex-basis: 93%;
  max-width: 93%;
}
* .flexbasis94, .flex-between .flexbasis94 {
  -ms-flex-preferred-size: 94%;
      flex-basis: 94%;
  max-width: 94%;
}
* .flexbasis95, .flex-between .flexbasis95 {
  -ms-flex-preferred-size: 95%;
      flex-basis: 95%;
  max-width: 95%;
}
* .flexbasis96, .flex-between .flexbasis96 {
  -ms-flex-preferred-size: 96%;
      flex-basis: 96%;
  max-width: 96%;
}
* .flexbasis97, .flex-between .flexbasis97 {
  -ms-flex-preferred-size: 97%;
      flex-basis: 97%;
  max-width: 97%;
}
* .flexbasis98, .flex-between .flexbasis98 {
  -ms-flex-preferred-size: 98%;
      flex-basis: 98%;
  max-width: 98%;
}
* .flexbasis99, .flex-between .flexbasis99 {
  -ms-flex-preferred-size: 99%;
      flex-basis: 99%;
  max-width: 99%;
}
* .flexbasis100, .flex-between .flexbasis100 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}

/* tablet */
@media all and (min-width: 851px) and (max-width: 1280px) {
  * .tbflexbasis01, .flex-between .tbflexbasis01 {
    -ms-flex-preferred-size: 1%;
        flex-basis: 1%;
    max-width: 1%;
  }
  * .tbflexbasis02, .flex-between .tbflexbasis02 {
    -ms-flex-preferred-size: 2%;
        flex-basis: 2%;
    max-width: 2%;
  }
  * .tbflexbasis03, .flex-between .tbflexbasis03 {
    -ms-flex-preferred-size: 3%;
        flex-basis: 3%;
    max-width: 3%;
  }
  * .tbflexbasis04, .flex-between .tbflexbasis04 {
    -ms-flex-preferred-size: 4%;
        flex-basis: 4%;
    max-width: 4%;
  }
  * .tbflexbasis05, .flex-between .tbflexbasis05 {
    -ms-flex-preferred-size: 5%;
        flex-basis: 5%;
    max-width: 5%;
  }
  * .tbflexbasis06, .flex-between .tbflexbasis06 {
    -ms-flex-preferred-size: 6%;
        flex-basis: 6%;
    max-width: 6%;
  }
  * .tbflexbasis07, .flex-between .tbflexbasis07 {
    -ms-flex-preferred-size: 7%;
        flex-basis: 7%;
    max-width: 7%;
  }
  * .tbflexbasis08, .flex-between .tbflexbasis08 {
    -ms-flex-preferred-size: 8%;
        flex-basis: 8%;
    max-width: 8%;
  }
  * .tbflexbasis09, .flex-between .tbflexbasis09 {
    -ms-flex-preferred-size: 9%;
        flex-basis: 9%;
    max-width: 9%;
  }
  * .tbflexbasis10, .flex-between .tbflexbasis10 {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    max-width: 10%;
  }
  * .tbflexbasis11, .flex-between .tbflexbasis11 {
    -ms-flex-preferred-size: 11%;
        flex-basis: 11%;
    max-width: 11%;
  }
  * .tbflexbasis12, .flex-between .tbflexbasis12 {
    -ms-flex-preferred-size: 12%;
        flex-basis: 12%;
    max-width: 12%;
  }
  * .tbflexbasis13, .flex-between .tbflexbasis13 {
    -ms-flex-preferred-size: 13%;
        flex-basis: 13%;
    max-width: 13%;
  }
  * .tbflexbasis14, .flex-between .tbflexbasis14 {
    -ms-flex-preferred-size: 14%;
        flex-basis: 14%;
    max-width: 14%;
  }
  * .tbflexbasis15, .flex-between .tbflexbasis15 {
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
    max-width: 15%;
  }
  * .tbflexbasis16, .flex-between .tbflexbasis16 {
    -ms-flex-preferred-size: 16%;
        flex-basis: 16%;
    max-width: 16%;
  }
  * .tbflexbasis17, .flex-between .tbflexbasis17 {
    -ms-flex-preferred-size: 17%;
        flex-basis: 17%;
    max-width: 17%;
  }
  * .tbflexbasis18, .flex-between .tbflexbasis18 {
    -ms-flex-preferred-size: 18%;
        flex-basis: 18%;
    max-width: 18%;
  }
  * .tbflexbasis19, .flex-between .tbflexbasis19 {
    -ms-flex-preferred-size: 19%;
        flex-basis: 19%;
    max-width: 19%;
  }
  * .tbflexbasis20, .flex-between .tbflexbasis20 {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%;
  }
  * .tbflexbasis21, .flex-between .tbflexbasis21 {
    -ms-flex-preferred-size: 21%;
        flex-basis: 21%;
    max-width: 21%;
  }
  * .tbflexbasis22, .flex-between .tbflexbasis22 {
    -ms-flex-preferred-size: 22%;
        flex-basis: 22%;
    max-width: 22%;
  }
  * .tbflexbasis23, .flex-between .tbflexbasis23 {
    -ms-flex-preferred-size: 23%;
        flex-basis: 23%;
    max-width: 23%;
  }
  * .tbflexbasis24, .flex-between .tbflexbasis24 {
    -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
    max-width: 24%;
  }
  * .tbflexbasis25, .flex-between .tbflexbasis25 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  * .tbflexbasis26, .flex-between .tbflexbasis26 {
    -ms-flex-preferred-size: 26%;
        flex-basis: 26%;
    max-width: 26%;
  }
  * .tbflexbasis27, .flex-between .tbflexbasis27 {
    -ms-flex-preferred-size: 27%;
        flex-basis: 27%;
    max-width: 27%;
  }
  * .tbflexbasis28, .flex-between .tbflexbasis28 {
    -ms-flex-preferred-size: 28%;
        flex-basis: 28%;
    max-width: 28%;
  }
  * .tbflexbasis29, .flex-between .tbflexbasis29 {
    -ms-flex-preferred-size: 29%;
        flex-basis: 29%;
    max-width: 29%;
  }
  * .tbflexbasis30, .flex-between .tbflexbasis30 {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    max-width: 30%;
  }
  * .tbflexbasis31, .flex-between .tbflexbasis31 {
    -ms-flex-preferred-size: 31%;
        flex-basis: 31%;
    max-width: 31%;
  }
  * .tbflexbasis32, .flex-between .tbflexbasis32 {
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
    max-width: 32%;
  }
  * .tbflexbasis33, .flex-between .tbflexbasis33 {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    max-width: 33%;
  }
  * .tbflexbasis34, .flex-between .tbflexbasis34 {
    -ms-flex-preferred-size: 34%;
        flex-basis: 34%;
    max-width: 34%;
  }
  * .tbflexbasis35, .flex-between .tbflexbasis35 {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    max-width: 35%;
  }
  * .tbflexbasis36, .flex-between .tbflexbasis36 {
    -ms-flex-preferred-size: 36%;
        flex-basis: 36%;
    max-width: 36%;
  }
  * .tbflexbasis37, .flex-between .tbflexbasis37 {
    -ms-flex-preferred-size: 37%;
        flex-basis: 37%;
    max-width: 37%;
  }
  * .tbflexbasis38, .flex-between .tbflexbasis38 {
    -ms-flex-preferred-size: 38%;
        flex-basis: 38%;
    max-width: 38%;
  }
  * .tbflexbasis39, .flex-between .tbflexbasis39 {
    -ms-flex-preferred-size: 39%;
        flex-basis: 39%;
    max-width: 39%;
  }
  * .tbflexbasis40, .flex-between .tbflexbasis40 {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    max-width: 40%;
  }
  * .tbflexbasis41, .flex-between .tbflexbasis41 {
    -ms-flex-preferred-size: 41%;
        flex-basis: 41%;
    max-width: 41%;
  }
  * .tbflexbasis42, .flex-between .tbflexbasis42 {
    -ms-flex-preferred-size: 42%;
        flex-basis: 42%;
    max-width: 42%;
  }
  * .tbflexbasis43, .flex-between .tbflexbasis43 {
    -ms-flex-preferred-size: 43%;
        flex-basis: 43%;
    max-width: 43%;
  }
  * .tbflexbasis44, .flex-between .tbflexbasis44 {
    -ms-flex-preferred-size: 44%;
        flex-basis: 44%;
    max-width: 44%;
  }
  * .tbflexbasis45, .flex-between .tbflexbasis45 {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    max-width: 45%;
  }
  * .tbflexbasis46, .flex-between .tbflexbasis46 {
    -ms-flex-preferred-size: 46%;
        flex-basis: 46%;
    max-width: 46%;
  }
  * .tbflexbasis47, .flex-between .tbflexbasis47 {
    -ms-flex-preferred-size: 47%;
        flex-basis: 47%;
    max-width: 47%;
  }
  * .tbflexbasis48, .flex-between .tbflexbasis48 {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    max-width: 48%;
  }
  * .tbflexbasis49, .flex-between .tbflexbasis49 {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    max-width: 49%;
  }
  * .tbflexbasis50, .flex-between .tbflexbasis50 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  * .tbflexbasis51, .flex-between .tbflexbasis51 {
    -ms-flex-preferred-size: 51%;
        flex-basis: 51%;
    max-width: 51%;
  }
  * .tbflexbasis52, .flex-between .tbflexbasis52 {
    -ms-flex-preferred-size: 52%;
        flex-basis: 52%;
    max-width: 52%;
  }
  * .tbflexbasis53, .flex-between .tbflexbasis53 {
    -ms-flex-preferred-size: 53%;
        flex-basis: 53%;
    max-width: 53%;
  }
  * .tbflexbasis54, .flex-between .tbflexbasis54 {
    -ms-flex-preferred-size: 54%;
        flex-basis: 54%;
    max-width: 54%;
  }
  * .tbflexbasis55, .flex-between .tbflexbasis55 {
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
    max-width: 55%;
  }
  * .tbflexbasis56, .flex-between .tbflexbasis56 {
    -ms-flex-preferred-size: 56%;
        flex-basis: 56%;
    max-width: 56%;
  }
  * .tbflexbasis57, .flex-between .tbflexbasis57 {
    -ms-flex-preferred-size: 57%;
        flex-basis: 57%;
    max-width: 57%;
  }
  * .tbflexbasis58, .flex-between .tbflexbasis58 {
    -ms-flex-preferred-size: 58%;
        flex-basis: 58%;
    max-width: 58%;
  }
  * .tbflexbasis59, .flex-between .tbflexbasis59 {
    -ms-flex-preferred-size: 59%;
        flex-basis: 59%;
    max-width: 59%;
  }
  * .tbflexbasis60, .flex-between .tbflexbasis60 {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    max-width: 60%;
  }
  * .tbflexbasis61, .flex-between .tbflexbasis61 {
    -ms-flex-preferred-size: 61%;
        flex-basis: 61%;
    max-width: 61%;
  }
  * .tbflexbasis62, .flex-between .tbflexbasis62 {
    -ms-flex-preferred-size: 62%;
        flex-basis: 62%;
    max-width: 62%;
  }
  * .tbflexbasis63, .flex-between .tbflexbasis63 {
    -ms-flex-preferred-size: 63%;
        flex-basis: 63%;
    max-width: 63%;
  }
  * .tbflexbasis64, .flex-between .tbflexbasis64 {
    -ms-flex-preferred-size: 64%;
        flex-basis: 64%;
    max-width: 64%;
  }
  * .tbflexbasis65, .flex-between .tbflexbasis65 {
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
    max-width: 65%;
  }
  * .tbflexbasis66, .flex-between .tbflexbasis66 {
    -ms-flex-preferred-size: 66%;
        flex-basis: 66%;
    max-width: 66%;
  }
  * .tbflexbasis67, .flex-between .tbflexbasis67 {
    -ms-flex-preferred-size: 67%;
        flex-basis: 67%;
    max-width: 67%;
  }
  * .tbflexbasis68, .flex-between .tbflexbasis68 {
    -ms-flex-preferred-size: 68%;
        flex-basis: 68%;
    max-width: 68%;
  }
  * .tbflexbasis69, .flex-between .tbflexbasis69 {
    -ms-flex-preferred-size: 69%;
        flex-basis: 69%;
    max-width: 69%;
  }
  * .tbflexbasis70, .flex-between .tbflexbasis70 {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    max-width: 70%;
  }
  * .tbflexbasis71, .flex-between .tbflexbasis71 {
    -ms-flex-preferred-size: 71%;
        flex-basis: 71%;
    max-width: 71%;
  }
  * .tbflexbasis72, .flex-between .tbflexbasis72 {
    -ms-flex-preferred-size: 72%;
        flex-basis: 72%;
    max-width: 72%;
  }
  * .tbflexbasis73, .flex-between .tbflexbasis73 {
    -ms-flex-preferred-size: 73%;
        flex-basis: 73%;
    max-width: 73%;
  }
  * .tbflexbasis74, .flex-between .tbflexbasis74 {
    -ms-flex-preferred-size: 74%;
        flex-basis: 74%;
    max-width: 74%;
  }
  * .tbflexbasis75, .flex-between .tbflexbasis75 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  * .tbflexbasis76, .flex-between .tbflexbasis76 {
    -ms-flex-preferred-size: 76%;
        flex-basis: 76%;
    max-width: 76%;
  }
  * .tbflexbasis77, .flex-between .tbflexbasis77 {
    -ms-flex-preferred-size: 77%;
        flex-basis: 77%;
    max-width: 77%;
  }
  * .tbflexbasis78, .flex-between .tbflexbasis78 {
    -ms-flex-preferred-size: 78%;
        flex-basis: 78%;
    max-width: 78%;
  }
  * .tbflexbasis79, .flex-between .tbflexbasis79 {
    -ms-flex-preferred-size: 79%;
        flex-basis: 79%;
    max-width: 79%;
  }
  * .tbflexbasis80, .flex-between .tbflexbasis80 {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    max-width: 80%;
  }
  * .tbflexbasis81, .flex-between .tbflexbasis81 {
    -ms-flex-preferred-size: 81%;
        flex-basis: 81%;
    max-width: 81%;
  }
  * .tbflexbasis82, .flex-between .tbflexbasis82 {
    -ms-flex-preferred-size: 82%;
        flex-basis: 82%;
    max-width: 82%;
  }
  * .tbflexbasis83, .flex-between .tbflexbasis83 {
    -ms-flex-preferred-size: 83%;
        flex-basis: 83%;
    max-width: 83%;
  }
  * .tbflexbasis84, .flex-between .tbflexbasis84 {
    -ms-flex-preferred-size: 84%;
        flex-basis: 84%;
    max-width: 84%;
  }
  * .tbflexbasis85, .flex-between .tbflexbasis85 {
    -ms-flex-preferred-size: 85%;
        flex-basis: 85%;
    max-width: 85%;
  }
  * .tbflexbasis86, .flex-between .tbflexbasis86 {
    -ms-flex-preferred-size: 86%;
        flex-basis: 86%;
    max-width: 86%;
  }
  * .tbflexbasis87, .flex-between .tbflexbasis87 {
    -ms-flex-preferred-size: 87%;
        flex-basis: 87%;
    max-width: 87%;
  }
  * .tbflexbasis88, .flex-between .tbflexbasis88 {
    -ms-flex-preferred-size: 88%;
        flex-basis: 88%;
    max-width: 88%;
  }
  * .tbflexbasis89, .flex-between .tbflexbasis89 {
    -ms-flex-preferred-size: 89%;
        flex-basis: 89%;
    max-width: 89%;
  }
  * .tbflexbasis90, .flex-between .tbflexbasis90 {
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
    max-width: 90%;
  }
  * .tbflexbasis91, .flex-between .tbflexbasis91 {
    -ms-flex-preferred-size: 91%;
        flex-basis: 91%;
    max-width: 91%;
  }
  * .tbflexbasis92, .flex-between .tbflexbasis92 {
    -ms-flex-preferred-size: 92%;
        flex-basis: 92%;
    max-width: 92%;
  }
  * .tbflexbasis93, .flex-between .tbflexbasis93 {
    -ms-flex-preferred-size: 93%;
        flex-basis: 93%;
    max-width: 93%;
  }
  * .tbflexbasis94, .flex-between .tbflexbasis94 {
    -ms-flex-preferred-size: 94%;
        flex-basis: 94%;
    max-width: 94%;
  }
  * .tbflexbasis95, .flex-between .tbflexbasis95 {
    -ms-flex-preferred-size: 95%;
        flex-basis: 95%;
    max-width: 95%;
  }
  * .tbflexbasis96, .flex-between .tbflexbasis96 {
    -ms-flex-preferred-size: 96%;
        flex-basis: 96%;
    max-width: 96%;
  }
  * .tbflexbasis97, .flex-between .tbflexbasis97 {
    -ms-flex-preferred-size: 97%;
        flex-basis: 97%;
    max-width: 97%;
  }
  * .tbflexbasis98, .flex-between .tbflexbasis98 {
    -ms-flex-preferred-size: 98%;
        flex-basis: 98%;
    max-width: 98%;
  }
  * .tbflexbasis99, .flex-between .tbflexbasis99 {
    -ms-flex-preferred-size: 99%;
        flex-basis: 99%;
    max-width: 99%;
  }
  * .tbflexbasis100, .flex-between .tbflexbasis100 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
} /* tablet */
@media screen and (max-width: 850px) {
  * .spflexbasis01, .flex-between .spflexbasis01 {
    -ms-flex-preferred-size: 1%;
        flex-basis: 1%;
    max-width: 1%;
  }
  * .spflexbasis02, .flex-between .spflexbasis02 {
    -ms-flex-preferred-size: 2%;
        flex-basis: 2%;
    max-width: 2%;
  }
  * .spflexbasis03, .flex-between .spflexbasis03 {
    -ms-flex-preferred-size: 3%;
        flex-basis: 3%;
    max-width: 3%;
  }
  * .spflexbasis04, .flex-between .spflexbasis04 {
    -ms-flex-preferred-size: 4%;
        flex-basis: 4%;
    max-width: 4%;
  }
  * .spflexbasis05, .flex-between .spflexbasis05 {
    -ms-flex-preferred-size: 5%;
        flex-basis: 5%;
    max-width: 5%;
  }
  * .spflexbasis06, .flex-between .spflexbasis06 {
    -ms-flex-preferred-size: 6%;
        flex-basis: 6%;
    max-width: 6%;
  }
  * .spflexbasis07, .flex-between .spflexbasis07 {
    -ms-flex-preferred-size: 7%;
        flex-basis: 7%;
    max-width: 7%;
  }
  * .spflexbasis08, .flex-between .spflexbasis08 {
    -ms-flex-preferred-size: 8%;
        flex-basis: 8%;
    max-width: 8%;
  }
  * .spflexbasis09, .flex-between .spflexbasis09 {
    -ms-flex-preferred-size: 9%;
        flex-basis: 9%;
    max-width: 9%;
  }
  * .spflexbasis10, .flex-between .spflexbasis10 {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    max-width: 10%;
  }
  * .spflexbasis11, .flex-between .spflexbasis11 {
    -ms-flex-preferred-size: 11%;
        flex-basis: 11%;
    max-width: 11%;
  }
  * .spflexbasis12, .flex-between .spflexbasis12 {
    -ms-flex-preferred-size: 12%;
        flex-basis: 12%;
    max-width: 12%;
  }
  * .spflexbasis13, .flex-between .spflexbasis13 {
    -ms-flex-preferred-size: 13%;
        flex-basis: 13%;
    max-width: 13%;
  }
  * .spflexbasis14, .flex-between .spflexbasis14 {
    -ms-flex-preferred-size: 14%;
        flex-basis: 14%;
    max-width: 14%;
  }
  * .spflexbasis15, .flex-between .spflexbasis15 {
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
    max-width: 15%;
  }
  * .spflexbasis16, .flex-between .spflexbasis16 {
    -ms-flex-preferred-size: 16%;
        flex-basis: 16%;
    max-width: 16%;
  }
  * .spflexbasis17, .flex-between .spflexbasis17 {
    -ms-flex-preferred-size: 17%;
        flex-basis: 17%;
    max-width: 17%;
  }
  * .spflexbasis18, .flex-between .spflexbasis18 {
    -ms-flex-preferred-size: 18%;
        flex-basis: 18%;
    max-width: 18%;
  }
  * .spflexbasis19, .flex-between .spflexbasis19 {
    -ms-flex-preferred-size: 19%;
        flex-basis: 19%;
    max-width: 19%;
  }
  * .spflexbasis20, .flex-between .spflexbasis20 {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%;
  }
  * .spflexbasis21, .flex-between .spflexbasis21 {
    -ms-flex-preferred-size: 21%;
        flex-basis: 21%;
    max-width: 21%;
  }
  * .spflexbasis22, .flex-between .spflexbasis22 {
    -ms-flex-preferred-size: 22%;
        flex-basis: 22%;
    max-width: 22%;
  }
  * .spflexbasis23, .flex-between .spflexbasis23 {
    -ms-flex-preferred-size: 23%;
        flex-basis: 23%;
    max-width: 23%;
  }
  * .spflexbasis24, .flex-between .spflexbasis24 {
    -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
    max-width: 24%;
  }
  * .spflexbasis25, .flex-between .spflexbasis25 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  * .spflexbasis26, .flex-between .spflexbasis26 {
    -ms-flex-preferred-size: 26%;
        flex-basis: 26%;
    max-width: 26%;
  }
  * .spflexbasis27, .flex-between .spflexbasis27 {
    -ms-flex-preferred-size: 27%;
        flex-basis: 27%;
    max-width: 27%;
  }
  * .spflexbasis28, .flex-between .spflexbasis28 {
    -ms-flex-preferred-size: 28%;
        flex-basis: 28%;
    max-width: 28%;
  }
  * .spflexbasis29, .flex-between .spflexbasis29 {
    -ms-flex-preferred-size: 29%;
        flex-basis: 29%;
    max-width: 29%;
  }
  * .spflexbasis30, .flex-between .spflexbasis30 {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    max-width: 30%;
  }
  * .spflexbasis31, .flex-between .spflexbasis31 {
    -ms-flex-preferred-size: 31%;
        flex-basis: 31%;
    max-width: 31%;
  }
  * .spflexbasis32, .flex-between .spflexbasis32 {
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
    max-width: 32%;
  }
  * .spflexbasis33, .flex-between .spflexbasis33 {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    max-width: 33%;
  }
  * .spflexbasis34, .flex-between .spflexbasis34 {
    -ms-flex-preferred-size: 34%;
        flex-basis: 34%;
    max-width: 34%;
  }
  * .spflexbasis35, .flex-between .spflexbasis35 {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    max-width: 35%;
  }
  * .spflexbasis36, .flex-between .spflexbasis36 {
    -ms-flex-preferred-size: 36%;
        flex-basis: 36%;
    max-width: 36%;
  }
  * .spflexbasis37, .flex-between .spflexbasis37 {
    -ms-flex-preferred-size: 37%;
        flex-basis: 37%;
    max-width: 37%;
  }
  * .spflexbasis38, .flex-between .spflexbasis38 {
    -ms-flex-preferred-size: 38%;
        flex-basis: 38%;
    max-width: 38%;
  }
  * .spflexbasis39, .flex-between .spflexbasis39 {
    -ms-flex-preferred-size: 39%;
        flex-basis: 39%;
    max-width: 39%;
  }
  * .spflexbasis40, .flex-between .spflexbasis40 {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    max-width: 40%;
  }
  * .spflexbasis41, .flex-between .spflexbasis41 {
    -ms-flex-preferred-size: 41%;
        flex-basis: 41%;
    max-width: 41%;
  }
  * .spflexbasis42, .flex-between .spflexbasis42 {
    -ms-flex-preferred-size: 42%;
        flex-basis: 42%;
    max-width: 42%;
  }
  * .spflexbasis43, .flex-between .spflexbasis43 {
    -ms-flex-preferred-size: 43%;
        flex-basis: 43%;
    max-width: 43%;
  }
  * .spflexbasis44, .flex-between .spflexbasis44 {
    -ms-flex-preferred-size: 44%;
        flex-basis: 44%;
    max-width: 44%;
  }
  * .spflexbasis45, .flex-between .spflexbasis45 {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    max-width: 45%;
  }
  * .spflexbasis46, .flex-between .spflexbasis46 {
    -ms-flex-preferred-size: 46%;
        flex-basis: 46%;
    max-width: 46%;
  }
  * .spflexbasis47, .flex-between .spflexbasis47 {
    -ms-flex-preferred-size: 47%;
        flex-basis: 47%;
    max-width: 47%;
  }
  * .spflexbasis48, .flex-between .spflexbasis48 {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    max-width: 48%;
  }
  * .spflexbasis49, .flex-between .spflexbasis49 {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    max-width: 49%;
  }
  * .spflexbasis50, .flex-between .spflexbasis50 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  * .spflexbasis51, .flex-between .spflexbasis51 {
    -ms-flex-preferred-size: 51%;
        flex-basis: 51%;
    max-width: 51%;
  }
  * .spflexbasis52, .flex-between .spflexbasis52 {
    -ms-flex-preferred-size: 52%;
        flex-basis: 52%;
    max-width: 52%;
  }
  * .spflexbasis53, .flex-between .spflexbasis53 {
    -ms-flex-preferred-size: 53%;
        flex-basis: 53%;
    max-width: 53%;
  }
  * .spflexbasis54, .flex-between .spflexbasis54 {
    -ms-flex-preferred-size: 54%;
        flex-basis: 54%;
    max-width: 54%;
  }
  * .spflexbasis55, .flex-between .spflexbasis55 {
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
    max-width: 55%;
  }
  * .spflexbasis56, .flex-between .spflexbasis56 {
    -ms-flex-preferred-size: 56%;
        flex-basis: 56%;
    max-width: 56%;
  }
  * .spflexbasis57, .flex-between .spflexbasis57 {
    -ms-flex-preferred-size: 57%;
        flex-basis: 57%;
    max-width: 57%;
  }
  * .spflexbasis58, .flex-between .spflexbasis58 {
    -ms-flex-preferred-size: 58%;
        flex-basis: 58%;
    max-width: 58%;
  }
  * .spflexbasis59, .flex-between .spflexbasis59 {
    -ms-flex-preferred-size: 59%;
        flex-basis: 59%;
    max-width: 59%;
  }
  * .spflexbasis60, .flex-between .spflexbasis60 {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    max-width: 60%;
  }
  * .spflexbasis61, .flex-between .spflexbasis61 {
    -ms-flex-preferred-size: 61%;
        flex-basis: 61%;
    max-width: 61%;
  }
  * .spflexbasis62, .flex-between .spflexbasis62 {
    -ms-flex-preferred-size: 62%;
        flex-basis: 62%;
    max-width: 62%;
  }
  * .spflexbasis63, .flex-between .spflexbasis63 {
    -ms-flex-preferred-size: 63%;
        flex-basis: 63%;
    max-width: 63%;
  }
  * .spflexbasis64, .flex-between .spflexbasis64 {
    -ms-flex-preferred-size: 64%;
        flex-basis: 64%;
    max-width: 64%;
  }
  * .spflexbasis65, .flex-between .spflexbasis65 {
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
    max-width: 65%;
  }
  * .spflexbasis66, .flex-between .spflexbasis66 {
    -ms-flex-preferred-size: 66%;
        flex-basis: 66%;
    max-width: 66%;
  }
  * .spflexbasis67, .flex-between .spflexbasis67 {
    -ms-flex-preferred-size: 67%;
        flex-basis: 67%;
    max-width: 67%;
  }
  * .spflexbasis68, .flex-between .spflexbasis68 {
    -ms-flex-preferred-size: 68%;
        flex-basis: 68%;
    max-width: 68%;
  }
  * .spflexbasis69, .flex-between .spflexbasis69 {
    -ms-flex-preferred-size: 69%;
        flex-basis: 69%;
    max-width: 69%;
  }
  * .spflexbasis70, .flex-between .spflexbasis70 {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    max-width: 70%;
  }
  * .spflexbasis71, .flex-between .spflexbasis71 {
    -ms-flex-preferred-size: 71%;
        flex-basis: 71%;
    max-width: 71%;
  }
  * .spflexbasis72, .flex-between .spflexbasis72 {
    -ms-flex-preferred-size: 72%;
        flex-basis: 72%;
    max-width: 72%;
  }
  * .spflexbasis73, .flex-between .spflexbasis73 {
    -ms-flex-preferred-size: 73%;
        flex-basis: 73%;
    max-width: 73%;
  }
  * .spflexbasis74, .flex-between .spflexbasis74 {
    -ms-flex-preferred-size: 74%;
        flex-basis: 74%;
    max-width: 74%;
  }
  * .spflexbasis75, .flex-between .spflexbasis75 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  * .spflexbasis76, .flex-between .spflexbasis76 {
    -ms-flex-preferred-size: 76%;
        flex-basis: 76%;
    max-width: 76%;
  }
  * .spflexbasis77, .flex-between .spflexbasis77 {
    -ms-flex-preferred-size: 77%;
        flex-basis: 77%;
    max-width: 77%;
  }
  * .spflexbasis78, .flex-between .spflexbasis78 {
    -ms-flex-preferred-size: 78%;
        flex-basis: 78%;
    max-width: 78%;
  }
  * .spflexbasis79, .flex-between .spflexbasis79 {
    -ms-flex-preferred-size: 79%;
        flex-basis: 79%;
    max-width: 79%;
  }
  * .spflexbasis80, .flex-between .spflexbasis80 {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    max-width: 80%;
  }
  * .spflexbasis81, .flex-between .spflexbasis81 {
    -ms-flex-preferred-size: 81%;
        flex-basis: 81%;
    max-width: 81%;
  }
  * .spflexbasis82, .flex-between .spflexbasis82 {
    -ms-flex-preferred-size: 82%;
        flex-basis: 82%;
    max-width: 82%;
  }
  * .spflexbasis83, .flex-between .spflexbasis83 {
    -ms-flex-preferred-size: 83%;
        flex-basis: 83%;
    max-width: 83%;
  }
  * .spflexbasis84, .flex-between .spflexbasis84 {
    -ms-flex-preferred-size: 84%;
        flex-basis: 84%;
    max-width: 84%;
  }
  * .spflexbasis85, .flex-between .spflexbasis85 {
    -ms-flex-preferred-size: 85%;
        flex-basis: 85%;
    max-width: 85%;
  }
  * .spflexbasis86, .flex-between .spflexbasis86 {
    -ms-flex-preferred-size: 86%;
        flex-basis: 86%;
    max-width: 86%;
  }
  * .spflexbasis87, .flex-between .spflexbasis87 {
    -ms-flex-preferred-size: 87%;
        flex-basis: 87%;
    max-width: 87%;
  }
  * .spflexbasis88, .flex-between .spflexbasis88 {
    -ms-flex-preferred-size: 88%;
        flex-basis: 88%;
    max-width: 88%;
  }
  * .spflexbasis89, .flex-between .spflexbasis89 {
    -ms-flex-preferred-size: 89%;
        flex-basis: 89%;
    max-width: 89%;
  }
  * .spflexbasis90, .flex-between .spflexbasis90 {
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
    max-width: 90%;
  }
  * .spflexbasis91, .flex-between .spflexbasis91 {
    -ms-flex-preferred-size: 91%;
        flex-basis: 91%;
    max-width: 91%;
  }
  * .spflexbasis92, .flex-between .spflexbasis92 {
    -ms-flex-preferred-size: 92%;
        flex-basis: 92%;
    max-width: 92%;
  }
  * .spflexbasis93, .flex-between .spflexbasis93 {
    -ms-flex-preferred-size: 93%;
        flex-basis: 93%;
    max-width: 93%;
  }
  * .spflexbasis94, .flex-between .spflexbasis94 {
    -ms-flex-preferred-size: 94%;
        flex-basis: 94%;
    max-width: 94%;
  }
  * .spflexbasis95, .flex-between .spflexbasis95 {
    -ms-flex-preferred-size: 95%;
        flex-basis: 95%;
    max-width: 95%;
  }
  * .spflexbasis96, .flex-between .spflexbasis96 {
    -ms-flex-preferred-size: 96%;
        flex-basis: 96%;
    max-width: 96%;
  }
  * .spflexbasis97, .flex-between .spflexbasis97 {
    -ms-flex-preferred-size: 97%;
        flex-basis: 97%;
    max-width: 97%;
  }
  * .spflexbasis98, .flex-between .spflexbasis98 {
    -ms-flex-preferred-size: 98%;
        flex-basis: 98%;
    max-width: 98%;
  }
  * .spflexbasis99, .flex-between .spflexbasis99 {
    -ms-flex-preferred-size: 99%;
        flex-basis: 99%;
    max-width: 99%;
  }
  * .spflexbasis100, .flex-between .spflexbasis100 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
} /* sp */
/*  Arrangement
----------------------------------------------- */
.align-r {
  text-align: right;
}

.align-c {
  text-align: center;
}

.align-l {
  text-align: left;
}

.valign-t {
  vertical-align: top;
}

*.bl-center {
  margin: auto;
}

*.bl-left {
  margin-right: auto;
  margin-left: 0 !important;
}

*.bl-right {
  margin-left: auto;
  margin-right: 0 !important;
}

@media screen and (max-width: 850px) {
  .spalign-r {
    text-align: right;
  }
  .spalign-c {
    text-align: center;
  }
  .spalign-l {
    text-align: left;
  }
} /* sp */
/*----------------------------------------------------------
	margin / position
--------------------------------------------------------- */
*.height1em {
  min-height: 1em;
}

*.height1_5em {
  min-height: 1.5em;
}

*.height2em {
  min-height: 2em;
}

*.height2_5em {
  min-height: 2.5em;
}

*.height3em {
  min-height: 3em;
}

*.height3_5em {
  min-height: 3.5em;
}

*.height4em {
  min-height: 4em;
}

*.height4_5em {
  min-height: 4.5em;
}

*.height5em {
  min-height: 5em;
}

*.sp-b1em {
  margin-bottom: 1em;
}

*.sp-b2em {
  margin-bottom: 2em;
}

*.sp-b3em {
  margin-bottom: 3em;
}

*.sp-t1em {
  margin-top: 1em;
}

*.sp-t2em {
  margin-top: 2em;
}

*.sp-t3em {
  margin-top: 3em;
}

*.sp-r1em {
  margin-right: 1em;
}

*.sp-r2em {
  margin-right: 2em;
}

*.sp-r3em {
  margin-right: 3em;
}

*.sp-l1em {
  margin-left: 1em;
}

*.sp-l2em {
  margin-left: 2em;
}

*.sp-l3em {
  margin-left: 3em;
}

*.sp-v0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

*.sp-v5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

*.sp-v10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

*.sp-v15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

*.sp-v20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

*.sp-v25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

*.sp-v30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

*.sp-v40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

*.sp-v50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

*.sp-v60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

*.sp-v70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

*.sp-v80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

*.sp-v90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

*.sp-t0 {
  margin-top: 0px !important;
}

*.sp-t5 {
  margin-top: 5px !important;
}

*.sp-t10 {
  margin-top: 10px !important;
}

*.sp-t15 {
  margin-top: 15px !important;
}

*.sp-t20 {
  margin-top: 20px !important;
}

*.sp-t25 {
  margin-top: 25px !important;
}

*.sp-t30 {
  margin-top: 30px !important;
}

*.sp-t40 {
  margin-top: 40px !important;
}

*.sp-t50 {
  margin-top: 50px !important;
}

*.sp-t60 {
  margin-top: 60px !important;
}

*.sp-t70 {
  margin-top: 70px !important;
}

*.sp-t80 {
  margin-top: 80px !important;
}

*.sp-t90 {
  margin-top: 90px !important;
}

*.sp-b0 {
  margin-bottom: 0px !important;
}

*.sp-b5 {
  margin-bottom: 5px !important;
}

*.sp-b10 {
  margin-bottom: 10px !important;
}

*.sp-b15 {
  margin-bottom: 15px !important;
}

*.sp-b20 {
  margin-bottom: 20px !important;
}

*.sp-b25 {
  margin-bottom: 25px !important;
}

*.sp-b30 {
  margin-bottom: 30px !important;
}

*.sp-b40 {
  margin-bottom: 40px !important;
}

*.sp-b50 {
  margin-bottom: 50px !important;
}

*.sp-b60 {
  margin-bottom: 60px !important;
}

*.sp-b70 {
  margin-bottom: 70px !important;
}

*.sp-b80 {
  margin-bottom: 80px !important;
}

*.sp-b90 {
  margin-bottom: 90px !important;
}

*.sp-r0 {
  margin-right: 0px !important;
}

*.sp-r5 {
  margin-right: 5px !important;
}

*.sp-r10 {
  margin-right: 10px !important;
}

*.sp-r15 {
  margin-right: 15px !important;
}

*.sp-r20 {
  margin-right: 20px !important;
}

*.sp-r25 {
  margin-right: 25px !important;
}

*.sp-r30 {
  margin-right: 30px !important;
}

*.sp-r40 {
  margin-right: 40px !important;
}

*.sp-r50 {
  margin-right: 50px !important;
}

*.sp-r60 {
  margin-right: 60px !important;
}

*.sp-r70 {
  margin-right: 70px !important;
}

*.sp-r80 {
  margin-right: 80px !important;
}

*.sp-r90 {
  margin-right: 90px !important;
}

*.sp-l0 {
  margin-left: 0px !important;
}

*.sp-l5 {
  margin-left: 5px !important;
}

*.sp-l10 {
  margin-left: 10px !important;
}

*.sp-l15 {
  margin-left: 15px !important;
}

*.sp-l20 {
  margin-left: 20px !important;
}

*.sp-l25 {
  margin-left: 25px !important;
}

*.sp-l30 {
  margin-left: 30px !important;
}

*.sp-l40 {
  margin-left: 40px !important;
}

*.sp-l50 {
  margin-left: 50px !important;
}

*.sp-l60 {
  margin-left: 60px !important;
}

*.sp-l70 {
  margin-left: 70px !important;
}

*.sp-l80 {
  margin-left: 80px !important;
}

*.sp-l90 {
  margin-left: 90px !important;
}

*.sp-mt5 {
  margin-top: -5px !important;
}

*.sp-mt10 {
  margin-top: -10px !important;
}

*.sp-mt15 {
  margin-top: -15px !important;
}

*.sp-mt20 {
  margin-top: -20px !important;
}

*.sp-mt25 {
  margin-top: -25px !important;
}

*.sp-mt30 {
  margin-top: -30px !important;
}

*.sp-mt40 {
  margin-top: -40px !important;
}

*.sp-mt50 {
  margin-top: -50px !important;
}

*.sp-mb5 {
  margin-bottom: -5px !important;
}

*.sp-mb10 {
  margin-bottom: -10px !important;
}

*.sp-mb15 {
  margin-bottom: -15px !important;
}

*.sp-mb20 {
  margin-bottom: -20px !important;
}

*.sp-mb25 {
  margin-bottom: -25px !important;
}

*.sp-mb30 {
  margin-bottom: -30px !important;
}

*.sp-mb40 {
  margin-bottom: -40px !important;
}

*.sp-mb50 {
  margin-bottom: -50px !important;
}

*.sp-lr0 {
  margin-left: 0px !important;
  margin-left: 0px !important;
}

*.sp-lr5 {
  margin-left: 5px !important;
  margin-left: 5px !important;
}

*.sp-lr10 {
  margin-left: 10px !important;
  margin-left: 10px !important;
}

*.sp-lr15 {
  margin-left: 15px !important;
  margin-left: 15px !important;
}

*.sp-lr20 {
  margin-left: 20px !important;
  margin-left: 20px !important;
}

*.sp-lr25 {
  margin-left: 25px !important;
  margin-left: 25px !important;
}

*.sp-lr30 {
  margin-left: 30px !important;
  margin-left: 30px !important;
}

*.sp-lr40 {
  margin-left: 40px !important;
  margin-left: 40px !important;
}

*.sp-lr50 {
  margin-left: 50px !important;
  margin-left: 50px !important;
}

*.sp-lr60 {
  margin-left: 60px !important;
  margin-left: 60px !important;
}

*.sp-lr70 {
  margin-left: 70px !important;
  margin-left: 70px !important;
}

*.sp-lr80 {
  margin-left: 80px !important;
  margin-left: 80px !important;
}

*.sp-lr90 {
  margin-left: 90px !important;
  margin-left: 90px !important;
}

*.sp-lr3p {
  margin-right: 3%;
  margin-left: 3%;
}

*.sp-lr4p {
  margin-right: 4%;
  margin-left: 4%;
}

*.sp-lr5p {
  margin-right: 5%;
  margin-left: 5%;
}

*.sp-lr10p {
  margin-right: 10%;
  margin-left: 10%;
}

*.sp-lr15p {
  margin-right: 15%;
  margin-left: 15%;
}

*.sp-lr20p {
  margin-right: 20%;
  margin-left: 20%;
}

*.sp-lr30p {
  margin-right: 30%;
  margin-left: 30%;
}

*.sp-lrAuto {
  margin-right: auto;
  margin-left: auto;
}

* .w10p {
  width: 10% !important;
}

* .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 {
  padding-left: 1em;
}

.nominW {
  min-width: auto !important;
}

.nominH {
  min-height: auto !important;
}

.nomaxW {
  max-width: auto !important;
}

.nomaxH {
  max-height: auto !important;
}

/* tablet */
@media all and (min-width: 851px) and (max-width: 1280px) {
  .w10p-tb {
    width: 10% !important;
  }
  .w20p-tb {
    width: 20% !important;
  }
  .w30p-tb {
    width: 30% !important;
  }
  .w40p-tb {
    width: 40% !important;
  }
  .w50p-tb {
    width: 50% !important;
  }
  .w60p-tb {
    width: 60% !important;
  }
  .w70p-tb {
    width: 70% !important;
  }
  .w80p-tb {
    width: 80% !important;
  }
  .w90p-tb {
    width: 90% !important;
  }
  .w100p-tb {
    width: 100% !important;
  }
  *.sp-v0tb {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  *.sp-v5tb {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  *.sp-v10tb {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  *.sp-v15tb {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  *.sp-v20tb {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  *.sp-v25tb {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  *.sp-v30tb {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  *.sp-v40tb {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  *.sp-v50tb {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  *.sp-v60tb {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  *.sp-v70tb {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  *.sp-v80tb {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  *.sp-v90tb {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  *.sp-t0tb {
    margin-top: 0px !important;
  }
  *.sp-t5tb {
    margin-top: 5px !important;
  }
  *.sp-t10tb {
    margin-top: 10px !important;
  }
  *.sp-t15tb {
    margin-top: 15px !important;
  }
  *.sp-t20tb {
    margin-top: 20px !important;
  }
  *.sp-t25tb {
    margin-top: 25px !important;
  }
  *.sp-t30tb {
    margin-top: 30px !important;
  }
  *.sp-t40tb {
    margin-top: 40px !important;
  }
  *.sp-t50tb {
    margin-top: 50px !important;
  }
  *.sp-t60tb {
    margin-top: 60px !important;
  }
  *.sp-t70tb {
    margin-top: 70px !important;
  }
  *.sp-t80tb {
    margin-top: 80px !important;
  }
  *.sp-t90tb {
    margin-top: 90px !important;
  }
  *.sp-b0tb {
    margin-bottom: 0px !important;
  }
  *.sp-b5tb {
    margin-bottom: 5px !important;
  }
  *.sp-b10tb {
    margin-bottom: 10px !important;
  }
  *.sp-b15tb {
    margin-bottom: 15px !important;
  }
  *.sp-b20tb {
    margin-bottom: 20px !important;
  }
  *.sp-b25tb {
    margin-bottom: 25px !important;
  }
  *.sp-b30tb {
    margin-bottom: 30px !important;
  }
  *.sp-b40tb {
    margin-bottom: 40px !important;
  }
  *.sp-b50tb {
    margin-bottom: 50px !important;
  }
  *.sp-b60tb {
    margin-bottom: 60px !important;
  }
  *.sp-b70tb {
    margin-bottom: 70px !important;
  }
  *.sp-b80tb {
    margin-bottom: 80px !important;
  }
  *.sp-b90tb {
    margin-bottom: 90px !important;
  }
  *.sp-mt5tb {
    margin-top: -5px !important;
  }
  *.sp-mt10tb {
    margin-top: -10px !important;
  }
  *.sp-mt15tb {
    margin-top: -15px !important;
  }
  *.sp-mt20tb {
    margin-top: -20px !important;
  }
  *.sp-mt25tb {
    margin-top: -25px !important;
  }
  *.sp-mt30tb {
    margin-top: -30px !important;
  }
  *.sp-mt40tb {
    margin-top: -40px !important;
  }
  *.sp-mt50tb {
    margin-top: -50px !important;
  }
  *.sp-mb5tb {
    margin-bottom: -5px !important;
  }
  *.sp-mb10tb {
    margin-bottom: -10px !important;
  }
  *.sp-mb15tb {
    margin-bottom: -15px !important;
  }
  *.sp-mb20tb {
    margin-bottom: -20px !important;
  }
  *.sp-mb25tb {
    margin-bottom: -25px !important;
  }
  *.sp-mb30tb {
    margin-bottom: -30px !important;
  }
  *.sp-mb40tb {
    margin-bottom: -40px !important;
  }
  *.sp-mb50tb {
    margin-bottom: -50px !important;
  }
  *.sp-lr0tb {
    margin-left: 0px !important;
    margin-left: 0px !important;
  }
  *.sp-lr5tb {
    margin-left: 5px !important;
    margin-left: 5px !important;
  }
  *.sp-lr10tb {
    margin-left: 10px !important;
    margin-left: 10px !important;
  }
  *.sp-lr15tb {
    margin-left: 15px !important;
    margin-left: 15px !important;
  }
  *.sp-lr20tb {
    margin-left: 20px !important;
    margin-left: 20px !important;
  }
  *.sp-lr25tb {
    margin-left: 25px !important;
    margin-left: 25px !important;
  }
  *.sp-lr30tb {
    margin-left: 30px !important;
    margin-left: 30px !important;
  }
  *.sp-lr40tb {
    margin-left: 40px !important;
    margin-left: 40px !important;
  }
  *.sp-lr50tb {
    margin-left: 50px !important;
    margin-left: 50px !important;
  }
  *.sp-lr60tb {
    margin-left: 60px !important;
    margin-left: 60px !important;
  }
  *.sp-lr70tb {
    margin-left: 70px !important;
    margin-left: 70px !important;
  }
  *.sp-lr80tb {
    margin-left: 80px !important;
    margin-left: 80px !important;
  }
  *.sp-lr90tb {
    margin-left: 90px !important;
    margin-left: 90px !important;
  }
  *.sp-lr3p-tb {
    margin-right: 3%;
    margin-left: 3%;
  }
  *.sp-lr4p-tb {
    margin-right: 4%;
    margin-left: 4%;
  }
  *.sp-lr5p-tb {
    margin-right: 5%;
    margin-left: 5%;
  }
  *.sp-lr10p-tb {
    margin-right: 10%;
    margin-left: 10%;
  }
  *.sp-lr15p-tb {
    margin-right: 15%;
    margin-left: 15%;
  }
  *.sp-lr20p-tb {
    margin-right: 20%;
    margin-left: 20%;
  }
  *.sp-lr30p-tb {
    margin-right: 30%;
    margin-left: 30%;
  }
  *.pd5tb {
    padding: 5px;
  }
  *.pd10tb {
    padding: 10px;
  }
  *.pd15tb {
    padding: 15px;
  }
  *.pd20tb {
    padding: 20px;
  }
  *.pd25tb {
    padding: 25px;
  }
  *.pd30tb {
    padding: 30px;
  }
  *.pd40tb {
    padding: 40px;
  }
  *.pd50tb {
    padding: 50px;
  }
  *.pd-lr5tb {
    padding-right: 5px;
    padding-left: 5px;
  }
  *.pd-lr10tb {
    padding-right: 10px;
    padding-left: 10px;
  }
  *.pd-lr15tb {
    padding-right: 15px;
    padding-left: 15px;
  }
  *.pd-lr20tb {
    padding-right: 20px;
    padding-left: 20px;
  }
  *.pd-lr25tb {
    padding-right: 25px;
    padding-left: 25px;
  }
  *.pd-lr30tb {
    padding-right: 30px;
    padding-left: 30px;
  }
  *.pd-lr40tb {
    padding-right: 40px;
    padding-left: 40px;
  }
  *.pd-lr50tb {
    padding-right: 50px;
    padding-left: 50px;
  }
  *.pd-lr3ptb {
    padding-right: 3%;
    padding-left: 3%;
  }
  *.pd-lr4ptb {
    padding-right: 4%;
    padding-left: 4%;
  }
  *.pd-lr5ptb {
    padding-right: 5%;
    padding-left: 5%;
  }
  *.pd-lr10ptb {
    padding-right: 10%;
    padding-left: 10%;
  }
  *.pd-lr15ptb {
    padding-right: 15%;
    padding-left: 15%;
  }
  *.pd-lr20ptb {
    padding-right: 20%;
    padding-left: 20%;
  }
  *.pd-lr30ptb {
    padding-right: 30%;
    padding-left: 30%;
  }
  *.pd-v5tb {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  *.pd-v10tb {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  *.pd-v15tb {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  *.pd-v20tb {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  *.pd-v25tb {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  *.pd-v30tb {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  *.pd-v40tb {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  *.pd-v50tb {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  *.pd-t0tb {
    padding-top: 0px !important;
  }
  *.pd-t5tb {
    padding-top: 5px !important;
  }
  *.pd-t10tb {
    padding-top: 10px !important;
  }
  *.pd-t15tb {
    padding-top: 15px !important;
  }
  *.pd-t20tb {
    padding-top: 20px !important;
  }
  *.pd-t25tb {
    padding-top: 25px !important;
  }
  *.pd-t30tb {
    padding-top: 30px !important;
  }
  *.pd-t40tb {
    padding-top: 40px !important;
  }
  *.pd-t50tb {
    padding-top: 50px !important;
  }
  *.pd-t60tb {
    padding-top: 60px !important;
  }
  *.pd-t70tb {
    padding-top: 70px !important;
  }
  *.pd-t80tb {
    padding-top: 80px !important;
  }
  *.pd-t90tb {
    padding-top: 90px !important;
  }
  *.pd-b0tb {
    padding-bottom: 0px !important;
  }
  *.pd-b5tb {
    padding-bottom: 5px !important;
  }
  *.pd-b10tb {
    padding-bottom: 10px !important;
  }
  *.pd-b15tb {
    padding-bottom: 15px !important;
  }
  *.pd-b20tb {
    padding-bottom: 20px !important;
  }
  *.pd-b25tb {
    padding-bottom: 25px !important;
  }
  *.pd-b30tb {
    padding-bottom: 30px !important;
  }
  *.pd-b40tb {
    padding-bottom: 40px !important;
  }
  *.pd-b50tb {
    padding-bottom: 50px !important;
  }
  *.pd-b60tb {
    padding-bottom: 60px !important;
  }
  *.pd-b70tb {
    padding-bottom: 70px !important;
  }
  *.pd-b80tb {
    padding-bottom: 80px !important;
  }
  *.pd-b90tb {
    padding-bottom: 90px !important;
  }
  *.pd-r0tb {
    padding-right: 0px !important;
  }
  *.pd-r5tb {
    padding-right: 5px !important;
  }
  *.pd-r10tb {
    padding-right: 10px !important;
  }
  *.pd-r15tb {
    padding-right: 15px !important;
  }
  *.pd-r20tb {
    padding-right: 20px !important;
  }
  *.pd-r25tb {
    padding-right: 25px !important;
  }
  *.pd-r30tb {
    padding-right: 30px !important;
  }
  *.pd-r40tb {
    padding-right: 40px !important;
  }
  *.pd-r50tb {
    padding-right: 50px !important;
  }
  *.pd-r60tb {
    padding-right: 60px !important;
  }
  *.pd-r70tb {
    padding-right: 70px !important;
  }
  *.pd-r80tb {
    padding-right: 80px !important;
  }
  *.pd-r90tb {
    padding-right: 90px !important;
  }
  *.pd-l0tb {
    padding-left: 0px !important;
  }
  *.pd-l5tb {
    padding-left: 5px !important;
  }
  *.pd-l10tb {
    padding-left: 10px !important;
  }
  *.pd-l15tb {
    padding-left: 15px !important;
  }
  *.pd-l20tb {
    padding-left: 20px !important;
  }
  *.pd-l25tb {
    padding-left: 25px !important;
  }
  *.pd-l30tb {
    padding-left: 30px !important;
  }
  *.pd-l40tb {
    padding-left: 40px !important;
  }
  *.pd-l50tb {
    padding-left: 50px !important;
  }
  *.pd-l60tb {
    padding-left: 60px !important;
  }
  *.pd-l70tb {
    padding-left: 70px !important;
  }
  *.pd-l80tb {
    padding-left: 80px !important;
  }
  *.pd-l90tb {
    padding-left: 90px !important;
  }
} /* tablet */
@media screen and (max-width: 850px) {
  .w10p-sp {
    width: 10% !important;
  }
  .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 */
/*----------------------------------------------------------
	Font
--------------------------------------------------------- */
/*  iconfont
----------------------------------------------- */