@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@font-face {
  font-family: basicicon;
  src: url(fonts/basicicon.eot?b1i8rz);
  src: url(fonts/basicicon.eot?b1i8rz#iefix) format('embedded-opentype'), url(fonts/basicicon.ttf?b1i8rz) format('truetype'), url(fonts/basicicon.woff?b1i8rz) format('woff'), url(fonts/basicicon.svg?b1i8rz#basicicon) format('svg');
  font-weight: 400;
  font-style: normal
}

body, dd, dl, dt, form, h1, h2, h3, h4, input, li, p, select, td, textarea, th, ul {
  margin: 0;
  padding: 0
}

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

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

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

@media screen and (max-width:850px) {
  * {
    -webkit-text-size-adjust: 100%
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-break: normal
}

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

@media screen and (max-width:850px) {
  * {
    word-break: normal
  }
}

img {
  max-width: 100%;
  height: auto;
  width: auto
}

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

.clear {
  clear: both
}

p {
  line-height: 1.6
}

a {
  -webkit-tap-highlight-color: transparent
}

a:link {
  color: #276485;
  font-style: normal;
  text-decoration: underline
}

a:visited {
  color: #486083
}

a:hover {
  text-decoration: none
}

a:active {
  text-decoration: none
}

a img:hover {
  opacity: .7
}

strong {
  font-weight: 700
}

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

em {
  font-style: normal
}

.sizeS {
  font-size: 90%
}

.sizeL {
  font-size: 115%
}

.cl1 {
  color: #846a51
}

.sym .cl1 {
  color: #0068b7
}

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

.spDisp {
  display: none
}

@media screen and (max-width:850px) {
  .spDisp {
    display: block
  }
  .pcDisp {
    display: none
  }
  br.sp {
    display: block
  }
  br.pc {
    display: none
  }
}

@media screen and (min-width:851px) {
  a[href^="tel:"] {
    pointer-events: none
  }
  br.sp {
    display: none
  }
  br.pc {
    display: block
  }
}

body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: -10;
  font-size: 16px;
  color: #373737;
  font-family: "Hiragino Kaku Gothic", "Hiragino Kaku Gothic Pro", 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, sans-serifsans-serif;
  src: local("Yu Gothic Medium");
  font-weight: 400
}

@media screen and (max-width:850px) {
  body, html {
    font-size: 15px
  }
}

.sitewidth {
  position: relative;
  max-width: 1200px;
  margin: auto;
  margin: 0 auto
}

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

.innerwidth {
  position: relative;
  max-width: 960px;
  margin: 0 auto
}

@media screen and (max-width:850px) {
  .contwidth, .innerwidth {
    padding-left: 4%;
    padding-right: 4%
  }
}

main {
  background: url(../img/bg_dot.png);
  padding: 0 0 50px
}

header {
  position: relative;
  height: 65px
}

header h1 {
  padding: 15px
}

header h1 img {
  max-width: 28vw
}

header .headcontact {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: absolute;
  right: 0;
  top: 0
}

header .headcontact .tel {
  padding: 10px 20px 10px 0
}

header .headcontact .tel img {
  max-width: 40vw
}

header .headcontact .form {
  padding: 0
}

header .headcontact .form a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serifsans-serif;
  font-weight: 700;
  font-size: 22px;
  padding: 16px 2em;
  transition: .3s;
  background: #846a51;
  background: -moz-linear-gradient(left, #846a51 0, #563515 100%);
  background: -webkit-linear-gradient(left, #846a51 0, #563515 100%);
  background: linear-gradient(to right, #846a51 0, #563515 100%)
}

.sym .headcontact .form a {
  background: #0068b7;
  background: -moz-linear-gradient(left, #0068b7 0, #03487d 100%);
  background: -webkit-linear-gradient(left, #0068b7 0, #03487d 100%);
  background: linear-gradient(to right, #0068b7 0, #03487d 100%)
}

header .headcontact .form a:hover {
  opacity: .7
}

@media screen and (max-width:850px) {
  header h1 {
    text-align: center
  }
  header h1 img {
    width: 300px;
    max-width: 100%
  }
  header .headcontact {
    display: none
  }
}

@media screen and (max-width:850px) {
  header.fixedNav.clone-nav.is-show {
    position: fixed;
    height: 55px
  }
  header.fixedNav.clone-nav.is-show h1 {
    display: none
  }
  header.fixedNav.clone-nav.is-show .headcontact {
    display: flex;
    width: 100%
  }
  header.fixedNav.clone-nav.is-show .headcontact .tel {
    flex-basis: 50%;
    max-width: 50%;
    padding: 12px 8px;
    text-align: center
  }
  header.fixedNav.clone-nav.is-show .headcontact .form {
    flex-basis: 50%;
    max-width: 50%
  }
  header.fixedNav.clone-nav.is-show .headcontact .form a {
    font-size: 14px;
    text-align: center;
    padding: 16px 0
  }
}

.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%);
  background: rgba(255, 255, 255, .7)
}

.is-show {
  transform: translateY(0)
}

footer {
  position: relative;
  text-align: center;
  padding: 0 0 30px
}

footer hr {
  height: 8px;
  width: 100%;
  border: none;
  margin: 0;
  background: #846a51;
  background: -moz-linear-gradient(left, #846a51 0, #563515 100%);
  background: -webkit-linear-gradient(left, #846a51 0, #563515 100%);
  background: linear-gradient(to right, #846a51 0, #563515 100%)
}

.sym footer hr {
  height: 8px;
  width: 100%;
  border: none;
  margin: 0;
  background: #0068b7;
  background: -moz-linear-gradient(left, #0068b7 0, #03487d 100%);
  background: -webkit-linear-gradient(left, #0068b7 0, #03487d 100%);
  background: linear-gradient(to right, #0068b7 0, #03487d 100%)
}

footer .copyright {
  margin-top: 40px
}

footer .pagetop a {
  background: rgba(0, 0, 0, .2);
  position: fixed;
  right: 30px;
  bottom: -50px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  padding: 13px 15px;
  transition: .3s;
  z-index: 10
}

footer .pagetop a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f35b";
  color: #fff;
  font-size: 20px
}

footer .pagetop a:hover {
  background: #846a51
}

.sym footer .pagetop a:hover {
  background: #0068b7
}

footer .sitename {
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serifsans-serif;
  font-weight: 700;
  padding: 1.5em 0 1em;
  font-size: 18px;
  border-bottom: 2px solid #ccc
}

footer .footcontact {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px
}

footer .footcontact .tel {
  margin-right: 3%;
  padding-top: 8px
}

footer .footcontact .form {
  padding: 0
}

footer .footcontact .form a {
  display: inline-block;
  margin-top: 10px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serifsans-serif;
  font-weight: 800;
  font-size: 18px;
  padding: 16px 2.3em;
  transition: .3s;
  background: #846a51;
  background: -moz-linear-gradient(left, #846a51 0, #563515 100%);
  background: -webkit-linear-gradient(left, #846a51 0, #563515 100%);
  background: linear-gradient(to right, #846a51 0, #563515 100%)
}

.sym footer .footcontact .form a {
   background: #0068b7;
  background: -moz-linear-gradient(left, #0068b7 0, #03487d 100%);
  background: -webkit-linear-gradient(left, #0068b7 0, #03487d 100%);
  background: linear-gradient(to right, #0068b7 0, #03487d 100%)
}

footer .footcontact .form a:hover {
  opacity: .7
}

@media screen and (max-width:850px) {
  footer .sitename {
    padding: 1.5em 3% 1em
  }
  footer .footcontact {
    display: block;
    padding: 0 5%
  }
}

.kvArea .copy_main {
  background: url(../img/bg_kv.jpg) no-repeat center;
  background-size: 100%;
  max-width: 100%;
  text-align: center;
  padding: 117px 0
}

.kvArea .kv_point {
  background: -moz-linear-gradient(left, rgba(132, 106, 80, .6) 0, rgba(86, 53, 21, .6) 99%, rgba(86, 53, 21, .6) 100%);
  background: -webkit-linear-gradient(left, rgba(132, 106, 80, .6) 0, rgba(86, 53, 21, .6) 99%, rgba(86, 53, 21, .6) 100%);
  background: linear-gradient(to right, rgba(132, 106, 80, .6) 0, rgba(86, 53, 21, .6) 99%, rgba(86, 53, 21, .6) 100%)
}

.sym .kvArea .kv_point {
  background: -moz-linear-gradient(left, rgba(0, 104, 183, .6) 0, rgba(3, 72, 125, .6) 99%, rgba(3, 72, 125, .6) 100%);
  background: -webkit-linear-gradient(left, rgba(0, 104, 183, .6) 0, rgba(3, 72, 125, .6) 99%, rgba(3, 72, 125, .6) 100%);
  background: linear-gradient(to right, rgba(0, 104, 183, .6) 0, rgba(3, 72, 125, .6) 99%, rgba(3, 72, 125, .6) 100%)
}


.kvArea .kv_point ul {
  max-width: 1080px;
  margin: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  position: relative;
  top: -60px
}

.kvArea .kv_point ul li {
  max-width: 31%;
  flex-basis: 31%
}

@media screen and (max-width:1300px) {
  .kvArea .copy_main {
    background-size: auto 100%
  }
}

@media screen and (max-width:850px) {
  .kvArea .copy_main {
    background: 0 0;
    padding: 0
  }
  .kvArea .copy_main img {
    width: 100%
  }
  .kvArea .kv_point {
    padding: 3%
  }
  .kvArea .kv_point ul {
    display: none
  }
}

p.lead {
  text-align: center;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serifsans-serif;
  font-size: 20px;
  margin: 1em auto;
  color: #846a51
}

.sym p.lead {
  color: #0068b7
}

@media screen and (max-width:850px) {
  p.lead {
    font-size: 18px;
    text-align: left
  }
}

.btnL a {
  display: inline-block;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serifsans-serif;
  font-weight: 800;
  font-size: 20px;
  padding: 1em 3em;
  transition: .3s;
  background: #846a51;
  background: -moz-linear-gradient(left, #846a51 0, #563515 100%);
  background: -webkit-linear-gradient(left, #846a51 0, #563515 100%);
  background: linear-gradient(to right, #846a51 0, #563515 100%);
  box-shadow: 0 5px 0 1px rgba(168, 168, 168, .6)
}

.sym .btnL a {
  background: #0068b7;
  background: -moz-linear-gradient(left, #0068b7 0, #03487d 100%);
  background: -webkit-linear-gradient(left, #0068b7 0, #03487d 100%);
  background: linear-gradient(to right, #0068b7 0, #03487d 100%)
}
.btnL a:hover {
  opacity: .7
}

section.point .pointList dl {
  background: #fff;
  box-shadow: 5px 4px 0 4px rgba(203, 203, 203, .6);
  margin-bottom: 30px;
  border: 1px solid #846a51;
  padding: 25px 18px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center
}

.sym section.point .pointList dl {
  border: 1px solid #0068b7;
}

section.point .pointList dl dt {
  width: 120px;
  text-align: center
}

section.point .pointList dl dd {
  padding-left: 15px;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serifsans-serif;
  font-weight: 700;
  flex: 1
}

section.point .pointList dl dd strong {
  font-weight: 800;
  font-size: 28px;
  display: block;
  border-bottom: 1px solid #ccc;
  padding-bottom: .3em;
  margin-bottom: .3em
}

@media screen and (max-width:850px) {
  section.point .pointList dl {
    display: block
  }
  section.point .pointList dl dd, section.point .pointList dl dt {
    width: 100%
  }
  section.point .pointList dl dd {
    padding-left: 0
  }
  section.point .pointList dl dd strong {
    font-size: 24px
  }
}

section.prevention .inner {
  margin: 0 auto 30px
}

section.prevention .inner .msg {
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serifsans-serif;
  text-align: center;
  font-size: 20px;
  margin: 1em auto
}

section.prevention .inner .msg span {
  display: inline-block;
  border-bottom: 2px solid #846a51;
  font-weight: 700;
  font-size: 24px
}

.sym section.prevention .inner .msg span {
  border-bottom: 2px solid #0068b7;
}

@media screen and (max-width:850px) {
  section.prevention .inner .msg {
    font-size: 17px;
    text-align: left
  }
  section.prevention .inner .msg span {
    font-size: 21px
  }
}

section.disinfection .msg {
  margin: 1.5em auto;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serifsans-serif;
  font-weight: 600;
  font-size: 21px;
  line-height: 1.8
}

section.disinfection .msg em {
  color: #e2671b
}

@media screen and (max-width:850px) {
  section.disinfection .msg {
    font-size: 17px
  }
}

section.flow .content .imgBlockC .head {
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serifsans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #846a51;
  border-bottom: 1px solid #ccc;
  padding: .5em 0;
  margin-bottom: .5em
}

.sym section.flow .content .imgBlockC .head {
  color: #0068b7;
}

section.flow .content .imgBlockC .head em {
  color: #e2671b
}

section.flow .content .imgBlockC .head span {
  display: inline-block;
  background: #e2671b;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: .6em 1em;
  border-radius: 20px;
  margin-left: 10px;
  line-height: 1
}

.pickup {
  text-align: center;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serifsans-serif;
  font-weight: 600;
  margin-top: 1em;
  color: #846a51;
  font-size: 18px
}

.sym .pickup {
  color: #0068b7;
}


.pickup:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f0eb";
  margin-right: .5em;
  font-weight: 400;
  display: block;
  font-size: 40px;
  margin-bottom: 5px
}

@media screen and (max-width:850px) {
  .pickup {
    font-size: 16px
  }
}

.flowList {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 50px auto 0;
  justify-content: space-between
}

.flowList:before {
  content: "";
  display: block;
  flex-basis: 23%;
  max-width: 23%;
  height: 0;
  order: 1
}

.flowList:after {
  content: "";
  display: block;
  flex-basis: 23%;
  max-width: 23%;
  height: 0
}

.flowList .step {
  flex-basis: 23%;
  max-width: 23%;
  position: relative;
  margin: 15px 0 30px;
  border: 8px solid #e0d3c6;
  padding: 0 10px 25px;
  background: #fff;
  color: #846a51;
  text-align: center;
  position: relative;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serifsans-serif;
  font-weight: 700;
  font-size: 20px;
  border-radius: 5px
}

.sym .flowList .step {
  border: 8px solid #d1e6f5;
  color: #0068b7;
}

.flowList .step small {
  font-size: 15px
}

.flowList .step span.img {
  display: block;
  position: relative;
  top: -30px;
  margin-bottom: -15px
}

.flowList .step:after {
 font-family: "Font Awesome 5 Free";
  content: "\f061";
  display: block;
  color: #846a51;
  font-size: 26px;
  position: absolute;
  right: -1.3em;
  width: 26px;
  height: 26px;
  top: 0;
  bottom: 0;
  margin: auto
}

.sym .flowList .step:after {
  color: #0068b7;
}

.flowList .step:nth-of-type(4n):after {
  content: none
}

.flowList .step:last-of-type:after {
  content: none
}

@media screen and (max-width:850px) {
  .flowList .step {
    flex-basis: 46%;
    max-width: 46%;
    font-size: 18px;
    border: 6px solid #e0d3c6;
  }
  .flowList .step:after {
    right: -1.25em
  }
  .flowList .step:nth-of-type(2n):after {
    content: none
  }
}

.flowS {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto 20px;
  justify-content: space-between
}

.flowS:before {
  content: "";
  display: block;
  flex-basis: 23%;
  max-width: 23%;
  height: 0;
  order: 1
}

.flowS:after {
  content: "";
  display: block;
  flex-basis: 23%;
  max-width: 23%;
  height: 0
}

.flowS .step {
  flex-basis: 30%;
  max-width: 30%;
  position: relative;
  margin: 15px 0 30px;
  border: 8px solid #e0d3c6;
  padding: 15px 10px 25px;
  background: #fff;
  color: #846a51;
  text-align: center;
  position: relative;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serifsans-serif;
  font-weight: 700;
  font-size: 22px;
  border-radius: 5px
}

.sym .flowS .step {
  color: #0068b7;
  border: 8px solid #d1e6f5;
}

.flowS .step small {
  font-size: 15px;
  color: #555;
  display: block;
  margin-top: 10px;
  line-height: 1.6
}

.flowS .step:after {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  display: block;
  color: #846a51;
  font-size: 26px;
  position: absolute;
  right: -3.5vw;
  width: 26px;
  height: 26px;
  top: 0;
  bottom: 0;
  margin: auto
}

.sym .flowS .step:after {
  color: #0068b7;
}

.flowS .step:nth-of-type(4n):after {
  content: none
}

.flowS .step:last-of-type:after {
  content: none
}

@media screen and (max-width:850px) {
  .flowS {
    display: block
  }
  .flowS .step {
    flex-basis: 100%;
    max-width: 100%
  }
  .flowS .step:after {
    font-family: "Font Awesome 5 Free";
  content: "\f063";
    right: 0;
    left: 0;
    top: auto;
    bottom: -36px
  }
}

section.pcr .arrow_box {
  position: relative;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serifsans-serif;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  padding: 15px;
  background: #fcffcf;
  border: 4px solid #f5d56c
}

section.pcr .arrow_box ul.point {
  border-top: 1px solid #f5d56c;
  margin-top: 10px;
  padding-top: 10px;
  font-size: 18px;
  text-align: left
}

section.pcr .arrow_box ul.point li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  margin-right: .4em;
  color: #1f7c3f
}

@media screen and (max-width:850px) {
  section.pcr .arrow_box {
    font-size: 20px
  }
  section.pcr .arrow_box ul.point {
    font-size: 15px
  }
}

section.pcr .arrow_box:after, section.pcr .arrow_box:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none
}

section.pcr .arrow_box:after {
  border-color: rgba(252, 255, 207, 0);
  border-bottom-color: #fcffcf;
  border-width: 20px;
  margin-left: -20px
}

section.pcr .arrow_box:before {
  border-color: rgba(245, 213, 108, 0);
  border-bottom-color: #f5d56c;
  border-width: 26px;
  margin-left: -26px
}

section.pcr .faqList {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px
}

section.pcr .faqList dl {
  background: #fff;
  max-width: 47%;
  flex-basis: 47%;
  padding: 40px 25px 20px;
  box-shadow: 10px 10px 0 0 rgba(175, 175, 175, .5);
  margin: 15px auto;
  border: 1px solid #ccc;
  position: relative
}

section.pcr .faqList dl dt {
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serifsans-serif;
  font-weight: 700;
  border-bottom: 2px dotted #846a51;
  margin-bottom: 15px;
  padding-bottom: .5em;
  font-size: 17px
}

.sym section.pcr .faqList dl dt {
  border-bottom: 2px dotted #0068b7;
}

section.pcr .faqList dl dt span {
  position: absolute;
  font-weight: 800;
  left: 10px;
  top: 7px;
  color: #846a51;
  font-size: 20px
}

.sym section.pcr .faqList dl dt span {
  color: #0068b7;
}

@media screen and (max-width:850px) {
  section.pcr .faqList {
    display: block
  }
  section.pcr .faqList dl {
    max-width: 100%;
    flex-basis: 100%;
    padding: 40px 15px 20px;
    box-shadow: 0 10px 0 0 rgba(175, 175, 175, .3);
    margin: 25px auto
  }
}

section.pcr .about h4 {
  position: relative
}

section.pcr .about h4 span.em {
  display: inline-block;
  background: #e2671b;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: .6em 1em;
  border-radius: 20px;
  margin-left: 10px;
  line-height: 1
}

section.pcr .about em {
  color: #e2671b;
  font-weight: 700
}

section.pcr .about .visit strong {
  color: #d12525;
  font-weight: 700;
  font-size: 120%
}

section.pcr .msg {
  text-align: center;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serifsans-serif;
  font-size: 20px;
  font-weight: 600;
  margin: 20px auto 10px
}

@media screen and (max-width:850px) {
  section.pcr .msg {
    font-size: 18px
  }
}

section.recommend {
  background: url(../img/bg_recommend.jpg) no-repeat center/cover;
  padding: 20px 0 30px
}

section.recommend .innerwidth ul {
  margin-bottom: 40px
}

section.recommend .innerwidth ul li {
  display: inline-block;
  background: rgba(255, 255, 255, .6);
  padding: .7em 1.5em .7em 1em;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serifsans-serif;
  font-weight: 700;
  font-size: 18px;
  margin: 10px auto;
  border-radius: 30px
}

section.recommend .innerwidth ul li:before {
  content: "●";
  color: #846a51;
  margin-right: .4em
}

.sym section.recommend .innerwidth ul li:before {
  color: #0068b7;
}

section.recommend .msg {
  background: rgba(255, 255, 255, .5);
  text-align: center;
  margin: 20px auto;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serifsans-serif;
  font-weight: 700;
  padding: 1.2em 0;
  font-size: 28px;
  color: #846a51;
  letter-spacing: .1em;
  text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px
}

.sym section.recommend .msg {
  color: #0068b7;
}

@media screen and (max-width:850px) {
  section.recommend {
    background-size: auto 100%
  }
  section.recommend .innerwidth ul li {
    font-size: 15px;
    margin: 6px auto;
    text-indent: -1.5em;
    padding-left: 2.5em;
    border-radius: 8px
  }
  section.recommend .msg {
    font-size: 24px
  }
}

section.company {
  margin: 80px auto 80px
}

section.company .msg {
  padding: .8rem 2rem;
  display: block;
  margin: 0 auto;
  width: 80%;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#846a51), to(#563515));
  background-image: -webkit-linear-gradient(left, #846a51 0, #563515 100%);
  background-image: linear-gradient(to right, #846a51 0, #563515 100%);
  text-align: center;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serifsans-serif;
  font-weight: 700;
  font-size: 18px
}

.sym section.company .msg {
  background-image: -webkit-gradient(linear, left top, right top, from(#0068b7), to(#03487d));
  background-image: -webkit-linear-gradient(left, #0068b7 0, #03487d 100%);
  background-image: linear-gradient(to right, #0068b7 0, #03487d 100%);
}

section.company .companydata dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 1.4em
}

section.company .companydata dl dt {
  width: 11em;
  font-weight: 700
}

section.company .companydata dl dt:before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  color: #846a51;
  margin-right: .5em
}

.sym section.company .companydata dl dt:before {
  color: #0068b7;
}

section.company .companydata dl dd {
  flex: 1
}

section.company .companydata dl dd p {
  margin: 0 0 1rem;
}

section.company .pcr_com {
  background: rgba(1, 153, 197, .2);
  padding: 10px 20px;
  border-radius: 10px
}

section.company .pcr_com h3 {
  border-bottom: 0;
  margin: 0 0 .5em;
  font-size: 22px
}

section.company .pcr_com h3:before {
  content: none;
  position: static
}

section.company .history {
  position: relative;
  padding-bottom: 15px
}

section.company .history:before {
  content: "";
  width: 10px;
  height: 100%;
  background: #eee;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 43px
}

section.company .history dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 2em;
  align-items: flex-start;
  position: relative;
  z-index: 10
}

section.company .history dl dt {
  background: #c1e6f0;
  display: inline-block;
  font-weight: 700;
  padding: .5em 1em;
  font-size: 14px
}

section.company .history dl dd {
  flex: 1;
  padding-left: 20px;
  font-size: 15px
}

@media screen and (max-width:850px) {
  section.company {
    margin: 50px auto 50px
  }
  section.company .msg {
    font-size: 16px;
    width: 100%;
    padding: .8em .5em;
    -webkit-transform: skew(0);
    transform: skew(0)
  }
  section.company .companydata dl {
    display: block
  }
  section.company .pcr_com {
    border-radius: 5px
  }
  section.company .pcr_com h3 {
    text-align: center
  }
}

.bgW {
  background: #fff
}

.bgTilt {
  background: repeating-linear-gradient(45deg, #fff 0, #fff 6px, #fbfbfb 4px, #fbfbfb 8px)
}

.linkR {
  text-align: right
}

.linkR a:before {
  font-family: basicicon;
  content: "\72";
  display: inline-block
}

.linkC {
  text-align: center
}

.linkC a:before {
  font-family: basicicon;
  content: "\72";
  display: inline-block
}

.linkL {
  text-align: left
}

.linkL a:before {
  font-family: basicicon;
  content: "\72";
  display: inline-block
}

span.u-mk1 {
  background: linear-gradient(transparent 60%, #f0f0b1 60%)
}

span.u-mk2 {
  background: linear-gradient(transparent 60%, #a6d8ff 60%)
}

span.u-mk3 {
  background: linear-gradient(transparent 60%, #ffa6aa 60%)
}

.boxg {
  background: #ececec
}

h2.uline {
  position: relative;
  padding: .9em .8rem .6em;
  text-align: center;
  font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 36px;
  font-weight: 700;
  margin: 1em auto 1.3em
}

h2.uline:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #846a51
}

.sym h2.uline:before {
  background: #0068b7
}

h2.uline span.icon img {
  height: 45px;
  margin-right: 14px
}

h2.tline {
  position: relative;
  padding: .9em 0 0;
  text-align: center;
  font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 36px;
  font-weight: 700;
  margin: 1em auto 1.1em;
  border-top: #846a51 6px solid
}

.sym h2.tline {
  border-top: #0068b7 6px solid
}

h2.tline span.icon img {
  height: 45px;
  margin-right: 14px
}

h3 {
  position: relative;
  padding: .4em 0;
  border-bottom: 4px solid #846a51;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serifsans-serif;
  font-weight: 200;
  font-size: 25px;
  color: #333;
  margin: 1em 0 1.2em
}

.sym h3 { 
  border-bottom: 4px solid #0068b7;
}

h3:before {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 20%;
  height: 4px;
  content: '';
  background: #e4c6a8
}

.sym h3:before {
  background: #d1e6f5
}


h4 {
  padding: .7rem 1.5rem;
  font-size: 20px;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serifsans-serif;
  font-weight: 700;
  border-left: 5px solid #846a51;
  background: #f4f4f4
}

.sym h4 {
  border-left: 5px solid #0068b7;
}

@media screen and (max-width:850px) {
  h2.uline {
    font-size: 27px
  }
  h2.tline {
    font-size: 27px;
    padding: .9em 3% 0
  }
  h2.tline span.icon {
    display: block
  }
  h2.tline span.icon img {
    height: 30px
  }
  h3 {
    font-size: 22px
  }
  h4 {
    font-size: 19px;
    padding: .7rem 1rem
  }
}

input {
  -webkit-appearance: button
}

input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
  border: #846a51 1px solid;
  background: #fff;
  color: #333;
  padding: 10px 6px;
  width: 100%
}

.sym input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
  border: #0068b7 1px solid;
}

input[type=email].auto, input[type=password].auto, input[type=tel].auto, input[type=text].auto, select.auto, textarea.auto {
  width: auto
}

input[type=email].disabled, input[type=email]:disabled, input[type=password].disabled, input[type=password]:disabled, input[type=tel].disabled, input[type=tel]:disabled, input[type=text].disabled, input[type=text]:disabled, select.disabled, select:disabled, textarea.disabled, textarea:disabled {
  background: #eaeaea;
  cursor: not-allowed
}

button, input[type=button], input[type=submit] {
  background: #846a51;
  position: relative;
  color: #fff;
  padding: 1em 1.5em 1.1em;
  border: none;
  font-size: 1.1rem;
  border-bottom: #b2b2b2 2px solid;
  border-radius: 6px;
  line-height: 1.3;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serifsans-serif;
  font-weight: 400;
  transition: .3s;
  width: 70%;
  display: block;
  margin: 0 auto 3rem;
}



 input[type=button] {
   background: #f4f4f4;
   color: #000;
 }

button.back, button.cancel, input[type=button].back, input[type=button].cancel, input[type=submit].back, input[type=submit].cancel {
  background: #3d3d3d
}

button:hover, input[type=button]:hover, input[type=submit]:hover {
  border-bottom: 2px solid #fff;
  opacity: .8;
  cursor: pointer
}

button:after, input[type=button]:after, input[type=submit]:after {
  content: "";
  display: block;
  border: 1px solid #fff;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  position: absolute;
  border-radius: 4px;
  top: 2px;
  left: 2px
}

button.border, input[type=button].border, input[type=submit].border {
  border: 4px double #fff
}

button.disabled, button:disabled, input[type=button].disabled, input[type=button]:disabled, input[type=submit].disabled, input[type=submit]:disabled {
  background: #afafaf;
  cursor: not-allowed;
  border-bottom: 0
}

button.disabled:hover, button:disabled:hover, input[type=button].disabled:hover, input[type=button]:disabled:hover, input[type=submit].disabled:hover, input[type=submit]:disabled:hover {
  opacity: 1
}

button.disabled:after, button:disabled:after, input[type=button].disabled:after, input[type=button]:disabled:after, input[type=submit].disabled:after, input[type=submit]:disabled:after {
  content: none;
  border: 0
}

.formArea {
  padding: 3%;
  background: #fff
}

.formArea span.required:after {
  font-family: basicicon;
  content: "\e600";
  color: #f57e7e;
  font-size: 120%;
  margin-left: 5px;
  position: relative;
  top: 2px
}

.formArea dl {
  margin-bottom: 1em
}

.formArea dl dt {
  margin-bottom: .5em
}

.formArea dl dt:before {
  font-family: basicicon;
  content: "\e60f";
  color: #3d70e0;
  margin-right: .3em
}

.formArea .half {
  width: 60%
}

span.req {
  background: #c83030;
  color: #fff;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serifsans-serif;
  font-weight: 500;
  padding: 4px 7px;
  font-size: 12px;
  line-height: 1;
  border-radius: 3px;
  margin: 0 auto 0 5px;
  display: inline-block;
  text-indent: 0
}

dl.input {
  padding: 8px 0 15px
}

dl.input:first-child {
  border-top: 0
}

dl.input dt {
  margin: .4em 0;
  font-weight: 700;
  padding-left: 1.4em;
  text-indent: -1.4em
}

dl.input dt:before {
  font-family: basicicon;
  content: "\7a";
  color: #7b7b7b;
  font-size: 120%;
  font-weight: 400;
  margin-right: .2em;
  position: relative;
  top: 2px
}

dl.input dt span.cmt {
  display: block;
  font-size: 90%
}

dl.input:nth-of-type(n+2) {
  border-top: 2px dashed #ccc
}

dl.input dd {
  background: #eee;
  padding: .5em .5em;
  border-radius: 3px
}

dl.input dd ul.inline li {
  width: auto;
  margin-right: 1.5%
}

dl.input dd ul.inline li input {
  max-width: 6em;
  margin-right: 4px
}

dl.input dd ul.inline li:last-child {
  margin-right: 0
}

dl.input dd ul.flexclm3 li {
  padding-right: 2%
}

dl.input dd ul.flexclm3 li select, dl.input dd ul.flexclm3 li textarea {
  width: 100%
}

dl.input dd ul.flexclm3 li:last-child {
  padding-right: 0
}

dl.input dd ul.flexclm2 li {
  padding-right: 2%
}

dl.input dd ul.flexclm2 li input[type=email], dl.input dd ul.flexclm2 li input[type=tel], dl.input dd ul.flexclm2 li input[type=text] {
  width: 100%
}

dl.input dd ul.flexclm2 li:last-child {
  padding-right: 0
}

dl.input dd ul.checkbox li:nth-child(n+2), dl.input dd ul.radio li:nth-child(n+2) {
  border-top: none
}

dl.input dd.error {
  color: #c83030;
  font-size: .85rem;
  font-weight: 700;
  position: relative;
  padding: .3em .5em;
  border: #c83030 solid 2px;
  background: #fff;
  border-radius: 5px
}

dl.input dd.error:after {
  font-family: basicicon;
  content: "\e622";
  position: absolute;
  bottom: -15px;
  font-size: 20px;
  margin: auto;
  display: block;
  right: 0;
  left: 0;
  text-align: center
}

dl.input .btnset input[type=email], dl.input .btnset input[type=tel], dl.input .btnset input[type=text], dl.input .btnset select, dl.input .btnset textarea {
  display: inline-block;
  width: 74%;
  margin-right: 2%
}

dl.input .btnset button, dl.input .btnset input[type=button], dl.input .btnset input[type=submit] {
  font-size: 13px;
  background: #846a51;
  width: 22%
}

.sym dl.input .btnset button, dl.input .btnset input[type=button], dl.input .btnset input[type=submit] {
  background: #0068b7;
}

ul.checkbox li {
  vertical-align: middle;
  padding: 2px 0 14px;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serifsans-serif;
  font-weight: 700
}

ul.checkbox li label {
  text-indent: -40px;
  padding-left: 38px;
  display: block
}

ul.checkbox li ul {
  text-indent: 0;
  padding-left: 0
}

ul.checkbox li ul li {
  border-top: 0!important;
  padding-bottom: 0
}

ul.checkbox li:nth-child(n+2) {
  border-top: 2px dashed #ccc
}

ul.checkbox input[type=checkbox] {
  position: relative;
  top: 13.33333px;
  right: 0;
  bottom: 0;
  left: 0;
  top: 10px;
  width: 32px;
  height: 32px;
  margin-right: .5rem;
  cursor: pointer;
  transition: all .15s ease-out 0s;
  color: #fff;
  border: none;
  outline: 0;
  background: #fff;
  -webkit-appearance: none;
  appearance: none
}

ul.checkbox input[type=checkbox]:before {
  font-size: 20px;
  line-height: 30px;
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  font-family: basicicon;
  content: '\e949';
  text-align: center;
  color: #e5e5e5;
  border: 2px solid #a1a1a1
}

ul.checkbox input[type=checkbox]:checked {
  background: #3d70e0;
  color: #fff
}

ul.checkbox input[type=checkbox]:checked:before {
  border: 2px solid #3d70e0;
  font-size: 28px
}

ul.checkbox input[type=checkbox].disabled, ul.checkbox input[type=checkbox]:disabled {
  background: #ccc;
  cursor: not-allowed
}

ul.checkbox input[type=checkbox].disabled+span, ul.checkbox input[type=checkbox]:disabled+span {
  color: #bbb!important;
  cursor: not-allowed
}

input[type=checkbox].inlinechk {
  position: relative;
  top: 13.33333px;
  right: 0;
  bottom: 0;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
  margin-right: .5rem;
  cursor: pointer;
  transition: all .15s ease-out 0s;
  color: #fff;
  border: none;
  outline: 0;
  background: #5e5e5e;
  -webkit-appearance: none;
  appearance: none
}

input[type=checkbox].inlinechk:after {
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  font-family: basicicon;
  content: '\e949';
  text-align: center
}

input[type=checkbox].inlinechk:checked {
  background: #3d70e0
}

input[type=checkbox].inlinechk.disabled, input[type=checkbox].inlinechk:disabled {
  background: #ccc;
  cursor: not-allowed
}

input[type=checkbox].inlinechk.disabled+span, input[type=checkbox].inlinechk:disabled+span {
  color: #bbb!important;
  cursor: not-allowed
}

ul.radio li {
  vertical-align: middle;
  padding: 2px 0 14px;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serifsans-serif;
  font-weight: 700
}

ul.radio li label {
  text-indent: -38px;
  padding-left: 38px;
  display: block
}

ul.radio li ul {
  text-indent: 0;
  padding-left: 0
}

ul.radio li ul li {
  border-top: 0!important;
  padding-bottom: 0
}

ul.radio li:nth-child(n+2) {
  border-top: 2px dashed #ccc
}

ul.radio input[type=radio] {
  position: relative;
  top: 13.33333px;
  right: 0;
  bottom: 0;
  left: 0;
  top: 10px;
  width: 30px;
  height: 30px;
  margin-right: .5rem;
  cursor: pointer;
  transition: all .15s ease-out 0s;
  color: #fff;
  border: none;
  outline: 0;
  background: #5e5e5e;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 30px
}

ul.radio input[type=radio]:before {
  font-size: 20px;
  line-height: 30px;
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  font-family: basicicon;
  content: '\e620';
  text-align: center
}

ul.radio input[type=radio]:checked {
  position: relative;
  background: #3d70e0
}

ul.radio input[type=radio].disabled, ul.radio input[type=radio]:disabled {
  background: #ccc;
  cursor: not-allowed
}

ul.radio input[type=radio].disabled+span, ul.radio input[type=radio]:disabled+span {
  color: #bbb!important;
  cursor: not-allowed
}

.btnArea {
  margin: 15px auto;
  text-align: center
}

.btnArea button, .btnArea input {
  display: block;
  margin: 10px auto
}

.btnArea button.full, .btnArea input.full {
  width: 100%
}

.btnArea ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center
}

.btnArea ul li {
  margin: 0 1%
}

.errorMsg {
  border: 2px dashed #c83030;
  padding: 15px 15px 10px;
  background: #fff;
  margin: 10px auto
}

.errorMsg:before {
  content: "※ ご確認ください ※";
  display: block;
  color: #c83030;
  text-align: center;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serifsans-serif;
  font-weight: 600;
  font-size: .9rem;
  border-bottom: 2px solid #ccc;
  padding-bottom: 8px;
  margin-bottom: 8px
}

.errorMsg p {
  margin: .3em auto!important;
  padding-left: 1em;
  text-indent: -1em;
  color: #c83030
}

.errorMsg p:before {
  font-family: basicicon;
  content: '\72'
}

a.btn {
  transition: .3s
}

a.btn:hover {
  opacity: .8
}

a.linkBtn {
  border: 2px solid #276485;
  background: #fff;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serifsans-serif;
  font-size: 1rem;
  font-size: 600;
  padding: .5em;
  display: block;
  border-radius: 5px
}

a.linkBtn:hover {
  cursor: pointer
}

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

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

ul.arrow li, ul.border li, ul.dot li, ul.normal li, ul.notice li, ul.notice-red li, ul.record li {
  margin: .3em 0 .5em;
  padding-left: 1em;
  text-indent: -1em
}

ul.normal li:before {
  font-family: basicicon;
  content: "・";
  color: #846a51
}

.sym ul.normal li:before {
  color: #0068b7
}

ul.border li:before {
  font-family: basicicon;
  content: "\71";
  color: #846a51
}

.sym ul.border li:before {
  color: #0068b7
}

ul.arrow li:before {
  font-family: basicicon;
  content: "\73";
  color: #846a51
}

.sym ul.arrow li:before {
  color: #0068b7
}

ul.dot li:before {
  font-family: basicicon;
  content: "\e625";
  color: #3d70e0
}

ul.record li:before {
  font-family: basicicon;
  content: "\e620";
  color: #846a51;
  position: relative;
  left: -1px
}

.sym ul.record li:before {
  color: #0068b7;
}

ul.notice-red li {
  color: #c00
}

ul.notice li:before, ul.notice-red li:before {
  content: "※";
  font-size: 90%;
  margin-right: .5em;
  position: relative
}

ul.notice li, ul.notice-red li {
  padding-left: 1.3em;
  text-indent: -1.3em
}

ul.notice.small {
  font-size: .86rem
}

ul.star li {
  padding-left: 1.3em;
  text-indent: -1.3em
}

ul.star li:before {
  font-family: basicicon;
  content: "\f005";
  color: #846a51;
  margin-right: .5em
}

.sym ul.star li:before {
  color: #0068b7;
}

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

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

ol.paren {
  counter-reset: item
}

ol.paren li {
  padding-left: 1.5em;
  text-indent: -1.5em;
  list-style-type: none
}

ol.paren li:before {
  content: "(" counters(item, "-") ")";
  counter-increment: item;
  margin-right: .5em
}

ol.maru {
  counter-reset: my-counter;
  list-style: none;
  padding: 0
}

ol.maru li {
  list-style: none;
  margin-bottom: 1em;
  padding-left: 35px;
  position: relative
}

ol.maru li:before {
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serifsans-serif;
  font-weight: 500;
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #846a51;
  color: #fff;
  display: block;
  float: left;
  line-height: 26px;
  margin-left: -35px;
  text-align: center;
  height: 26px;
  width: 26px;
  border-radius: 50%;
  position: relative;
  font-size: 13px
}

.sym ol.maru li:before {
  background-color: #0068b7;
}

ul.check li {
  margin: .7em 0
}

ul.check li:before {
  font-family: basicicon;
  content: "\e946";
  color: #846a51;
  font-size: 150%;
  margin-right: .3em;
  position: relative;
  top: .1em
}

.sym ul.check li:before {
  color: #0068b7;
}

ul.inline li {
  display: inline-block
}

ul.inlineSlash li {
  display: inline-block
}

ul.inlineSlash li:after {
  content: "/";
  color: #ccc;
  margin-left: .5rem
}

ul.inlineSlash li:last-child:after {
  content: none
}

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: 105%;
  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
}

@media screen and (max-width:850px) {
  table.data.sp {
    font-size: 13px;
    letter-spacing: -1px
  }
  table.data.sp th {
    font-size: 12px
  }
}

table.layout {
  border: none;
  thpadding: 0;
  border: none
}

table.layout td {
  padding: 0 5px;
  border: none
}

.inlineFrame {
  background-color: #fff;
  height: 40vh;
  overflow: auto;
  overflow-y: scroll;
  overflow-x: hidden;
  border: 1px solid #ccc;
  padding: 10px;
  position: relative;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 5px 10px -3px #ccc inset;
  font-size: 90%
}

.inlineFrame:before {
  font-family: basicicon;
  content: "\e950";
  position: absolute;
  font-size: 40px;
  width: 40px;
  right: 0;
  bottom: 4px;
  color: rgba(17, 67, 185, .4)
}

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

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

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

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

.contBox {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 90%
}

.textclm2 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start
}

.textclm2 .clm {
  padding: 0 2.5% 0 0;
  width: 50%
}

.textclm2 .clm:nth-child(even) {
  padding: 0 0 0 2.5%
}

@media screen and (max-width:850px) {
  .textclm2 {
    display: initial
  }
  .textclm2 .clm {
    padding: 0
  }
  .textclm2 .clm:nth-child(even) {
    padding: 0
  }
}

.clearBox:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: .1px;
  font-size: .1em;
  line-height: 0;
  clear: both
}

.clearBox {
  overflow: hidden;
  height: auto
}

.clearBox .img-l, .clearBox .img-r {
  margin-bottom: 10px
}

.clearBox .img-l {
  float: left;
  margin-right: 3vw!important
}

.clearBox .img-r {
  float: right;
  margin-left: 3vw!important
}

.clearBox .hidden {
  height: auto
}

.clearBox .auto {
  overflow: auto;
  height: auto
}

.imgBlockT {
  align-items: flex-start
}

.imgBlockB {
  align-items: baseline
}

.imgBlockC {
  align-items: center
}

.imgBlockB, .imgBlockC, .imgBlockT {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-content: space-between
}

.imgBlockB.imgL .cont, .imgBlockC.imgL .cont, .imgBlockT.imgL .cont {
  order: 2;
  flex: 1
}

.imgBlockB.imgL .img, .imgBlockC.imgL .img, .imgBlockT.imgL .img {
  order: 1;
  margin-right: 2vw
}

.imgBlockB.imgR .cont, .imgBlockC.imgR .cont, .imgBlockT.imgR .cont {
  order: 1;
  flex: 1
}

.imgBlockB.imgR .img, .imgBlockC.imgR .img, .imgBlockT.imgR .img {
  order: 2;
  margin-left: 2vw
}

.w10vw {
  max-width: 10vw
}

.w10vw+.text {
  width: 76vw
}

.w20vw {
  max-width: 20vw
}

.w20vw+.text {
  width: 66vw
}

.w30vw {
  max-width: 30vw
}

.w30vw+.text {
  width: 56vw
}

.w40vw {
  max-width: 40vw
}

.w40vw+.text {
  width: 46vw
}

.w50vw {
  max-width: 50vw
}

.w50vw+.text {
  width: 36vw
}

.w60vw {
  max-width: 60vw
}

.w60vw+.text {
  width: 26vw
}

.w70vw {
  max-width: 70vw
}

.w70vw+.text {
  width: 16vw
}

.w80vw {
  max-width: 80vw
}

.w80vw+.text {
  width: 6vw
}

ul.clm2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap
}

ul.clm2 li {
  max-width: 50%;
  flex-basis: 50%
}

ul.clm3 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap
}

ul.clm3 li {
  max-width: 33%;
  flex-basis: 33%
}

ul.clm4 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap
}

ul.clm4 li {
  max-width: 25%;
  flex-basis: 25%
}

ul.clm2-space {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

ul.clm2-space li {
  max-width: 49%;
  flex-basis: 49%
}

ul.clm3-space {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

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

ul.clm3-space li {
  max-width: 32%;
  flex-basis: 32%
}

ul.clm4-space {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

ul.clm4-space::before {
  content: "";
  display: block;
  width: 24%;
  order: 1
}

ul.clm4-space::after {
  content: "";
  display: block;
  width: 24%
}

ul.clm4-space li {
  max-width: 24%;
  flex-basis: 24%
}

@media screen and (max-width:850px) {
  ul.clm2sp {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap
  }
  ul.clm2sp li {
    max-width: 50%;
    flex-basis: 50%
  }
  ul.clm3sp {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap
  }
  ul.clm3sp li {
    max-width: 33%;
    flex-basis: 33%
  }
  ul.clm4sp {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap
  }
  ul.clm4sp li {
    max-width: 25%;
    flex-basis: 25%
  }
}

.clm2-space, .clm3-space, .clm4-space {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between
}

.clm2-space .clm {
  flex-basis: 48%;
  max-width: 48%;
  justify-content: space-between
}

.clm3-space .clm {
  flex-basis: 32%;
  max-width: 32%;
  justify-content: space-between
}

.clm4-space .clm {
  flex-basis: 24%;
  max-width: 24%;
  justify-content: space-between
}

.clm2, .clm3 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex
}

.clm2 span.caption, .clm3 span.caption {
  display: block;
  margin: .5em 0;
  padding-left: 1.2em;
  text-indent: -1.2em
}

.clm2 span.caption:before, .clm3 span.caption:before {
  font-family: 'Font Awesome 5 Free';
  content: "\77";
  margin-right: .2em
}

.clm2 .sp1, .clm3 .sp1 {
  padding: 1vw
}

.clm2 .sp2, .clm3 .sp2 {
  padding: 2vw
}

.clm2 .clm {
  width: 50%;
  justify-content: space-between
}

.clm3 .clm {
  width: 33%;
  justify-content: space-between
}

@media screen and (min-width:851px) and (max-width:1024px) {
  .tbclm1 {
    flex-wrap: wrap
  }
  .tbclm1>* {
    width: 100%!important;
    flex-basis: 100%!important;
    max-width: 100%!important
  }
  .tbclm2 {
    flex-wrap: wrap
  }
  .tbclm2>* {
    flex-basis: 50%!important;
    max-width: 50%
  }
  .tbclm3 {
    flex-wrap: wrap
  }
  .tbclm3>* {
    flex-basis: 33%!important;
    max-width: 33%
  }
}

@media screen and (max-width:850px) {
  .clm2, .clm3 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
  }
  .clm2.multi, .clm3.multi {
    flex-wrap: wrap;
    align-content: space-between
  }
  .clm2 span.caption, .clm3 span.caption {
    display: block;
    margin: .5em 0;
    padding-left: 1.2em;
    text-indent: -1.2em
  }
  .clm2 span.caption:before, .clm3 span.caption:before {
    font-family: yubin;
    content: "\77";
    margin-right: .2em
  }
  .clm2 .sp1, .clm3 .sp1 {
    padding: 1vw
  }
  .clm2 .sp2, .clm3 .sp2 {
    padding: 2vw
  }
  .clm2 .clm {
    width: 50%;
    justify-content: space-between
  }
  .clm3 .clm {
    width: 33%;
    justify-content: space-between
  }
  .spclm1 {
    flex-wrap: wrap
  }
  .spclm1>* {
    width: 100%!important;
    flex-basis: 100%!important;
    max-width: 100%!important
  }
  .spclm2 {
    flex-wrap: wrap
  }
  .spclm2>* {
    flex-basis: 50%!important;
    max-width: 50%
  }
  .spclm3 {
    flex-wrap: wrap
  }
  .spclm3>* {
    flex-basis: 33%!important;
    max-width: 33%
  }
  .imgBlockB, .imgBlockC, .imgBlockT {
    display: block
  }
  .imgBlockB.imgL .img, .imgBlockB.imgR .img, .imgBlockC.imgL .img, .imgBlockC.imgR .img, .imgBlockT.imgL .img, .imgBlockT.imgR .img {
    margin: 15px auto
  }
  .imgBlockB .cont, .imgBlockC .cont, .imgBlockT .cont {
    width: 100%
  }
}

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

.flex-wrap {
  flex-wrap: wrap
}

.flex-between {
  justify-content: space-between
}

.flex-valignT {
  align-items: flex-start
}

.flex-valignB {
  align-items: flex-end
}

.flex-valignC {
  align-items: center
}

.flex-alignL {
  justify-content: flex-start
}

.flex-alignR {
  justify-content: flex-end
}

.flex-alignC {
  justify-content: center
}

.flex1 {
  flex: 1
}

* .flexbasis01, .flex-between .flexbasis01 {
  flex-basis: 1%;
  max-width: 1%
}

* .flexbasis02, .flex-between .flexbasis02 {
  flex-basis: 2%;
  max-width: 2%
}

* .flexbasis03, .flex-between .flexbasis03 {
  flex-basis: 3%;
  max-width: 3%
}

* .flexbasis04, .flex-between .flexbasis04 {
  flex-basis: 4%;
  max-width: 4%
}

* .flexbasis05, .flex-between .flexbasis05 {
  flex-basis: 5%;
  max-width: 5%
}

* .flexbasis06, .flex-between .flexbasis06 {
  flex-basis: 6%;
  max-width: 6%
}

* .flexbasis07, .flex-between .flexbasis07 {
  flex-basis: 7%;
  max-width: 7%
}

* .flexbasis08, .flex-between .flexbasis08 {
  flex-basis: 8%;
  max-width: 8%
}

* .flexbasis09, .flex-between .flexbasis09 {
  flex-basis: 9%;
  max-width: 9%
}

* .flexbasis10, .flex-between .flexbasis10 {
  flex-basis: 10%;
  max-width: 10%
}

* .flexbasis11, .flex-between .flexbasis11 {
  flex-basis: 11%;
  max-width: 11%
}

* .flexbasis12, .flex-between .flexbasis12 {
  flex-basis: 12%;
  max-width: 12%
}

* .flexbasis13, .flex-between .flexbasis13 {
  flex-basis: 13%;
  max-width: 13%
}

* .flexbasis14, .flex-between .flexbasis14 {
  flex-basis: 14%;
  max-width: 14%
}

* .flexbasis15, .flex-between .flexbasis15 {
  flex-basis: 15%;
  max-width: 15%
}

* .flexbasis16, .flex-between .flexbasis16 {
  flex-basis: 16%;
  max-width: 16%
}

* .flexbasis17, .flex-between .flexbasis17 {
  flex-basis: 17%;
  max-width: 17%
}

* .flexbasis18, .flex-between .flexbasis18 {
  flex-basis: 18%;
  max-width: 18%
}

* .flexbasis19, .flex-between .flexbasis19 {
  flex-basis: 19%;
  max-width: 19%
}

* .flexbasis20, .flex-between .flexbasis20 {
  flex-basis: 20%;
  max-width: 20%
}

* .flexbasis21, .flex-between .flexbasis21 {
  flex-basis: 21%;
  max-width: 21%
}

* .flexbasis22, .flex-between .flexbasis22 {
  flex-basis: 22%;
  max-width: 22%
}

* .flexbasis23, .flex-between .flexbasis23 {
  flex-basis: 23%;
  max-width: 23%
}

* .flexbasis24, .flex-between .flexbasis24 {
  flex-basis: 24%;
  max-width: 24%
}

* .flexbasis25, .flex-between .flexbasis25 {
  flex-basis: 25%;
  max-width: 25%
}

* .flexbasis26, .flex-between .flexbasis26 {
  flex-basis: 26%;
  max-width: 26%
}

* .flexbasis27, .flex-between .flexbasis27 {
  flex-basis: 27%;
  max-width: 27%
}

* .flexbasis28, .flex-between .flexbasis28 {
  flex-basis: 28%;
  max-width: 28%
}

* .flexbasis29, .flex-between .flexbasis29 {
  flex-basis: 29%;
  max-width: 29%
}

* .flexbasis30, .flex-between .flexbasis30 {
  flex-basis: 30%;
  max-width: 30%
}

* .flexbasis31, .flex-between .flexbasis31 {
  flex-basis: 31%;
  max-width: 31%
}

* .flexbasis32, .flex-between .flexbasis32 {
  flex-basis: 32%;
  max-width: 32%
}

* .flexbasis33, .flex-between .flexbasis33 {
  flex-basis: 33%;
  max-width: 33%
}

* .flexbasis34, .flex-between .flexbasis34 {
  flex-basis: 34%;
  max-width: 34%
}

* .flexbasis35, .flex-between .flexbasis35 {
  flex-basis: 35%;
  max-width: 35%
}

* .flexbasis36, .flex-between .flexbasis36 {
  flex-basis: 36%;
  max-width: 36%
}

* .flexbasis37, .flex-between .flexbasis37 {
  flex-basis: 37%;
  max-width: 37%
}

* .flexbasis38, .flex-between .flexbasis38 {
  flex-basis: 38%;
  max-width: 38%
}

* .flexbasis39, .flex-between .flexbasis39 {
  flex-basis: 39%;
  max-width: 39%
}

* .flexbasis40, .flex-between .flexbasis40 {
  flex-basis: 40%;
  max-width: 40%
}

* .flexbasis41, .flex-between .flexbasis41 {
  flex-basis: 41%;
  max-width: 41%
}

* .flexbasis42, .flex-between .flexbasis42 {
  flex-basis: 42%;
  max-width: 42%
}

* .flexbasis43, .flex-between .flexbasis43 {
  flex-basis: 43%;
  max-width: 43%
}

* .flexbasis44, .flex-between .flexbasis44 {
  flex-basis: 44%;
  max-width: 44%
}

* .flexbasis45, .flex-between .flexbasis45 {
  flex-basis: 45%;
  max-width: 45%
}

* .flexbasis46, .flex-between .flexbasis46 {
  flex-basis: 46%;
  max-width: 46%
}

* .flexbasis47, .flex-between .flexbasis47 {
  flex-basis: 47%;
  max-width: 47%
}

* .flexbasis48, .flex-between .flexbasis48 {
  flex-basis: 48%;
  max-width: 48%
}

* .flexbasis49, .flex-between .flexbasis49 {
  flex-basis: 49%;
  max-width: 49%
}

* .flexbasis50, .flex-between .flexbasis50 {
  flex-basis: 50%;
  max-width: 50%
}

* .flexbasis51, .flex-between .flexbasis51 {
  flex-basis: 51%;
  max-width: 51%
}

* .flexbasis52, .flex-between .flexbasis52 {
  flex-basis: 52%;
  max-width: 52%
}

* .flexbasis53, .flex-between .flexbasis53 {
  flex-basis: 53%;
  max-width: 53%
}

* .flexbasis54, .flex-between .flexbasis54 {
  flex-basis: 54%;
  max-width: 54%
}

* .flexbasis55, .flex-between .flexbasis55 {
  flex-basis: 55%;
  max-width: 55%
}

* .flexbasis56, .flex-between .flexbasis56 {
  flex-basis: 56%;
  max-width: 56%
}

* .flexbasis57, .flex-between .flexbasis57 {
  flex-basis: 57%;
  max-width: 57%
}

* .flexbasis58, .flex-between .flexbasis58 {
  flex-basis: 58%;
  max-width: 58%
}

* .flexbasis59, .flex-between .flexbasis59 {
  flex-basis: 59%;
  max-width: 59%
}

* .flexbasis60, .flex-between .flexbasis60 {
  flex-basis: 60%;
  max-width: 60%
}

* .flexbasis61, .flex-between .flexbasis61 {
  flex-basis: 61%;
  max-width: 61%
}

* .flexbasis62, .flex-between .flexbasis62 {
  flex-basis: 62%;
  max-width: 62%
}

* .flexbasis63, .flex-between .flexbasis63 {
  flex-basis: 63%;
  max-width: 63%
}

* .flexbasis64, .flex-between .flexbasis64 {
  flex-basis: 64%;
  max-width: 64%
}

* .flexbasis65, .flex-between .flexbasis65 {
  flex-basis: 65%;
  max-width: 65%
}

* .flexbasis66, .flex-between .flexbasis66 {
  flex-basis: 66%;
  max-width: 66%
}

* .flexbasis67, .flex-between .flexbasis67 {
  flex-basis: 67%;
  max-width: 67%
}

* .flexbasis68, .flex-between .flexbasis68 {
  flex-basis: 68%;
  max-width: 68%
}

* .flexbasis69, .flex-between .flexbasis69 {
  flex-basis: 69%;
  max-width: 69%
}

* .flexbasis70, .flex-between .flexbasis70 {
  flex-basis: 70%;
  max-width: 70%
}

* .flexbasis71, .flex-between .flexbasis71 {
  flex-basis: 71%;
  max-width: 71%
}

* .flexbasis72, .flex-between .flexbasis72 {
  flex-basis: 72%;
  max-width: 72%
}

* .flexbasis73, .flex-between .flexbasis73 {
  flex-basis: 73%;
  max-width: 73%
}

* .flexbasis74, .flex-between .flexbasis74 {
  flex-basis: 74%;
  max-width: 74%
}

* .flexbasis75, .flex-between .flexbasis75 {
  flex-basis: 75%;
  max-width: 75%
}

* .flexbasis76, .flex-between .flexbasis76 {
  flex-basis: 76%;
  max-width: 76%
}

* .flexbasis77, .flex-between .flexbasis77 {
  flex-basis: 77%;
  max-width: 77%
}

* .flexbasis78, .flex-between .flexbasis78 {
  flex-basis: 78%;
  max-width: 78%
}

* .flexbasis79, .flex-between .flexbasis79 {
  flex-basis: 79%;
  max-width: 79%
}

* .flexbasis80, .flex-between .flexbasis80 {
  flex-basis: 80%;
  max-width: 80%
}

* .flexbasis81, .flex-between .flexbasis81 {
  flex-basis: 81%;
  max-width: 81%
}

* .flexbasis82, .flex-between .flexbasis82 {
  flex-basis: 82%;
  max-width: 82%
}

* .flexbasis83, .flex-between .flexbasis83 {
  flex-basis: 83%;
  max-width: 83%
}

* .flexbasis84, .flex-between .flexbasis84 {
  flex-basis: 84%;
  max-width: 84%
}

* .flexbasis85, .flex-between .flexbasis85 {
  flex-basis: 85%;
  max-width: 85%
}

* .flexbasis86, .flex-between .flexbasis86 {
  flex-basis: 86%;
  max-width: 86%
}

* .flexbasis87, .flex-between .flexbasis87 {
  flex-basis: 87%;
  max-width: 87%
}

* .flexbasis88, .flex-between .flexbasis88 {
  flex-basis: 88%;
  max-width: 88%
}

* .flexbasis89, .flex-between .flexbasis89 {
  flex-basis: 89%;
  max-width: 89%
}

* .flexbasis90, .flex-between .flexbasis90 {
  flex-basis: 90%;
  max-width: 90%
}

* .flexbasis91, .flex-between .flexbasis91 {
  flex-basis: 91%;
  max-width: 91%
}

* .flexbasis92, .flex-between .flexbasis92 {
  flex-basis: 92%;
  max-width: 92%
}

* .flexbasis93, .flex-between .flexbasis93 {
  flex-basis: 93%;
  max-width: 93%
}

* .flexbasis94, .flex-between .flexbasis94 {
  flex-basis: 94%;
  max-width: 94%
}

* .flexbasis95, .flex-between .flexbasis95 {
  flex-basis: 95%;
  max-width: 95%
}

* .flexbasis96, .flex-between .flexbasis96 {
  flex-basis: 96%;
  max-width: 96%
}

* .flexbasis97, .flex-between .flexbasis97 {
  flex-basis: 97%;
  max-width: 97%
}

* .flexbasis98, .flex-between .flexbasis98 {
  flex-basis: 98%;
  max-width: 98%
}

* .flexbasis99, .flex-between .flexbasis99 {
  flex-basis: 99%;
  max-width: 99%
}

* .flexbasis100, .flex-between .flexbasis100 {
  flex-basis: 100%;
  max-width: 100%
}

@media screen and (min-width:851px) and (max-width:1024px) {
  * .tbflexbasis01, .flex-between .tbflexbasis01 {
    flex-basis: 1%;
    max-width: 1%
  }
  * .tbflexbasis02, .flex-between .tbflexbasis02 {
    flex-basis: 2%;
    max-width: 2%
  }
  * .tbflexbasis03, .flex-between .tbflexbasis03 {
    flex-basis: 3%;
    max-width: 3%
  }
  * .tbflexbasis04, .flex-between .tbflexbasis04 {
    flex-basis: 4%;
    max-width: 4%
  }
  * .tbflexbasis05, .flex-between .tbflexbasis05 {
    flex-basis: 5%;
    max-width: 5%
  }
  * .tbflexbasis06, .flex-between .tbflexbasis06 {
    flex-basis: 6%;
    max-width: 6%
  }
  * .tbflexbasis07, .flex-between .tbflexbasis07 {
    flex-basis: 7%;
    max-width: 7%
  }
  * .tbflexbasis08, .flex-between .tbflexbasis08 {
    flex-basis: 8%;
    max-width: 8%
  }
  * .tbflexbasis09, .flex-between .tbflexbasis09 {
    flex-basis: 9%;
    max-width: 9%
  }
  * .tbflexbasis10, .flex-between .tbflexbasis10 {
    flex-basis: 10%;
    max-width: 10%
  }
  * .tbflexbasis11, .flex-between .tbflexbasis11 {
    flex-basis: 11%;
    max-width: 11%
  }
  * .tbflexbasis12, .flex-between .tbflexbasis12 {
    flex-basis: 12%;
    max-width: 12%
  }
  * .tbflexbasis13, .flex-between .tbflexbasis13 {
    flex-basis: 13%;
    max-width: 13%
  }
  * .tbflexbasis14, .flex-between .tbflexbasis14 {
    flex-basis: 14%;
    max-width: 14%
  }
  * .tbflexbasis15, .flex-between .tbflexbasis15 {
    flex-basis: 15%;
    max-width: 15%
  }
  * .tbflexbasis16, .flex-between .tbflexbasis16 {
    flex-basis: 16%;
    max-width: 16%
  }
  * .tbflexbasis17, .flex-between .tbflexbasis17 {
    flex-basis: 17%;
    max-width: 17%
  }
  * .tbflexbasis18, .flex-between .tbflexbasis18 {
    flex-basis: 18%;
    max-width: 18%
  }
  * .tbflexbasis19, .flex-between .tbflexbasis19 {
    flex-basis: 19%;
    max-width: 19%
  }
  * .tbflexbasis20, .flex-between .tbflexbasis20 {
    flex-basis: 20%;
    max-width: 20%
  }
  * .tbflexbasis21, .flex-between .tbflexbasis21 {
    flex-basis: 21%;
    max-width: 21%
  }
  * .tbflexbasis22, .flex-between .tbflexbasis22 {
    flex-basis: 22%;
    max-width: 22%
  }
  * .tbflexbasis23, .flex-between .tbflexbasis23 {
    flex-basis: 23%;
    max-width: 23%
  }
  * .tbflexbasis24, .flex-between .tbflexbasis24 {
    flex-basis: 24%;
    max-width: 24%
  }
  * .tbflexbasis25, .flex-between .tbflexbasis25 {
    flex-basis: 25%;
    max-width: 25%
  }
  * .tbflexbasis26, .flex-between .tbflexbasis26 {
    flex-basis: 26%;
    max-width: 26%
  }
  * .tbflexbasis27, .flex-between .tbflexbasis27 {
    flex-basis: 27%;
    max-width: 27%
  }
  * .tbflexbasis28, .flex-between .tbflexbasis28 {
    flex-basis: 28%;
    max-width: 28%
  }
  * .tbflexbasis29, .flex-between .tbflexbasis29 {
    flex-basis: 29%;
    max-width: 29%
  }
  * .tbflexbasis30, .flex-between .tbflexbasis30 {
    flex-basis: 30%;
    max-width: 30%
  }
  * .tbflexbasis31, .flex-between .tbflexbasis31 {
    flex-basis: 31%;
    max-width: 31%
  }
  * .tbflexbasis32, .flex-between .tbflexbasis32 {
    flex-basis: 32%;
    max-width: 32%
  }
  * .tbflexbasis33, .flex-between .tbflexbasis33 {
    flex-basis: 33%;
    max-width: 33%
  }
  * .tbflexbasis34, .flex-between .tbflexbasis34 {
    flex-basis: 34%;
    max-width: 34%
  }
  * .tbflexbasis35, .flex-between .tbflexbasis35 {
    flex-basis: 35%;
    max-width: 35%
  }
  * .tbflexbasis36, .flex-between .tbflexbasis36 {
    flex-basis: 36%;
    max-width: 36%
  }
  * .tbflexbasis37, .flex-between .tbflexbasis37 {
    flex-basis: 37%;
    max-width: 37%
  }
  * .tbflexbasis38, .flex-between .tbflexbasis38 {
    flex-basis: 38%;
    max-width: 38%
  }
  * .tbflexbasis39, .flex-between .tbflexbasis39 {
    flex-basis: 39%;
    max-width: 39%
  }
  * .tbflexbasis40, .flex-between .tbflexbasis40 {
    flex-basis: 40%;
    max-width: 40%
  }
  * .tbflexbasis41, .flex-between .tbflexbasis41 {
    flex-basis: 41%;
    max-width: 41%
  }
  * .tbflexbasis42, .flex-between .tbflexbasis42 {
    flex-basis: 42%;
    max-width: 42%
  }
  * .tbflexbasis43, .flex-between .tbflexbasis43 {
    flex-basis: 43%;
    max-width: 43%
  }
  * .tbflexbasis44, .flex-between .tbflexbasis44 {
    flex-basis: 44%;
    max-width: 44%
  }
  * .tbflexbasis45, .flex-between .tbflexbasis45 {
    flex-basis: 45%;
    max-width: 45%
  }
  * .tbflexbasis46, .flex-between .tbflexbasis46 {
    flex-basis: 46%;
    max-width: 46%
  }
  * .tbflexbasis47, .flex-between .tbflexbasis47 {
    flex-basis: 47%;
    max-width: 47%
  }
  * .tbflexbasis48, .flex-between .tbflexbasis48 {
    flex-basis: 48%;
    max-width: 48%
  }
  * .tbflexbasis49, .flex-between .tbflexbasis49 {
    flex-basis: 49%;
    max-width: 49%
  }
  * .tbflexbasis50, .flex-between .tbflexbasis50 {
    flex-basis: 50%;
    max-width: 50%
  }
  * .tbflexbasis51, .flex-between .tbflexbasis51 {
    flex-basis: 51%;
    max-width: 51%
  }
  * .tbflexbasis52, .flex-between .tbflexbasis52 {
    flex-basis: 52%;
    max-width: 52%
  }
  * .tbflexbasis53, .flex-between .tbflexbasis53 {
    flex-basis: 53%;
    max-width: 53%
  }
  * .tbflexbasis54, .flex-between .tbflexbasis54 {
    flex-basis: 54%;
    max-width: 54%
  }
  * .tbflexbasis55, .flex-between .tbflexbasis55 {
    flex-basis: 55%;
    max-width: 55%
  }
  * .tbflexbasis56, .flex-between .tbflexbasis56 {
    flex-basis: 56%;
    max-width: 56%
  }
  * .tbflexbasis57, .flex-between .tbflexbasis57 {
    flex-basis: 57%;
    max-width: 57%
  }
  * .tbflexbasis58, .flex-between .tbflexbasis58 {
    flex-basis: 58%;
    max-width: 58%
  }
  * .tbflexbasis59, .flex-between .tbflexbasis59 {
    flex-basis: 59%;
    max-width: 59%
  }
  * .tbflexbasis60, .flex-between .tbflexbasis60 {
    flex-basis: 60%;
    max-width: 60%
  }
  * .tbflexbasis61, .flex-between .tbflexbasis61 {
    flex-basis: 61%;
    max-width: 61%
  }
  * .tbflexbasis62, .flex-between .tbflexbasis62 {
    flex-basis: 62%;
    max-width: 62%
  }
  * .tbflexbasis63, .flex-between .tbflexbasis63 {
    flex-basis: 63%;
    max-width: 63%
  }
  * .tbflexbasis64, .flex-between .tbflexbasis64 {
    flex-basis: 64%;
    max-width: 64%
  }
  * .tbflexbasis65, .flex-between .tbflexbasis65 {
    flex-basis: 65%;
    max-width: 65%
  }
  * .tbflexbasis66, .flex-between .tbflexbasis66 {
    flex-basis: 66%;
    max-width: 66%
  }
  * .tbflexbasis67, .flex-between .tbflexbasis67 {
    flex-basis: 67%;
    max-width: 67%
  }
  * .tbflexbasis68, .flex-between .tbflexbasis68 {
    flex-basis: 68%;
    max-width: 68%
  }
  * .tbflexbasis69, .flex-between .tbflexbasis69 {
    flex-basis: 69%;
    max-width: 69%
  }
  * .tbflexbasis70, .flex-between .tbflexbasis70 {
    flex-basis: 70%;
    max-width: 70%
  }
  * .tbflexbasis71, .flex-between .tbflexbasis71 {
    flex-basis: 71%;
    max-width: 71%
  }
  * .tbflexbasis72, .flex-between .tbflexbasis72 {
    flex-basis: 72%;
    max-width: 72%
  }
  * .tbflexbasis73, .flex-between .tbflexbasis73 {
    flex-basis: 73%;
    max-width: 73%
  }
  * .tbflexbasis74, .flex-between .tbflexbasis74 {
    flex-basis: 74%;
    max-width: 74%
  }
  * .tbflexbasis75, .flex-between .tbflexbasis75 {
    flex-basis: 75%;
    max-width: 75%
  }
  * .tbflexbasis76, .flex-between .tbflexbasis76 {
    flex-basis: 76%;
    max-width: 76%
  }
  * .tbflexbasis77, .flex-between .tbflexbasis77 {
    flex-basis: 77%;
    max-width: 77%
  }
  * .tbflexbasis78, .flex-between .tbflexbasis78 {
    flex-basis: 78%;
    max-width: 78%
  }
  * .tbflexbasis79, .flex-between .tbflexbasis79 {
    flex-basis: 79%;
    max-width: 79%
  }
  * .tbflexbasis80, .flex-between .tbflexbasis80 {
    flex-basis: 80%;
    max-width: 80%
  }
  * .tbflexbasis81, .flex-between .tbflexbasis81 {
    flex-basis: 81%;
    max-width: 81%
  }
  * .tbflexbasis82, .flex-between .tbflexbasis82 {
    flex-basis: 82%;
    max-width: 82%
  }
  * .tbflexbasis83, .flex-between .tbflexbasis83 {
    flex-basis: 83%;
    max-width: 83%
  }
  * .tbflexbasis84, .flex-between .tbflexbasis84 {
    flex-basis: 84%;
    max-width: 84%
  }
  * .tbflexbasis85, .flex-between .tbflexbasis85 {
    flex-basis: 85%;
    max-width: 85%
  }
  * .tbflexbasis86, .flex-between .tbflexbasis86 {
    flex-basis: 86%;
    max-width: 86%
  }
  * .tbflexbasis87, .flex-between .tbflexbasis87 {
    flex-basis: 87%;
    max-width: 87%
  }
  * .tbflexbasis88, .flex-between .tbflexbasis88 {
    flex-basis: 88%;
    max-width: 88%
  }
  * .tbflexbasis89, .flex-between .tbflexbasis89 {
    flex-basis: 89%;
    max-width: 89%
  }
  * .tbflexbasis90, .flex-between .tbflexbasis90 {
    flex-basis: 90%;
    max-width: 90%
  }
  * .tbflexbasis91, .flex-between .tbflexbasis91 {
    flex-basis: 91%;
    max-width: 91%
  }
  * .tbflexbasis92, .flex-between .tbflexbasis92 {
    flex-basis: 92%;
    max-width: 92%
  }
  * .tbflexbasis93, .flex-between .tbflexbasis93 {
    flex-basis: 93%;
    max-width: 93%
  }
  * .tbflexbasis94, .flex-between .tbflexbasis94 {
    flex-basis: 94%;
    max-width: 94%
  }
  * .tbflexbasis95, .flex-between .tbflexbasis95 {
    flex-basis: 95%;
    max-width: 95%
  }
  * .tbflexbasis96, .flex-between .tbflexbasis96 {
    flex-basis: 96%;
    max-width: 96%
  }
  * .tbflexbasis97, .flex-between .tbflexbasis97 {
    flex-basis: 97%;
    max-width: 97%
  }
  * .tbflexbasis98, .flex-between .tbflexbasis98 {
    flex-basis: 98%;
    max-width: 98%
  }
  * .tbflexbasis99, .flex-between .tbflexbasis99 {
    flex-basis: 99%;
    max-width: 99%
  }
  * .tbflexbasis100, .flex-between .tbflexbasis100 {
    flex-basis: 100%;
    max-width: 100%
  }
}

@media screen and (max-width:850px) {
  * .spflexbasis01, .flex-between .spflexbasis01 {
    flex-basis: 1%;
    max-width: 1%
  }
  * .spflexbasis02, .flex-between .spflexbasis02 {
    flex-basis: 2%;
    max-width: 2%
  }
  * .spflexbasis03, .flex-between .spflexbasis03 {
    flex-basis: 3%;
    max-width: 3%
  }
  * .spflexbasis04, .flex-between .spflexbasis04 {
    flex-basis: 4%;
    max-width: 4%
  }
  * .spflexbasis05, .flex-between .spflexbasis05 {
    flex-basis: 5%;
    max-width: 5%
  }
  * .spflexbasis06, .flex-between .spflexbasis06 {
    flex-basis: 6%;
    max-width: 6%
  }
  * .spflexbasis07, .flex-between .spflexbasis07 {
    flex-basis: 7%;
    max-width: 7%
  }
  * .spflexbasis08, .flex-between .spflexbasis08 {
    flex-basis: 8%;
    max-width: 8%
  }
  * .spflexbasis09, .flex-between .spflexbasis09 {
    flex-basis: 9%;
    max-width: 9%
  }
  * .spflexbasis10, .flex-between .spflexbasis10 {
    flex-basis: 10%;
    max-width: 10%
  }
  * .spflexbasis11, .flex-between .spflexbasis11 {
    flex-basis: 11%;
    max-width: 11%
  }
  * .spflexbasis12, .flex-between .spflexbasis12 {
    flex-basis: 12%;
    max-width: 12%
  }
  * .spflexbasis13, .flex-between .spflexbasis13 {
    flex-basis: 13%;
    max-width: 13%
  }
  * .spflexbasis14, .flex-between .spflexbasis14 {
    flex-basis: 14%;
    max-width: 14%
  }
  * .spflexbasis15, .flex-between .spflexbasis15 {
    flex-basis: 15%;
    max-width: 15%
  }
  * .spflexbasis16, .flex-between .spflexbasis16 {
    flex-basis: 16%;
    max-width: 16%
  }
  * .spflexbasis17, .flex-between .spflexbasis17 {
    flex-basis: 17%;
    max-width: 17%
  }
  * .spflexbasis18, .flex-between .spflexbasis18 {
    flex-basis: 18%;
    max-width: 18%
  }
  * .spflexbasis19, .flex-between .spflexbasis19 {
    flex-basis: 19%;
    max-width: 19%
  }
  * .spflexbasis20, .flex-between .spflexbasis20 {
    flex-basis: 20%;
    max-width: 20%
  }
  * .spflexbasis21, .flex-between .spflexbasis21 {
    flex-basis: 21%;
    max-width: 21%
  }
  * .spflexbasis22, .flex-between .spflexbasis22 {
    flex-basis: 22%;
    max-width: 22%
  }
  * .spflexbasis23, .flex-between .spflexbasis23 {
    flex-basis: 23%;
    max-width: 23%
  }
  * .spflexbasis24, .flex-between .spflexbasis24 {
    flex-basis: 24%;
    max-width: 24%
  }
  * .spflexbasis25, .flex-between .spflexbasis25 {
    flex-basis: 25%;
    max-width: 25%
  }
  * .spflexbasis26, .flex-between .spflexbasis26 {
    flex-basis: 26%;
    max-width: 26%
  }
  * .spflexbasis27, .flex-between .spflexbasis27 {
    flex-basis: 27%;
    max-width: 27%
  }
  * .spflexbasis28, .flex-between .spflexbasis28 {
    flex-basis: 28%;
    max-width: 28%
  }
  * .spflexbasis29, .flex-between .spflexbasis29 {
    flex-basis: 29%;
    max-width: 29%
  }
  * .spflexbasis30, .flex-between .spflexbasis30 {
    flex-basis: 30%;
    max-width: 30%
  }
  * .spflexbasis31, .flex-between .spflexbasis31 {
    flex-basis: 31%;
    max-width: 31%
  }
  * .spflexbasis32, .flex-between .spflexbasis32 {
    flex-basis: 32%;
    max-width: 32%
  }
  * .spflexbasis33, .flex-between .spflexbasis33 {
    flex-basis: 33%;
    max-width: 33%
  }
  * .spflexbasis34, .flex-between .spflexbasis34 {
    flex-basis: 34%;
    max-width: 34%
  }
  * .spflexbasis35, .flex-between .spflexbasis35 {
    flex-basis: 35%;
    max-width: 35%
  }
  * .spflexbasis36, .flex-between .spflexbasis36 {
    flex-basis: 36%;
    max-width: 36%
  }
  * .spflexbasis37, .flex-between .spflexbasis37 {
    flex-basis: 37%;
    max-width: 37%
  }
  * .spflexbasis38, .flex-between .spflexbasis38 {
    flex-basis: 38%;
    max-width: 38%
  }
  * .spflexbasis39, .flex-between .spflexbasis39 {
    flex-basis: 39%;
    max-width: 39%
  }
  * .spflexbasis40, .flex-between .spflexbasis40 {
    flex-basis: 40%;
    max-width: 40%
  }
  * .spflexbasis41, .flex-between .spflexbasis41 {
    flex-basis: 41%;
    max-width: 41%
  }
  * .spflexbasis42, .flex-between .spflexbasis42 {
    flex-basis: 42%;
    max-width: 42%
  }
  * .spflexbasis43, .flex-between .spflexbasis43 {
    flex-basis: 43%;
    max-width: 43%
  }
  * .spflexbasis44, .flex-between .spflexbasis44 {
    flex-basis: 44%;
    max-width: 44%
  }
  * .spflexbasis45, .flex-between .spflexbasis45 {
    flex-basis: 45%;
    max-width: 45%
  }
  * .spflexbasis46, .flex-between .spflexbasis46 {
    flex-basis: 46%;
    max-width: 46%
  }
  * .spflexbasis47, .flex-between .spflexbasis47 {
    flex-basis: 47%;
    max-width: 47%
  }
  * .spflexbasis48, .flex-between .spflexbasis48 {
    flex-basis: 48%;
    max-width: 48%
  }
  * .spflexbasis49, .flex-between .spflexbasis49 {
    flex-basis: 49%;
    max-width: 49%
  }
  * .spflexbasis50, .flex-between .spflexbasis50 {
    flex-basis: 50%;
    max-width: 50%
  }
  * .spflexbasis51, .flex-between .spflexbasis51 {
    flex-basis: 51%;
    max-width: 51%
  }
  * .spflexbasis52, .flex-between .spflexbasis52 {
    flex-basis: 52%;
    max-width: 52%
  }
  * .spflexbasis53, .flex-between .spflexbasis53 {
    flex-basis: 53%;
    max-width: 53%
  }
  * .spflexbasis54, .flex-between .spflexbasis54 {
    flex-basis: 54%;
    max-width: 54%
  }
  * .spflexbasis55, .flex-between .spflexbasis55 {
    flex-basis: 55%;
    max-width: 55%
  }
  * .spflexbasis56, .flex-between .spflexbasis56 {
    flex-basis: 56%;
    max-width: 56%
  }
  * .spflexbasis57, .flex-between .spflexbasis57 {
    flex-basis: 57%;
    max-width: 57%
  }
  * .spflexbasis58, .flex-between .spflexbasis58 {
    flex-basis: 58%;
    max-width: 58%
  }
  * .spflexbasis59, .flex-between .spflexbasis59 {
    flex-basis: 59%;
    max-width: 59%
  }
  * .spflexbasis60, .flex-between .spflexbasis60 {
    flex-basis: 60%;
    max-width: 60%
  }
  * .spflexbasis61, .flex-between .spflexbasis61 {
    flex-basis: 61%;
    max-width: 61%
  }
  * .spflexbasis62, .flex-between .spflexbasis62 {
    flex-basis: 62%;
    max-width: 62%
  }
  * .spflexbasis63, .flex-between .spflexbasis63 {
    flex-basis: 63%;
    max-width: 63%
  }
  * .spflexbasis64, .flex-between .spflexbasis64 {
    flex-basis: 64%;
    max-width: 64%
  }
  * .spflexbasis65, .flex-between .spflexbasis65 {
    flex-basis: 65%;
    max-width: 65%
  }
  * .spflexbasis66, .flex-between .spflexbasis66 {
    flex-basis: 66%;
    max-width: 66%
  }
  * .spflexbasis67, .flex-between .spflexbasis67 {
    flex-basis: 67%;
    max-width: 67%
  }
  * .spflexbasis68, .flex-between .spflexbasis68 {
    flex-basis: 68%;
    max-width: 68%
  }
  * .spflexbasis69, .flex-between .spflexbasis69 {
    flex-basis: 69%;
    max-width: 69%
  }
  * .spflexbasis70, .flex-between .spflexbasis70 {
    flex-basis: 70%;
    max-width: 70%
  }
  * .spflexbasis71, .flex-between .spflexbasis71 {
    flex-basis: 71%;
    max-width: 71%
  }
  * .spflexbasis72, .flex-between .spflexbasis72 {
    flex-basis: 72%;
    max-width: 72%
  }
  * .spflexbasis73, .flex-between .spflexbasis73 {
    flex-basis: 73%;
    max-width: 73%
  }
  * .spflexbasis74, .flex-between .spflexbasis74 {
    flex-basis: 74%;
    max-width: 74%
  }
  * .spflexbasis75, .flex-between .spflexbasis75 {
    flex-basis: 75%;
    max-width: 75%
  }
  * .spflexbasis76, .flex-between .spflexbasis76 {
    flex-basis: 76%;
    max-width: 76%
  }
  * .spflexbasis77, .flex-between .spflexbasis77 {
    flex-basis: 77%;
    max-width: 77%
  }
  * .spflexbasis78, .flex-between .spflexbasis78 {
    flex-basis: 78%;
    max-width: 78%
  }
  * .spflexbasis79, .flex-between .spflexbasis79 {
    flex-basis: 79%;
    max-width: 79%
  }
  * .spflexbasis80, .flex-between .spflexbasis80 {
    flex-basis: 80%;
    max-width: 80%
  }
  * .spflexbasis81, .flex-between .spflexbasis81 {
    flex-basis: 81%;
    max-width: 81%
  }
  * .spflexbasis82, .flex-between .spflexbasis82 {
    flex-basis: 82%;
    max-width: 82%
  }
  * .spflexbasis83, .flex-between .spflexbasis83 {
    flex-basis: 83%;
    max-width: 83%
  }
  * .spflexbasis84, .flex-between .spflexbasis84 {
    flex-basis: 84%;
    max-width: 84%
  }
  * .spflexbasis85, .flex-between .spflexbasis85 {
    flex-basis: 85%;
    max-width: 85%
  }
  * .spflexbasis86, .flex-between .spflexbasis86 {
    flex-basis: 86%;
    max-width: 86%
  }
  * .spflexbasis87, .flex-between .spflexbasis87 {
    flex-basis: 87%;
    max-width: 87%
  }
  * .spflexbasis88, .flex-between .spflexbasis88 {
    flex-basis: 88%;
    max-width: 88%
  }
  * .spflexbasis89, .flex-between .spflexbasis89 {
    flex-basis: 89%;
    max-width: 89%
  }
  * .spflexbasis90, .flex-between .spflexbasis90 {
    flex-basis: 90%;
    max-width: 90%
  }
  * .spflexbasis91, .flex-between .spflexbasis91 {
    flex-basis: 91%;
    max-width: 91%
  }
  * .spflexbasis92, .flex-between .spflexbasis92 {
    flex-basis: 92%;
    max-width: 92%
  }
  * .spflexbasis93, .flex-between .spflexbasis93 {
    flex-basis: 93%;
    max-width: 93%
  }
  * .spflexbasis94, .flex-between .spflexbasis94 {
    flex-basis: 94%;
    max-width: 94%
  }
  * .spflexbasis95, .flex-between .spflexbasis95 {
    flex-basis: 95%;
    max-width: 95%
  }
  * .spflexbasis96, .flex-between .spflexbasis96 {
    flex-basis: 96%;
    max-width: 96%
  }
  * .spflexbasis97, .flex-between .spflexbasis97 {
    flex-basis: 97%;
    max-width: 97%
  }
  * .spflexbasis98, .flex-between .spflexbasis98 {
    flex-basis: 98%;
    max-width: 98%
  }
  * .spflexbasis99, .flex-between .spflexbasis99 {
    flex-basis: 99%;
    max-width: 99%
  }
  * .spflexbasis100, .flex-between .spflexbasis100 {
    flex-basis: 100%;
    max-width: 100%
  }
}

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

.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: 0!important;
  margin-bottom: 0!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: 0!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: 0!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: 0!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: 0!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: 0!important;
  margin-left: 0!important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* .w10p {
  width: 10%!important
}

* .w20p {
  width: 20%!important
}

* .w30p {
  width: 30%!important
}

* .w40p {
  width: 40%!important
}

* .w50p {
  width: 50%!important
}

* .w60p {
  width: 60%!important
}

* .w70p {
  width: 70%!important
}

* .w80p {
  width: 80%!important
}

* .w90p {
  width: 90%!important
}

* .w100p {
  width: 100%!important
}

.pd5 {
  padding: 5px
}

.pd10 {
  padding: 10px
}

.pd15 {
  padding: 15px
}

.pd20 {
  padding: 20px
}

.pd25 {
  padding: 25px
}

.pd30 {
  padding: 30px
}

.pd40 {
  padding: 40px
}

.pd50 {
  padding: 50px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pd-t0 {
  padding-top: 0!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: 0!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: 0!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: 0!important
}

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

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

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

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

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

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

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

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

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

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

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

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

.radius3 {
  border-radius: 3px
}

.radius5 {
  border-radius: 5px
}

.radius10 {
  border-radius: 10px
}

.radius15 {
  border-radius: 15px
}

.radius20 {
  border-radius: 20px
}

.radius30 {
  border-radius: 30px
}

.radius40 {
  border-radius: 40px
}

.radius50 {
  border-radius: 50px
}

.o-hidden {
  overflow: hidden
}

.indent {
  margin-left: 1em
}

.nominW {
  min-width: auto!important
}

.nominH {
  min-height: auto!important
}

.nomaxW {
  max-width: auto!important
}

.nomaxH {
  max-height: auto!important
}

@media screen and (min-width:851px) and (max-width:1024px) {
  .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: 0!important;
    margin-bottom: 0!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: 0!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: 0!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: 0!important;
    margin-left: 0!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: 0!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: 0!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: 0!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: 0!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
  }
}

@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: 0!important;
    margin-bottom: 0!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: 0!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: 0!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: 0!important;
    margin-left: 0!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: 0!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: 0!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: 0!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: 0!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
  }
}

hr {
  height: 0;
  border-radius: 2px;
  border: 2px solid #b3b3b3;
  margin: 25px auto;
  width: 94%
}

.mk-mp3:before {
  font-family: basicicon;
  content: "\6d";
  font-size: 26px;
  color: #2c8eb2;
  margin-right: .2em;
  position: relative;
  top: .2em
}

.mk-doc:before {
  font-family: basicicon;
  content: "\64";
  font-size: 26px;
  color: #1f3c7c;
  margin-right: .2em;
  position: relative;
  top: .2em
}

.mk-xls:before {
  font-family: basicicon;
  content: "\78";
  font-size: 26px;
  color: #1f7c3f;
  margin-right: .2em;
  position: relative;
  top: .2em
}

.mk-pdf:before {
  font-family: basicicon;
  content: "\70";
  font-size: 26px;
  color: #a32731;
  margin-right: .2em;
  position: relative;
  top: .2em
}

.mk-ppt:before {
  font-family: basicicon;
  content: "\74";
  font-size: 26px;
  color: #e2671b;
  margin-right: .2em;
  position: relative;
  top: .2em
}

.mk-img:before {
  font-family: basicicon;
  content: "\6a";
  font-size: 26px;
  color: #7d59a0;
  margin-right: .2em;
  position: relative;
  top: .2em
}

.mk-etc:before {
  font-family: basicicon;
  content: "\65";
  font-size: 26px;
  color: #7a7a7a;
  margin-right: .2em;
  position: relative;
  top: .2em
}

.mk-popup:before {
  font-family: basicicon;
  content: "\24";
  margin-right: .2em;
  position: relative;
  top: .1em
}

.mk-up:before {
  font-family: basicicon;
  content: "\e94f";
  margin-right: .2em;
  position: relative;
  top: .1em
}

.mk-down:before {
  font-family: basicicon;
  content: "\e94c";
  margin-right: .2em;
  position: relative;
  top: .1em
}

.mk-next:before {
  font-family: basicicon;
  content: "\e94e";
  margin-right: .2em;
  position: relative;
  top: .1em
}

.mk-prev:before {
  font-family: basicicon;
  content: "\e94d";
  margin-right: .2em;
  position: relative;
  top: .1em
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: 700
}

[class*=" icon-"]:after, [class*=" icon-"]:before, [class^=icon-]:after, [class^=icon-]:before {
  font-family: basicicon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1.3;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

[class*=" icon-"]:before, [class^=icon-]:before {
  margin-right: 3px;
  font-size: 120%
}

[class*=" icon-"]:after, [class^=icon-]:after {
  margin-left: 3px;
  font-size: 120%
}

[class*=" icon-fl_"]:after, [class*=" icon-fl_"]:before, [class^=icon-fl_]:after, [class^=icon-fl_]:before {
  font-size: 160%;
  vertical-align: middle
}

body#admin {
  background: #eee
}

body#admin header {
  color: #fff;
  background: #636363;
  border-top: 6px solid #ccc
}

body#admin header:before {
  border-top: 2px dashed #fff
}

body#admin header h1 {
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serifsans-serif;
  font-weight: 600;
  font-size: 1.8rem
}

body#admin header h1 .title span {
  background: #fff;
  color: #636363;
  border-bottom: 0;
  font-size: 1.2rem
}

body#admin header svg {
  fill: #000
}

body#admin footer {
  background: #636363
}

body#admin main {
  background: #fff
}

body#admin main .sitewidth {
  max-width: 960px;
  margin: auto;
  padding-bottom: 40px
}

body#admin main .search_area {
  padding: 10px 0;
  border-bottom: 4px solid #eee;
  margin-bottom: 15px
}

body#admin main .search_area .head {
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serifsans-serif;
  font-size: 1.3rem;
  color: #846a51
}

 body#admin.sym main .search_area .head {
  color: #0068b7
}


body#admin main .search_area .head:before {
  font-family: basicicon;
  content: "\e9df"
}

body#admin main .search_area .inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0 0
}

body#admin main .search_area .inner dl {
  width: 33%;
  padding: 0 1%;
  font-size: .8rem
}

