@charset "UTF-8";
/* CSS Document */
/* yubin-kids */
/* contents---------------
   1.Reset
   2.Base
   3.Layout
   4.Common
   5.Page
   6.Script
    ------------ */
/*----------------------------------------------------------
	reset
--------------------------------------------------------- */
body, dl, dt, dd, ul, li, h1, h2, h3, h4, form, p, th, td, input, textarea, select {
  margin: 0px;
  padding: 0px;
}

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

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

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

/*----------------------------------------------------------
  Base
--------------------------------------------------------- */
/* 画像右クリック無効 */
html, body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-seri;
  margin: 0 auto;
  font-size: 18px;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

.clear {
  clear: both;
}

.inline {
  display: inline !important;
}

a:hover {
  cursor: pointer;
}

a:link {
  color: #596da6;
  font-style: normal;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:link:visited {
  color: #486083;
}

a:link:hover {
  text-decoration: none;
  cursor: pointer;
}

a:link:active {
  text-decoration: none;
}

a img:hover {
  opacity: 0.7;
}

#head-box a img:hover {
  opacity: 1;
}

a.noline {
  text-decoration: none;
}

a.noline:hover {
  opacity: 0.7;
}

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

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

/* font */
.fontS {
  font-size: 85%;
}

.fontL {
  font-size: 115%;
}

.big {
  font-size: 120%;
  font-weight: bold;
}

.cl_brown {
  color: #916134;
}

.cl_red {
  color: #C00;
}

.cl_pink {
  color: #e0007f;
}

.cl_green {
  color: #008e3a;
}

.cl_yellow {
  color: #D9A900;
}

.cl1 {
  color: #C00;
}

.cl2 {
  color: #C00;
}

.narrow {
  white-space: 0.9;
}

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

br.sp {
  display: none;
}

.nodisp {
  display: none;
}

/* ruby */
ruby rt {
  bottom: 0em;
  position: relative;
}

/* firefox */
@-moz-document url-prefix() {
  ruby rt {
    bottom: 0.2em;
    position: relative;
  }
}
/*----------------------------------------------------------
  layout
--------------------------------------------------------- */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, html {
    overflow-y: scroll;
  } /* IE11 */
}
body {
  background: url(../img/bg_maru.gif) repeat;
  position: relative;
  overflow-y: scroll;
}

