blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  padding: 0;
  margin: 0;
}
*,
:after,
:before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
body {
  padding: 0;
  margin: 0;
  color: #222328;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica, Arial,'Hiragino Kaku Gothic ProN', "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 13px;
  line-height: 1.3em;
  text-align: left;
  -webkit-text-size-adjust: none;
}
li,
ul {
  margin: 0;
  list-style-type: none;
}
a {
  cursor: pointer;
  color: #000;
  text-decoration: none;
}
a:hover {
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
img {
  vertical-align: bottom;
}
textarea {
  padding: 6px;
}
@font-face {
  font-family: 'TakaoAwesome';
  font-style: normal;
  font-weight: normal;
  src: url(icons/TakaoAwesome.ttf) format('truetype'), url(icons/TakaoAwesome.woff) format('woff');
}
@font-face {
  font-family: 'BMI';
  font-style: normal;
  font-weight: normal;
  src: url(icons/bmi.ttf) format('truetype'), url(icons/bmi.woff) format('woff');
}
.balloon {
  background-color: #322e2d;
  display: inline-block;
  position: absolute;
  padding: 4px;
  margin-left: 12px;
  outline: 1px solid rgba(255,255,255,0.08);
}
.balloon .button:not(:hover):not(:active):not(.button--danger) {
  color: #fff;
}
.balloon .button:hover {
  background-color: #fff;
}
.balloon .button--danger {
  color: #e85017;
}
.balloon .button--danger:hover:not(:disabled):not(:active) {
  color: #e85017;
}
.balloon .button--danger:hover:not(:disabled):not(:active):before {
  background-color: rgba(255,72,0,0.24);
}
.balloon .button--danger:active:not(:disabled) {
  background-color: #e85017;
  color: #fff;
}
.balloon .controls .controls__divider {
  background-color: rgba(255,255,255,0.08);
}
.balloon:before {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: -20px;
  width: 10px;
  height: 10px;
  background-color: transparent;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #322e2d;
}
.balloon:after {
  display: block;
  z-index: 0;
  position: absolute;
  top: 0;
  left: -21px;
  width: 10px;
  height: 10px;
  background-color: transparent;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid rgba(255,255,255,0.08);
}
.balloon--position-upper:before {
  top: 15px;
}
.balloon--position-upper:after {
  top: 15px;
}
.balloon--position-mid:before {
  top: calc(50% - 10px);
}
.balloon--position-mid:after {
  top: calc(50% - 10px);
}
.balloon--position-lower:before {
  bottom: 0;
}
.balloon--position-lower:after {
  bottom: 0;
}
.banner {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  opacity: 0;
  position: fixed;
  bottom: 32px;
  left: 50%;
  max-width: 60%;
  transform: translateX(-50%);
  animation: banner-anime 150ms ease 150ms 1 forwards;
  -webkit-animation: banner-anime 150ms ease 150ms 1 forwards;
  background-color: #322e2d;
  padding: 4px 8px;
  color: #fff;
}
.banner__icon + * {
  margin-left: 8px;
}
*:not(input) + .banner__icon {
  margin-left: 8px;
}
*:not(input) + .banner__action {
  margin-left: 8px;
}
.banner__action + *:not(input) {
  margin-left: 8px;
}
.banner__container {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.banner__body {
  line-height: 1.6;
}
.banner__icon {
  display: inline-flex;
  flex-shrink: 0;
  flex-grow: 0;
  z-index: 1;
  opacity: 0.9;
  color: inherit;
}
.banner__action {
  flex-shrink: 0;
}
.banner__dissmiss {
  flex-shrink: 0;
}
.banner__action + .banner__dismiss {
  margin-left: 8px;
}
.banner__body + .banner__dismiss {
  margin-left: 24px;
}
.banner .button {
  color: #fff;
}
.banner .button:hover {
  color: #fff !important;
}
.banner .button:hover:before {
  background-color: rgba(255,255,255,0.24);
}
.banner .button:active {
  color: #333 !important;
}
.banner .button:active:before {
  background-color: #fff;
}
.banner--priority-med {
  background-color: #ef9e0a;
}
.banner--priority-high {
  background-color: #ff4726;
}
.banner--updated {
  background-color: #70bf12;
}
@-moz-keyframes banner-anime {
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes banner-anime {
  100% {
    opacity: 1;
  }
}
@-o-keyframes banner-anime {
  100% {
    opacity: 1;
  }
}
@keyframes banner-anime {
  100% {
    opacity: 1;
  }
}
@-moz-keyframes banner-anime {
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes banner-anime {
  100% {
    opacity: 1;
  }
}
@-o-keyframes banner-anime {
  100% {
    opacity: 1;
  }
}
@keyframes banner-anime {
  100% {
    opacity: 1;
  }
}
.button {
  box-sizing: border-box;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  user-select: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: all 130ms;
  cursor: pointer;
  outline: none;
  box-shadow: 0 0 0 2px transparent;
  border: 1px solid rgba(0,0,0,0.12);
  background-color: rgba(255,255,255,0.8);
  justify-content: center;
  width: auto;
  height: 36px;
  min-width: 120px;
  padding: 0 12px;
}
.button__icon + * {
  margin-left: 8px;
}
*:not(input) + .button__icon {
  margin-left: 8px;
}
*:not(input) + .button__action {
  margin-left: 8px;
}
.button__action + *:not(input) {
  margin-left: 8px;
}
.button:before {
  display: block;
  z-index: initial;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: all 130ms;
  content: '';
}
.button__icon {
  display: inline-flex;
  flex-shrink: 0;
  flex-grow: 0;
  z-index: 1;
  opacity: 0.9;
  color: inherit;
  font-size: 14px;
  font-weight: bold;
}
.button__label {
  font-size: 14px;
  font-weight: bold;
  z-index: 1;
  position: relative;
  color: inherit;
  line-height: 1;
}
.button__label-color {
  color: rgb(0, 0, 0)
}
.button:hover:not(:disabled):not(:active) {
  transition: all 130ms;
  cursor: pointer;
  outline: none;
  border: 1px solid rgba(255,0,15,0.24);
  color: #de303a;
}
.button:hover:not(:disabled):not(:active):before {
  display: block;
  z-index: initial;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,0,15,0.12);
  transition: all 130ms;
  content: '';
}
.button:focus:not(:disabled) {
  transition: all 130ms;
  cursor: pointer;
  outline: none;
}
.button:disabled {
  transition: all 130ms;
  cursor: pointer;
  outline: none;
  cursor: default;
  color: rgba(0,0,0,0.2);
}
.button:disabled:before {
  display: block;
  z-index: initial;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.12);
  transition: all 130ms;
  content: '';
}
.button:active:not(:disabled) {
  color: #fff;
  border: 1px solid #de303a;
  background-color: #de303a;
}
.button--text-button {
  box-sizing: border-box;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  user-select: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: all 130ms;
  cursor: pointer;
  outline: none;
  box-shadow: 0 0 0 2px transparent;
  border: 1px solid rgba(0,0,0,0.12);
  background-color: rgba(255,255,255,0.8);
  justify-content: center;
  background-color: transparent;
  min-width: 0;
  padding: 0 8px;
  border: none;
}
.button--text-button__icon + * {
  margin-left: 8px;
}
*:not(input) + .button--text-button__icon {
  margin-left: 8px;
}
*:not(input) + .button--text-button__action {
  margin-left: 8px;
}
.button--text-button__action + *:not(input) {
  margin-left: 8px;
}
.button--text-button:before {
  display: block;
  z-index: initial;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: all 130ms;
  content: '';
}
.button--text-button__icon {
  display: inline-flex;
  flex-shrink: 0;
  flex-grow: 0;
  z-index: 1;
  opacity: 0.9;
  color: inherit;
  font-size: 14px;
  font-weight: bold;
}
.button--text-button__label {
  font-size: 14px;
  font-weight: bold;
  z-index: 1;
  position: relative;
  color: inherit;
  line-height: 1;
}
.button--text-button:hover:not(:disabled):not(:active) {
  transition: all 130ms;
  cursor: pointer;
  outline: none;
  border: 1px solid rgba(255,0,15,0.24);
  color: #de303a;
}
.button--text-button:hover:not(:disabled):not(:active):before {
  display: block;
  z-index: initial;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,0,15,0.12);
  transition: all 130ms;
  content: '';
}
.button--text-button:focus:not(:disabled) {
  transition: all 130ms;
  cursor: pointer;
  outline: none;
}
.button--text-button:disabled {
  transition: all 130ms;
  cursor: pointer;
  outline: none;
  cursor: default;
  color: rgba(0,0,0,0.2);
}
.button--text-button:disabled:before {
  display: block;
  z-index: initial;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.12);
  transition: all 130ms;
  content: '';
}
.button--text-button:active:not(:disabled) {
  color: #fff;
  border: 1px solid #de303a;
  background-color: #de303a;
}
.button--text-button:hover:not(:disabled):not(:active) {
  border: none !important;
}
.button--text-button:focus:not(:disabled) {
  border: none !important;
}
.button--text-button:disabled {
  border: none !important;
}
.button--text-button:active {
  border: none !important;
}
.button--small {
  min-width: 24px;
  height: 24px;
}
.button--link-button {
  box-sizing: border-box;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  user-select: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: all 130ms;
  cursor: pointer;
  outline: none;
  box-shadow: 0 0 0 2px transparent;
  border: 1px solid rgba(0,0,0,0.12);
  background-color: rgba(255,255,255,0.8);
  justify-content: center;
  min-width: 24px;
  height: 24px;
  padding: 0 4px;
  color: inherit;
  font-size: inherit;
  border: none;
  font-size: inherit;
}
.button--link-button__icon + * {
  margin-left: 8px;
}
*:not(input) + .button--link-button__icon {
  margin-left: 8px;
}
*:not(input) + .button--link-button__action {
  margin-left: 8px;
}
.button--link-button__action + *:not(input) {
  margin-left: 8px;
}
.button--link-button:before {
  display: block;
  z-index: initial;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: all 130ms;
  content: '';
}
.button--link-button__icon {
  display: inline-flex;
  flex-shrink: 0;
  flex-grow: 0;
  z-index: 1;
  opacity: 0.9;
  color: inherit;
  font-size: 14px;
  font-weight: bold;
}
.button--link-button__label {
  font-size: 14px;
  font-weight: bold;
  z-index: 1;
  position: relative;
  color: inherit;
  line-height: 1;
}
.button--link-button:hover:not(:disabled):not(:active) {
  transition: all 130ms;
  cursor: pointer;
  outline: none;
  border: 1px solid rgba(255,0,15,0.24);
  color: #de303a;
}
.button--link-button:hover:not(:disabled):not(:active):before {
  display: block;
  z-index: initial;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,0,15,0.12);
  transition: all 130ms;
  content: '';
}
.button--link-button:focus:not(:disabled) {
  transition: all 130ms;
  cursor: pointer;
  outline: none;
}
.button--link-button:disabled {
  transition: all 130ms;
  cursor: pointer;
  outline: none;
  cursor: default;
  color: rgba(0,0,0,0.2);
}
.button--link-button:disabled:before {
  display: block;
  z-index: initial;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.12);
  transition: all 130ms;
  content: '';
}
.button--link-button:active:not(:disabled) {
  color: #fff;
  border: 1px solid #de303a;
  background-color: #de303a;
}
.button--link-button .button__label {
  font-size: inherit;
  font-weight: normal;
}
.button--link-button:hover:not(:disabled):not(:active) {
  border: none;
}
.button--link-button:focus:not(:disabled) {
  border: none;
}
.button--link-button:disabled {
  border: none;
}
.button--link-button:disabled:before {
  background-color: transparent;
}
.button--link-button:active {
  border: none;
}
.button--plan {
  background-color: #ef9e0a;
  color: #fff;
}
.button--plan:hover:not(:disabled):not(:active) {
  color: #fff;
  border: 1px solid #be7d08;
}
.button--plan:hover:not(:disabled):not(:active):before {
  display: block;
  z-index: initial;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #be7d08;
  transition: all 130ms;
  content: '';
}
.button--plan:active:not(:disabled) {
  border: 1px solid #ffaf20;
}
.button--plan:active:not(:disabled):before {
  display: block;
  z-index: initial;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffaf20;
  transition: all 130ms;
  content: '';
}
.button--primary {
  background-color: #de303a;
  color: #fff;
}
.button--primary:hover:not(:disabled):not(:active) {
  color: #fff;
  border: 1px solid #bd0b16;
}
.button--primary:hover:not(:disabled):not(:active):before {
  display: block;
  z-index: initial;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #bd0b16;
  transition: all 130ms;
  content: '';
}
.button--primary:active:not(:disabled) {
  border: 1px solid #e2211a;
}
.button--primary:active:not(:disabled):before {
  display: block;
  z-index: initial;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e2211a;
  transition: all 130ms;
  content: '';
}
.button--icon-button {
  width: 36px;
  height: 36px;
  min-width: 0;
  padding: 0;
}
.button--icon-button--small {
  width: 24px;
  height: 24px;
  padding: 0;
}
.button--icon-button--small .button__icon {
  margin: 0;
}
.button--rounded {
  border-radius: 36px;
}
.button--registration {
  box-shadow: 0 1px 2.5px 0 rgba(190,125,8,0.8), 0 3px 12px 0 rgba(255,165,0,0.4);
  border-bottom-color: #be7d08;
  border-top-color: transparent;
}
.button--registration:active:not(:disabled) {
  box-shadow: 0 1px 3px 0 rgba(190,125,8,0.5);
}
.button--bg-dark {
  border: none;
  color: #fff;
  background-color: transparent;
}
.button--bg-dark:hover:not(:disabled):not(:active) {
  border: none !important;
  color: #fff;
  border: 1px solid #fff;
}
.button--bg-dark:hover:not(:disabled):not(:active):before {
  display: block;
  z-index: initial;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.08);
  transition: all 130ms;
  content: '';
}
.button--bg-dark:active:not(:disabled) {
  border: none !important;
  background-color: rgba(255,255,255,0.24);
  border: 1px solid #fff;
}
.button--bg-dark:active:not(:disabled):before {
  display: block;
  z-index: initial;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.08);
  transition: all 130ms;
  content: '';
}
.card {
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  user-select: none;
  cursor: pointer;
  position: relative;
}
.card__frame {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.12);
}
.card .check-box {
  z-index: 1;
  position: absolute;
  top: 8px;
  left: 8px;
}
.card__media >* {
  width: auto;
  height: auto;
}
.card--disabled {
  background-color: card-disabled-fill;
}
.card--selected {
  box-shadow: 0 0 0 2.5px rgba(255,0,15,0.24);
}
.card--selected .card__frame {
  box-shadow: inset 0 0 0 1px rgba(255,0,15,0.32);
}
.card .is-active {
  border: 1px solid 1;
}
.card .is-active:before {
  display: block;
  z-index: initial;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,0,15,0.12);
  transition: all 130ms;
  content: '';
}
.card--square {
  min-width: 60px;
}
.card--square .card__area {
  width: 100%;
  padding-bottom: 100%;
}
.card--square .card__media {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: absolute;
}
.card--square .card__media >* {
  width: auto;
  height: 100%;
}
.card--wide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 100px;
}
.card--wide .card__media {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.card--wide .card__media >* {
  width: 100%;
  height: 100%;
}
.check-box {
  width: 24px;
  background-color: rgba(255,255,255,0.12);
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  height: 24px;
  padding: 0;
  color: #333;
  border-radius: 12px;
  box-shadow: inset 0 0 0 1px rgba(200,200,200,0.72);
  overflow: hidden;
}
.check-box__input {
  width: 24px;
  height: 24px;
  display: block;
  flex: none;
  z-index: 1;
  opacity: 0.9;
  cursor: pointer;
  margin: 0;
  border-radius: 24px;
  outline: none;
  transition: width 150ms, opacity 150ms;
  -webkit-appearance: none;
}
.check-box__input:not(:checked) {
  margin-right: 0;
}
.check-box__input:checked {
  background-color: #de303a;
  margin-right: -12px;
}
.check-box__input:checked:after {
  display: block;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '\e926';
  padding: 4px;
  color: #fff;
  font-family: 'TakaoAwesome' !important;
  font-size: 16px;
}
.check-box__icon {
  border-radius: 24px;
  outline: none;
  -webkit-appearance: none;
}
.check-box__icon:checked {
  background-color: #de303a;
}
.check-box__icon:checked:after {
  display: block;
  content: '\e926';
  padding: 4px;
  color: #fff;
  font-family: 'TakaoAwesome' !important;
  font-size: 16px;
}
.check-box__label {
  font-size: 14px;
  font-weight: bold;
  z-index: 0;
  cursor: pointer;
  padding: 0 12px;
  user-select: none;
}
.check-box__label:before {
  transition: all 130ms;
}
.check-box__label:after {
  transition: all 130ms;
}
.check-box__input:not(:checked) + .check-box__label:before {
  display: block;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  border-radius: 24px;
}
.check-box__input:checked + .check-box__label:after {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #de303a;
  content: '';
}
.check-box__input:checked + .check-box__label {
  color: #fff;
}
.check-box__input:disabled {
  background-color: rgba(0,0,0,0.12);
  opacity: 1 !important;
  cursor: default;
}
.check-box__input:disabled + .check-box__label {
  cursor: default;
  color: #999;
}
.check-box__input:disabled + .check-box__label:before {
  background-color: rgba(0,0,0,0.12);
}
.check-box:hover .check-box__input:not(:checked):not(:disabled) {
  background-color: rgba(255,0,15,0.12);
}
.check-box:active .check-box__input:not(:checked):not(:disabled) {
  background-color: rgba(255,0,15,0.24);
}
.check-box:hover .check-box__input:not(:checked):not(:disabled) + .check-box__label {
  color: #de303a;
}
.check-box:hover:not(:active) .check-box__input:not(:checked):not(:disabled) + .check-box__label:before {
  background-color: rgba(255,0,15,0.12);
}
.check-box:active .check-box__input:not(:checked):not(:disabled) + .check-box__label {
  color: #de303a;
}
.check-box:active .check-box__input:not(:checked):not(:disabled) + .check-box__label:before {
  background-color: rgba(255,0,15,0.24);
}
.check-box--with-label {
  width: auto;
  min-width: 24px;
}
.check-box--with-label .check-box__input:not(:checked) {
  width: 0;
  height: 0;
  box-shadow: none;
}
.check-box-hover {
  width: 80px;
  min-height: 44px;
  height: 100%;
  position: absolute;
  top: -10px;
  left: 0;
  cursor: pointer;
}
.check-box-hover:hover+.check-box .check-box__input:not(:checked):not(:disabled) {
  background-color: rgba(255,0,15,0.12);
}
.controls,
.controls--horizontal {
  display: flex;
  align-items: center;
  margin: -3px;
  line-height: inherit;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  position: relative;
  flex-direction: row;
  width: 100%;
  height: auto;
}
.controls__stuffing,
.controls--horizontal__stuffing {
  flex-grow: 1;
}
.controls >*:not(.controls__divider),
.controls--horizontal >*:not(.controls__divider) {
  flex-shrink: 0;
}
.controls__divider,
.controls--horizontal__divider {
  width: 1px;
  height: 24px;
  background-color: rgba(0,0,0,0.12);
  flex-shrink: 0;
  flex-grow: 0;
  margin: 0 8px;
}
.controls__spacer,
.controls--horizontal__spacer {
  min-width: 16px;
  min-height: 16px;
}
.controls >*:not(.controls__divider),
.controls--horizontal >*:not(.controls__divider) {
  margin: 4px;
}
>*:not(.controls__divider) + .controls,
>*:not(.controls__divider) + .controls--horizontal {
  margin: 4px 0;
}
.controls--vertical {
  display: flex;
  align-items: center;
  margin: -3px;
  line-height: inherit;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  position: relative;
  flex-direction: column;
  width: auto;
  height: 100%;
}
.controls--vertical__stuffing {
  flex-grow: 1;
}
.controls--vertical >*:not(.controls__divider) {
  flex-shrink: 0;
}
.controls--vertical .controls__spacer {
  min-width: auto;
  min-height: 16px;
}
.controls--vertical .controls__divider {
  width: 24px;
  height: 1px;
  background-color: rgba(0,0,0,0.12);
  flex-shrink: 0;
  flex-grow: 0;
  margin: 8px 0;
}
.dropdown {
  box-sizing: border-box;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  user-select: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: auto;
  height: 36px;
  transition: all 130ms;
  cursor: pointer;
  outline: none;
  box-shadow: 0 0 0 2px transparent;
  border: 1px solid rgba(0,0,0,0.12);
  background-color: rgba(255,255,255,0.8);
  background-color: #fff;
  padding: 8px 12px;
}
.dropdown__icon + * {
  margin-left: 8px;
}
*:not(input) + .dropdown__icon {
  margin-left: 8px;
}
*:not(input) + .dropdown__action {
  margin-left: 8px;
}
.dropdown__action + *:not(input) {
  margin-left: 8px;
}
.dropdown:before {
  display: block;
  z-index: initial;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: all 130ms;
  content: '';
}
.dropdown__icon {
  display: inline-flex;
  flex-shrink: 0;
  flex-grow: 0;
  z-index: 1;
  opacity: 0.9;
  color: inherit;
  font-size: 14px;
  font-weight: bold;
}
.dropdown__label {
  font-size: 14px;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-break: keep-all;
  z-index: 1;
  position: relative;
  max-width: 29ex;
  color: inherit;
  line-height: 1.1;
}
.dropdown__action {
  display: inline-flex;
  flex-shrink: 0;
  flex-grow: 0;
  z-index: 1;
  opacity: 0.9;
  color: inherit;
  padding: 8px;
  margin: -8px -11px -8px 12px;
  border-left: 1px solid rgba(0,0,0,0.12);
}
.dropdown:hover .dropdown__action {
  border-color: rgba(255,0,15,0.24);
}
.dropdown:hover:not(:disabled):not(:active) {
  transition: all 130ms;
  cursor: pointer;
  outline: none;
  border: 1px solid rgba(255,0,15,0.24);
  color: #de303a;
}
.dropdown:hover:not(:disabled):not(:active):before {
  display: block;
  z-index: initial;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,0,15,0.12);
  transition: all 130ms;
  content: '';
}
.dropdown:focus:not(:disabled) {
  transition: all 130ms;
  cursor: pointer;
  outline: none;
}
.dropdown:disabled {
  transition: all 130ms;
  cursor: pointer;
  outline: none;
  cursor: default;
  color: rgba(0,0,0,0.2);
}
.dropdown:disabled:before {
  display: block;
  z-index: initial;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.12);
  transition: all 130ms;
  content: '';
}
.dropdown:active:not(:disabled) {
  color: #fff;
  border: 1px solid #de303a;
  background-color: #de303a;
}
.ta {
  vertical-align: middle;
  font-family: 'TakaoAwesome' !important;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bmi {
  font-family: 'bmi' !important;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ta-ui-ascend:before {
  content: '\e91f';
}
.ta-ui-descend:before {
  content: '\e920';
}
.ta-ui-drag:before {
  content: '\e92b';
}
.ta-list-dot-small:before {
  content: '\e929';
}
.ta-bottom:before {
  content: '\e92e';
}
.ta-top:before {
  content: '\e92f';
}
.ta-lower:before {
  content: '\e92c';
}
.ta-upper:before {
  content: '\e92d';
}
.ta-input-colon:before {
  content: '\e91e';
}
.ta-input-range:before {
  content: '\e91d';
}
.ta-ebook-detail:before {
  content: '\e91c';
}
.ta-bookmark:before {
  content: '\e91b';
}
.ta-ui-dropdown:before {
  content: '\e90a';
}
.ta-delete:before {
  content: '\e900';
}
.ta-copy:before {
  content: '\e901';
}
.ta-mypattern:before {
  content: '\e902';
}
.ta-shinsei {
  color: iro-shonin-icon-shinsei-text;
}
.ta-shinsei:before {
  content: '\e903';
}
.ta-approve {
  color: iro-shonin-icon-approve-text;
}
.ta-approve:before {
  content: '\e904';
}
.ta-torisage {
  color: iro-shonin-icon-torisage-text;
}
.ta-torisage:before {
  content: '\e905';
}
.ta-reject {
  color: iro-shonin-icon-reject-text;
}
.ta-reject:before {
  content: '\e906';
}
.ta-decline {
  color: iro-shonin-icon-decline-text;
}
.ta-decline:before {
  content: '\e924';
}
.ta-deny:before {
  content: '\e928';
}
.ta-timeline-node:before {
  content: '\e923';
}
.ta-timeline-node-add:before {
  content: '\e921';
}
.ta-timeline-node-terminal:before {
  content: '\e922';
}
.ta-info-notice:before {
  content: '\e907';
}
.ta-info-warning:before {
  content: '\e90b';
}
.ta-info-error:before {
  content: '\e91a';
}
.ta-history:before {
  content: '\e908';
}
.ta-anbun:before {
  content: '\e909';
}
.ta-pager-preview:before {
  content: '\e90c';
}
.ta-attachment:before {
  content: '\e90d';
}
.ta-check-all:before {
  content: '\e925';
}
.ta-add:before {
  content: '\e90e';
}
.ta-pager-next:before {
  content: '\e90f';
}
.ta-pager-first:before {
  content: '\e910';
}
.ta-pager-last:before {
  content: '\e911';
}
.ta-search:before {
  content: '\e912';
}
.ta-datepicker:before {
  content: '\e913';
}
.ta-close:before {
  content: '\e914';
}
.ta-relation:before {
  content: '\e915';
}
.ta-print:before {
  content: '\e916';
}
.ta-reload:before {
  content: '\e917';
}
.ta-choose:before {
  content: '\e918';
}
.ta-ui-drag:before {
  content: '\e92b';
}
.ta-edit:before {
  content: '\e919';
}
.ta-list-dot-small:before {
  content: '\e929';
}
.ta-navigation-forward:before {
  content: '\e930';
}
.ta-navigation-back:before {
  content: '\e931';
}
.ta-position-lower:before {
  content: '\e92c';
}
.ta-position-upper:before {
  content: '\e92d';
}
.bmi-help:before {
  content: '\e905';
}
.bmi-delivery:before {
  content: '\e900';
}
.bmi-edit:before {
  content: '\e901';
}
.bmi-home:before {
  content: '\e902';
}
.bmi-settings:before {
  content: '\e903';
}
.bmi-subscriber:before {
  content: '\e904';
}
.bmi-plan:before {
  content: '\e906';
}
.item {
  width: 100%;
  padding: 7px 16px;
  line-height: 1.5714285714285714;
  font-size: 14px;
}
.item--btn {
  cursor: pointer;
  border: none;
  background: #fff;
  border-top:1px solid #e8e8e8 ;
  text-align: left;
}
.item--btn:hover {
  cursor: pointer;
  background-color: rgba(38, 38, 38, 0.04);
}
.item--btn:disabled {
  cursor: not-allowed;
  background-color: rgba(38, 38, 38, 0.04);
}

.item--btn:disabled svg {
  fill:rgba(38, 38, 38, 0.25);
}
.item--btn:disabled .item__body-container,.item--btn:disabled .item__label {
  color:rgba(38, 38, 38, 0.25);
}

.item__label {
  color: #595959;
}

.item__body {
  color: #8c8c8c;
  font-size: 14px;
  line-height: 20px;
}

.item__body-container {
display: flex;
justify-content: space-between;
align-items: center;
}

.item__body-container svg {
  fill: #595959;
}

.item__icon {
  width: 18px;
  height: 18px;
}
.bmx-list {
  overflow-y: auto;
}

.bmx-list, .bmx-list-frommail {
  width: auto;
  height: 100%;
  background-color: rgba(0,0,0,0.12);
}
.bmx-list__item + .bmx-list__item {
  margin-top: 1px;
}
.bmx-list .bmx-list__tile--is-editing .tile {
  background-color: #f9fdcb;
}
.bmx-list .bmx-list__tile--is-queued .tile {
  background-color: #f0fee9;
}
.bmx-list--fixed-header .bmx-list__header {
  width: 100%;
  height: auto;
  background-color: #fff;
  z-index: 5;
  position: sticky;
  top: 0;
  left: 0;
}
.list-header {
  color: rgba(0,0,0,0.78);
  font-size: 10px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  box-shadow: inset 0 -1px 0 0 #ddd;
}
.tile {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  min-height: 40px;
  padding: 0;
}
.tile__item {
  font-size: 12px;
  font-weight: normal;
  flex-shrink: 1;
  flex-grow: 1;
  z-index: 1;
  padding: 4px;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  position: relative;
}
.tile__item__reply_to {
  font-size: 12px;
  font-weight: normal;
  flex-shrink: 1;
  flex-grow: 1;
  z-index: 2;
  padding: 4px;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
  position: relative;
}
.tile__item--full {
  word-wrap: none;
  text-overflow: unset;
  max-height: 310px;
  overflow: auto;
  white-space: normal;
  padding: 4px 0;
}
.tile__item--xs {
  flex-shrink: 0;
  flex-grow: 0;
  width: 4%;
  min-width: 4em;
  min-height: 24px;
  position: relative;
}
.tile__item--s {
  flex-shrink: 1;
  flex-grow: 0;
  width: 4%;
  min-width: 8em;
  min-height: 24px;
  position: relative;
}
.tile__item--m {
  flex-shrink: 0;
  flex-grow: 0;
  width: 20%;
}
.tile__item--l {
  flex-shrink: 0;
  flex-grow: 1;
  width: 30%;
}
.tile__item--address {
  flex-shrink: 0;
  flex-grow: 0;
  width: 15%;
}
.tile__item--date {
  flex-shrink: 0;
  flex-grow: 0;
  min-width: 19ex;
}
.tile__item--knob {
  width: 48px;
  height: 21px;
  flex-shrink: 0;
  flex-grow: 0;
  color: rgba(0,0,0,0.12);
}
.tile__item--confirm {
  width: 48px;
  height: 19px;
  flex-shrink: 0;
  flex-grow: 0;
  color: rgba(0,0,0,0.12);
}
.tile__control {
  font-size: 12px;
  font-weight: normal;
  flex-shrink: 0;
  flex-grow: 0;
  width: 100px;
  position: relative;
}
.tile__control .button--link-button {
  min-height: 0;
  padding: 0;
}
.tile__edit {
  font-size: 12px;
  font-weight: normal;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  justify-content: flex-end;
  width: 90px;
}
.tile__edit .button--link-button {
  min-height: 0;
  padding: 0;
}
.tile__item--display-column-width {
  width: 152px;
  overflow: unset;
}
.tile__item:first-child,
.tile__item__reply_to:first-child,
.tile__control:first-child {
  padding-left: 16px;
}
.tile__item:last-child,
.tile__edit:last-child {
  padding-right: 16px;
}
.tile--draggable {
  border-radius: 0.5px;
  user-select: none;
}
.tile--draggable:before {
  display: block;
  z-index: initial;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: all 130ms;
  content: '';
}
.tile--draggable .tile__item--knob {
  width: 48px;
  height: 19px;
  flex-shrink: 0;
  flex-grow: 0;
  color: rgba(0,0,0,0.12);
}
.tile--draggable .tile__item--knob:active {
  cursor: grabbing;
  color: rgba(222,48,58,0.68);
}
.tile--draggable:hover {
  transition: all 130ms;
  z-index: 2;
  box-shadow: 0px 10px 0 -3px rgba(255,0,15,0.12) inset, 0px -10px 0 -3px rgba(255,0,15,0.12) inset;
}
.tile--draggable.is-active {
  z-index: 2;
  cursor: grabbing;
}
.tile--touch:before {
  display: block;
  z-index: initial;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: all 130ms;
  content: '';
}
.tile--touch.tile {
  cursor: pointer;
}
.tile--touch:hover:before {
  display: block;
  z-index: initial;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,0,15,0.04);
  transition: all 130ms;
  content: '';
}
.tile--touch:active {
  z-index: 2;
  color: #de303a;
}
.tile--touch:active:before {
  display: block;
  z-index: initial;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,0,15,0.08);
  transition: all 130ms;
  content: '';
}
.tile--touch.is-active {
  z-index: 2;
  color: #de303a;
}
.tile--touch.is-active:before {
  display: block;
  z-index: initial;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,0,15,0.08);
  transition: all 130ms;
  content: '';
}
.tile--continuous:last-child:not(.list-header) {
  margin-bottom: 0;
}
.menu {

  overflow-x: hidden;
  overflow-y: auto;

  height: 100%;
  background-color: #fff;
}
.menu__divider {
  width: calc(100% + 32px);
  height: 1px;
  margin-top: 4px;
  margin-right: -16px;
  margin-bottom: 4px;
  margin-left: -16px;
}
.menu__divider {
  background-color: rgba(0,0,0,0.08);
}
.menu--dark {
  background-color: #322e2d;
}
.menu--dark .menu__divider {
  background-color: rgba(255,255,255,0.08);
}
.menu--dropdown {
  min-width: 220px;
  max-width: 300px;
  box-shadow: 0 6px 16px 0 rgb(0 0 0 / 8%), 0 3px 6px -4px rgb(0 0 0 / 12%), 0 9px 28px 8px rgb(0 0 0 / 5%);
  border-radius: 8px;
}
.menu--grobal-navigation {
  width: 100px;
  height: 100%;
  padding: 0;
}
.menu--grobal-navigation .navigation-group {
  padding: 0;
  margin: 0;
}
.menu--grobal-navigation .navigation-group:hover:not(.is-active) {
  background-color: transparent;
}
.menu--grobal-navigation .navigation-group + .navigation-group {
  margin-top: 0;
  border-top: 1px solid;
}
.menu--grobal-navigation .navigation-link {
  width: 100%;
  height: auto;
  flex-direction: column;
  padding: 12px 0;
  color: #fff;
  border-radius: 0;
}
.menu--grobal-navigation .navigation-link.is-active {
  background-color: grobal-navigation-navigation-link-fill-selected;
}
.menu--grobal-navigation .navigation-link .navigation-link:hover {
  background-color: transparent;
}
.menu--grobal-navigation .navigation-link .navigation-link__icon {
  width: auto;
  height: auto;
  color: grobal-navigation-navigation-link-icon-text;
  font-size: 28px;
}
.menu--grobal-navigation .navigation-link .navigation-link__label {
  width: 100%;
  font-weight: normal;
  text-align: center;
}
.menu--grobal-navigation .navigation-link .navigation-link__icon+.navigation-link__label {
  margin-top: 8px;
  margin-left: 0;
}
.navigation-group {
  background-color: transparent;
  transition: opacity 230ms, background-color 230ms, transform 300ms, box-shadow 230ms;
  padding: 4px;
  margin-right: -16px;
  margin-left: -16px;
}
.navigation-group:hover {
  background-color: rgba(255,255,255,0.08);
}
.navigation-group.is-active {
  background-color: rgba(255,255,255,0.08);
}
.navigation-group + .navigation-group {
  margin-top: 1px;
}
.navigation-group.disabled {
  background-color: rgba(0,0,0,0.12);
  color: rgba(0,0,0,0.2);
  pointer-events: none;
}
.navigation-link {
  box-sizing: border-box;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  user-select: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: auto;
  height: 24px;
  transition: all 130ms;
  justify-content: center;
  cursor: pointer;
  padding: 0 8px;
  margin-top: 3px;
}
.navigation-link__icon + * {
  margin-left: 8px;
}
*:not(input) + .navigation-link__icon {
  margin-left: 4px;
}
*:not(input) + .navigation-link__action {
  margin-left: 8px;
}
.navigation-link__action + *:not(input) {
  margin-left: 8px;
}
.navigation-link__icon {
  display: inline-flex;
  flex-shrink: 0;
  flex-grow: 0;
  z-index: 1;
  opacity: 0.9;
  color: inherit;
  font-size: 14px;
  font-weight: bold;
}
.navigation-link__label {
  font-size: 12px;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-break: keep-all;
  flex-grow: 1;
}
.navigation-link:only-child {
  margin-top: 0;
}
.navigation-link:hover:not(.is-active) {
  background-color: rgba(255,0,15,0.12);
  color: #d60d19;
}
.navigation-link:active:not(.is-active):not(.navigation-link--title) {
  background-color: rgba(255,0,15,0.24);
}
.navigation-link.is-active {
  background-color: rgba(255,0,15,0.24);
  color: #de303a;
}
.navigation-link--dark {
  box-sizing: border-box;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  user-select: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: auto;
  height: 24px;
  transition: all 130ms;
  justify-content: center;
  cursor: pointer;
  color: rgba(255,255,255,0.8);
}
.navigation-link--dark__icon + * {
  margin-left: 8px;
}
*:not(input) + .navigation-link--dark__icon {
  margin-left: 8px;
}
*:not(input) + .navigation-link--dark__action {
  margin-left: 8px;
}
.navigation-link--dark__action + *:not(input) {
  margin-left: 8px;
}
.navigation-link--dark__icon {
  display: inline-flex;
  flex-shrink: 0;
  flex-grow: 0;
  z-index: 1;
  opacity: 0.9;
  color: inherit;
  font-size: 14px;
  font-weight: bold;
}
.navigation-link--dark__label {
  font-size: 12px;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-break: keep-all;
  flex-grow: 1;
}
.navigation-link--dark:only-child {
  margin-top: 0;
}
.navigation-link--dark .navigation-link__icon {
  color: #322e2d;
}
.navigation-link--dark:hover:not(.is-active) {
  background-color: rgba(255,255,255,0.08);
  color: #fff;
}
.navigation-link--dark:active:not(.is-active):not(.navigation-link--title) {
  background-color: rgba(255,255,255,0.24);
}
.navigation-link--dark.is-active {
  background-color: #bd0b16;
  color: #fff;
}
.navigation-link--dark.is-active .navigation-link--dark__icon {
  color: rgba(255,255,255,0.8);
}
.navigation-link--title {
  cursor: default;
  color: rgba(255,255,255,0.56);
}
.navigation-link--title .navigation-link__icon {
  color: currentColor;
}
.navigation-link--title .navigation-link__label {
  font-weight: normal;
}
.navigation-link--title:hover:not(.is-active) {
  background-color: transparent;
  color: rgba(255,255,255,0.56);
}
.navigation-link--single-link .navigation-link__icon {
  color: rgba(255,255,255,0.56);
}
.navigation-link--area {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: self-start;
  height: auto;
  padding: 0;
}
.dialog {
  overflow: hidden;
}
.dialog__message {
  padding: 0 16px 16px;
  line-height: 1.8;
}
.dialog__controls {
  padding: 8px;
  border-top: 1px solid rgba(0,0,0,0.12);
}
.dialog__scroll-area {
  overflow-y: auto;
  max-height: 500px;
}
.modal-window {
  background-color: #fff;
  opacity: 0;
  min-width: 300px;
  max-width: 1060px;
  animation: show 150ms ease 150ms 1 forwards;
  -webkit-animation: show 150ms ease 150ms 1 forwards;
}
.modal-window__bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px 12px;
}
.modal-window__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  word-break: keep-all;
  white-space: nowrap;
}
.modal-window__title--annotation {
    color: #888;
    font-size: 13px;
    padding-left: 12px;
    font-weight: normal;
    display: inline-block;
}
.modal-window__closebox {
  margin-top: -8px;
  margin-right: -12px;
  margin-bottom: -8px;
  margin-left: 8px;
  line-height: 1;
}
.modal-window__body {
  word-break: break-word;
}
.modal-window>:first-child {
  padding-top: 12px;
}
.scrim:before {
  display: block;
  z-index: initial;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #555;
  transition: all 130ms;
  content: '';
}
@-moz-keyframes show {
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes show {
  100% {
    opacity: 1;
  }
}
@-o-keyframes show {
  100% {
    opacity: 1;
  }
}
@keyframes show {
  100% {
    opacity: 1;
  }
}
@-moz-keyframes show {
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes show {
  100% {
    opacity: 1;
  }
}
@-o-keyframes show {
  100% {
    opacity: 1;
  }
}
@keyframes show {
  100% {
    opacity: 1;
  }
}
.page-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  justify-content: flex-start;
  margin: 8px 0;
  color: #333;
  line-height: 1;
}
.page-header__icon + * {
  margin-left: 8px;
}
*:not(input) + .page-header__icon {
  margin-left: 8px;
}
*:not(input) + .page-header__action {
  margin-left: 8px;
}
.page-header__action + *:not(input) {
  margin-left: 8px;
}
.page-header__icon {
  display: inline-flex;
  flex-shrink: 0;
  flex-grow: 0;
  z-index: 1;
  opacity: 0.9;
  color: inherit;
}
.plan-indicator {
  display: flex;
  align-items: center;
  line-height: 1.5714285714285714;
  gap: 8px;
}
.plan-indicator__message {
  white-space: unset;
  overflow-wrap: break-word;
  flex-shrink: 0;
  flex-grow: 0;
  max-width: 40em;
}
/* .plan-indicator__button {
  flex-shrink: 0;
  flex-grow: 0;
} */
.plan-indicator--is-nearly-limit .plan-indicator__message {
  color: #bd0b16;
  font-weight: bold;
}
.search-box {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 24px;
  overflow: hidden;
}
.search-box fieldset {
  display: inline-block;
  border: 1px solid rgba(0,0,0,0.12);
  border-radius: 4px;
  overflow: hidden;
}
.search-box fieldset legend {
  display: none;
  border: 0;
}
.search-box__body {
  display: flex;
}
.search-box__field {
  transition: all 130ms;
  padding: 8px;
  border: 0;
  outline: 0;
}
.search-box__field:focus {
  background-color: rgba(255,0,15,0.12);
}
.search-box__button {
  border-radius: 0 3px 3px 0;
}
.segmented-control {
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: all 130ms;
  box-sizing: content-box;
  cursor: pointer;
  position: relative;
  min-height: 24px;
  border-radius: 12px;
  overflow: hidden;
  padding: 0 12px;
  color: #333;
}
.segmented-control__icon + * {
  margin-left: 8px;
}
*:not(input) + .segmented-control__icon {
  margin-left: 8px;
}
*:not(input) + .segmented-control__action {
  margin-left: 8px;
}
.segmented-control__action + *:not(input) {
  margin-left: 8px;
}
.segmented-control__input {
  display: none;
  flex: none;
  z-index: 1;
  cursor: pointer;
  margin: 0;
  -webkit-appearance: none;
}
.segmented-control__icon {
  display: inline-flex;
  flex-shrink: 0;
  flex-grow: 0;
  z-index: 1;
  opacity: 0.9;
  color: inherit;
  font-size: 14px;
  font-weight: bold;
}
.segmented-control__label {
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
}
.segmented-control__label:empty {
  padding: 0 !important;
}
.segmented-control__input ~ .segmented-control__label:after {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 130ms;
  content: '';
}
.html-edit-item .segmented-control__label {
	z-index: 0;
}
.segmented-control__input:checked ~ .segmented-control__label:after {
  width: 100%;
  height: 100%;
  background-color: #de303a;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.segmented-control__input:checked ~ .segmented-control__label {
  color: #fff;
}
.segmented-control__input:checked ~ .segmented-control__icon {
  color: #fff;
}
.segmented-control__input:disabled {
  cursor: default;
}
.segmented-control:active:not(:disabled) {
  background-color: rgba(255,0,15,0.24);
  color: #de303a;
}
.segmented-control:hover:not(:disabled):not(:active) {
  background-color: rgba(255,0,15,0.12);
  color: #de303a;
}
.segmented-control-group {
  display: flex;
  flex-direction: row;
  min-height: 24px;
  border-radius: 20px;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.12);
}
.segmented-control-group .segmented-control + .segmented-control {
  margin-left: -4px;
}
.segmented-control-group--large {
  border-radius: 24px;
}
.segmented-control-group--large .segmented-control {
  border-radius: 24px;
}
.segmented-control-group--large .segmented-control + .segmented-control {
  margin-left: -12px;
}
.segmented-control-group--large .segmented-control__icon {
  padding: 8px;
}
.segmented-control-group--large .segmented-control__icon i {
  font-size: 22px;
}
.segmented-control-group--large .segmented-control__label {
  font-size: 16px;
  font-weight: bold;
  padding: 8px 16px;
}
.segmented-control-group--large .segmented-control__icon ~ .segmented-control__label {
  padding: 8px 16px 8px 0;
}
.tag {
  display: inline-block;
  padding: 2px 8px;
  color: rgba(255,255,255,0.8);
  font-weight: bold;
}
.tag--important {
  background-color: rgba(241,159,10,0.7);
}
.toolbar {
  padding: 8px 12px;
  background-color: #fafafa;
  box-shadow: inset 0 -1px 0 #f0f0f0;
}
.toolbar .controls {
  width: auto;
  height: 100%;
}
.toolbar--footer {
  background-color: transparent;
  width: auto;
  height: 56px;
  box-shadow: inset 0 1px 0 0 #f0f0f0;
}
.textarea-input {
  font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}



/*# sourceMappingURL=main.css.map*/