body#admin main .search_area .inner dl dt {
  font-size: .8rem
}

body#admin main .search_area .inner dl dt:before {
  font-family: basicicon;
  content: "\e622";
  color: #846a51
}

body#admin.sym main .search_area .inner dl dt:before {
  color: #0068b7
}

body#admin main .search_area .inner input[type=email], body#admin main .search_area .inner input[type=password], body#admin main .search_area .inner input[type=tel], body#admin main .search_area .inner input[type=text], body#admin main .search_area .inner select, body#admin main .search_area .inner textarea {
  font-size: 13px
}

body#admin main .search_area .btnArea {
  margin: 0
}

body#admin main .search_area .btnArea button {
  padding: .8em 3em
}

body#admin main .listupper {
  align-items: flex-end
}

body#admin main .listupper .btnArea.dl {
  margin: 0 auto
}

body#admin main .listupper .btnArea.dl ul {
  justify-content: flex-end
}

body#admin main .listupper .btnArea.dl ul li button {
  background: grey;
  font-size: .8rem;
  border-radius: 3px;
  padding: .7em 1em;
  margin: 0
}

body#admin main .listupper .btnArea.dl ul li button:after {
  content: none
}

body#admin main .entry_list table.data button {
  font-size: .8rem;
  padding: .5em .5em .7em;
  width: 100%;
  margin: 5px 0;
  border-radius: 5px
}