.toolouter {
  padding: 15px;
  height: auto;
}
.toolouter .toolinner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.toolouter .toolinner .toolArea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
/*----------------------------------------------------------
  style
--------------------------------------------------------- */
.headArea {
  padding-bottom: 15px;
}
.headArea .siteid {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.headArea .siteid h1 {
  margin: 0;
}
.headArea .siteid .category {
  margin-left: 8px;
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.headArea .siteid .category span.mode {
  display: block;
  background: #FFF;
  font-family: "mplus-1c";
  font-weight: 600;
  padding: 8px 10px;
  line-height: 1;
}
.headArea .siteid .category a.btn_reset {
  display: block;
  color: #FFF;
  font-family: "mplus-1c";
  font-weight: 600;
  padding: 8px 10px;
  background: #fa9716;
  line-height: 1;
  border-radius: 1.5em;
  margin-left: 5px;
}
.headArea .headmenu {
  position: absolute;
  right: 10px;
  top: -10px;
}
.headArea .headmenu a {
  display: inline-block;
}
.headArea .headmenu .btn_modal {
  padding: 15px 18px;
  border-radius: 0 0 5px 5px;
}
@media all and (-ms-high-contrast: none) {
  .headArea .headmenu *::-ms-backdrop, .headArea .headmenu .btn_modal {
    padding: 15px 18px;
  }
}
.headArea .headmenu .btn_help {
  background: #008e3a;
}
.headArea .headmenu .btn_toolend {
  background: #5a5a5a;
  margin-left: 12px;
}
@media screen and (max-width: 880px) {
  .headArea .siteid {
    display: block;
  }
  .headArea .siteid .category {
    text-align: center;
    margin-top: 4px;
  }
}

@media screen and (max-width: 880px) {
  body.upload .headArea .siteid, body.export .headArea .siteid {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body.upload .headArea .siteid .category, body.export .headArea .siteid .category {
    display: block;
  }
  body.upload .headArea .siteid .category a.btn_reset, body.export .headArea .siteid .category a.btn_reset {
    margin-left: 0;
    margin-top: 5px;
  }
}
.canvasArea {
  /* tablet */
}
.canvasArea canvas {
  border: 1px solid rgb(160, 160, 160);
  background: #FFF;
}
.canvasArea .canvas_v {
  height: 65vh;
}
.canvasArea .canvas_h {
  width: 740px;
}
@media screen and (max-width: 1099px) {
  .canvasArea .canvas_v {
    width: 48vw;
    height: auto;
  }
}

body.edit .toolouter,
body.upload .toolouter {
  padding-bottom: 30vw;
}

.toolArea {
  padding-left: 20px;
}
.toolArea .btnArea {
  position: fixed;
  bottom: 0;
  width: 90%;
  left: 0;
  right: 0;
  margin: auto;
  /* tablet */
  /* sp */
}
.toolArea .btnArea .msg {
  position: absolute;
  top: -15px;
  left: 20px;
}
.toolArea .btnArea .docs-buttons {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 5px 5px 0 0;
  padding: 6px 10px 5px;
  border: 2px dashed #355eaa;
  border-bottom: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.toolArea .btnArea .docs-buttons .btn-group {
  text-align: center;
  position: relative;
  margin: 0 1vw;
  /* Edge(edgeHTML) */
  /* Edge(Chromium) */
}
.toolArea .btnArea .docs-buttons .btn-group .title {
  line-height: 0;
  margin-bottom: 4px;
}
@media all and (-ms-high-contrast: none) {
  .toolArea .btnArea .docs-buttons .btn-group { /* IE11 */ }
  .toolArea .btnArea .docs-buttons .btn-group *::-ms-backdrop, .toolArea .btnArea .docs-buttons .btn-group .title {
    margin-bottom: 4px;
  }
}
.toolArea .btnArea .docs-buttons .btn-group _:-ms-lang(x)::backdrop, .toolArea .btnArea .docs-buttons .btn-group .title {
  margin-bottom: 4px !important;
}
.toolArea .btnArea .docs-buttons .btn-group _:lang(x)::-ms-, .toolArea .btnArea .docs-buttons .btn-group .title {
  margin-bottom: 4px !important;
}
.toolArea .btnArea .docs-buttons .btn-group:first-child {
  margin-left: 0;
}
.toolArea .btnArea .docs-buttons .btn-group:last-child {
  margin-right: 0;
}
.toolArea .btnArea button {
  margin: 0 5px 7px;
  padding: 6px;
  width: 66px;
  text-align: center;
  color: #FFF;
  font-size: 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 0px 2px rgba(100, 100, 100, 0.4);
          box-shadow: 0px 3px 0px 2px rgba(100, 100, 100, 0.4);
}
.toolArea .btnArea button img {
  height: 46px;
}
.toolArea .btnArea .scale button, .toolArea .btnArea .basic button {
  background: #355eaa;
}
.toolArea .btnArea .rotate button {
  background: #355eaa;
}
.toolArea .btnArea .layer button {
  background: #355eaa;
}
.toolArea .btnArea .delete button.reset {
  background: #355eaa;
}
.toolArea .btnArea .delete button {
  background: #bd2020;
}
@media screen and (max-width: 1099px) {
  .toolArea .btnArea {
    width: 100%;
    padding: 0 15px;
  }
  .toolArea .btnArea .docs-buttons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px 8px;
  }
  .toolArea .btnArea .docs-buttons .btn-group button {
    margin: 0 4px 10px;
    padding: 5px;
    height: 60px;
  }
  .toolArea .btnArea .docs-buttons .btn-group button img {
    height: 46px;
  }
}
@media screen and (max-width: 850px) {
  .toolArea .btnArea .docs-buttons .btn-group .title img {
    height: 20px;
  }
  .toolArea .btnArea .docs-buttons .btn-group button {
    margin: 0 4px 8px;
    padding: 4px;
    width: 8vw;
    height: 8vw;
  }
  .toolArea .btnArea .docs-buttons .btn-group button img {
    height: 6vw;
  }
}

.materialArea .tab-wrap {
  margin-bottom: 20px;
  /* tablet */
  /* tablet */
  /* sp */
}
.materialArea .tab-wrap .tab-switch:checked + .tab-label + .tab-content {
  height: 540px;
  overflow: auto;
}
.materialArea .tab-wrap .tab-content {
  position: relative;
}
.materialArea .tab-wrap .tab-content .categoryList {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 50px;
  /* tablet */
}
.materialArea .tab-wrap .tab-content .categoryList:after {
  content: "";
  width: 32%;
  display: block;
  height: 0;
}
.materialArea .tab-wrap .tab-content .categoryList.activeList {
  padding-top: 40px;
}
.materialArea .tab-wrap .tab-content .categoryList.activeList .head {
  display: none;
}
.materialArea .tab-wrap .tab-content .categoryList.activeList .head.active {
  display: block;
  text-align: center;
  background: none;
  position: relative;
  padding: 0;
}
.materialArea .tab-wrap .tab-content .categoryList.activeList .head.active dl dd {
  display: none;
}
.materialArea .tab-wrap .tab-content .categoryList .back {
  position: absolute;
  left: 10px;
  top: 0px;
  cursor: pointer;
  background: #008e3a;
  color: #FFF;
  font-weight: bold;
  padding: 0.5em 1em;
  border-radius: 0 0 5px 5px;
}
.materialArea .tab-wrap .tab-content .categoryList .back:before {
  font-family: "basicicon";
  content: "Q";
}
.materialArea .tab-wrap .tab-content .categoryList .back:hover {
  opacity: 0.7;
}
.materialArea .tab-wrap .tab-content .categoryList .head {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  max-width: 32%;
  display: block;
  -webkit-box-shadow: 0px 3px 3px 4px rgba(187, 187, 187, 0.6);
          box-shadow: 0px 3px 3px 4px rgba(187, 187, 187, 0.6);
  position: static;
  text-align: center;
  background: #FFF;
  border: 3px solid #fa9716;
  border-radius: 8px;
  font-size: 21px;
  font-family: "mplus-1c";
  font-weight: 700;
  padding: 0.6em 2%;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.materialArea .tab-wrap .tab-content .categoryList .head:hover {
  border: 3px dashed #fa9716;
}
.materialArea .tab-wrap .tab-content .categoryList .head dl {
  /* タブレットでの長押し画像保存禁止 */
}
.materialArea .tab-wrap .tab-content .categoryList .head dl dd {
  margin-bottom: 5px;
}
.materialArea .tab-wrap .tab-content .categoryList .head dl dd img {
  width: 100px;
}
.materialArea .tab-wrap .tab-content .categoryList .head dl dd {
  position: relative;
  width: 100%;
}
.materialArea .tab-wrap .tab-content .categoryList .head dl dd::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.materialArea .tab-wrap .tab-content .categoryList ul.list {
  display: none;
}
.materialArea .tab-wrap .tab-content .categoryList .head.active {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  padding: 0.5em 0.8em;
  font-size: 28px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  margin-bottom: 8px;
}
.materialArea .tab-wrap .tab-content .categoryList .head.active + ul.list {
  display: -ms-grid;
  display: grid;
  width: 100%;
}
@media screen and (max-width: 1099px) {
  .materialArea .tab-wrap .tab-content .categoryList .head {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    max-width: 49%;
    font-size: 1.8vw;
    padding: 0.6em 0.6em;
  }
}
.materialArea .tab-wrap .tab-content ul.list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 18px 1fr 18px 1fr 18px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 18px;
  /* タブレットでの長押し画像保存禁止 */
}
.materialArea .tab-wrap .tab-content ul.list:before {
  content: "";
  width: 24%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  height: 0;
  display: block;
}
.materialArea .tab-wrap .tab-content ul.list:after {
  content: "";
  width: 24%;
  height: 0;
  display: block;
}
.materialArea .tab-wrap .tab-content ul.list li {
  cursor: pointer;
  text-align: center;
}
.materialArea .tab-wrap .tab-content ul.list li img {
  max-height: 150px;
  height: auto;
}
.materialArea .tab-wrap .tab-content ul.list li {
  position: relative;
  width: 100%;
}
.materialArea .tab-wrap .tab-content ul.list li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.materialArea .tab-wrap .tab-content .viewmode {
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
  font-family: "mplus-1c";
  font-weight: bold;
  font-size: 16px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.materialArea .tab-wrap .tab-content .viewmode > div {
  background: #777;
  color: #FFF;
  padding: 10px 15px;
  cursor: pointer;
}
.materialArea .tab-wrap .tab-content .viewmode .category {
  border-radius: 5px 0 0 5px;
}
.materialArea .tab-wrap .tab-content .viewmode .all {
  border-radius: 0 5px 5px 0;
  border-left: 2px dotted #FFF;
}
.materialArea .tab-wrap .tab-content .viewmode .active {
  background: #fa9716;
}
.materialArea .tab-wrap .tab-content.childlistview .viewmode {
  display: none;
}
.materialArea .tab-wrap .tab-content.view_category .head {
  display: block;
}
.materialArea .tab-wrap .tab-content.view_category ul.list {
  display: none;
}
.materialArea .tab-wrap .tab-content.view_all .head {
  display: none;
}
.materialArea .tab-wrap .tab-content.view_all ul.list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 15px;
}
.materialArea .tab-wrap .tab-content.tab_bg ul.list li img {
  border: 1px solid #CCC;
}
.materialArea .tab-wrap .tab-content.tab_upload ul.list li::after { /* アップロードした画像は保存禁止しない */
  content: none !important;
}
.materialArea .tab-wrap .tab-content.tab_upload .uploadbox {
  background: rgb(220, 220, 220);
  padding: 20px;
  border-radius: 5px;
  text-align: center;
}
.materialArea .tab-wrap .tab-content.tab_upload .uploadbox button {
  background: #355eaa;
  border-radius: 5px;
  padding: 16px 20px;
  -webkit-box-shadow: 0px 3px 0px 2px rgba(100, 100, 100, 0.4);
          box-shadow: 0px 3px 0px 2px rgba(100, 100, 100, 0.4);
  margin: 0 0 20px 0;
}
.materialArea .tab-wrap .tab-content.tab_upload .uploadbox ul.info {
  text-align: left;
}
.materialArea .tab-wrap .tab-content.tab_upload .uploadbox ul.info li {
  font-size: 15px;
}
.materialArea .tab-wrap .tab-content.tab_upload .uploadbox ul.info li:before {
  content: "・";
}
.materialArea .tab-wrap .tab-content.tab_upload .uploadbox + ul.list {
  margin-top: 15px;
}
@media screen and (max-width: 1099px) {
  .materialArea .tab-wrap .tab-switch:checked + .tab-label + .tab-content {
    height: 48vh;
  }
  .materialArea .tab-wrap .tab-content .categoryList.activeList {
    padding-top: 60px;
  }
  .materialArea .tab-wrap .tab-content .categoryList .head.active {
    padding: 0.3em 0.6em;
    font-size: 2.5vw;
    font-family: "mplus-1c";
    font-weight: 700;
  }
  .materialArea .tab-wrap .tab-content .categoryList .back {
    font-size: 1.8vw;
  }
}
/* 書き出し画面遷移ボタン */
.exportbtnArea {
  position: absolute;
  top: -15px;
  right: 324px;
  text-align: center;
}
.exportbtnArea .btn_export {
  background: #355eaa;
  padding: 10px 15px 4px;
  border-radius: 0 0 5px 5px;
  border: 5px solid #355eaa;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 10px auto 0;
}
.exportbtnArea .btn_export img {
  height: 38px;
}

/* 横向き編集画面 */
body.horizontal .toolouter {
  padding-bottom: 30px;
}
body.horizontal .toolouter .headArea {
  padding-bottom: 0;
}
body.horizontal .toolouter .toolinner {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /* tablet */
}
body.horizontal .toolouter .toolinner .materialArea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body.horizontal .toolouter .toolinner .leftArea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  padding-left: 15px;
}
@media screen and (max-width: 1099px) {
  body.horizontal .toolouter .toolinner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body.horizontal .toolouter .toolinner .leftArea {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  body.horizontal .toolouter .toolinner .materialArea {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
body.horizontal .toolouter .toolinner .exportbtnArea {
  text-align: center;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}
body.horizontal .toolouter .toolinner .toolArea {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  /* tablet */
}
body.horizontal .toolouter .toolinner .toolArea .btnArea {
  position: fixed;
  right: 0;
  left: auto;
  bottom: 0;
  width: unset;
}
body.horizontal .toolouter .toolinner .toolArea .btnArea .msg .pcview {
  display: block;
}
body.horizontal .toolouter .toolinner .toolArea .btnArea .msg .tabletview {
  display: none;
}
body.horizontal .toolouter .toolinner .toolArea .btnArea .docs-buttons {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 1.5vw;
  border-right: 0;
  border-radius: 5px 0 0 5px;
  background: rgba(255, 255, 255, 0.7);
}
body.horizontal .toolouter .toolinner .toolArea .btnArea .docs-buttons .btn-group {
  margin: 0;
}
body.horizontal .toolouter .toolinner .toolArea .btnArea .docs-buttons .btn-group .title {
  margin-bottom: 5px;
}
body.horizontal .toolouter .toolinner .toolArea .btnArea .docs-buttons .btn-group .title img {
  height: 22px;
}
@media screen and (max-width: 1099px) {
  body.horizontal .toolouter .toolinner .toolArea {
    -ms-flex-preferred-size: 120px;
        flex-basis: 120px;
    max-width: 120px;
  }
  body.horizontal .toolouter .toolinner .toolArea .btnArea {
    padding: 0;
    top: 90px;
    margin: auto;
  }
  body.horizontal .toolouter .toolinner .toolArea .btnArea .msg .tabletview {
    position: absolute;
    display: block;
    top: 30px;
    left: -30px;
  }
  body.horizontal .toolouter .toolinner .toolArea .btnArea .msg .pcview {
    display: none;
  }
  body.horizontal .toolouter .toolinner .toolArea .btnArea .docs-buttons {
    margin-right: 0;
    display: block;
    border-bottom: 2px dashed #355eaa;
    border-radius: 5px 0 0 5px;
  }
  body.horizontal .toolouter .toolinner .toolArea .btnArea .docs-buttons .btn-group {
    text-align: center;
  }
  body.horizontal .toolouter .toolinner .toolArea .btnArea .docs-buttons .btn-group button {
    display: block;
    margin: 5px auto;
  }
}
body.horizontal .toolouter .toolinner .canvasArea {
  /* tablet */
}
body.horizontal .toolouter .toolinner .canvasArea canvas {
  max-width: 75vh;
  height: auto;
}
body.horizontal .toolouter .toolinner .canvasArea .canvas_h {
  width: unset;
}
@media screen and (max-width: 1099px) {
  body.horizontal .toolouter .toolinner .canvasArea {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding-right: 110px;
    padding-bottom: 15px;
  }
  body.horizontal .toolouter .toolinner .canvasArea canvas {
    max-height: 35vh;
    width: auto;
    max-width: auto;
  }
}
body.horizontal .toolouter .toolinner .materialArea {
  /* tablet */
}
body.horizontal .toolouter .toolinner .materialArea .tab-wrap {
  margin-bottom: 5px;
}
body.horizontal .toolouter .toolinner .materialArea .tab-wrap .tab-switch:checked + .tab-label + .tab-content {
  height: 74vh;
}
body.horizontal .toolouter .toolinner .materialArea .tab-wrap .tab-content .categoryList:before {
  content: "";
  display: block;
  height: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 32%;
}
body.horizontal .toolouter .toolinner .materialArea .tab-wrap .tab-content .categoryList:after {
  content: "";
  display: block;
  height: 0;
  width: 32%;
}
body.horizontal .toolouter .toolinner .materialArea .tab-wrap .tab-content .categoryList.activeList {
  padding-top: 40px;
}
body.horizontal .toolouter .toolinner .materialArea .tab-wrap .tab-content .categoryList .head {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  max-width: 32%;
  margin-bottom: 10px;
}
body.horizontal .toolouter .toolinner .materialArea .tab-wrap .tab-content .categoryList .head dl dt {
  font-size: 19px;
}
body.horizontal .toolouter .toolinner .materialArea .tab-wrap .tab-content .categoryList .head dl dd img {
  height: 70px;
  width: auto;
}
body.horizontal .toolouter .toolinner .materialArea .tab-wrap .tab-content .categoryList .head.active {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}
body.horizontal .toolouter .toolinner .materialArea .tab-wrap .tab-content.tab_upload .uploadbox {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.horizontal .toolouter .toolinner .materialArea .tab-wrap .tab-content.tab_upload .uploadbox ul.info {
  padding-left: 20px;
}
body.horizontal .toolouter .toolinner .materialArea .tab-wrap .tab-content.tab_upload .uploadbox ul.info li {
  font-size: 13px;
}
body.horizontal .toolouter .toolinner .materialArea .tab-wrap .tab-content ul.list {
  -ms-grid-columns: 1fr 18px 1fr 18px 1fr 18px 1fr 18px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 18px;
}
@media screen and (max-width: 1099px) {
  body.horizontal .toolouter .toolinner .materialArea {
    padding-right: 130px;
  }
  body.horizontal .toolouter .toolinner .materialArea .tab-wrap .tab-switch:checked + .tab-label + .tab-content {
    height: 40vh;
    overflow: auto;
  }
  body.horizontal .toolouter .toolinner .materialArea .tab-wrap .tab-label {
    -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
    max-width: 24%;
    border-radius: 5px 5px 0 0;
    margin-bottom: 0;
  }
  body.horizontal .toolouter .toolinner .materialArea .tab-wrap .tab-content .categoryList:before {
    content: "";
    display: block;
    height: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 24%;
  }
  body.horizontal .toolouter .toolinner .materialArea .tab-wrap .tab-content .categoryList:after {
    content: "";
    display: block;
    height: 0;
    width: 24%;
  }
  body.horizontal .toolouter .toolinner .materialArea .tab-wrap .tab-content .categoryList .head {
    -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
    max-width: 24%;
  }
  body.horizontal .toolouter .toolinner .materialArea .tab-wrap .tab-content .categoryList .head dl {
    display: block;
  }
  body.horizontal .toolouter .toolinner .materialArea .tab-wrap .tab-content .categoryList .head dl dt {
    padding-left: 0;
    text-align: center;
  }
}

/* アップロード・トリミング画面 */
.toolinner.upload {
  display: block;
  padding: 0 7%;
}
.toolinner.upload .importBtn {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 15px auto;
}
.toolinner.upload .importBtn > * {
  margin: 0 10px;
}
.toolinner.upload .importBtn button, .toolinner.upload .importBtn label {
  padding: 20px 15px;
  background: #355eaa;
  border-radius: 5px;
  color: #FFF;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  min-width: 10em;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.toolinner.upload .importBtn button:hover, .toolinner.upload .importBtn label:hover {
  opacity: 0.7;
}
.toolinner.upload .importBtn label {
  padding-top: 20px;
}
.toolinner.upload .importBtn button {
  padding-top: 10px;
  background: #fa9716;
}
.toolinner.upload .canvasArea {
  max-width: 100%;
  background: #FFF;
  width: 100%;
  text-align: center;
  margin: 30px auto;
  border: 1px solid rgb(160, 160, 160);
}
.toolinner.upload .toolArea {
  max-width: 100%;
  padding-left: 0;
  margin-top: 20px;
}
.toolinner.upload .toolArea .btnArea {
  z-index: 1;
  /* tablet */
}
.toolinner.upload .toolArea .btnArea .docs-buttons .btn-group {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.toolinner.upload .toolArea .btnArea .docs-buttons .btn-group .title {
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 5px;
}
@media screen and (max-width: 1099px) {
  .toolinner.upload .toolArea .btnArea .docs-buttons {
    padding: 10px 8px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .toolinner.upload .toolArea .btnArea .docs-buttons .btn-group {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0;
    margin: 0;
  }
  .toolinner.upload .toolArea .btnArea .docs-buttons .btn-group .title {
    margin-bottom: 5px;
  }
  .toolinner.upload .toolArea .btnArea .docs-buttons .btn-group button {
    margin: 0 4px 10px;
    padding: 5px;
    height: 60px;
  }
  .toolinner.upload .toolArea .btnArea .docs-buttons .btn-group.btn2 {
    -ms-flex-preferred-size: 16%;
        flex-basis: 16%;
    max-width: 16%;
  }
  .toolinner.upload .toolArea .btnArea .docs-buttons .btn-group.btn4 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%;
  }
  .toolinner.upload .toolArea .btnArea .docs-buttons .btn-group.btn4 button {
    -ms-flex-preferred-size: 46%;
        flex-basis: 46%;
    max-width: 46%;
    margin: 0 2% 8px;
  }
}

.myimgList {
  margin-top: 40px;
  background: #FFF;
  padding: 20px;
  border-radius: 10px;
  z-index: 0;
  position: relative;
}
.myimgList ul.imgList {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px auto;
}
.myimgList ul.imgList li {
  -ms-flex-preferred-size: 23%;
      flex-basis: 23%;
  max-width: 23%;
  margin: 10px 1%;
  padding: 1.5%;
  border: 1px solid #CCC;
}
.myimgList ul.imgList li .checkbox-parts::before {
  background: #FFF;
  top: -10px;
  left: -10px;
}
.myimgList ul.imgList li .checkbox-input:checked + .checkbox-parts::after {
  top: -15px;
  left: -5px;
}

/* 書き出し画面 */
.back_create {
  position: relative;
  left: -15px;
  text-align: left;
  margin-bottom: 15px;
}
.back_create button {
  background: #355eaa;
  padding: 8px 10px;
  border-radius: 0 10px 10px 0;
  border: 5px solid #355eaa;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 10px auto 0;
  -webkit-box-shadow: 0px 3px 0px 2px rgba(100, 100, 100, 0.4);
          box-shadow: 0px 3px 0px 2px rgba(100, 100, 100, 0.4);
}
.back_create button:hover {
  opacity: 0.7;
}

.exportArea {
  text-align: center;
  position: relative;
}
.exportArea .canvasArea img {
  max-height: 70vh;
  width: auto;
  border: 1px solid #CCC;
}
/* 書き出し画面　印刷時 */
/* 初期設定 */
.config .layer_board {
  position: relative;
}
.config .layer_board:before {
  content: "";
  width: calc(100% - 26px);
  height: calc(100% - 26px);
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 10px;
  border: 3px dashed #fa9716;
  border-radius: 5px;
}
.config .layer_board .layer_borad_content {
  position: relative;
  z-index: 10;
  text-align: center;
}
.config .layer_board .layer_borad_content .step .title {
  margin-bottom: 30px;
}
.config .layer_board .layer_borad_content .step .radioList {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.config .layer_board .layer_borad_content .step .radioList li {
  margin: 0 10px;
}
.config .layer_board .layer_borad_content .step .radioList label {
  display: inline-block;
}
.config .layer_board .layer_borad_content .step .radioList input[type=radio] + label img {
  pointer-events: none;
  padding: 5px 15px;
  　border: 3px solid rgb(206, 206, 206);
  border-radius: 5px;
}
.config .layer_board .layer_borad_content .step .radioList input[type=radio]:checked + label img {
  border: 3px solid #fa9716;
}

/* 使い方・終了ボタン */
.modalArea .modalArea__cont {
  position: relative;
}
.modalArea .modalArea__cont .fixclose {
  position: absolute;
  right: 25px;
  top: 25px;
  z-index: 10;
  cursor: pointer;
}
.modalArea .modalArea__cont .fixclose .modalArea__close {
  font-weight: bold;
  background: rgb(100, 100, 100);
  color: #FFF;
  padding: 5px 1em;
  border-radius: 1.5em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.modalArea .modalArea__cont .fixclose .modalArea__close:before {
  font-family: "basicicon";
  content: "N";
  position: relative;
  top: 0.1em;
  font-size: 20px;
}
.modalArea .modalArea__cont .fixclose .modalArea__close:hover {
  background: #355eaa;
}
.modalArea .modalArea__cont .inner .lead {
  font-size: 1.7em;
  font-weight: bold;
  margin: 0.5em 0 0.8em;
  text-align: center;
}

/* 使い方 */
.modalArea.help .modalArea__cont {
  position: relative;
  padding: 5em 2em 2em;
  width: 86%;
  max-width: 860px;
  max-height: 90vh;
  /* tablet */
}
.modalArea.help .modalArea__cont:before {
  content: "";
  width: calc(100% - 26px);
  height: calc(100% - 26px);
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 10px;
  border: 3px dashed #008e3a;
  border-radius: 5px;
}
.modalArea.help .modalArea__cont .head {
  position: absolute;
  left: 25px;
  top: 20px;
}
.modalArea.help .modalArea__cont ul.maru li {
  margin-bottom: 15px;
  line-height: 1.9;
}
.modalArea.help .modalArea__cont ul.maru li .btnred {
  background: #bd2020;
  color: #FFF;
  padding: 0.3em 0.7em;
  display: inline-block;
  margin: 0 5px;
  font-size: 90%;
}
.modalArea.help .modalArea__cont ul.maru li:before {
  color: #008e3a;
  content: "●";
  margin-right: 0.4em;
  font-size: 10px;
  position: relative;
  top: -3px;
}
.modalArea.help .modalArea__cont ul.maru li.img-r {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modalArea.help .modalArea__cont ul.maru li.img-r .img {
  padding: 10px;
}
.modalArea.help .modalArea__cont .h2 {
  font-family: "mplus-1c";
  font-weight: 700;
  text-align: center;
  font-size: 24px;
  margin: 0.5em 0 1em;
}
.modalArea.help .modalArea__cont .h2.gamen {
  font-family: "mplus-1c";
  font-weight: 700;
  text-align: left;
  font-size: 21px;
  margin: 0.5em 0 1em;
  border-bottom: #008e3a 3px solid;
  padding-bottom: 0.3em;
}
.modalArea.help .modalArea__cont .imglist dl {
  margin-bottom: 15px;
}
.modalArea.help .modalArea__cont img.inline {
  position: relative;
  margin: -7px 5px 0;
}
.modalArea.help .modalArea__cont .inner {
  position: relative;
  z-index: 10;
}
.modalArea.help .modalArea__cont .inner .tab-wrap_help {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modalArea.help .modalArea__cont .inner .tab-wrap_help label.tab-label_help {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.15em 0.5em;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
  padding: 0.5em;
}
.modalArea.help .modalArea__cont .inner .tab-wrap_help label.tab-label_help.menu_label1 {
  border-radius: 5px 0 0 5px;
}
.modalArea.help .modalArea__cont .inner .tab-wrap_help label.tab-label_help.menu_label4 {
  border-radius: 0 5px 5px 0;
}
.modalArea.help .modalArea__cont .btnArea {
  text-align: center;
  margin: 40px auto 20px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modalArea.help .modalArea__cont .btnArea .btn {
  margin: 0 5px;
}
.modalArea.help .modalArea__cont .btnArea a {
  font-size: 90%;
  padding: 1em 1em;
  background: #008e3a;
  border-radius: 5px;
  color: #FFF;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  min-width: 10em;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serifsans-serif;
  font-weight: 700;
}
.modalArea.help .modalArea__cont .btnArea a:hover {
  opacity: 0.7;
}
.modalArea.help .modalArea__cont .hagakionly {
  display: none;
}
body.postcard .modalArea.help .hagakionly {
  display: inline;
}

.tab-wrap_help .tab-switch_help:checked + .tab-label_help + .tab-content_help {
  padding: 0;
  overflow-x: auto;
  min-height: 40vh;
  max-height: 55vh;
  border: 2px solid #CCC;
}

.modalArea.toolend .modalArea__cont {
  position: relative;
}
.modalArea.toolend .modalArea__cont:before {
  content: "";
  width: calc(100% - 26px);
  height: calc(100% - 26px);
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 10px;
  border: 3px dashed #5a5a5a;
  border-radius: 5px;
}
.modalArea.toolend .modalArea__cont .inner {
  position: relative;
  z-index: 10;
}

/* tablet対応 */
/* tablet */
@media screen and (min-width: 851px) and (max-width: 1024px) {
  html {
    -ms-touch-action: manipulation;
        touch-action: manipulation;
  }
}
br.tb {
  display: none;
}

body.js_isTablet section.layer_board {
  width: 90%;
  padding: 3em 3em;
}
body.js_isTablet .modalArea .modalArea__cont {
  width: 90%;
}
body.js_isTablet .modalArea .modalArea__cont br.tb {
  display: block;
}
body.js_isTablet .modalArea.reset_mode .modalArea__cont {
  padding: 3em 3em;
}
body.js_isTablet .modalArea.toolend .modalArea__cont {
  padding: 3em 3em;
}

/*----------------------------------------------------------
  script / module
--------------------------------------------------------- */
/* form */
input[type=submit], input[type=image],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

button, input[type=submit] {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: 0.3;
  transition: 0.3;
}

button:hover {
  opacity: 0.7;
}

/* ラジオボタンの○を消す */
input[type=radio] {
  display: none;
}

.checkbox-input {
  display: none;
}

.checkbox-parts {
  position: relative;
}

.checkbox-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px;
}

.checkbox-input:checked + .checkbox-parts {
  color: #d01137;
}

.checkbox-input:checked + .checkbox-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 3px solid #d01137;
  border-right: 3px solid #d01137;
}

.choiceArea {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 25px auto;
}
.choiceArea .btn {
  margin: 0 10px;
}
.choiceArea .btn > * {
  padding: 1.3em 1.5em;
  background: #355eaa;
  border-radius: 5px;
  color: #FFF;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  min-width: 10em;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.choiceArea .btn > *:hover {
  opacity: 0.7;
}
.choiceArea .btn a {
  text-decoration: none;
  color: #FFF;
  display: block;
}
@media all and (-ms-high-contrast: none) {
  .choiceArea *::-ms-backdrop, .choiceArea .btn.nonruby > * {
    padding-top: 1.8em;
  }
}
.choiceArea .btn.back > * {
  background: rgb(114, 114, 114);
}
.choiceArea .btn.shutdown > * {
  background: #bd2020;
}

.btnareaS .btn {
  margin: 0 10px;
}
.btnareaS .btn > * {
  font-size: 90%;
  padding: 1em 1em;
  background: #355eaa;
  border-radius: 5px;
  color: #FFF;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  min-width: 10em;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.btnareaS .btn > *:hover {
  opacity: 0.7;
}
.btnareaS .btn a {
  text-decoration: none;
  color: #FFF;
  display: block;
}
.btnareaS .btn.back > * {
  background: rgb(114, 114, 114);
}
.btnareaS .btn.toolend > *, .btnareaS .btn.delete > * {
  background: #bd2020;
}

/* 量産モーダル */
.modalArea {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-y: auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 10;
}
.modalArea__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  padding: 50px 0;
  height: 100%;
}
.modalArea__bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.6);
  z-index: 0;
}
.modalArea__cont {
  position: relative;
  width: 80%;
  max-width: 800px;
  padding: 3em 4em;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  z-index: 10;
  top: 50%;
  left: 50%;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.modalArea.is-show {
  opacity: 1;
  visibility: visible;
}

/* タブ切り替え */
.tab-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tab-wrap:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #355eaa;
  display: block;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.tab-wrap .tab-label {
  color: White;
  background: #355eaa;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  padding: 10px 0.5em;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  position: relative;
  z-index: 0;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tab-wrap .tab-label:hover {
  opacity: 0.7;
}
.tab-wrap .tab-label:not(:last-of-type) {
  margin-right: 5px;
}
.tab-wrap .tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  background: #FFF;
}
.tab-wrap .tab-switch:checked + .tab-label {
  background: #fa9716;
}
.tab-wrap .tab-switch:checked + .tab-label + .tab-content {
  height: auto;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.tab-wrap .tab-switch {
  display: none;
}

/* tablet */
@media screen and (max-width: 1099px) {
  .tab-wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .tab-wrap .tab-label {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    max-width: 49%;
    padding: 5px 5px;
    border-radius: 5px;
    margin-bottom: 3px;
  }
  .tab-wrap .tab-label:not(:last-of-type) {
    margin-right: 0;
  }
}
/* タブ切り替え（使い方） */
.tab-wrap_help {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tab-wrap_help .tab-label_help {
  color: White;
  background: #5a5a5a;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  position: relative;
  z-index: 0;
  cursor: pointer;
  margin-bottom: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tab-wrap_help .tab-label_help:hover {
  opacity: 0.7;
}
.tab-wrap_help .tab-content_help {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  background: #FFF;
}
.tab-wrap_help .tab-switch_help:checked + .tab-label_help {
  background: #008e3a;
}
.tab-wrap_help .tab-switch_help:checked + .tab-label_help + .tab-content_help {
  height: auto;
  overflow: auto;
  opacity: 1;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
}
.tab-wrap_help .tab-switch_help {
  display: none;
}

/* スクロールバー(edge,ff非対応) */
.scrollbar::-webkit-scrollbar {
  width: 15px;
  height: 15px;
}

/* スクロールの背景の設定 */
.scrollbar::-webkit-scrollbar-track {
  border-radius: 5px;
  -webkit-box-shadow: 0 0 4px #aaa inset;
          box-shadow: 0 0 4px #aaa inset;
}

/* スクロールのつまみ部分の設定 */
.scrollbar::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #fa9716;
}

/*----------------------------------------------------------
  font
--------------------------------------------------------- */
/*  iconfont
----------------------------------------------- */
@font-face {
  font-family: "basicicon";
  src: url("/kids/css/fonts/basicicon.eot?r2rt5y");
  src: url("/kids/css/fonts/basicicon.eot?r2rt5y#iefix") format("embedded-opentype"), url("/kids/css/fonts/basicicon.ttf?r2rt5y") format("truetype"), url("/kids/css/fonts/basicicon.woff?r2rt5y") format("woff"), url("/kids/css/fonts/basicicon.svg?r2rt5y#basicicon") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "mplus-1c";
  font-style: normal;
  font-weight: 100;
  src: url("/kids/css/fonts/mplus/mplus-1c-thin.eot"); /* IE9 Compat Modes */
  src: url("/kids/css/fonts/mplus/mplus-1c-thin.eot?#iefix") format("embedded-opentype"), url("/kids/css/fonts/mplus/mplus-1c-thin.woff") format("woff"), url("/kids/css/fonts/mplus/mplus-1c-thin.ttf") format("truetype"); /* Safari, Android, iOS */
}
@font-face {
  font-family: "mplus-1c";
  font-style: normal;
  font-weight: 300;
  src: url("/kids/css/fonts/mplus/mplus-1c-light.eot");
  src: url("/kids/css/fonts/mplus/mplus-1c-light.eot?#iefix") format("embedded-opentype"), url("/kids/css/fonts/mplus/mplus-1c-light.woff") format("woff"), url("/kids/css/fonts/mplus/mplus-1c-light.ttf") format("truetype");
}
@font-face {
  font-family: "mplus-1c";
  font-style: normal;
  font-weight: 400;
  src: url("/kids/css/fonts/mplus/mplus-1c-regular.eot");
  src: url("/kids/css/fonts/mplus/mplus-1c-regular.eot?#iefix") format("embedded-opentype"), url("/kids/css/fonts/mplus/mplus-1c-regular.woff") format("woff"), url("/kids/css/fonts/mplus/mplus-1c-regular.ttf") format("truetype");
}
@font-face {
  font-family: "mplus-1c";
  font-style: normal;
  font-weight: 500;
  src: url("/kids/css/fonts/mplus/mplus-1c-medium.eot");
  src: url("/kids/css/fonts/mplus/mplus-1c-medium.eot?#iefix") format("embedded-opentype"), url("/kids/css/fonts/mplus/mplus-1c-medium.woff") format("woff"), url("/kids/css/fonts/mplus/mplus-1c-medium.ttf") format("truetype");
}
@font-face {
  font-family: "mplus-1c";
  font-style: normal;
  font-weight: 600;
  src: url("/kids/css/fonts/mplus/mplus-1c-bold.eot");
  src: url("/kids/css/fonts/mplus/mplus-1c-bold.eot?#iefix") format("embedded-opentype"), url("/kids/css/fonts/mplus/mplus-1c-bold.woff") format("woff"), url("/kids/css/fonts/mplus/mplus-1c-bold.ttf") format("truetype");
}
@font-face {
  font-family: "mplus-1c";
  font-style: normal;
  font-weight: 700;
  src: url("/kids/css/fonts/mplus/mplus-1c-heavy.eot");
  src: url("/kids/css/fonts/mplus/mplus-1c-heavy.eot?#iefix") format("embedded-opentype"), url("/kids/css/fonts/mplus/mplus-1c-heavy.woff") format("woff"), url("/kids/css/fonts/mplus/mplus-1c-heavy.ttf") format("truetype");
}
@font-face {
  font-family: "mplus-1c";
  font-style: normal;
  font-weight: 900;
  src: url("/kids/css/fonts/mplus/mplus-1c-black.eot");
  src: url("/kids/css/fonts/mplus/mplus-1c-black.eot?#iefix") format("embedded-opentype"), url("/kids/css/fonts/mplus/mplus-1c-black.woff") format("woff"), url("/kids/css/fonts/mplus/mplus-1c-black.ttf") format("truetype");
}
.icon-times:before {
  content: "\e905";
}

.icon-tick:before {
  content: "\e907";
}

.icon-plus:before {
  content: "\e908";
}

.icon-minus:before {
  content: "\e909";
}

.icon-arrow-right-thick:before {
  content: "\e90a";
}

.icon-arrow-left-thick:before {
  content: "\e90b";
}

.icon-th-menu:before {
  content: "\e90c";
}

.icon-home:before {
  content: "\e912";
}

.icon-rss:before {
  content: "\e913";
}

.icon-arrow-up-thick:before {
  content: "\e914";
}

.icon-arrow-down-thick:before {
  content: "\e915";
}

.icon-star2:before {
  content: "\e916";
}

.icon-delete2:before {
  content: "\e917";
}

.icon-delete-outline:before {
  content: "\e918";
}

.icon-heart:before {
  content: "\e919";
}

.icon-error_outline:before {
  content: "\e001";
}

.icon-attach_file:before {
  content: "\e226";
}

.icon-file_download:before {
  content: "r";
}

.icon-file_upload:before {
  content: "\e2c6";
}

.icon-crop_free:before {
  content: "z";
}

.icon-crop_square:before {
  content: "\e3c6";
}

.icon-texture:before {
  content: "\e421";
}

.icon-wb_sunny:before {
  content: "\e430";
}

.icon-local_see:before {
  content: "\e557";
}

.icon-do_not_disturb_alt:before {
  content: "\e612";
}

.icon-people:before {
  content: "K";
}

.icon-person:before {
  content: "I";
}

.icon-settings:before {
  content: "\e8b8";
}

.icon-bell:before {
  content: "\e006";
}

.icon-camera:before {
  content: "\e017";
}

.icon-paper:before {
  content: "\e034";
}

.icon-box:before {
  content: "\e079";
}

.icon-arrow-left:before {
  content: "\e094";
}

.icon-arrow-right:before {
  content: "\e095";
}

.icon-arrow-up:before {
  content: "\e096";
}

.icon-arrow-down:before {
  content: "\e097";
}

.icon-inbox:before {
  content: "J";
}

.icon-file:before {
  content: "\e124";
}

.icon-star-empty:before {
  content: "\e91a";
}

.icon-lock:before {
  content: "\e60c";
}

.icon-unlocked:before {
  content: "\e60d";
}

.icon-arrow-bold-down:before {
  content: "\e90d";
}

.icon-arrow-bold-left:before {
  content: "\e90e";
}

.icon-arrow-bold-right:before {
  content: "\e90f";
}

.icon-arrow-bold-up:before {
  content: "\e910";
}

.icon-pin:before {
  content: "\e91b";
}

.icon-dots-three-horizontal:before {
  content: "\e900";
}

.icon-dots-two-vertical:before {
  content: "\e901";
}

.icon-heart-outlined:before {
  content: "\e902";
}

.icon-mobile:before {
  content: "\e903";
}

.icon-tv:before {
  content: "\e904";
}

.icon-arrow-d3:before {
  content: "\e602";
}

.icon-arrow-l3:before {
  content: "\e603";
}

.icon-arrow-r3:before {
  content: "\e604";
}

.icon-arrow-u3:before {
  content: "\e605";
}

.icon-phone:before {
  content: "!";
}

.icon-mail:before {
  content: '"';
}

.icon-pencil:before {
  content: "W";
}

.icon-location:before {
  content: "#";
}

.icon-popup:before {
  content: "\e902";
}

.icon-search:before {
  content: "U";
}

.icon-close1:before {
  content: "N";
}

.icon-minus2:before {
  content: "-";
}

.icon-plus2:before {
  content: "+";
}

.icon-close2:before {
  content: "G";
}

.icon-minus3:before {
  content: "B";
}

.icon-plus3:before {
  content: "Y";
}

.icon-close3:before {
  content: "H";
}

.icon-minus1:before {
  content: "T";
}

.icon-plus1:before {
  content: "R";
}

.icon-help:before {
  content: "\e61c";
}

.icon-record:before {
  content: "\e620";
}

.icon-arrow-l1:before {
  content: "Q";
}

.icon-arrow-d1:before {
  content: "A";
}

.icon-arrow-u1:before {
  content: "Z";
}

.icon-arrow-r1:before {
  content: "S";
}

.icon-arrow-l2:before {
  content: "X";
}

.icon-arrow-d2:before {
  content: "E";
}

.icon-arrow-u2:before {
  content: "D";
}

.icon-arrow-r2:before {
  content: "C";
}

.icon-dot:before {
  content: "\e625";
}

.icon-twitter:before {
  content: "\e626";
}

.icon-facebook:before {
  content: "F";
}

.icon-parts-02:before {
  content: "\e906";
}

.icon-arrowlink:before {
  content: "\e62a";
}

.icon-tree_01:before {
  content: "\e611";
}

.icon-tree_02:before {
  content: "\e613";
}

.icon-tree_03:before {
  content: "\e627";
}

.icon-required2:before {
  content: "\e600";
}

.icon-required1:before {
  content: "\e601";
}

.icon-fl_doc:before {
  content: "d";
  color: #216BC7;
}

.icon-fl_etc:before {
  content: "e";
  color: #A4A4A4;
}

.icon-fl_img:before {
  content: "j";
}

.icon-li_basic:before {
  content: "0";
}

.icon-li_border:before {
  content: "q";
}

.icon-li_notice:before {
  content: "1";
}

.icon-fl_mp3:before {
  content: "m";
  color: #C854A0;
}

.icon-fl_pdf:before {
  content: "\e60d";
  color: #EF1C1C;
}

.icon-fl_ppt:before {
  content: "t";
  color: #FF8F3C;
}

.icon-fl_xls:before {
  content: "x";
  color: #64C539;
}

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

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

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

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

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

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

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

ul.normal li:before {
  content: "・";
}

ol.maru {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}
ol.maru li {
  list-style: none;
  margin-bottom: 0.8em;
  padding-left: 35px;
  position: relative;
}
ol.maru li:before {
  font-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: #355eaa;
  color: #FFF;
  display: block;
  float: left;
  line-height: 30px;
  margin-left: -35px;
  text-align: center;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
ol.maru li.value2:before {
  content: "2";
}
ol.maru li.value3:before {
  content: "3";
}
ol.maru li.value4:before {
  content: "4";
}
ol.maru li.value5:before {
  content: "5";
}
ol.maru li.value6:before {
  content: "6";
}
ol.maru li.value7:before {
  content: "7";
}
ol.maru li.value8:before {
  content: "8";
}
ol.maru li.value9:before {
  content: "9";
}
ol.maru li.value10:before {
  content: "10";
}
ol.maru li.value11:before {
  content: "11";
}
ol.maru li.value12:before {
  content: "12";
}
ol.maru li.value13:before {
  content: "13";
}
ol.maru li.value14:before {
  content: "14";
}
ol.maru li.value15:before {
  content: "15";
}

/*  Arrangement
----------------------------------------------- */
.align-r {
  text-align: right;
}

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

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

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

*.bl-center {
  margin: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

*.pd5 {
  padding: 5px;
}

*.pd10 {
  padding: 10px;
}

*.pd15 {
  padding: 15px;
}

*.pd20 {
  padding: 20px;
}

*.pd25 {
  padding: 25px;
}

*.pd30 {
  padding: 30px;
}

*.pd40 {
  padding: 40px;
}

*.pd50 {
  padding: 50px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.radius3 {
  border-radius: 3px;
}

.radius5 {
  border-radius: 5px;
}

.radius10 {
  border-radius: 10px;
}

.radius15 {
  border-radius: 15px;
}

.radius20 {
  border-radius: 20px;
}

.radius30 {
  border-radius: 30px;
}

.radius40 {
  border-radius: 40px;
}

.radius50 {
  border-radius: 50px;
}

.o-hidden {
  overflow: hidden;
}

.indent {
  margin-left: 1em;
}

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

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

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

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

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