@charset "UTF-8";
/* CSS Document */
/* Body Html Fonts
------------------------------------------------------------*/
html {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 14px;
  background-color: #f7f7f7;
}

@media screen and (max-width: 700px) {
  html {
    font-size: 13px;
  }
}

body {
  width: 100%;
  height: 100%;
/*  overflow-x: hidden; */
  position: relative;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #100e11;
  line-height: 1.8;
  font-feature-settings: "palt" 1;
}

body.fixed {
  position: fixed;
}

body a {
  color: #21a5c1;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

body a.disabled {
  color: #999999;
  pointer-events: none;
}

body a:hover {
  text-decoration: underline;
}

body a img {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  backface-visibility: hidden;
}

body a img:hover {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

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

body .wrap {
  width: 1100px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

body ::selection {
  background: rgba(33, 165, 193, 0.2);
  /* Safari */
}

body ::-moz-selection {
  background: rgba(33, 165, 193, 0.2);
  /* Firefox */
}

/* header
------------------------------------------------------------*/
body {
  padding-top: 80px;
  min-width: 1100px;
}

@media screen and (max-width: 1100px) {
  body {
    overflow-x: scroll;
  }
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  background: #2f2731;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 40px 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10;
}

header .head-logo {
  line-height: 0;
}

header .head-icon {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

header .head-icon > li {
  margin-left: 20px;
  position: relative;
}

header .head-icon > li > a, header .head-icon > li > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}

header .head-icon > li:nth-child(1) > a {
  font-size: 12px;
  font-size: 0.8571428571rem;
  background: #21a5c1;
  color: #FFF;
  padding-left: 10px;
  padding-right: 10px;
}

header .head-icon > li:nth-child(2) > span {
  background: #f7f7f7;
}

header .head-icon > li > span {
  cursor: pointer;
}

header .head-icon > li > span.active + ul {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

header .head-icon > li ul {
  position: absolute;
  top: 100%;
  width: 135px;
  margin-top: 10px;
  right: -10px;
  border: 1px solid #100e11;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  padding: 15px;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header .head-icon > li ul:before, header .head-icon > li ul:after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 8px 5px;
  border-color: transparent transparent #100e11 transparent;
  right: 25px;
  top: -8px;
}

header .head-icon > li ul:after {
  border-bottom-color: #FFF;
  top: -8px;
}

header .head-icon > li ul li {
  line-height: 1.5;
  font-size: 14px;
  font-size: 1rem;
}

header .head-icon > li ul li:not(:last-child) {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

header .head-icon > li ul li a {
  color: #100e11;
}

/* aside
------------------------------------------------------------*/
aside {
  position: fixed;
  left: 0;
  top: 0;
  width: 200px;
  height: 100%;
  padding-top: 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: #453b48;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 8;
}

aside .item-expand {
  position: absolute;
  left: 100%;
  top: 80px;
  width: 25px;
  height: 25px;
  background: #453b48;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  line-height: 0;
  cursor: pointer;
}

aside .item-expand img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

aside .item-nav {
  overflow-y: scroll;
  height: calc(100vh - 80px);
  -ms-overflow-style: none;
}

aside .item-nav::-webkit-scrollbar {
  display: none;
}

aside .item-nav dl {
  border-bottom: 1px solid #2f2731;
}

aside .item-nav dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 15px 20px;
  font-size: 15px;
  font-size: 1.0714285714rem;
  font-weight: bold;
  color: #FFF;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

aside .item-nav dl dt:not(:first-child) {
  border-top: 1px solid #2f2731;
}

aside .item-nav dl dt:hover:after {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

aside .item-nav dl dt:after {
  position: relative;
  top: 0;
  content: url(../img/arrow.svg);
  line-height: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

aside .item-nav dl dt.opened, aside .item-nav dl dt.current {
  background-color: #d6d0d8;
  color: #100e11;
}

aside .item-nav dl dt.opened:after, aside .item-nav dl dt.current:after {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
}

aside .item-nav dl dt.current + dd {
  display: block;
}

aside .item-nav dl dd {
  display: none;
}

aside .item-nav dl dd ul li:not(:last-child) {
  border-bottom: 1px solid #2f2731;
}

aside .item-nav dl dd ul li a {
  display: block;
  color: #FFF;
  background: #625565;
  padding: 15px 20px 15px 30px;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

aside .item-nav dl dd ul li a:hover {
  text-decoration: none;
  color: #100e11;
  background-color: #fff;
}

aside .item-nav dl dd ul li.current a {
  color: #100e11;
  background-color: #fff;
}

.expand aside {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.expand aside .item-expand img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

/* breadcrumb
------------------------------------------------------------*/
#breadcrumb:not(:last-child) {
  margin-bottom: 20px;
}

#breadcrumb ul {
  font-size: 13px;
  font-size: 0.9285714286rem;
}

#breadcrumb ul li {
  display: inline;
}

#breadcrumb ul li:not(:last-child):after {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", "Chalkboard SE", sans-serif;
  content: ">";
  margin-left: 12px;
  margin-right: 8px;
}

#breadcrumb ul li a {
  color: #100e11;
}

/* main
------------------------------------------------------------*/
main {
  display: block;
  padding: 55px 80px;
  margin-left: 200px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

main section:not(:last-child) {
  margin-bottom: 50px;
}

main section:not(:last-child).border {
  padding-bottom: 50px;
  border-bottom: 1px solid #dddddd;
}

main .icon-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

main .icon-circle span:nth-child(1) {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid #dddddd;
  margin-right: 10px;
}

.expand main {
  margin-left: 0;
}

main .input-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main .input-block .item-input {
  border: 1px solid #dddddd;
  background: #fff;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 6px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

main .input-block .item-input:not(:last-child) {
  margin-right: 30px;
  margin-bottom: 40px;
}

main .input-block .item-input > * {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 240px;
  margin-right: 20px;
}

main .input-block .item-input > *.long {
  max-width: inherit;
}

main .input-block .item-input > *.long:last-child {
  margin-right: 0;
}

main .input-block .item-input input[type='text'] {
  background: url(../img/icon-search.svg) no-repeat right center;
  padding-right: 15px;
}

main .input-block .item-input input[type="text"], main .input-block .item-input input[type="email"], main .input-block .item-input input[type="tel"], main .input-block .item-input input[type="password"], main .input-block .item-input input[type="number"], main .input-block .item-input input[type="search"] {
  border: none;
  border-bottom: 1px solid #2f2731;
  height: 35px;
  line-height: 35px;
  padding-left: 0;
}

main .input-block .item-input .select:after {
  background-color: transparent;
  width: 10px;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
}

main .input-block .item-input select {
  border: none;
  border-bottom: 1px solid #2f2731;
  height: 35px;
  line-height: 35px;
  padding-left: 0;
}

main .input-list:not(:last-child) {
  margin-bottom: 40px;
}

main .input-list > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main .input-list > div:not(:last-child) {
  margin-bottom: 20px;
}

main .input-list > div dl {
/*  width: 10px; */
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

main .input-list > div dl:not(:last-child) {
  margin-right: 40px;
}

main .input-list > div dl.top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

main .input-list > div dl.top dt {
  padding-top: 10px;
}

main .input-list > div dl dt {
  width: 115px;
  font-size: 15px;
  font-size: 1.0714285714rem;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main .input-list > div dl dt.w10 {
  width: 10px;
}

main .input-list > div dl dt.w20 {
  width: 20px;
}

main .input-list > div dl dt.w30 {
  width: 30px;
}

main .input-list > div dl dt.w40 {
  width: 40px;
}

main .input-list > div dl dt.w50 {
  width: 50px;
}

main .input-list > div dl dt.w60 {
  width: 60px;
}

main .input-list > div dl dt.w70 {
  width: 70px;
}

main .input-list > div dl dt.w80 {
  width: 80px;
}

main .input-list > div dl dt.w90 {
  width: 90px;
}

main .input-list > div dl dt.w100 {
  width: 100px;
}

main .input-list > div dl dt.w110 {
  width: 110px;
}

main .input-list > div dl dt.w120 {
  width: 120px;
}

main .input-list > div dl dt.w130 {
  width: 130px;
}

main .input-list > div dl dt.w140 {
  width: 140px;
}

main .input-list > div dl dt.w150 {
  width: 150px;
}

main .input-list > div dl dt.w160 {
  width: 160px;
}

main .input-list > div dl dt.w170 {
  width: 170px;
}

main .input-list > div dl dt.w180 {
  width: 180px;
}

main .input-list > div dl dt.w190 {
  width: 190px;
}

main .input-list > div dl dt.w200 {
  width: 200px;
}

main .input-list > div dl dt.w210 {
  width: 210px;
}

main .input-list > div dl dt.w220 {
  width: 220px;
}

main .input-list > div dl dt.w230 {
  width: 230px;
}

main .input-list > div dl dt.w240 {
  width: 240px;
}

main .input-list > div dl dt.w250 {
  width: 250px;
}

main .input-list > div dl dt.w260 {
  width: 260px;
}

main .input-list > div dl dt.w270 {
  width: 270px;
}

main .input-list > div dl dt.w280 {
  width: 280px;
}

main .input-list > div dl dt.w290 {
  width: 290px;
}

main .input-list > div dl dt.w300 {
  width: 300px;
}

main .input-list > div dl dt.w310 {
  width: 310px;
}

main .input-list > div dl dt.w320 {
  width: 320px;
}

main .input-list > div dl dt.w330 {
  width: 330px;
}

main .input-list > div dl dt.w340 {
  width: 340px;
}

main .input-list > div dl dt.w350 {
  width: 350px;
}

main .input-list > div dl dt.w360 {
  width: 360px;
}

main .input-list > div dl dt.w370 {
  width: 370px;
}

main .input-list > div dl dt.w380 {
  width: 380px;
}

main .input-list > div dl dt.w390 {
  width: 390px;
}

main .input-list > div dl dt.w400 {
  width: 400px;
}

main .input-list > div dl dt.w410 {
  width: 410px;
}

main .input-list > div dl dt.w420 {
  width: 420px;
}

main .input-list > div dl dt.w430 {
  width: 430px;
}

main .input-list > div dl dt.w440 {
  width: 440px;
}

main .input-list > div dl dt.w450 {
  width: 450px;
}

main .input-list > div dl dt.w460 {
  width: 460px;
}

main .input-list > div dl dt.w470 {
  width: 470px;
}

main .input-list > div dl dt.w480 {
  width: 480px;
}

main .input-list > div dl dt.w490 {
  width: 490px;
}

main .input-list > div dl dt.w500 {
  width: 500px;
}

main .input-list > div dl dt.required:after {
  content: "*";
  color: #c32a4d;
  margin-left: 5px;
}

main .input-list > div dl dd {
/*  width: 10px; */
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: -10px;
}

main .input-list > div dl dd .select, main .input-list > div dl dd .nice-select, main .input-list > div dl dd .SumoSelect, main .input-list > div dl dd > input, main .input-list > div dl dd textarea {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-right: 10px;
}

main .input-list > div dl dd .select.w10, main .input-list > div dl dd .nice-select.w10, main .input-list > div dl dd .SumoSelect.w10, main .input-list > div dl dd > input.w10, main .input-list > div dl dd textarea.w10 {
  width: 10px;
  -ms-flex: 0 0 auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}

main .input-list > div dl dd .select.w20, main .input-list > div dl dd .nice-select.w20, main .input-list > div dl dd .SumoSelect.w20, main .input-list > div dl dd > input.w20, main .input-list > div dl dd textarea.w20 {
  width: 20px;
  -ms-flex: 0 0 auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}

main .input-list > div dl dd .select.w30, main .input-list > div dl dd .nice-select.w30, main .input-list > div dl dd .SumoSelect.w30, main .input-list > div dl dd > input.w30, main .input-list > div dl dd textarea.w30 {
  width: 30px;
  -ms-flex: 0 0 auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}

main .input-list > div dl dd .select.w40, main .input-list > div dl dd .nice-select.w40, main .input-list > div dl dd .SumoSelect.w40, main .input-list > div dl dd > input.w40, main .input-list > div dl dd textarea.w40 {
  width: 40px;
  -ms-flex: 0 0 auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}

main .input-list > div dl dd .select.w50, main .input-list > div dl dd .nice-select.w50, main .input-list > div dl dd .SumoSelect.w50, main .input-list > div dl dd > input.w50, main .input-list > div dl dd textarea.w50 {
  width: 50px;
  -ms-flex: 0 0 auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}

main .input-list > div dl dd .select.w60, main .input-list > div dl dd .nice-select.w60, main .input-list > div dl dd .SumoSelect.w60, main .input-list > div dl dd > input.w60, main .input-list > div dl dd textarea.w60 {
  width: 60px;
  -ms-flex: 0 0 auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}

main .input-list > div dl dd .select.w70, main .input-list > div dl dd .nice-select.w70, main .input-list > div dl dd .SumoSelect.w70, main .input-list > div dl dd > input.w70, main .input-list > div dl dd textarea.w70 {
  width: 70px;
  -ms-flex: 0 0 auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}

main .input-list > div dl dd .select.w80, main .input-list > div dl dd .nice-select.w80, main .input-list > div dl dd .SumoSelect.w80, main .input-list > div dl dd > input.w80, main .input-list > div dl dd textarea.w80 {
  width: 80px;
  -ms-flex: 0 0 auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}

main .input-list > div dl dd .select.w90, main .input-list > div dl dd .nice-select.w90, main .input-list > div dl dd .SumoSelect.w90, main .input-list > div dl dd > input.w90, main .input-list > div dl dd textarea.w90 {
  width: 90px;
  -ms-flex: 0 0 auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}

main .input-list > div dl dd .select.w100, main .input-list > div dl dd .nice-select.w100, main .input-list > div dl dd .SumoSelect.w100, main .input-list > div dl dd > input.w100, main .input-list > div dl dd textarea.w100 {
  width: 100px;
  -ms-flex: 0 0 auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}

main .input-list > div dl dd .select.w110, main .input-list > div dl dd .nice-select.w110, main .input-list > div dl dd .SumoSelect.w110, main .input-list > div dl dd > input.w110, main .input-list > div dl dd textarea.w110 {
  width: 110px;
  -ms-flex: 0 0 auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}

main .input-list > div dl dd .select.w120, main .input-list > div dl dd .nice-select.w120, main .input-list > div dl dd .SumoSelect.w120, main .input-list > div dl dd > input.w120, main .input-list > div dl dd textarea.w120 {
  width: 120px;
  -ms-flex: 0 0 auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}

main .input-list > div dl dd .select.w130, main .input-list > div dl dd .nice-select.w130, main .input-list > div dl dd .SumoSelect.w130, main .input-list > div dl dd > input.w130, main .input-list > div dl dd textarea.w130 {
  width: 130px;
  -ms-flex: 0 0 auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}

main .input-list > div dl dd .select.w140, main .input-list > div dl dd .nice-select.w140, main .input-list > div dl dd .SumoSelect.w140, main .input-list > div dl dd > input.w140, main .input-list > div dl dd textarea.w140 {
  width: 140px;
  -ms-flex: 0 0 auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}

main .input-list > div dl dd .select.w150, main .input-list > div dl dd .nice-select.w150, main .input-list > div dl dd .SumoSelect.w150, main .input-list > div dl dd > input.w150, main .input-list > div dl dd textarea.w150 {
  width: 150px;
  -ms-flex: 0 0 auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}

main .input-list > div dl dd .select.w160, main .input-list > div dl dd .nice-select.w160, main .input-list > div dl dd .SumoSelect.w160, main .input-list > div dl dd > input.w160, main .input-list > div dl dd textarea.w160 {
  width: 160px;
  -ms-flex: 0 0 auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}

main .input-list > div dl dd .select.w170, main .input-list > div dl dd .nice-select.w170, main .input-list > div dl dd .SumoSelect.w170, main .input-list > div dl dd > input.w170, main .input-list > div dl dd textarea.w170 {
  width: 170px;
  -ms-flex: 0 0 auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}

main .input-list > div dl dd .select.w180, main .input-list > div dl dd .nice-select.w180, main .input-list > div dl dd .SumoSelect.w180, main .input-list > div dl dd > input.w180, main .input-list > div dl dd textarea.w180 {
  width: 180px;
  -ms-flex: 0 0 auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}

main .input-list > div dl dd .select.w190, main .input-list > div dl dd .nice-select.w190, main .input-list > div dl dd .SumoSelect.w190, main .input-list > div dl dd > input.w190, main .input-list > div dl dd textarea.w190 {
  width: 190px;
  -ms-flex: 0 0 auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}

main .input-list > div dl dd .select.w200, main .input-list > div dl dd .nice-select.w200, main .input-list > div dl dd .SumoSelect.w200, main .input-list > div dl dd > input.w200, main .input-list > div dl dd textarea.w200 {
  width: 200px;
  -ms-flex: 0 0 auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}

main .input-list > div dl dd .select.w210, main .input-list > div dl dd .nice-select.w210, main .input-list > div dl dd .SumoSelect.w210, main .input-list > div dl dd > input.w210, main .input-list > div dl dd textarea.w210 {
  width: 210px;
  -ms-flex: 0 0 auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}

main .input-list > div dl dd .select.w220, main .input-list > div dl dd .nice-select.w220, main .input-list > div dl dd .SumoSelect.w220, main .input-list > div dl dd > input.w220, main .input-list > div dl dd textarea.w220 {
  width: 220px;
  -ms-flex: 0 0 auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}

main .input-list > div dl dd .select.w230, main .input-list > div dl dd .nice-select.w230, main .input-list > div dl dd .SumoSelect.w230, main .input-list > div dl dd > input.w230, main .input-list > div dl dd textarea.w230 {
  width: 230px;
  -ms-flex: 0 0 auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}

main .input-list > div dl dd .select.w240, main .input-list > div dl dd .nice-select.w240, main .input-list > div dl dd .SumoSelect.w240, main .input-list > div dl dd > input.w240, main .input-list > div dl dd textarea.w240 {
  width: 240px;
  -ms-flex: 0 0 auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}

main .input-list > div dl dd .select.w250, main .input-list > div dl dd .nice-select.w250, main .input-list > div dl dd .SumoSelect.w250, main .input-list > div dl dd > input.w250, main .input-list > div dl dd textarea.w250 {
  width: 250px;
  -ms-flex: 0 0 auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}

main .input-list > div dl dd .select.w260, main .input-list > div dl dd .nice-select.w260, main .input-list > div dl dd .SumoSelect.w260, main .input-list > div dl dd > input.w260, main .input-list > div dl dd textarea.w260 {
  width: 260px;
  -ms-flex: 0 0 auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}

main .input-list > div dl dd .select.w270, main .input-list > div dl dd .nice-select.w270, main .input-list > div dl dd .SumoSelect.w270, main .input-list > div dl dd > input.w270, main .input-list > div dl dd textarea.w270 {
  width: 270px;
  -ms-flex: 0 0 auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}

main .input-list > div dl dd .select.w280, main .input-list > div dl dd .nice-select.w280, main .input-list > div dl dd .SumoSelect.w280, main .input-list > div dl dd > input.w280, main .input-list > div dl dd textarea.w280 {
  width: 280px;
  -ms-flex: 0 0 auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}

main .input-list > div dl dd .select.w290, main .input-list > div dl dd .nice-select.w290, main .input-list > div dl dd .SumoSelect.w290, main .input-list > div dl dd > input.w290, main .input-list > div dl dd textarea.w290 {
  width: 290px;
  -ms-flex: 0 0 auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}

main .input-list > div dl dd .select.w300, main .input-list > div dl dd .nice-select.w300, main .input-list > div dl dd .SumoSelect.w300, main .input-list > div dl dd > input.w300, main .input-list > div dl dd textarea.w300 {
  width: 300px;
  -ms-flex: 0 0 auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}

main .input-list > div dl dd .select.w310, main .input-list > div dl dd .nice-select.w310, main .input-list > div dl dd .SumoSelect.w310, main .input-list > div dl dd > input.w310, main .input-list > div dl dd textarea.w310 {
  width: 310px;
  -ms-flex: 0 0 auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}

main .input-list > div dl dd .select.w320, main .input-list > div dl dd .nice-select.w320, main .input-list > div dl dd .SumoSelect.w320, main .input-list > div dl dd > input.w320, main .input-list > div dl dd textarea.w320 {
  width: 320px;
  -ms-flex: 0 0 auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}

main .input-list > div dl dd .select.w330, main .input-list > div dl dd .nice-select.w330, main .input-list > div dl dd .SumoSelect.w330, main .input-list > div dl dd > input.w330, main .input-list > div dl dd textarea.w330 {
  width: 330px;
  -ms-flex: 0 0 auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}

main .input-list > div dl dd .select.w340, main .input-list > div dl dd .nice-select.w340, main .input-list > div dl dd .SumoSelect.w340, main .input-list > div dl dd > input.w340, main .input-list > div dl dd textarea.w340 {
  width: 340px;
  -ms-flex: 0 0 auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}

main .input-list > div dl dd .select.w350, main .input-list > div dl dd .nice-select.w350, main .input-list > div dl dd .SumoSelect.w350, main .input-list > div dl dd > input.w350, main .input-list > div dl dd textarea.w350 {
  width: 350px;
  -ms-flex: 0 0 auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}

main .input-list > div dl dd .select.w360, main .input-list > div dl dd .nice-select.w360, main .input-list > div dl dd .SumoSelect.w360, main .input-list > div dl dd > input.w360, main .input-list > div dl dd textarea.w360 {
  width: 360px;
  -ms-flex: 0 0 auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}

main .input-list > div dl dd .select.w370, main .input-list > div dl dd .nice-select.w370, main .input-list > div dl dd .SumoSelect.w370, main .input-list > div dl dd > input.w370, main .input-list > div dl dd textarea.w370 {
  width: 370px;
  -ms-flex: 0 0 auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}

main .input-list > div dl dd .select.w380, main .input-list > div dl dd .nice-select.w380, main .input-list > div dl dd .SumoSelect.w380, main .input-list > div dl dd > input.w380, main .input-list > div dl dd textarea.w380 {
  width: 380px;
  -ms-flex: 0 0 auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}

main .input-list > div dl dd .select.w390, main .input-list > div dl dd .nice-select.w390, main .input-list > div dl dd .SumoSelect.w390, main .input-list > div dl dd > input.w390, main .input-list > div dl dd textarea.w390 {
  width: 390px;
  -ms-flex: 0 0 auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}

main .input-list > div dl dd .select.w400, main .input-list > div dl dd .nice-select.w400, main .input-list > div dl dd .SumoSelect.w400, main .input-list > div dl dd > input.w400, main .input-list > div dl dd textarea.w400 {
  width: 400px;
  -ms-flex: 0 0 auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}

main .input-list > div dl dd .select.w410, main .input-list > div dl dd .nice-select.w410, main .input-list > div dl dd .SumoSelect.w410, main .input-list > div dl dd > input.w410, main .input-list > div dl dd textarea.w410 {
  width: 410px;
  -ms-flex: 0 0 auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}

main .input-list > div dl dd .select.w420, main .input-list > div dl dd .nice-select.w420, main .input-list > div dl dd .SumoSelect.w420, main .input-list > div dl dd > input.w420, main .input-list > div dl dd textarea.w420 {
  width: 420px;
  -ms-flex: 0 0 auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}

main .input-list > div dl dd .select.w430, main .input-list > div dl dd .nice-select.w430, main .input-list > div dl dd .SumoSelect.w430, main .input-list > div dl dd > input.w430, main .input-list > div dl dd textarea.w430 {
  width: 430px;
  -ms-flex: 0 0 auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}

main .input-list > div dl dd .select.w440, main .input-list > div dl dd .nice-select.w440, main .input-list > div dl dd .SumoSelect.w440, main .input-list > div dl dd > input.w440, main .input-list > div dl dd textarea.w440 {
  width: 440px;
  -ms-flex: 0 0 auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}

main .input-list > div dl dd .select.w450, main .input-list > div dl dd .nice-select.w450, main .input-list > div dl dd .SumoSelect.w450, main .input-list > div dl dd > input.w450, main .input-list > div dl dd textarea.w450 {
  width: 450px;
  -ms-flex: 0 0 auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}

main .input-list > div dl dd .select.w460, main .input-list > div dl dd .nice-select.w460, main .input-list > div dl dd .SumoSelect.w460, main .input-list > div dl dd > input.w460, main .input-list > div dl dd textarea.w460 {
  width: 460px;
  -ms-flex: 0 0 auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}

main .input-list > div dl dd .select.w470, main .input-list > div dl dd .nice-select.w470, main .input-list > div dl dd .SumoSelect.w470, main .input-list > div dl dd > input.w470, main .input-list > div dl dd textarea.w470 {
  width: 470px;
  -ms-flex: 0 0 auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}

main .input-list > div dl dd .select.w480, main .input-list > div dl dd .nice-select.w480, main .input-list > div dl dd .SumoSelect.w480, main .input-list > div dl dd > input.w480, main .input-list > div dl dd textarea.w480 {
  width: 480px;
  -ms-flex: 0 0 auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}

main .input-list > div dl dd .select.w490, main .input-list > div dl dd .nice-select.w490, main .input-list > div dl dd .SumoSelect.w490, main .input-list > div dl dd > input.w490, main .input-list > div dl dd textarea.w490 {
  width: 490px;
  -ms-flex: 0 0 auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}

main .input-list > div dl dd .select.w500, main .input-list > div dl dd .nice-select.w500, main .input-list > div dl dd .SumoSelect.w500, main .input-list > div dl dd > input.w500, main .input-list > div dl dd textarea.w500 {
  width: 500px;
  -ms-flex: 0 0 auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}

main .input-list > div dl dd .flex {
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: -20px;
}

main .input-list > div dl dd .flex > * {
  margin-right: 20px;
}

main .input-list > div dl dd .flex > span {
  margin-right: 10px;
}

main .input-list > div dl dd .btn {
  margin-left: -10px;
  margin-right: 10px;
}

main .input-list > div dl dd .btn .mdl {
  height: 46px;
}

.tooltip {
  position: relative;
  margin-left: 10px;
}

.tooltip > span {
  line-height: 0;
}

.tooltip > span:hover + div {
  pointer-events: auto;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

.tooltip > div {
  position: absolute;
  left: 0;
  top: 100%;
  width: 200px;
  margin-left: -5px;
  background: #fff;
  padding: 10px;
  font-size: 13px;
  font-size: 0.9285714286rem;
  z-index: 2;
  border: 1px solid #dddddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}

.tooltip > div:hover {
  pointer-events: auto;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

.tooltip > div:before, main .tooltip > div:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 6px 4px;
  border-color: transparent transparent #dddddd transparent;
  position: absolute;
  left: 10px;
  top: -6px;
}

.tooltip > div:after {
  top: -4px;
  border-bottom-color: #FFF;
}

.tooltip > div > p:not(:last-child) {
  margin-bottom: 5px;
}

main .folder-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -20px;
  padding-left: 25px;
}

main .folder-block > * {
  margin-bottom: 20px;
}

main .folder-block dt {
  width: 70px;
  margin-right: 10px;
  background: #625565;
  color: #FFF;
  text-align: center;
}

main .folder-block dd {
  width: calc(100% - 80px);
}

main .folder-block dd ul {
  margin-left: 15px;
  padding-top: 10px;
  border-left: 1px solid #625565;
}

main .folder-block dd ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

main .folder-block dd ul li:not(:last-child) {
  margin-bottom: 3px;
}

main .folder-block dd ul li:before {
  content: "";
  width: 15px;
  height: 1px;
  background: #625565;
  margin-right: 10px;
  -ms-flex: 0 0 auto;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

main .folder-block dd ul li:last-child {
  position: relative;
}

main .folder-block dd ul li:last-child:after {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  top: 50%;
  width: 1px;
  height: 50%;
  background-color: #f7f7f7;
}

main .title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

main .title-block:not(:last-child) {
  margin-bottom: 40px;
}

main .title-block .heading-lv01:not(:last-child) {
  margin-bottom: 0;
}

main .move-block {
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 0;
  background: #f7f7f7;
  padding: 10px 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 16px;
  font-size: 1.1428571429rem;
}

main .move-block > *:not(:last-child) {
  margin-right: 35px;
}

main .move-block .item-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

main .move-block .item-select .select:after {
  background-color: transparent;
  width: 10px;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
}

main .move-block .item-select select {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #2f2731;
  height: 35px;
  line-height: 35px;
}

main .move-block .item-select > span {
  font-size: 16px;
  font-size: 1.1428571429rem;
  padding-bottom: 3px;
  border-bottom: 1px solid #2f2731;
}

main .move-block .item-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main .move-block .item-links > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #d6d0d8;
  margin-left: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #100e11;
}

main .move-block .item-links > a:hover {
  background-color: #625565;
  color: #FFF;
  text-decoration: none;
}

main .move-block .item-links > a.current {
  color: #FFF;
  background: #625565;
  font-weight: bold;
}

main .move-block .item-links > a.prev, main .move-block .item-links > a.next, main .move-block .item-links > a.first, main .move-block .item-links > a.last {
  line-height: 0;
  background: #d6d0d8 url(../img/arrow-next.svg) no-repeat center;
}

main .move-block .item-links > a.prev:hover, main .move-block .item-links > a.next:hover, main .move-block .item-links > a.first:hover, main .move-block .item-links > a.last:hover {
  background-color: #625565;
  background-image: url(../img/arrow-next_white.svg);
}

main .move-block .item-links > a.prev, main .move-block .item-links > a.first {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

main .move-block .item-links > a.first, main .move-block .item-links > a.last {
  background-image: url(../img/arrow-last.svg);
}

main .move-block .item-links > a.first:hover, main .move-block .item-links > a.last:hover {
  background-image: url(../img/arrow-last_white.svg);
}

main .text-box {
  -webkit-box-shadow: 0 5px 15px 0 rgba(16, 14, 17, 0.15);
  -moz-box-shadow: 0 5px 15px 0 rgba(16, 14, 17, 0.15);
  -ms-box-shadow: 0 5px 15px 0 rgba(16, 14, 17, 0.15);
  -o-box-shadow: 0 5px 15px 0 rgba(16, 14, 17, 0.15);
  box-shadow: 0 5px 15px 0 rgba(16, 14, 17, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

main .text-box > * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

main .text-box dt {
  font-size: 15px;
  font-size: 1.0714285714rem;
  font-weight: bold;
  background: #625565;
  color: #FFF;
  padding: 15px;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

main .text-box dt .icon {
  line-height: 0;
  margin-left: 20px;
}

main .text-box dd {
  background: #fff;
  border: 3px solid #dddddd;
  border-top: none;
  padding: 20px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main .text-block:not(:last-child) {
  margin-bottom: 40px;
}

main .heading-lv01 + .text-block {
  margin-top: -15px;
}

main .notice-block {
  padding: 15px 20px;
  background: rgba(65, 207, 142, 0.3);
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: bold;
}

main .notice-block:not(:last-child) {
  margin-bottom: 40px;
}

main .screenshot-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: -30px;
}

main .screenshot-block > * {
  margin-right: 30px;
}

main .screenshot-block > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

main .screenshot-block > p label:not(:last-child) {
  margin-right: 10px;
}

main .preview-block {
  line-height: 0;
  text-align: center;
}

main .upload-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main .upload-block > div {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main .upload-block > div:not(:last-child) {
  margin-right: 40px;
}

main .upload-block .item-upload {
  width: 170px;
  -ms-flex: 0 0 auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  position: relative;
}

main .upload-block .item-upload > input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  cursor: pointer;
}

main .upload-block .item-upload label {
  display: block;
  cursor: pointer;
}

main .upload-block .item-upload label img {
  width: 100%;
  margin-bottom: 5px;
}

main .upload-block .item-upload label p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 15px;
  font-size: 1.0714285714rem;
}

main .upload-block .item-upload label p:before {
  content: "";
  width: 28px;
  height: 20px;
  margin-top: 3px;
  background: url(../img/icon-upload.png) no-repeat center/contain;
  -ms-flex: 0 0 auto;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 10px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main .upload-block .item-upload label p:before {
    background-image: url(../img/icon-upload@2x.png);
  }
}

main.login {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #453b48;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

main.login form {
  width: 380px;
}

main.login .item-logo {
  line-height: 0;
  margin-bottom: 30px;
  text-align: center;
}

main.login .item-input {
  color: #FFF;
}

main.login .item-input a {
  color: #FFF;
}

main.login .item-input > input {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.4);
}

main.login .item-input > input:not(:first-child) {
  margin-top: 25px;
}

main.login .item-input > input::placeholder {
  color: #FFF;
}

main.login .item-input .error {
  margin-top: 10px;
  color: #f36464;
  background: #FFF;
  padding: 10px 15px;
  font-size: 14px;
  font-size: 1rem;
  font-weight: bold;
  border: 1px solid #f36464;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  position: relative;
}

main.login .item-input .error:after, main.login .item-input .error:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 6px 5px;
  border-color: transparent transparent #f36464 transparent;
  position: absolute;
  left: 20px;
  top: -8px;
}

main.login .item-input .error:after {
  top: -6px;
  border-bottom-color: #FFF;
}

main.login .item-input .error p:not(:last-child) {
  margin-bottom: 4px;
}

main.login .item-input .btn {
  padding-top: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 15px;
}

main .tab-block:not(:last-child) {
  margin-bottom: 40px;
}

main .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: -1px;
  position: relative;
}

main .tabs:not(.scroll-x) {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

main .tabs.scroll-x {
  overflow-x: scroll;
}

main .tabs.scroll-x li {
  -ms-flex: 0 0 auto;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

main .tabs li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 3px;
  margin-right: 3px;
  position: relative;
}

main .tabs li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 50px;
  background: #625565;
  color: #FFF;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.3;
  text-align: center;
  font-size: 15px;
  font-size: 1.0714285714rem;
  font-weight: bold;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  border: 1px solid #625565;
  border-bottom: none;
}

main .tabs li > span {
  cursor: pointer;
}

main .tabs li > span:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 10px;
}

main .tabs li > span.close {
  position: absolute;
  right: 4px;
  top: 4px;
  line-height: 0;
}

main .tabs li > span.close img {
  width: 8px;
}

main .tabs li.current a {
  background-color: #fff;
  color: #100e11;
  border-color: #dddddd;
}

main .tabs.tab-02 li a {
  font-weight: normal;
}

main .tabs.tab-02 li:not(.current) a {
  background-color: #d6d0d8;
  border-color: #d6d0d8;
  color: #100e11;
}

main .tab-content {
  display: block;
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 30px;
  border: 1px solid #dddddd;
}

main .tab-content.sml {
  padding: 20px;
}

main .tab-content.sml .tab section {
  margin: 0 -20px;
}

main .tab-content.sml .tab section .inside {
  padding: 20px;
}

main .tab-content.sml .tab section:first-child {
  margin-top: -20px;
}

main .tab-content.sml .tab section:last-child {
  margin-bottom: -20px;
}

main .tab-content .tab {
  display: none;
}

main .tab-content .tab.current {
  display: block;
}

main .tab-content .tab section {
  margin: 0 -30px;
}

main .tab-content .tab section .inside {
  padding: 30px;
}

main .tab-content .tab section:first-child {
  margin-top: -30px;
}

main .tab-content .tab section:last-child {
  margin-bottom: -30px;
}

main .tab-content .tab section:not(:last-child) {
  border-bottom: 1px solid #dddddd;
}

main .range {
  width: 100%;
  border: none;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  height: 16px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 30px;
}

main .range:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4px;
  height: 4px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(98, 85, 101, 0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

main .range .noUi-handle {
  width: 28px;
  height: 28px;
  border: 2px solid #FFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #21a5c1;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  margin-right: 4px;
}

main .range .noUi-handle:before, main .range .noUi-handle:after {
  display: none;
}

main .range .noUi-base {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}

main .range .noUi-connects {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}

main .range .noUi-connect {
  background-color: #21a5c1;
}

main .open-block:not(:last-child) {
  margin-bottom: 40px;
}

main .open-block > dt {
  padding: 0 15px 0 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #625565;
  color: #FFF;
  position: relative;
  font-size: 15px;
  font-size: 1.0714285714rem;
  font-weight: bold;
  line-height: 1.4;
}

main .open-block > dt:before, main .open-block > dt:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 100%;
}

main .open-block > dt:before {
  background: #d6d0d8;
}

main .open-block > dt:after {
  background: url(../img/arrow-black.svg) no-repeat center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

main .open-block > dt.opened:after {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

main .open-block > dt .drag {
  width: 50px;
  height: 100%;
  margin-left: auto;
  background: #21a5c1 url(../img/icon-drag.svg) no-repeat center;
  margin-right: -15px;
}

main .open-block > dt:not(:first-child) {
  margin-top: 35px;
}

main .open-block > dd {
  padding-top: 10px;
  display: none;
}

main .open-block > dd .input-list {
  padding: 20px 20px 0;
}

main .condition-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

main .condition-list:not(:last-child) {
  margin-bottom: 30px;
}

main .condition-list > * {
  border-bottom: 1px solid #dddddd;
  padding: 15px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

main .condition-list dt {
  width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

main .condition-list dd {
  width: calc(100% - 160px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

main .condition-list dd > *:not(:last-child) {
  margin-right: 15px;
}

main .condition-list dd .icon {
  line-height: 0;
}

main .condition-list dd .icon.remove {
  margin-left: auto;
}

main .condition-list dd .check-radios > * {
  width: 90px;
}

main .scroll-block:not(.mCS_no_scrollbar) .inside {
  padding-right: 10px;
}

main .scroll-block.bg-white {
  background: #fff;
}

main .scroll-block.bg-white .inside {
  padding: 20px;
}

main .box-title {
  background: #625565;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px;
}

main .box-title:not(:first-child) {
  margin-top: 30px;
}

main .box-title h2 {
  font-size: 15px;
  font-size: 1.0714285714rem;
  font-weight: bold;
}

main .box-title .add {
  margin-left: auto;
  font-size: 15px;
  font-size: 1.0714285714rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
}

main .box-title .add:before {
  content: url(../img/icon-plus.svg);
  line-height: 0;
  margin-right: 10px;
}

main .box-title.input-block {
  padding: 10px 15px;
  background: #fff;
  border: 1px solid #d6d0d8;
}

main .box-title.input-block .item-input {
  border: none;
  padding: 0;
}

main .box-list > li {
  border: 3px solid #dddddd;
  background: #fff;
  position: relative;
}

main .box-list > li:not(:last-child) {
  margin-bottom: 20px;
}

main .box-list > li:first-child .item-hide {
  display: none;
}

main .box-list .item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 2px;
}

main .box-list .item-title > span {
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  line-height: 0;
}

main .box-list .item-title .drag {
  background: #21a5c1;
}

main .box-list .item-title .opener {
  background: #d6d0d8;
  cursor: pointer;
}

main .box-list .item-title .opener img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

main .box-list .item-title .opener.opened img {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

main .box-list .item-title .title {
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: bold;
}

main .box-list .item-content {
  padding: 15px;
}

main .box-list .item-content .option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-bottom: -10px;
}

main .box-list .item-content .option:not(:last-child) {
  margin-bottom: 0;
}

main .box-list .item-content .option > dl {
  width: calc(50% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-right: 20px;
  margin-bottom: 10px;
}

main .box-list .item-content .option > dl > * {
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

main .box-list .item-content .option dt {
  width: 110px;
  background: #625565;
  color: #FFF;
}

main .box-list .item-content .option dd {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  border: 1px solid #d6d0d8;
}

main .box-list .item-content table {
  margin: -5px;
  width: calc(100% + 10px);
  border: none;
  border-bottom: 1px solid #dddddd;
}

main .box-list .item-content table:not(:last-child) {
  margin-bottom: 20px;
}

main .box-list .item-hide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(16, 14, 17, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #FFF;
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: bold;
  cursor: pointer;
}

main .bg-box {
  background: #f7f7f7;
  padding: 20px;
}

main .bg-box:not(:last-child) {
  margin-bottom: 30px;
}

main .TinyTools.ToggleSwitch {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  border-color: #dddddd;
}

main .TinyTools.ToggleSwitch .NubWrapper .OffSide {
  background: #FFF;
  color: #999999;
}

main .TinyTools.ToggleSwitch .NubWrapper .OnSide {
  background: #21a5c1;
}

main .graph:not(:last-child) {
  margin-bottom: 40px;
}

main .graph:not(:last-child)#chart-03 {
  margin-bottom: -80px;
}

main .column-02 > div {
  position: relative;
}

main .column-02 > div .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
  height: calc(100vh - 110px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media all and (-ms-high-contrast: none) {
  main .column-02 > div .sticky {
    height: 100%;
  }
}

main .column-02 > div .sticky .scroll-block {
  height: 0;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main .column-02 > div .sticky .tab-content {
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main .column-02 > div .sticky .tab-content .tab.current {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

main .column-02 > div .sticky .tab-content .tab.current .scroll {
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main .schedule-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 35px;
}

main .schedule-top .today {
  color: #100e11;
  font-size: 15px;
  font-size: 1.0714285714rem;
  border: 1px solid #625565;
  width: 100px;
  height: 45px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: 40px;
}

main .schedule-top .today:hover {
  text-decoration: none;
  color: #FFF;
  background-color: #625565;
}

main .schedule-top .month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 40px;
}

main .schedule-top .month > *:not(:last-child) {
  margin-right: 30px;
}

main .schedule-top .month > a {
  line-height: 0;
}

main .schedule-top .month > a:first-child {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

main .schedule-top .switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

main .schedule-top .switch > * {
  margin-right: 20px;
}

main .schedule-top .update {
  color: #f36464;
  margin-left: auto;
  font-size: 15px;
  font-size: 1.0714285714rem;
  font-weight: bold;
}

.schedule-calendar > div, .popup .item-calendar > div {
  display: none;
}

.schedule-calendar > div.current, .popup .item-calendar > div.current {
  display: block;
}

.schedule-calendar .week-list, .popup .item-calendar .week-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 5px;
}

.schedule-calendar .week-list li, .popup .item-calendar .week-list li {
  font-size: 13px;
  font-size: 0.9285714286rem;
  width: 0;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.schedule-calendar .calendar, .popup .item-calendar .calendar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}

.schedule-calendar .calendar li, .popup .item-calendar .calendar li {
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  background: #fff;
  width: 14.2857142857%;
  min-height: 140px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding-top: 60px;
}

@media all and (-ms-high-contrast: none) {
  .schedule-calendar .calendar li, .popup .item-calendar .calendar li {
    height: 140px;
    min-height: 0;
  }
}

.schedule-calendar .calendar li.prev, .popup .item-calendar .calendar li.prev, .schedule-calendar .calendar li.next, .popup .item-calendar .calendar li.next {
  color: #999999;
}

.schedule-calendar .calendar li.prev > span a, .popup .item-calendar .calendar li.prev > span a, .schedule-calendar .calendar li.next > span a, .popup .item-calendar .calendar li.next > span a {
  color: #999999;
}

.schedule-calendar .calendar li > span, .popup .item-calendar .calendar li > span {
  position: absolute;
  left: 5px;
  top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  min-width: 24px;
  height: 24px;
  font-size: 13px;
  font-size: 0.9285714286rem;
  padding: 0 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

.schedule-calendar .calendar li > span.today, .popup .item-calendar .calendar li > span.today {
  background-color: #625565;
  color: #FFF;
}

.schedule-calendar .calendar li > span.today a, .popup .item-calendar .calendar li > span.today a {
  background-color: #625565;
  color: #FFF;
}

.schedule-calendar .calendar li > span.on, .popup .item-calendar .calendar li > span.on {
  background-color: #21a5c1;
  color: #FFF;
}

.schedule-calendar .calendar li > span.on a, .popup .item-calendar .calendar li > span.on a {
  background-color: #21a5c1;
  color: #FFF;
}

.schedule-calendar .calendar li > span a, .popup .item-calendar .calendar li > span a {
  color: #100e11;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  min-width: 24px;
  height: 24px;
  margin-left: -3px;
  margin-right: -3px;
}

.schedule-calendar .calendar li > a, .popup .item-calendar .calendar li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  color: #2ba86f;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  height: 24px;
  background: rgba(65, 207, 142, 0.3);
}

.schedule-calendar .calendar li > a:not(:last-child), .popup .item-calendar .calendar li > a:not(:last-child) {
  margin-bottom: 1px;
}

.schedule-calendar .calendar li > a:hover, .popup .item-calendar .calendar li > a:hover {
  text-decoration: none;
  background: rgba(65, 207, 142, 0.5);
}

.schedule-calendar .calendar li > a.interrupt, .popup .item-calendar .calendar li > a.interrupt {
  position: absolute;
  left: 0;
  top: 35px;
  color: #e25a5a;
  background: rgba(243, 100, 100, 0.3);
}

.schedule-calendar .calendar li > a.interrupt:hover, .popup .item-calendar .calendar li > a.interrupt:hover {
  background: rgba(243, 100, 100, 0.5);
}

.schedule-calendar .calendar li > a.day-1, .popup .item-calendar .calendar li > a.day-1 {
  width: calc( 100% + 1px);
}

.schedule-calendar .calendar li > a.day-2, .popup .item-calendar .calendar li > a.day-2 {
  width: calc( 200% + 2px);
}

.schedule-calendar .calendar li > a.day-3, .popup .item-calendar .calendar li > a.day-3 {
  width: calc( 300% + 3px);
}

.schedule-calendar .calendar li > a.day-4, .popup .item-calendar .calendar li > a.day-4 {
  width: calc( 400% + 4px);
}

.schedule-calendar .calendar li > a.day-5, .popup .item-calendar .calendar li > a.day-5 {
  width: calc( 500% + 5px);
}

.schedule-calendar .calendar li > a.day-6, .popup .item-calendar .calendar li > a.day-6 {
  width: calc( 600% + 6px);
}

.schedule-calendar .calendar li > a.day-7, .popup .item-calendar .calendar li > a.day-7 {
  width: calc( 700% + 7px);
}

.schedule-calendar .time-list, .popup .item-calendar .time-list {
  margin-right: 10px;
  padding-top: 132px;
}

.schedule-calendar .time-list li, .popup .item-calendar .time-list li {
  font-size: 13px;
  font-size: 0.9285714286rem;
  height: 35px;
}

.schedule-calendar .day-list, .popup .item-calendar .day-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}

.schedule-calendar .day-list > li, .popup .item-calendar .day-list > li {
  width: 0;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  background: #fff;
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}

.schedule-calendar .day-list > li.prev, .popup .item-calendar .day-list > li.prev, .schedule-calendar .day-list > li.next, .popup .item-calendar .day-list > li.next {
  color: #999999;
}

.schedule-calendar .day-list > li.prev .day a, .popup .item-calendar .day-list > li.prev .day a, .schedule-calendar .day-list > li.next .day a, .popup .item-calendar .day-list > li.next .day a {
  color: #999999;
}

.schedule-calendar .day-list > li > *, .popup .item-calendar .day-list > li > * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.schedule-calendar .day-list > li .day, .popup .item-calendar .day-list > li .day {
  padding: 5px 10px;
  border-bottom: 1px solid #dddddd;
  font-size: 13px;
  font-size: 0.9285714286rem;
  height: 40px;
  position: relative;
}

.schedule-calendar .day-list > li .day a, .popup .item-calendar .day-list > li .day a {
  color: #100e11;
}

.schedule-calendar .day-list > li .day a:before, .popup .item-calendar .day-list > li .day a:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.schedule-calendar .day-list > li .interrupt, .popup .item-calendar .day-list > li .interrupt {
  border-bottom: 1px solid #dddddd;
  height: 40px;
  padding: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.schedule-calendar .day-list > li .interrupt a, .popup .item-calendar .day-list > li .interrupt a {
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  color: #e25a5a;
  background: rgba(243, 100, 100, 0.3);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.schedule-calendar .day-list > li .interrupt a:hover, .popup .item-calendar .day-list > li .interrupt a:hover {
  background: rgba(243, 100, 100, 0.5);
  text-decoration: none;
}

.schedule-calendar .day-list > li .schedule li, .popup .item-calendar .day-list > li .schedule li {
  height: 35px;
  position: relative;
  padding: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.schedule-calendar .day-list > li .schedule li:not(:last-child), .popup .item-calendar .day-list > li .schedule li:not(:last-child) {
  border-bottom: 1px dashed #dddddd;
}

.schedule-calendar .day-list > li .schedule li > a, .popup .item-calendar .day-list > li .schedule li > a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: calc(100% - 6px);
  color: #2ba86f;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
  padding: 2px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 3px;
  top: 3px;
  background: rgba(65, 207, 142, 0.3);
}

.schedule-calendar .day-list > li .schedule li > a:hover, .popup .item-calendar .day-list > li .schedule li > a:hover {
  background: rgba(65, 207, 142, 0.5);
  text-decoration: none;
}

.schedule-calendar .day-list > li .schedule li > a.hour-1, .popup .item-calendar .day-list > li .schedule li > a.hour-1 {
  height: calc( 100% + 1px - 6px);
}

.schedule-calendar .day-list > li .schedule li > a.hour-2, .popup .item-calendar .day-list > li .schedule li > a.hour-2 {
  height: calc( 200% + 2px - 6px);
}

.schedule-calendar .day-list > li .schedule li > a.hour-3, .popup .item-calendar .day-list > li .schedule li > a.hour-3 {
  height: calc( 300% + 3px - 6px);
}

.schedule-calendar .day-list > li .schedule li > a.hour-4, .popup .item-calendar .day-list > li .schedule li > a.hour-4 {
  height: calc( 400% + 4px - 6px);
}

.schedule-calendar .day-list > li .schedule li > a.hour-5, .popup .item-calendar .day-list > li .schedule li > a.hour-5 {
  height: calc( 500% + 5px - 6px);
}

.schedule-calendar .day-list > li .schedule li > a.hour-6, .popup .item-calendar .day-list > li .schedule li > a.hour-6 {
  height: calc( 600% + 6px - 6px);
}

.schedule-calendar .day-list > li .schedule li > a.hour-7, .popup .item-calendar .day-list > li .schedule li > a.hour-7 {
  height: calc( 700% + 7px - 6px);
}

.schedule-calendar .day-list > li .schedule li > a.hour-8, .popup .item-calendar .day-list > li .schedule li > a.hour-8 {
  height: calc( 800% + 8px - 6px);
}

.schedule-calendar .day-list > li .schedule li > a.hour-9, .popup .item-calendar .day-list > li .schedule li > a.hour-9 {
  height: calc( 900% + 9px - 6px);
}

.schedule-calendar .day-list > li .schedule li > a.hour-10, .popup .item-calendar .day-list > li .schedule li > a.hour-10 {
  height: calc( 1000% + 10px - 6px);
}

.schedule-calendar .day-list > li .schedule li > a.hour-11, .popup .item-calendar .day-list > li .schedule li > a.hour-11 {
  height: calc( 1100% + 11px - 6px);
}

.schedule-calendar .day-list > li .schedule li > a.hour-12, .popup .item-calendar .day-list > li .schedule li > a.hour-12 {
  height: calc( 1200% + 12px - 6px);
}

.schedule-calendar .day-list > li .schedule li > a.hour-13, .popup .item-calendar .day-list > li .schedule li > a.hour-13 {
  height: calc( 1300% + 13px - 6px);
}

.schedule-calendar .day-list > li .schedule li > a.hour-14, .popup .item-calendar .day-list > li .schedule li > a.hour-14 {
  height: calc( 1400% + 14px - 6px);
}

.schedule-calendar .day-list > li .schedule li > a.hour-15, .popup .item-calendar .day-list > li .schedule li > a.hour-15 {
  height: calc( 1500% + 15px - 6px);
}

.schedule-calendar .day-list > li .schedule li > a.hour-16, .popup .item-calendar .day-list > li .schedule li > a.hour-16 {
  height: calc( 1600% + 16px - 6px);
}

.schedule-calendar .day-list > li .schedule li > a.hour-17, .popup .item-calendar .day-list > li .schedule li > a.hour-17 {
  height: calc( 1700% + 17px - 6px);
}

.schedule-calendar .day-list > li .schedule li > a.hour-18, .popup .item-calendar .day-list > li .schedule li > a.hour-18 {
  height: calc( 1800% + 18px - 6px);
}

.schedule-calendar .day-list > li .schedule li > a.hour-19, .popup .item-calendar .day-list > li .schedule li > a.hour-19 {
  height: calc( 1900% + 19px - 6px);
}

.schedule-calendar .day-list > li .schedule li > a.hour-20, .popup .item-calendar .day-list > li .schedule li > a.hour-20 {
  height: calc( 2000% + 20px - 6px);
}

.schedule-calendar .day-list > li .schedule li > a.hour-21, .popup .item-calendar .day-list > li .schedule li > a.hour-21 {
  height: calc( 2100% + 21px - 6px);
}

.schedule-calendar .day-list > li .schedule li > a.hour-22, .popup .item-calendar .day-list > li .schedule li > a.hour-22 {
  height: calc( 2200% + 22px - 6px);
}

.schedule-calendar .day-list > li .schedule li > a.hour-23, .popup .item-calendar .day-list > li .schedule li > a.hour-23 {
  height: calc( 2300% + 23px - 6px);
}

.schedule-calendar .day-list > li .schedule li > a.hour-24, .popup .item-calendar .day-list > li .schedule li > a.hour-24 {
  height: calc( 2400% + 24px - 6px);
}

.schedule-calendar .flex, .popup .item-calendar .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.schedule-calendar .flex > div, .popup .item-calendar .flex > div {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.schedule-calendar .year-list, .popup .item-calendar .year-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -40px -40px 0;
}

.schedule-calendar .year-list > li, .popup .item-calendar .year-list > li {
  width: calc(25% - 40px);
  margin: 0 40px 40px 0;
}

.schedule-calendar .year-list > li > p, .popup .item-calendar .year-list > li > p {
  padding: 10px;
  font-size: 14px;
  font-size: 1rem;
  font-weight: bold;
  color: #625565;
}

.schedule-calendar .year-list .week-list li, .popup .item-calendar .year-list .week-list li {
  text-align: center;
  color: #999999;
}

.schedule-calendar .year-list .calendar, .popup .item-calendar .year-list .calendar {
  border: none;
}

.schedule-calendar .year-list .calendar li, .popup .item-calendar .year-list .calendar li {
  border: none;
  background: none;
  min-height: 0;
  padding-top: 0;
}

.schedule-calendar .year-list .calendar li > span, .popup .item-calendar .year-list .calendar li > span {
  position: relative;
  height: 30px;
  background: none;
  padding: 0;
  left: 0;
  top: 0;
  font-size: 12px;
  font-size: 0.8571428571rem;
}

.schedule-calendar .year-list .calendar li > span a, .popup .item-calendar .year-list .calendar li > span a {
  width: 24px;
  height: 24px;
  margin: 0;
}

.mCustomScrollBox .mCSB_container {
  margin-right: 20px;
}

.scroll-x .mCustomScrollBox .mCSB_container {
  margin-right: 0;
  margin-bottom: 20px;
}

.mCustomScrollBox .mCSB_scrollTools {
  width: 20px;
}

.scroll-x .mCustomScrollBox .mCSB_scrollTools {
  width: auto;
  height: 20px;
}

.scroll-x .mCustomScrollBox .mCSB_scrollTools .mCSB_dragger_bar {
  width: auto;
  height: 20px;
  margin: 0;
}

.mCustomScrollBox .mCSB_scrollTools .mCSB_draggerRail {
  width: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: rgba(214, 208, 216, 0.2);
}

.mCustomScrollBox .mCSB_scrollTools .mCSB_dragger_bar {
  width: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: #d6d0d8;
}

.mCustomScrollBox .mCSB_scrollTools .mCSB_dragger_bar:hover {
  background: #beb4c1;
}

.mCustomScrollBox .mCSB_scrollTools .mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: #beb4c1;
}

.mfp-bg {
  background: #000;
}

.mfp-bg.mfp-ready.mfp-fade {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.popup {
  background: #fff;
  width: 530px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 5px 10px 0 rgba(16, 14, 17, 0.15);
  -moz-box-shadow: 0 5px 10px 0 rgba(16, 14, 17, 0.15);
  -ms-box-shadow: 0 5px 10px 0 rgba(16, 14, 17, 0.15);
  -o-box-shadow: 0 5px 10px 0 rgba(16, 14, 17, 0.15);
  box-shadow: 0 5px 10px 0 rgba(16, 14, 17, 0.15);
  position: relative;
}

.popup .item-search:not(:last-child) {
  margin-bottom: 25px;
}

.popup .item-search input {
  background: url(../img/icon-search.svg) no-repeat right center;
  padding-right: 15px;
  border: none;
  border-bottom: 1px solid #2f2731;
  height: 35px;
  line-height: 35px;
  padding-left: 0;
  width: 240px;
}

.popup .popup-item {
  margin-bottom: 20px;
}

.popup .popup-item .title {
  font-size: 14px;
  font-size: 1rem;
  font-weight: normal;
  padding-bottom: 5px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 5px;
}

.popup .popup-item ul li {
  border-bottom: 1px solid #dddddd;
  padding: 10px;
}

.popup .popup-item ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #100e11;
}

.popup .popup-item ul li a span:nth-child(1) {
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dddddd;
  margin-right: 10px;
}

.popup .item-move {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.popup .item-move > span {
  margin-right: 20px;
}

.popup .item-move > a {
  width: 26px;
  height: 26px;
  background: #d6d0d8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  line-height: 0;
}

.popup .item-move > a:not(:last-child) {
  margin-right: 10px;
}

.popup .item-move > a.prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

.popup .item-error {
  text-align: center;
  color: #c32a4d;
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  padding-top: 10px;
}

.popup .item-close {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.popup .item-close button {
  background-color: #d6d0d8;
  display: -moz-inline-box;
  display: inline-block;
  line-height: 1.6;
  padding: 5px 10px;
  height: auto;
  position: relative;
  background: #d6d0d8;
  display: -moz-inline-box;
  display: inline-block;
  font-size: 16px;
  font-size: 1.1428571429rem;
  text-indent: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #100e11;
}

.popup .item-upload {
  border: 3px dashed #dddddd;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  min-height: 150px;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.popup .item-upload input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
}

.popup .item-upload > label {
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: bold;
  line-height: 1.6;
}

.popup .item-upload > label:not(:last-child) {
  margin-bottom: 5px;
}

.popup .item-upload > label > *:not(:last-child) {
  margin-bottom: 5px;
}

.popup .item-upload > label .title {
  color: #f573bc;
}

.popup .item-upload .result li {
  margin-top: 10px;
  border: 1px solid #21a5c1;
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 5px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  color: #FFF;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}

.popup .item-upload .result li .label, .popup .item-upload .result li .close {
  position: relative;
  z-index: 2;
}

.popup .item-upload .result li .close {
  margin-left: auto;
  position: relative;
  z-index: 2;
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: bold;
  margin-right: -5px;
  cursor: pointer;
}

.popup .item-upload .result li .bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: #21a5c1;
}

.popup .item-upload .item-load {
  margin-left: -3px;
  margin-right: -3px;
  margin-top: -3px;
  width: calc(100% + 6px);
}

.popup .item-scroll {
  max-height: 400px;
  border: 1px solid #dddddd;
}

.popup .item-scroll table {
  border: none;
}

.popup .item-scroll table:not(:last-child) {
  margin-bottom: 20px;
}

.popup .item-load {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 20px;
}

.popup .item-load span {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #21a5c1;
}

.popup .item-program {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.popup .item-program > * {
  border-bottom: 1px solid #dddddd;
  padding-top: 10px;
  padding-bottom: 10px;
}

.popup .item-program dt {
  width: 115px;
  font-weight: bold;
}

.popup .item-program dd {
  width: calc(100% - 115px);
}

.popup .item-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.popup .item-control a {
  line-height: 0;
}

.popup .item-control a:not(:last-child) {
  margin-right: 10px;
}

.popup .item-title {
  background-color: #625565;
  color: #FFF;
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: bold;
  padding: 10px 20px;
  margin: -20px -20px 20px;
}

.popup .item-calendar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  max-height: calc(100vh - 300px);
  overflow-y: scroll;
}

.popup .item-calendar .time-list {
  padding-top: 64px;
}

.popup .item-calendar > div {
  display: block;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.popup.w800 {
  width: 800px;
}

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

.popup .flex > * {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.popup .flex > *:not(:last-child) {
  margin-right: 20px;
}

.flatpickr-calendar {
  padding: 2px 20px 10px;
}

.flatpickr-calendar .flatpickr-current-month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flatpickr-calendar .flatpickr-current-month .numInputWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 20px;
}

.flatpickr-calendar .flatpickr-current-month .numInputWrapper input {
  height: 35px;
  line-height: 35px;
  min-width: auto;
}

.flatpickr-calendar .flatpickr-current-month .numInputWrapper > span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  height: 40%;
}

.flatpickr-calendar .flatpickr-current-month .numInputWrapper:after {
}

.flatpickr-calendar .flatpickr-months {
  margin-bottom: 15px;
  font-size: 12px;
  font-size: 0.8571428571rem;
}

.flatpickr-calendar .flatpickr-monthDropdown-months {
  line-height: 35px;
  height: 35px;
}

.ui-timepicker-container {
  -webkit-box-shadow: 0 3px 8px 0 rgba(16, 14, 17, 0.2);
  -moz-box-shadow: 0 3px 8px 0 rgba(16, 14, 17, 0.2);
  -ms-box-shadow: 0 3px 8px 0 rgba(16, 14, 17, 0.2);
  -o-box-shadow: 0 3px 8px 0 rgba(16, 14, 17, 0.2);
  box-shadow: 0 3px 8px 0 rgba(16, 14, 17, 0.2);
  border: 1px solid #dddddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
  -moz-transition: transform 0.3s ease, opacity 0.3s ease;
  -ms-transition: transform 0.3s ease, opacity 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}

.ui-timepicker-container.ui-timepicker-hidden, .ui-timepicker-container.ui-helper-hidden {
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px);
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
}

.ui-timepicker-standard .ui-state-hover {
  background: #d6d0d8;
  border: none;
}

/*sp*/
@media screen and (max-width: 1100px) {
  /* main
------------------------------------------------------------*/
  main {
    padding: 55px 40px;
  }
  main .move-block {
    position: relative;
    padding: 0;
    width: auto;
  }
}

/* padding & margin */
.pd {
  padding: 30px;
}

.mg {
  margin: 30px;
}

.nomb {
  margin-bottom: 0 !important;
}

.nomt {
  margin-top: 0 !important;
}

.nopt {
  padding-top: 0 !important;
}

.nopb {
  padding-bottom: 0 !important;
}

.pt {
  padding-top: 30px;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pt110 {
  padding-top: 110px;
}

.pt120 {
  padding-top: 120px;
}

.pt130 {
  padding-top: 130px;
}

.pt140 {
  padding-top: 140px;
}

.pt150 {
  padding-top: 150px;
}

.pt160 {
  padding-top: 160px;
}

.pt170 {
  padding-top: 170px;
}

.pt180 {
  padding-top: 180px;
}

.pt190 {
  padding-top: 190px;
}

.pt200 {
  padding-top: 200px;
}

.pb {
  padding-bottom: 30px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb110 {
  padding-bottom: 110px;
}

.pb120 {
  padding-bottom: 120px;
}

.pb130 {
  padding-bottom: 130px;
}

.pb140 {
  padding-bottom: 140px;
}

.pb150 {
  padding-bottom: 150px;
}

.pb160 {
  padding-bottom: 160px;
}

.pb170 {
  padding-bottom: 170px;
}

.pb180 {
  padding-bottom: 180px;
}

.pb190 {
  padding-bottom: 190px;
}

.pb200 {
  padding-bottom: 200px;
}

.mt {
  margin-top: 30px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mt110 {
  margin-top: 110px;
}

.mt120 {
  margin-top: 120px;
}

.mt130 {
  margin-top: 130px;
}

.mt140 {
  margin-top: 140px;
}

.mt150 {
  margin-top: 150px;
}

.mt160 {
  margin-top: 160px;
}

.mt170 {
  margin-top: 170px;
}

.mt180 {
  margin-top: 180px;
}

.mt190 {
  margin-top: 190px;
}

.mt200 {
  margin-top: 200px;
}

.mb {
  margin-bottom: 30px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb110 {
  margin-bottom: 110px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb130 {
  margin-bottom: 130px;
}

.mb140 {
  margin-bottom: 140px;
}

.mb150 {
  margin-bottom: 150px;
}

.mb160 {
  margin-bottom: 160px;
}

.mb170 {
  margin-bottom: 170px;
}

.mb180 {
  margin-bottom: 180px;
}

.mb190 {
  margin-bottom: 190px;
}

.mb200 {
  margin-bottom: 200px;
}

.pl {
  padding-left: 30px;
}

.pl-a {
  padding-left: auto;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 25px;
}

.pr {
  padding-right: 30px;
}

.pr-a {
  padding-right: auto;
}

.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.ml {
  margin-left: 30px;
}

.ml-a {
  margin-left: auto;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.mr {
  margin-right: 30px;
}

.mr-a {
  margin-right: auto;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

@media screen and (max-width: 700px) {
  .pd {
    padding: 20px;
  }
  .mg {
    margin: 20px;
  }
  .pt {
    padding-top: 20px;
  }
  .pt5 {
    padding-top: 3px;
  }
  .pt10 {
    padding-top: 6px;
  }
  .pt15 {
    padding-top: 9px;
  }
  .pt20 {
    padding-top: 12px;
  }
  .pt25 {
    padding-top: 15px;
  }
  .pt30 {
    padding-top: 18px;
  }
  .pt35 {
    padding-top: 21px;
  }
  .pt40 {
    padding-top: 24px;
  }
  .pt45 {
    padding-top: 27px;
  }
  .pt50 {
    padding-top: 30px;
  }
  .pt60 {
    padding-top: 36px;
  }
  .pt70 {
    padding-top: 42px;
  }
  .pt80 {
    padding-top: 48px;
  }
  .pt90 {
    padding-top: 54px;
  }
  .pt100 {
    padding-top: 60px;
  }
  .pt110 {
    padding-top: 66px;
  }
  .pt120 {
    padding-top: 72px;
  }
  .pt130 {
    padding-top: 78px;
  }
  .pt140 {
    padding-top: 84px;
  }
  .pt150 {
    padding-top: 90px;
  }
  .pt160 {
    padding-top: 96px;
  }
  .pt170 {
    padding-top: 102px;
  }
  .pt180 {
    padding-top: 108px;
  }
  .pt190 {
    padding-top: 114px;
  }
  .pt200 {
    padding-top: 120px;
  }
  .pb {
    padding-bottom: 20px;
  }
  .pb5 {
    padding-bottom: 3px;
  }
  .pb10 {
    padding-bottom: 6px;
  }
  .pb15 {
    padding-bottom: 9px;
  }
  .pb20 {
    padding-bottom: 12px;
  }
  .pb25 {
    padding-bottom: 15px;
  }
  .pb30 {
    padding-bottom: 18px;
  }
  .pb35 {
    padding-bottom: 21px;
  }
  .pb40 {
    padding-bottom: 24px;
  }
  .pb45 {
    padding-bottom: 27px;
  }
  .pb50 {
    padding-bottom: 30px;
  }
  .pb55 {
    padding-bottom: 33px;
  }
  .pb60 {
    padding-bottom: 36px;
  }
  .pb65 {
    padding-bottom: 39px;
  }
  .pb70 {
    padding-bottom: 42px;
  }
  .pb75 {
    padding-bottom: 45px;
  }
  .pb80 {
    padding-bottom: 48px;
  }
  .pb85 {
    padding-bottom: 51px;
  }
  .pb90 {
    padding-bottom: 54px;
  }
  .pb95 {
    padding-bottom: 57px;
  }
  .pb100 {
    padding-bottom: 60px;
  }
  .pb60 {
    padding-bottom: 36px;
  }
  .pb70 {
    padding-bottom: 42px;
  }
  .pb80 {
    padding-bottom: 48px;
  }
  .pb90 {
    padding-bottom: 54px;
  }
  .pb100 {
    padding-bottom: 60px;
  }
  .mt {
    margin-top: 20px;
  }
  .mt5 {
    margin-top: 3px;
  }
  .mt10 {
    margin-top: 6px;
  }
  .mt15 {
    margin-top: 9px;
  }
  .mt20 {
    margin-top: 12px;
  }
  .mt25 {
    margin-top: 15px;
  }
  .mt30 {
    margin-top: 18px;
  }
  .mt35 {
    margin-top: 21px;
  }
  .mt40 {
    margin-top: 24px;
  }
  .mt45 {
    margin-top: 27px;
  }
  .mt50 {
    margin-top: 30px;
  }
  .mt55 {
    margin-top: 33px;
  }
  .mt60 {
    margin-top: 36px;
  }
  .mt65 {
    margin-top: 39px;
  }
  .mt70 {
    margin-top: 42px;
  }
  .mt75 {
    margin-top: 45px;
  }
  .mt80 {
    margin-top: 48px;
  }
  .mt85 {
    margin-top: 51px;
  }
  .mt90 {
    margin-top: 54px;
  }
  .mt95 {
    margin-top: 57px;
  }
  .mt100 {
    margin-top: 60px;
  }
  .mt60 {
    margin-top: 36px;
  }
  .mt70 {
    margin-top: 42px;
  }
  .mt80 {
    margin-top: 48px;
  }
  .mt90 {
    margin-top: 54px;
  }
  .mt100 {
    margin-top: 60px;
  }
  .mb {
    margin-bottom: 20px;
  }
  .mb5 {
    margin-bottom: 3px;
  }
  .mb10 {
    margin-bottom: 6px;
  }
  .mb15 {
    margin-bottom: 9px;
  }
  .mb20 {
    margin-bottom: 12px;
  }
  .mb25 {
    margin-bottom: 15px;
  }
  .mb30 {
    margin-bottom: 18px;
  }
  .mb35 {
    margin-bottom: 21px;
  }
  .mb40 {
    margin-bottom: 24px;
  }
  .mb45 {
    margin-bottom: 27px;
  }
  .mb50 {
    margin-bottom: 30px;
  }
  .mb55 {
    margin-bottom: 33px;
  }
  .mb60 {
    margin-bottom: 36px;
  }
  .mb65 {
    margin-bottom: 39px;
  }
  .mb70 {
    margin-bottom: 42px;
  }
  .mb75 {
    margin-bottom: 45px;
  }
  .mb80 {
    margin-bottom: 48px;
  }
  .mb85 {
    margin-bottom: 51px;
  }
  .mb90 {
    margin-bottom: 54px;
  }
  .mb95 {
    margin-bottom: 57px;
  }
  .mb100 {
    margin-bottom: 60px;
  }
  .mb60 {
    margin-bottom: 36px;
  }
  .mb70 {
    margin-bottom: 42px;
  }
  .mb80 {
    margin-bottom: 48px;
  }
  .mb90 {
    margin-bottom: 54px;
  }
  .mb100 {
    margin-bottom: 60px;
  }
  .pl {
    padding-left: 20px;
  }
  .pl5 {
    padding-left: 3px;
  }
  .pl10 {
    padding-left: 6px;
  }
  .pl15 {
    padding-left: 9px;
  }
  .pl20 {
    padding-left: 12px;
  }
  .pl25 {
    padding-left: 15px;
  }
  .pr {
    padding-right: 20px;
  }
  .pr5 {
    padding-right: 3px;
  }
  .pr10 {
    padding-right: 6px;
  }
  .pr15 {
    padding-right: 9px;
  }
  .pr20 {
    padding-right: 12px;
  }
  .pr25 {
    padding-right: 15px;
  }
  .ml {
    margin-left: 20px;
  }
  .ml5 {
    margin-left: 3px;
  }
  .ml10 {
    margin-left: 6px;
  }
  .ml15 {
    margin-left: 9px;
  }
  .ml20 {
    margin-left: 12px;
  }
  .ml25 {
    margin-left: 15px;
  }
  .mr {
    margin-right: 20px;
  }
  .mr5 {
    margin-right: 3px;
  }
  .mr10 {
    margin-right: 6px;
  }
  .mr15 {
    margin-right: 9px;
  }
  .mr20 {
    margin-right: 12px;
  }
  .mr25 {
    margin-right: 15px;
  }
}

/* padding & margin */
/* btn */
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.btn a, .btn input, .btn span, .btn label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
  max-width: 100%;
  height: 50px;
  padding-left: 10px;
  padding-right: 10px;
  background: #f36464;
  line-height: 1.3;
  border: none;
  color: #FFF;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 15px;
  font-size: 1.0714285714rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  -moz-transition: background 0.3s ease, color 0.3s ease;
  -ms-transition: background 0.3s ease, color 0.3s ease;
  -o-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  top: 0;
}

.btn a:hover, .btn input:hover, .btn span:hover, .btn label:hover {
  text-decoration: none;
  color: #FFF;
  background-color: #c32a4d;
}

.btn a.mdl, .btn input.mdl, .btn span.mdl, .btn label.mdl {
  height: 40px;
  font-size: 14px;
  font-size: 1rem;
}

.btn a.sml, .btn input.sml, .btn span.sml, .btn label.sml {
  height: 28px;
  font-size: 14px;
  font-size: 1rem;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
}

.btn a.gray, .btn input.gray, .btn span.gray, .btn label.gray {
  background-color: #d6d0d8;
  color: #100e11;
}

.btn a.gray:hover, .btn input.gray:hover, .btn span.gray:hover, .btn label.gray:hover {
  background-color: #cac2cc;
}

.btn a.green, .btn input.green, .btn span.green, .btn label.green {
  background-color: #41cf8e;
}

.btn a.green:hover, .btn input.green:hover, .btn span.green:hover, .btn label.green:hover {
  background-color: #32c581;
}

.btn a.blue:hover, .btn input.blue:hover, .btn span.blue:hover, .btn label.blue:hover {
  background-color: #1d92ab;
}

.btn a.orange, .btn input.orange, .btn span.orange, .btn label.orange {
  background-color: #f5a932;
}

.btn a.orange:hover, .btn input.orange:hover, .btn span.orange:hover, .btn label.orange:hover {
  background-color: #da8b0f;
}

.btn a.white, .btn input.white, .btn span.white, .btn label.white {
  background-color: #FFF;
  color: #c32a4d;
  border: 1px solid #c32a4d;
}

.btn a.white:hover, .btn input.white:hover, .btn span.white:hover, .btn label.white:hover {
  background-color: #c32a4d;
  color: #FFF;
}

.btn a.delete, .btn input.delete, .btn span.delete, .btn label.delete {
  background: #FFF;
  color: #c32a4d;
  border: 1px solid #c32a4d;
}

.btn a.delete:before, .btn input.delete:before, .btn span.delete:before, .btn label.delete:before {
  content: "";
  background: url(../img/icon-delete.svg) no-repeat center;
  width: 16px;
  height: 17px;
  line-height: 0;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn a.delete:hover, .btn input.delete:hover, .btn span.delete:hover, .btn label.delete:hover {
  background-color: #c32a4d;
  color: #FFF;
}

.btn a.delete:hover:before, .btn input.delete:hover:before, .btn span.delete:hover:before, .btn label.delete:hover:before {
  background-image: url(../img/icon-delete_white.svg);
}

.btn a.plus, .btn input.plus, .btn span.plus, .btn label.plus {
  background-color: #41cf8e;
}

.btn a.plus:before, .btn input.plus:before, .btn span.plus:before, .btn label.plus:before {
  content: "";
  background: url(../img/icon-plus.svg) no-repeat center;
  width: 10px;
  height: 10px;
  line-height: 0;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn a.plus:hover, .btn input.plus:hover, .btn span.plus:hover, .btn label.plus:hover {
  background-color: #32c581;
}

.btn a.shadow, .btn input.shadow, .btn span.shadow, .btn label.shadow {
  -webkit-box-shadow: 0 2px 0 0px #7f2a2a;
  -moz-box-shadow: 0 2px 0 0px #7f2a2a;
  -ms-box-shadow: 0 2px 0 0px #7f2a2a;
  -o-box-shadow: 0 2px 0 0px #7f2a2a;
  box-shadow: 0 2px 0 0px #7f2a2a;
}

.btn a.shadow.gray, .btn input.shadow.gray, .btn span.shadow.gray, .btn label.shadow.gray {
  -webkit-box-shadow: 0 2px 0 0px #736c75;
  -moz-box-shadow: 0 2px 0 0px #736c75;
  -ms-box-shadow: 0 2px 0 0px #736c75;
  -o-box-shadow: 0 2px 0 0px #736c75;
  box-shadow: 0 2px 0 0px #736c75;
}

.btn a.shadow.white, .btn input.shadow.white, .btn span.shadow.white, .btn label.shadow.white {
  -webkit-box-shadow: 0 2px 0 0px #a38b90;
  -moz-box-shadow: 0 2px 0 0px #a38b90;
  -ms-box-shadow: 0 2px 0 0px #a38b90;
  -o-box-shadow: 0 2px 0 0px #a38b90;
  box-shadow: 0 2px 0 0px #a38b90;
}

.btn a.shadow.green, .btn input.shadow.green, .btn span.shadow.green, .btn label.shadow.green {
  -webkit-box-shadow: 0 2px 0 0px #278158;
  -moz-box-shadow: 0 2px 0 0px #278158;
  -ms-box-shadow: 0 2px 0 0px #278158;
  -o-box-shadow: 0 2px 0 0px #278158;
  box-shadow: 0 2px 0 0px #278158;
}

.btn a.blue, .btn input.blue, .btn span.blue, .btn label.blue {
  background-color: #21a5c1;
  -webkit-box-shadow: 0 2px 0 0px #5a6398;
  -moz-box-shadow: 0 2px 0 0px #5a6398;
  -ms-box-shadow: 0 2px 0 0px #5a6398;
  -o-box-shadow: 0 2px 0 0px #5a6398;
}

.btn a.shadow:active, .btn input.shadow:active, .btn span.shadow:active, .btn label.shadow:active {
  top: 2px;
  -webkit-box-shadow: 0 0 0 0px #EEE;
  -moz-box-shadow: 0 0 0 0px #EEE;
  -ms-box-shadow: 0 0 0 0px #EEE;
  -o-box-shadow: 0 0 0 0px #EEE;
  box-shadow: 0 0 0 0px #EEE;
}

.btn input {
  display: -moz-inline-box;
  display: inline-block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.btn.tac a, .btn.tac input, .btn.tac span {
  margin-left: auto;
  margin-right: auto;
}

.btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin: 0 -10px -15px;
}

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

.btn-block > * {
  margin: 0 10px 15px;
}

.btn-block > *.mr-a {
  margin-right: auto;
}

/* btn */
/* form */
input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="number"], input[type="search"] {
  -webkit-appearance: none;
  height: 46px;
  line-height: 46px;
  max-width: 100%;
  min-width: 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: none;
  border: 1px solid #dddddd;
  padding-left: 10px;
  background: #fff;
  font-size: 14px;
  font-size: 1rem;
  position: relative;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="search"]:focus {
  background-color: #FFF;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -ms-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
}

input[type="text"].lg, input[type="email"].lg, input[type="tel"].lg, input[type="password"].lg, input[type="number"].lg, input[type="search"].lg {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-size: 1.2857142857rem;
}

input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="tel"]::placeholder, input[type="password"]::placeholder, input[type="number"]::placeholder, input[type="search"]::placeholder {
  color: #999999;
}

input[type="text"].search, input[type="email"].search, input[type="tel"].search, input[type="password"].search, input[type="number"].search, input[type="search"].search {
  background: #FFF url(../img/icon-search.svg) no-repeat right 10px center;
  padding-right: 15px;
}

input[type="text"].search:not(.bg), input[type="email"].search:not(.bg), input[type="tel"].search:not(.bg), input[type="password"].search:not(.bg), input[type="number"].search:not(.bg), input[type="search"].search:not(.bg) {
  border: none;
  background-position: right center;
  background-color: transparent;
  border-bottom: 1px solid #2f2731;
  height: 35px;
  line-height: 35px;
  padding-left: 0;
}

input[type="text"].border, input[type="email"].border, input[type="tel"].border, input[type="password"].border, input[type="number"].border, input[type="search"].border {
  background: none;
  border: none;
  border-bottom: 1px solid #2f2731;
  height: 35px;
  line-height: 35px;
}

input[type="color"] {
  height: 30px;
}

input.date {
  background-image: url(../img/icon-calendar.svg);
  background-position: right center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  padding-right: 40px;
}

input.time {
  background-image: url(../img/icon-time.svg);
  background-position: right center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  padding-right: 40px;
}

textarea {
  -webkit-appearance: none;
  height: 180px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  resize: vertical;
  border: 1px solid #dddddd;
  background: #FFF;
  font-size: 14px;
  font-size: 1rem;
  padding: 10px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

textarea:focus {
  background-color: #FFF;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -ms-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
}

textarea.h100 {
  height: 100px;
}

textarea::placeholder {
  color: #999999;
}

input[type="checkbox"]:not(.toggle) {
  display: none;
}

input[type="checkbox"]:checked + .checkbox:after {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

input[type="radio"] {
  display: none;
}

input[type="radio"]:checked + .radio:after {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

label.checkbox {
  padding-left: 30px;
  min-height: 20px;
  cursor: pointer;
  margin: 0;
  display: -moz-inline-box;
  display: inline-block;
  font-weight: normal;
  position: relative;
}

label.checkbox.single {
  width: 20px;
  padding-left: 0;
}

label.checkbox:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: -moz-inline-box;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #FFF;
  border: 1px solid #100e11;
}

label.checkbox:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 6px;
  display: block;
  width: 5px;
  height: 10px;
  border-right: 2px solid #100e11;
  border-bottom: 2px solid #100e11;
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  z-index: 1;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

label.radio {
  padding-left: 25px;
  min-height: 24px;
  cursor: pointer;
  margin: 0;
  display: -moz-inline-box;
  display: inline-block;
  font-weight: normal;
  position: relative;
}

label.radio.single {
  width: 20px;
  padding-left: 0;
}

label.radio:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  display: -moz-inline-box;
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #100e11;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFF;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -o-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
}

label.radio:after {
  content: '';
  position: absolute;
  top: 3px;
  margin-top: 3px;
  left: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #100e11;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -o-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.check-radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-bottom: -5px;
}

.check-radios > * {
  margin: 0 15px 5px 0;
}

main .input-list > div dl dd .check-radios {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-right: 10px;
  min-width: 80px;
  max-width: 100%;
}

label.select {
  position: relative;
  display: block;
  max-width: 100%;
  min-width: 80px;
}

label.select:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 45px;
  height: calc(100% - 2px);
  right: 0;
  background: #d6d0d8 url(../img/arrow-black.svg) no-repeat center;
  -webkit-box-shadow: 0 2px 2px 0 rgba(115, 108, 117, 0.4);
  -moz-box-shadow: 0 2px 2px 0 rgba(115, 108, 117, 0.4);
  -ms-box-shadow: 0 2px 2px 0 rgba(115, 108, 117, 0.4);
  -o-box-shadow: 0 2px 2px 0 rgba(115, 108, 117, 0.4);
  box-shadow: 0 2px 2px 0 rgba(115, 108, 117, 0.4);
  pointer-events: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 46px;
  width: 100%;
  line-height: 46px;
  max-width: 100%;
  padding: 0 15px 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dddddd;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  font-size: 14px;
  font-size: 1rem;
  font-weight: normal;
  position: relative;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  background: #fff;
}

select option {
  padding: 8px;
  border: none;
}

select.lg {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-size: 1.2857142857rem;
}

select::-ms-expand {
  display: none;
}

.SumoSelect {
  outline: none;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.SumoSelect .SelectBox {
  border-color: #dddddd;
  height: 46px;
  line-height: 46px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.SumoSelect .SelectBox label {
  width: 45px;
  line-height: 0;
}

.SumoSelect .SelectBox label i {
  display: none;
}

.SumoSelect .SelectBox label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: calc(100% - 2px);
  right: 0;
  background: #d6d0d8;
  -webkit-box-shadow: 0 2px 2px 0 rgba(115, 108, 117, 0.4);
  -moz-box-shadow: 0 2px 2px 0 rgba(115, 108, 117, 0.4);
  -ms-box-shadow: 0 2px 2px 0 rgba(115, 108, 117, 0.4);
  -o-box-shadow: 0 2px 2px 0 rgba(115, 108, 117, 0.4);
  box-shadow: 0 2px 2px 0 rgba(115, 108, 117, 0.4);
}

.SumoSelect .SelectBox label:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: calc(100% - 2px);
  right: 0;
  background: url(../img/arrow-black.svg) no-repeat center;
  pointer-events: none;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  border: none;
  margin-top: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.SumoSelect.open .SelectBox label:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

.SumoSelect .optWrapper {
  top: 100% !important;
}

.SumoSelect > .CaptionCont > span.placeholder {
  font-style: normal;
  color: #999999;
}

.SumoSelect .border + .SelectBox {
  height: 35px;
  line-height: 35px;
  background: none;
  border: none;
  border-bottom: 1px solid #100e11;
  padding-left: 5px;
}

.SumoSelect .border + .SelectBox label:before {
  display: none;
}

.SumoSelect .border + .SelectBox label:after {
  width: 20px;
}

.SumoSelect .plus + .SelectBox {
  height: 35px;
  line-height: 35px;
  background: none;
  border: none;
  padding-left: 50px;
}

.SumoSelect .plus + .SelectBox label {
  position: absolute;
  width: 30px;
  left: 0;
}

.SumoSelect .plus + .SelectBox label:before {
  display: none;
}

.SumoSelect .plus + .SelectBox label:after {
  background-image: url(../img/icon-plus_circle.svg);
}

.SumoSelect .w100p + .SelectBox {
  width: 100%;
}

.SumoSelect .tac + .SelectBox {
  text-align: center;
}

.time {
  width: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #fff;
  border: 1px solid #dddddd;
  padding-right: 50px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.time:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 45px;
  height: 100%;
  right: 0;
  background: #d6d0d8 url(../img/icon-time.svg) no-repeat center;
}

.time > span {
  padding-left: 5px;
  padding-right: 5px;
}

.time .SumoSelect {
  width: 60px;
  background: none;
  margin-right: 0 !important;
}

.time .SumoSelect .SelectBox {
  border: none;
  background: none;
  padding-left: 10px;
  padding-right: 20px;
}

.time .SumoSelect .SelectBox > span {
  padding-right: 0;
}

.time .SumoSelect .SelectBox label {
  width: 25px;
}

.time .SumoSelect .SelectBox label:before {
  display: none;
}

/* .nice-select{
		@include radius(0);
		width: 100%;
		@include b_box;
		padding-left: 10px;
		.list{
			width: 100%;
			@include radius(0);
			@include shadow(0,3px,4px,0,rgba($black,0.1));
		}
		&:before{
			@include coverBG(true,45px,calc(100% - 2px),false,0);
			right: 0;
			background: $bg;
			@include shadow(0,2px,2px,0,rgba(#736c75, 0.4));
		}
		&:after{
			@include coverBG(true,45px,calc(100% - 2px),false,0);
			right: 0;
			background: url(../img/arrow-black.svg) no-repeat center;
			@include pe;
			@include rotate(0);
			border: none;
			margin-top: 0;
			@include shadow(0,0,0);
		}
		&.open{
			border-color: $bg;
			&:after{
				@include rotate(180deg,center,center);
			}
		}
		&.border{
			
      border: none;
      height: 35px;
      line-height: 35px;
      background: none;
      border-bottom: 1px solid $black;
      &:before{
        display: none;
      }
      &:after{
        width: 20px;
      }
		}
	} */
/* form */
/* table */
table {
  width: 100%;
  border: 1px solid #dddddd;
}

table th, table td {
  padding: 15px;
  vertical-align: middle;
  word-break: break-all;
}

table.sml th, table.sml td {
  padding: 10px;
}

table thead th {
  text-align: center;
  font-size: 12px;
  font-size: 0.8571428571rem;
  border-bottom: 1px solid #dddddd;
}

table thead th:nth-child(odd) {
  background: rgba(214, 208, 216, 0.3);
}

table tbody tr:not(:last-child) {
  border-bottom: 1px solid #dddddd;
}

table tbody tr th:nth-child(odd), table tbody tr td:nth-child(odd) {
  background: rgba(214, 208, 216, 0.3);
}

table tbody tr[data-href] {
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  cursor: pointer;
}

table tbody tr[data-href]:hover {
  background: rgba(214, 208, 216, 0.2);
}

table tbody tr[data-href]:hover.row-yellow {
  background: rgba(242, 199, 115, 0.4);
}

table tbody tr[data-href]:hover.row-red {
  background: rgba(243, 100, 100, 0.2);
}

table tbody tr.row-yellow {
  background: rgba(242, 199, 115, 0.3);
}

table tbody tr.row-red {
  background: rgba(243, 100, 100, 0.1);
}

table tbody tr.ui-sortable-helper {
  background: #d6d0d8;
}

table tbody tr.ui-sortable-helper:hover {
  background: #d6d0d8;
}

table.bgnone thead th:nth-child(odd) {
  background: none;
}

table.bgnone tbody tr th:nth-child(odd), table.bgnone tbody tr td:nth-child(odd) {
  background: none;
}

table:not(:last-child) {
  margin-bottom: 40px;
}

table .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  max-width: 100%;
}

table .product .img {
  line-height: 0;
  margin-right: 15px;
  max-width: 30%;
}

table .product > .name, table .product > .text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

table .product .name {
  font-size: 14px;
  font-size: 1rem;
  font-weight: bold;
}

table .product .name:not(:last-child) {
  margin-bottom: 5px;
}

table tr.active .btns .opener {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

table .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

table .btns > * {
  margin: 0 7px;
}

table .btns > a, table .btns > span {
  width: 28px;
  height: 28px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 12px;
  font-size: 0.8571428571rem;
  font-weight: bold;
}

table .btns > a.file, table .btns > span.file {
  width: 38px;
  height: 44px;
}

table .btns > a.copy, table .btns > span.copy {
  background: #41cf8e url(../img/icon-copy.png) no-repeat center/16px auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  table .btns > a.copy, table .btns > span.copy {
    background-image: url(../img/icon-copy@2x.png);
  }
}

table .btns > a.remove, table .btns > span.remove {
  background: #c32a4d url(../img/icon-remove.svg) no-repeat center;
}

table .btns > a.next, table .btns > span.next {
  background: url(../img/arrow-link_blue.svg) no-repeat center;
}

table .btns > a.opener, table .btns > span.opener {
  background: url(../img/arrow-link_blue.svg) no-repeat center;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

table .btns > a.drag, table .btns > span.drag {
  background: #21a5c1 url(../img/icon-drag.svg) no-repeat center;
}

table .btns > a.folder, table .btns > span.folder {
  background: #21a5c1 url(../img/icon-folder.svg) no-repeat center;
}

table .btns > a.file, table .btns > span.file {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  line-height: 1;
  color: #FFF;
  background-color: #57c9c1;
}

table .btns > a.file.fbx, table .btns > span.file.fbx {
  background-color: #77c5fe;
}

table .btns > a.file.mov, table .btns > span.file.mov {
  background-color: #f57773;
}

table .btns > a.file.wav, table .btns > span.file.wav {
  background-color: #fbb74a;
}

table .btns > a.file.α, table .btns > span.file.α {
  background-color: #f573bc;
}

table .img {
  line-height: 0;
}

table .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  line-height: 0;
}

table .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

table .icons > * {
  width: 1px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  min-width: 30px;
}

table tr.trigger + tr {
  display: none;
}

table tr.trigger.active {
  border-bottom: none;
  background: rgba(214, 208, 216, 0.2);
}

table tr.trigger.active + tr {
  display: table-row;
  background: rgba(214, 208, 216, 0.2);
}

table .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -30px;
  margin-bottom: -15px;
}

table .list dl {
  width: calc(33.3333% - 30px);
  margin-right: 30px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

table .list dl dt {
  width: 80px;
  background: #625565;
  color: #FFF;
  text-align: center;
  margin-right: 10px;
}

table .list dl dd {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

table.choice tr {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

table.choice tr.current {
  background: rgba(150, 195, 216, 0.3);
}

table.choice tr:hover {
  background: rgba(214, 208, 216, 0.2);
}

table.choice .check {
  margin-left: 10px;
}

table.choice .check label {
  padding-left: 20px;
}

/* table */
/* text */
.heading, .heading-lv01, .heading-lv02, .heading-lv03 {
  line-height: 1.4;
}

.heading:not(:last-child), .heading-lv01:not(:last-child), .heading-lv02:not(:last-child), .heading-lv03:not(:last-child) {
  margin-bottom: 35px;
}

.heading-lv01 {
  font-size: 28px;
  font-size: 2rem;
}

.heading-lv02 {
  font-size: 15px;
  font-size: 1.0714285714rem;
  font-weight: bold;
  background: #625565;
  color: #FFF;
  padding: 10px 15px;
}

.heading-lv03 {
  font-size: 17px;
  font-size: 1.2142857143rem;
}

.fs11 {
  font-size: 11px;
  font-size: 0.7857142857rem;
}

.fs12 {
  font-size: 12px;
  font-size: 0.8571428571rem;
}

.fs13 {
  font-size: 13px;
  font-size: 0.9285714286rem;
}

.fs14 {
  font-size: 14px;
  font-size: 1rem;
}

.fs15 {
  font-size: 15px;
  font-size: 1.0714285714rem;
}

.fs16 {
  font-size: 16px;
  font-size: 1.1428571429rem;
}

.fs17 {
  font-size: 17px;
  font-size: 1.2142857143rem;
}

.fs18 {
  font-size: 18px;
  font-size: 1.2857142857rem;
}

.fs19 {
  font-size: 19px;
  font-size: 1.3571428571rem;
}

.fs20 {
  font-size: 20px;
  font-size: 1.4285714286rem;
}

.fs21 {
  font-size: 21px;
  font-size: 1.5rem;
}

.fs22 {
  font-size: 22px;
  font-size: 1.5714285714rem;
}

.fs23 {
  font-size: 23px;
  font-size: 1.6428571429rem;
}

.fs24 {
  font-size: 24px;
  font-size: 1.7142857143rem;
}

.fs25 {
  font-size: 25px;
  font-size: 1.7857142857rem;
}

.fs26 {
  font-size: 26px;
  font-size: 1.8571428571rem;
}

.fs27 {
  font-size: 27px;
  font-size: 1.9285714286rem;
}

.fs28 {
  font-size: 28px;
  font-size: 2rem;
}

.fs29 {
  font-size: 29px;
  font-size: 2.0714285714rem;
}

.fs30 {
  font-size: 30px;
  font-size: 2.1428571429rem;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.red {
  color: #f36464;
}

.link a {
  color: #100e11;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.link a:before {
  content: "";
  width: 16px;
  height: 16px;
  line-height: 0;
  margin-right: 10px;
  margin-top: -2px;
  background: url(../img/arrow-link.svg) no-repeat center;
}

.link a.back:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

.link a.download:before {
  background-image: url(../img/icon-download.png);
  background-size: contain;
  width: 28px;
  height: 20px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .link a.download:before {
    background-image: url(../img/icon-download@2x.png);
  }
}

.bold {
  font-weight: bold;
}

/* text */
/* etc */
.lh0 {
  line-height: 0;
}

.w10 {
  width: 10px;
}

.w20 {
  width: 20px;
}

.w30 {
  width: 30px;
}

.w40 {
  width: 40px;
}

.w50 {
  width: 50px;
}

.w60 {
  width: 60px;
}

.w70 {
  width: 70px;
}

.w80 {
  width: 80px;
}

.w90 {
  width: 90px;
}

.w100 {
  width: 100px;
}

.w110 {
  width: 110px;
}

.w120 {
  width: 120px;
}

.w130 {
  width: 130px;
}

.w140 {
  width: 140px;
}

.w150 {
  width: 150px;
}

.w160 {
  width: 160px;
}

.w170 {
  width: 170px;
}

.w180 {
  width: 180px;
}

.w190 {
  width: 190px;
}

.w200 {
  width: 200px;
}

.w210 {
  width: 210px;
}

.w220 {
  width: 220px;
}

.w230 {
  width: 230px;
}

.w240 {
  width: 240px;
}

.w250 {
  width: 250px;
}

.w260 {
  width: 260px;
}

.w270 {
  width: 270px;
}

.w280 {
  width: 280px;
}

.w290 {
  width: 290px;
}

.w300 {
  width: 300px;
}

.w310 {
  width: 310px;
}

.w320 {
  width: 320px;
}

.w330 {
  width: 330px;
}

.w340 {
  width: 340px;
}

.w350 {
  width: 350px;
}

.w360 {
  width: 360px;
}

.w370 {
  width: 370px;
}

.w380 {
  width: 380px;
}

.w390 {
  width: 390px;
}

.w400 {
  width: 400px;
}

.w410 {
  width: 410px;
}

.w420 {
  width: 420px;
}

.w430 {
  width: 430px;
}

.w440 {
  width: 440px;
}

.w450 {
  width: 450px;
}

.w460 {
  width: 460px;
}

.w470 {
  width: 470px;
}

.w480 {
  width: 480px;
}

.w490 {
  width: 490px;
}

.w500 {
  width: 500px;
}

.w150 {
  width: 150px;
}

.w200 {
  width: 200px;
}

.w250 {
  width: 250px;
}

.w300 {
  width: 300px;
}

.w350 {
  width: 350px;
}

.w400 {
  width: 400px;
}

.w450 {
  width: 450px;
}

.w500 {
  width: 500px;
}

.w5p {
  width: 5%;
}

.w10p {
  width: 10%;
}

.w15p {
  width: 15%;
}

.w20p {
  width: 20%;
}

.w25p {
  width: 25%;
}

.w30p {
  width: 30%;
}

.w35p {
  width: 35%;
}

.w40p {
  width: 40%;
}

.w45p {
  width: 45%;
}

.w50p {
  width: 50%;
}

.w55p {
  width: 55%;
}

.w60p {
  width: 60%;
}

.w65p {
  width: 65%;
}

.w70p {
  width: 70%;
}

.w75p {
  width: 75%;
}

.w80p {
  width: 80%;
}

.w85p {
  width: 85%;
}

.w90p {
  width: 90%;
}

.w95p {
  width: 95%;
}

.w100p {
  width: 100%;
}

@media screen and (max-width: 700px) {
  .w10-sp {
    width: 10px;
  }
}

@media screen and (max-width: 700px) {
  .w20-sp {
    width: 20px;
  }
}

@media screen and (max-width: 700px) {
  .w30-sp {
    width: 30px;
  }
}

@media screen and (max-width: 700px) {
  .w40-sp {
    width: 40px;
  }
}

@media screen and (max-width: 700px) {
  .w50-sp {
    width: 50px;
  }
}

@media screen and (max-width: 700px) {
  .w60-sp {
    width: 60px;
  }
}

@media screen and (max-width: 700px) {
  .w70-sp {
    width: 70px;
  }
}

@media screen and (max-width: 700px) {
  .w80-sp {
    width: 80px;
  }
}

@media screen and (max-width: 700px) {
  .w90-sp {
    width: 90px;
  }
}

@media screen and (max-width: 700px) {
  .w100-sp {
    width: 100px;
  }
}

@media screen and (max-width: 700px) {
  .w110-sp {
    width: 110px;
  }
}

@media screen and (max-width: 700px) {
  .w120-sp {
    width: 120px;
  }
}

@media screen and (max-width: 700px) {
  .w130-sp {
    width: 130px;
  }
}

@media screen and (max-width: 700px) {
  .w140-sp {
    width: 140px;
  }
}

@media screen and (max-width: 700px) {
  .w150-sp {
    width: 150px;
  }
}

@media screen and (max-width: 700px) {
  .w160-sp {
    width: 160px;
  }
}

@media screen and (max-width: 700px) {
  .w170-sp {
    width: 170px;
  }
}

@media screen and (max-width: 700px) {
  .w180-sp {
    width: 180px;
  }
}

@media screen and (max-width: 700px) {
  .w190-sp {
    width: 190px;
  }
}

@media screen and (max-width: 700px) {
  .w200-sp {
    width: 200px;
  }
}

@media screen and (max-width: 700px) {
  .w210-sp {
    width: 210px;
  }
}

@media screen and (max-width: 700px) {
  .w220-sp {
    width: 220px;
  }
}

@media screen and (max-width: 700px) {
  .w230-sp {
    width: 230px;
  }
}

@media screen and (max-width: 700px) {
  .w240-sp {
    width: 240px;
  }
}

@media screen and (max-width: 700px) {
  .w250-sp {
    width: 250px;
  }
}

@media screen and (max-width: 700px) {
  .w260-sp {
    width: 260px;
  }
}

@media screen and (max-width: 700px) {
  .w270-sp {
    width: 270px;
  }
}

@media screen and (max-width: 700px) {
  .w280-sp {
    width: 280px;
  }
}

@media screen and (max-width: 700px) {
  .w290-sp {
    width: 290px;
  }
}

@media screen and (max-width: 700px) {
  .w300-sp {
    width: 300px;
  }
}

@media screen and (max-width: 700px) {
  .w310-sp {
    width: 310px;
  }
}

@media screen and (max-width: 700px) {
  .w320-sp {
    width: 320px;
  }
}

@media screen and (max-width: 700px) {
  .w330-sp {
    width: 330px;
  }
}

@media screen and (max-width: 700px) {
  .w340-sp {
    width: 340px;
  }
}

@media screen and (max-width: 700px) {
  .w350-sp {
    width: 350px;
  }
}

@media screen and (max-width: 700px) {
  .w360-sp {
    width: 360px;
  }
}

@media screen and (max-width: 700px) {
  .w370-sp {
    width: 370px;
  }
}

@media screen and (max-width: 700px) {
  .w380-sp {
    width: 380px;
  }
}

@media screen and (max-width: 700px) {
  .w390-sp {
    width: 390px;
  }
}

@media screen and (max-width: 700px) {
  .w400-sp {
    width: 400px;
  }
}

@media screen and (max-width: 700px) {
  .w410-sp {
    width: 410px;
  }
}

@media screen and (max-width: 700px) {
  .w420-sp {
    width: 420px;
  }
}

@media screen and (max-width: 700px) {
  .w430-sp {
    width: 430px;
  }
}

@media screen and (max-width: 700px) {
  .w440-sp {
    width: 440px;
  }
}

@media screen and (max-width: 700px) {
  .w450-sp {
    width: 450px;
  }
}

@media screen and (max-width: 700px) {
  .w460-sp {
    width: 460px;
  }
}

@media screen and (max-width: 700px) {
  .w470-sp {
    width: 470px;
  }
}

@media screen and (max-width: 700px) {
  .w480-sp {
    width: 480px;
  }
}

@media screen and (max-width: 700px) {
  .w490-sp {
    width: 490px;
  }
}

@media screen and (max-width: 700px) {
  .w500-sp {
    width: 500px;
  }
}

@media screen and (max-width: 700px) {
  .w150-sp {
    width: 150px;
  }
}

@media screen and (max-width: 700px) {
  .w200-sp {
    width: 200px;
  }
}

@media screen and (max-width: 700px) {
  .w250-sp {
    width: 250px;
  }
}

@media screen and (max-width: 700px) {
  .w300-sp {
    width: 300px;
  }
}

@media screen and (max-width: 700px) {
  .w350-sp {
    width: 350px;
  }
}

@media screen and (max-width: 700px) {
  .w400-sp {
    width: 400px;
  }
}

@media screen and (max-width: 700px) {
  .w450-sp {
    width: 450px;
  }
}

@media screen and (max-width: 700px) {
  .w500-sp {
    width: 500px;
  }
}

@media screen and (max-width: 700px) {
  .w5p-sp {
    width: 5%;
  }
}

@media screen and (max-width: 700px) {
  .w10p-sp {
    width: 10%;
  }
}

@media screen and (max-width: 700px) {
  .w15p-sp {
    width: 15%;
  }
}

@media screen and (max-width: 700px) {
  .w20p-sp {
    width: 20%;
  }
}

@media screen and (max-width: 700px) {
  .w25p-sp {
    width: 25%;
  }
}

@media screen and (max-width: 700px) {
  .w30p-sp {
    width: 30%;
  }
}

@media screen and (max-width: 700px) {
  .w35p-sp {
    width: 35%;
  }
}

@media screen and (max-width: 700px) {
  .w40p-sp {
    width: 40%;
  }
}

@media screen and (max-width: 700px) {
  .w45p-sp {
    width: 45%;
  }
}

@media screen and (max-width: 700px) {
  .w50p-sp {
    width: 50%;
  }
}

@media screen and (max-width: 700px) {
  .w55p-sp {
    width: 55%;
  }
}

@media screen and (max-width: 700px) {
  .w60p-sp {
    width: 60%;
  }
}

@media screen and (max-width: 700px) {
  .w65p-sp {
    width: 65%;
  }
}

@media screen and (max-width: 700px) {
  .w70p-sp {
    width: 70%;
  }
}

@media screen and (max-width: 700px) {
  .w75p-sp {
    width: 75%;
  }
}

@media screen and (max-width: 700px) {
  .w80p-sp {
    width: 80%;
  }
}

@media screen and (max-width: 700px) {
  .w85p-sp {
    width: 85%;
  }
}

@media screen and (max-width: 700px) {
  .w90p-sp {
    width: 90%;
  }
}

@media screen and (max-width: 700px) {
  .w95p-sp {
    width: 95%;
  }
}

@media screen and (max-width: 700px) {
  .w100p-sp {
    width: 100%;
  }
}

.h10 {
  height: 10px;
}

.h20 {
  height: 20px;
}

.h30 {
  height: 30px;
}

.h40 {
  height: 40px;
}

.h50 {
  height: 50px;
}

.h60 {
  height: 60px;
}

.h70 {
  height: 70px;
}

.h80 {
  height: 80px;
}

.h90 {
  height: 90px;
}

.h100 {
  height: 100px;
}

.h110 {
  height: 110px;
}

.h120 {
  height: 120px;
}

.h130 {
  height: 130px;
}

.h140 {
  height: 140px;
}

.h150 {
  height: 150px;
}

.h160 {
  height: 160px;
}

.h170 {
  height: 170px;
}

.h180 {
  height: 180px;
}

.h190 {
  height: 190px;
}

.h200 {
  height: 200px;
}

.h210 {
  height: 210px;
}

.h220 {
  height: 220px;
}

.h230 {
  height: 230px;
}

.h240 {
  height: 240px;
}

.h250 {
  height: 250px;
}

.h260 {
  height: 260px;
}

.h270 {
  height: 270px;
}

.h280 {
  height: 280px;
}

.h290 {
  height: 290px;
}

.h300 {
  height: 300px;
}

.h310 {
  height: 310px;
}

.h320 {
  height: 320px;
}

.h330 {
  height: 330px;
}

.h340 {
  height: 340px;
}

.h350 {
  height: 350px;
}

.h360 {
  height: 360px;
}

.h370 {
  height: 370px;
}

.h380 {
  height: 380px;
}

.h390 {
  height: 390px;
}

.h400 {
  height: 400px;
}

.h410 {
  height: 410px;
}

.h420 {
  height: 420px;
}

.h430 {
  height: 430px;
}

.h440 {
  height: 440px;
}

.h450 {
  height: 450px;
}

.h460 {
  height: 460px;
}

.h470 {
  height: 470px;
}

.h480 {
  height: 480px;
}

.h490 {
  height: 490px;
}

.h500 {
  height: 500px;
}

.h510 {
  height: 510px;
}

.h520 {
  height: 520px;
}

.h530 {
  height: 530px;
}

.h540 {
  height: 540px;
}

.h550 {
  height: 550px;
}

.h560 {
  height: 560px;
}

.h570 {
  height: 570px;
}

.h580 {
  height: 580px;
}

.h590 {
  height: 590px;
}

.h600 {
  height: 600px;
}

.h610 {
  height: 610px;
}

.h620 {
  height: 620px;
}

.h630 {
  height: 630px;
}

.h640 {
  height: 640px;
}

.h650 {
  height: 650px;
}

.h660 {
  height: 660px;
}

.h670 {
  height: 670px;
}

.h680 {
  height: 680px;
}

.h690 {
  height: 690px;
}

.h700 {
  height: 700px;
}

.h710 {
  height: 710px;
}

.h720 {
  height: 720px;
}

.h730 {
  height: 730px;
}

.h740 {
  height: 740px;
}

.h750 {
  height: 750px;
}

.h760 {
  height: 760px;
}

.h770 {
  height: 770px;
}

.h780 {
  height: 780px;
}

.h790 {
  height: 790px;
}

.h800 {
  height: 800px;
}

.h810 {
  height: 810px;
}

.h820 {
  height: 820px;
}

.h830 {
  height: 830px;
}

.h840 {
  height: 840px;
}

.h850 {
  height: 850px;
}

.h860 {
  height: 860px;
}

.h870 {
  height: 870px;
}

.h880 {
  height: 880px;
}

.h890 {
  height: 890px;
}

.h900 {
  height: 900px;
}

.h910 {
  height: 910px;
}

.h920 {
  height: 920px;
}

.h930 {
  height: 930px;
}

.h940 {
  height: 940px;
}

.h950 {
  height: 950px;
}

.h960 {
  height: 960px;
}

.h970 {
  height: 970px;
}

.h980 {
  height: 980px;
}

.h990 {
  height: 990px;
}

.h1000 {
  height: 1000px;
}

@media screen and (max-width: 1100px) {
  br.pc {
    display: none;
  }
}

br.tablet {
  display: none;
}

@media screen and (min-width: 701px) and (max-width: 1100px) {
  br.tablet {
    display: inline;
  }
}

br.sp {
  display: none;
}

@media screen and (max-width: 700px) {
  br.sp {
    display: inline;
  }
}

@media screen and (max-width: 700px) {
  img.pc {
    display: none;
  }
}

@media screen and (min-width: 701px) {
  img.sp {
    display: none;
  }
}

@media screen and (min-width: 701px) {
  .hidden-pc {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .hidden-sp {
    display: none;
  }
}

/* etc */
/* column */
[class^="column"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -30px;
}

[class^="column"]:last-child {
  margin-bottom: -15px;
}

[class^="column"] > * {
  width: 10px;
  margin-right: 30px;
  margin-bottom: 15px;
}

@media screen and (min-width: 501px) {
  [class^="column"] > *.w5p {
    width: calc(5% - 30px);
  }
  [class^="column"] > *.w10p {
    width: calc(10% - 30px);
  }
  [class^="column"] > *.w15p {
    width: calc(15% - 30px);
  }
  [class^="column"] > *.w20p {
    width: calc(20% - 30px);
  }
  [class^="column"] > *.w25p {
    width: calc(25% - 30px);
  }
  [class^="column"] > *.w30p {
    width: calc(30% - 30px);
  }
  [class^="column"] > *.w35p {
    width: calc(35% - 30px);
  }
  [class^="column"] > *.w40p {
    width: calc(40% - 30px);
  }
  [class^="column"] > *.w45p {
    width: calc(45% - 30px);
  }
  [class^="column"] > *.w50p {
    width: calc(50% - 30px);
  }
  [class^="column"] > *.w55p {
    width: calc(55% - 30px);
  }
  [class^="column"] > *.w60p {
    width: calc(60% - 30px);
  }
  [class^="column"] > *.w65p {
    width: calc(65% - 30px);
  }
  [class^="column"] > *.w70p {
    width: calc(70% - 30px);
  }
  [class^="column"] > *.w75p {
    width: calc(75% - 30px);
  }
  [class^="column"] > *.w80p {
    width: calc(80% - 30px);
  }
  [class^="column"] > *.w85p {
    width: calc(85% - 30px);
  }
  [class^="column"] > *.w90p {
    width: calc(90% - 30px);
  }
  [class^="column"] > *.w95p {
    width: calc(95% - 30px);
  }
  [class^="column"] > *.w100p {
    width: calc(100% - 30px);
  }
}

@media screen and (max-width: 700px) {
  [class^="column"] {
    margin-right: -20px;
  }
  [class^="column"]:last-child {
    margin-bottom: -20px;
  }
  [class^="column"] > * {
    margin-right: 20px;
    margin-bottom: 20px;
  }
}

.column-02 > * {
  width: calc(50% - 30px);
}

.column-03 > * {
  width: calc(33.3333% - 30px);
}

.column-04 > * {
  width: calc(25% - 30px);
}

@media screen and (max-width: 700px) {
  .column-02 > * {
    width: calc(50% - 20px);
  }
  .column-03 > * {
    width: calc(50% - 20px);
  }
  .column-04 > * {
    width: calc(33.3333% - 20px);
  }
}

@media screen and (max-width: 700px) and (max-width: 500px) {
  .column-02 > * {
    width: calc(100% - 20px);
  }
  .column-03 > * {
    width: calc(100% - 20px);
  }
  .column-04 > * {
    width: calc(50% - 20px);
  }
}

/* column */
.post ul:not(:last-child) {
  margin-bottom: 30px;
}

.post ul li {
  list-style-type: none;
  text-indent: -1em;
  padding-left: 1em;
}

.post ul li:before {
  content: "\0030fb";
  margin-right: 0.5em;
}

.post ol {
  padding-left: 1.5em;
}

.post ol:not(:last-child) {
  margin-bottom: 30px;
}

.post ol li {
  list-style-type: decimal;
  padding-bottom: 5px;
}

.post ol li:last-child {
  padding-bottom: 0;
}

.post strong {
  font-weight: bold;
}

.post em {
  font-style: italic;
}

.post del {
  text-decoration: line-through;
  color: #999999;
}

.post blockquote {
  display: block;
  padding: 15px;
  background-color: #d6d0d8;
  clear: both;
}

.post blockquote:not(:last-child) {
  margin-bottom: 30px;
}

.post .h, .post h1, .post h2, .post h3, .post h4, .post h5 {
  line-height: 1.3;
  letter-spacing: 0.1em;
}

.post .h:not(:first-child), .post h1:not(:first-child), .post h2:not(:first-child), .post h3:not(:first-child), .post h4:not(:first-child), .post h5:not(:first-child) {
  margin-top: 30px;
}

.post .h:not(:last-child), .post h1:not(:last-child), .post h2:not(:last-child), .post h3:not(:last-child), .post h4:not(:last-child), .post h5:not(:last-child) {
  margin-bottom: 15px;
}

.post h1 {
  font-size: 27px;
  font-size: 1.9285714286rem;
  font-weight: bold;
}

.post h2 {
  font-size: 24px;
  font-size: 1.7142857143rem;
  font-weight: bold;
}

.post h3 {
  font-size: 21px;
  font-size: 1.5rem;
  font-weight: bold;
}

.post h4 {
  font-size: 19px;
  font-size: 1.3571428571rem;
  font-weight: bold;
}

.post h5 {
  font-size: 17px;
  font-size: 1.2142857143rem;
  font-weight: bold;
}

.post iframe {
  max-width: 100%;
}

.post .aligncenter {
  text-align: center;
  display: block;
  margin: 30px auto 0;
}

.post .alignright {
  text-align: right;
  float: right;
  display: block;
  margin: 0 0 10px 15px;
}

.post .alignleft {
  text-align: left;
  float: left;
  margin: 0 15px 10px 0;
}

.post .wp-caption {
  max-width: 100%;
}

.post .wp-caption-text {
  color: #999999;
}

.post .wp-caption:not(:last-child) {
  margin-bottom: 30px;
}

.post p:not(:last-child) {
  margin-bottom: 15px;
}

.post table:not(:last-child) {
  margin-bottom: 30px;
}

.post table td p:not(:last-child) {
  margin-bottom: 10px;
}

.post cite {
  border: 1px solid #dddddd;
  margin-top: 15px;
  padding: 10px;
  display: -moz-inline-box;
  display: inline-block;
}

.post cite:before, .post cite:after {
  content: "\00201d";
}

.post small {
  font-size: 12px;
  font-size: 0.8571428571rem;
}

.post .video-container {
  max-width: 640px;
  margin: 30px auto 0;
}

.post .video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.post .video iframe, .post .video object, .post .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 700px) {
  .post .alignright {
    max-width: 160px;
    height: auto;
    margin: 0 0 10px 10px;
  }
  .post .alignleft {
    max-width: 160px;
    height: auto;
    margin: 0 10px 10px 0;
  }
}

.post:after {
  clear: both;
  display: block;
  content: '';
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

*[data-emergence], *.eg {
  -webkit-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  -ms-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
}

*[data-emergence=visible] {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}

@supports (clip-path: polygon(0 0, 0 0, 0 0)) {
  *[data-anm="skew"] {
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    -webkit-transition: 1s all ease-out;
    -moz-transition: 1s all ease-out;
    -ms-transition: 1s all ease-out;
    -o-transition: 1s all ease-out;
    transition: 1s all ease-out;
  }
  *[data-anm="skew"][data-emergence=visible] {
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    -ms-animation-duration: 0.3s;
    -o-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-clip-path: polygon(0 0, 220% 0, 0 220%, 0 0);
    clip-path: polygon(0 0, 220% 0, 0 220%, 0 0);
  }
}

/* floating */
@keyframes floating {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(30%);
  }
  100% {
    transform: translateY(0%);
  }
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(30%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

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

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

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

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes flipIn {
  0% {
    opacity: 0;
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}

@keyframes flipIn {
  0% {
    opacity: 0;
    -webkit-transform: perspective(2000px) rotateY(90deg);
    -ms-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}

.flipIn {
  -webkit-animation-name: flipIn;
  animation-name: flipIn;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.wb-a {
  word-break: break-all;
}