body#admin main .entry_list table.data button:after {
  content: none
}

body#admin main .entry_list table.data td {
  padding: 0 8px;
  font-size: .9rem
}

body#admin main .entry_list table.data tr:nth-child(odd) {
  background: #eee
}

body#admin main .entry_list ul.pagination {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center
}

body#admin main .entry_list ul.pagination li {
  margin: 8px 4px
}

body#admin main .entry_list ul.pagination li a {
  display: block;
  padding: 8px 12px 10px;
  border: 1px solid #846a51;
  line-height: 1;
  text-decoration: none;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serifsans-serif
}

body#admin.sym main .entry_list ul.pagination li a {
  border: 1px solid #0068b7;
}


body#admin main .entry_list ul.pagination li a:hover {
  background: #e8f1ff
}

body#admin main .entry_list ul.pagination li.active a {
  background: #846a51;
  color: #fff
}

body#admin.sym main .entry_list ul.pagination li.active a {
  background: #0068b7;
}

body#admin>.entry_detail main .sitewidth .clm-2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap
}

body#admin>.entry_detail main .sitewidth .clm-2 dl {
  width: 50%
}

body#admin>.entry_detail main .sitewidth .clm-2 dl:nth-child(odd) {
  padding-right: 1%
}

body#admin>.entry_detail main .sitewidth .clm-2 dl:nth-child(even) {
  padding-left: 1%
}

body#admin>.entry_detail main .sitewidth .clm-2 dl:nth-child(2) {
  border-top: 0
}

.contactBox {
  padding: 0 0 6rem;
}

@media screen and (max-width:850px) {
  .contactBox {
    width: 90%;
    margin: 0 auto;
  }
}

.contactTable {
  width: 70%;
  margin: 3rem auto;
}

@media screen and (max-width:850px) {
  .contactTable {
    width: 100%;
  }
}


.contactTable th {
  width: 40%;
  padding: 1rem 0;
}

@media screen and (max-width:850px) {
  .contactTable th {
    width: 100%;
    display: block;
    text-align: left;
    padding-bottom: .5rem;
  }
  .contactTable td {
    width: 100%;
    display: block;
  }
}

.contactTable textarea {
  height: 200px;
}

.inputBox {
  text-align: center;
}

.inputBox input {
  width: 70%;
}

@media screen and (max-width:850px) {
 .inputBox input {
    width: 100%;
  }
}


.contactPrivacy {
  margin: 0 auto 4rem;
  width: 70%;
  background: #f5f6f6;
  box-sizing: border-box;
  padding: 2rem;
  height: 200px;
  overflow-y: scroll;
}

@media screen and (max-width:850px) {
  .contactPrivacy {
    width: 100%;
  }
}


.contactText {
  text-align: center;
  margin: 0 0 1rem;
}

@media screen and (max-width:850px) {
  .contactText {
    text-align: left;
  }
}

.contactText input {
  margin: 0 1rem 0 2rem;
}

.contactBox .must {
  background: #ff0000;
  color: #fff;
  padding: .35rem;
  box-sizing: border-box;
  font-size: .7rem;
  border-radius: .5rem;
  margin: 0 0 0 1rem;
  font-weight: normal;
}

.companyBox2 {
  width: 70%;
  margin: 0 auto;
}

@media screen and (max-width:850px) {
  .companyBox2 {
    width: 100%;
  }
}

.companyContact {
  padding: 2rem;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  border: 8px solid #e0d3c6;
  border-radius: 5px;
}

@media screen and (max-width:850px) {
  .companyContact {
    display: block;
  }
}

.companyTitle {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 0 2rem 0 0;
}

@media screen and (max-width:850px) {
  .companyTitle {
    font-size: 17px;
  }
}

.companyTel {
  color: #846a51;
  font-weight: bold;
  font-size: 1.4rem;
  display: block;
}

@media screen and (max-width:850px) {
  .companyTel {
    font-size: 17px;
    margin: 0 0 1rem;
  }
}

.sym .companyContact {
  border: 8px solid #d1e6f5;
}

.sym .companyTel {
  color: #0068b7;
}

.contactSub {
  width: 70%;
  margin: 0 auto 3rem;
}

@media screen and (max-width:850px) {
  .contactSub {
    width: 95%;
  }
}

.contactBox p {
  margin: 0 0 2rem;
}

.contactBox p.last {
  margin: 0 0 4rem;
}

.errTitle {
  background: no-repeat;
  border: none;
  color: #d61d1d;
  margin-bottom: 3rem;
}

.sym .errTitle {
  border: none;
}

.error_messe {
  color: #d61d1d;
}

.thanksBox p {
  text-align: center;
}

.g-recaptcha > div {
  margin: 0 auto 2rem;
}

.toTop a {
  background: #846a51;
  position: relative;
  color: #fff;
  padding: 1em 1.5em 1.1em;
  border: none;
  font-size: 1.1rem;
  border-bottom: #b2b2b2 2px solid;
  border-radius: 6px;
  line-height: 1.3;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serifsans-serif;
  font-weight: 400;
  transition: .3s;
  width: 70%;
  display: block;
  margin: 0 auto 3rem;
  background: #f4f4f4;
  text-decoration: none;
  color: #000;
}