a {
  display: inline-block;
  color: #00aaee;
  font-size: inherit;
  line-height: inherit; }

.l-pfx, .l-pfxt, .l-pfxb {
  position: fixed;
  left: 0; }

.l-pfxt {
  top: 0; }

.l-pfxb {
  bottom: 0; }

.l-fixh {
  overflow: hidden;
  background-color: #dcddde;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%; }

.l-inner {
  padding: .5rem 1rem; }

.l-flex-cc {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }

.u-title {
  height: 2.5rem;
  text-indent: 1rem;
  font-size: 18px;
  line-height: 20px; }
  .u-title.s-lline {
    box-shadow: none;
    position: relative;
    padding-left: 0.5rem; }
    .u-title.s-lline::before {
      content: '';
      width: 4px;
      background-color: #00aaee;
      display: inline-block;
      height: 75%;
      border-radius: 3px;
      position: absolute;
      top: 0.05rem;
      left: 0; }
  .l-inner .u-title {
    height: 1rem;
    line-height: 1rem;
    text-indent: 0;
    margin: .25rem 0;
    box-sizing: border-box; }
  .u-title .u-h6 {
    vertical-align: top;
    line-height: inherit; }

.u-h1 {
  font-size: 1.6rem;
  line-height: 2rem; }

.u-h2 {
  font-size: 1.4rem;
  line-height: 1.6rem; }

.u-h3 {
  font-size: 1.2rem;
  line-height: 1.4rem; }

.u-h4 {
  font-size: 1rem;
  line-height: 1.2rem; }

.u-h5 {
  font-size: 0.8rem;
  line-height: 1rem; }

.u-h6 {
  font-size: 0.6rem;
  line-height: 1rem; }

.u-hr {
  display: block;
  height: 1px;
  border: none;
  background-color: #cccccc;
  margin: 0;
  box-sizing: border-box; }

.u-panel {
  overflow: hidden;
  width: 100%;
  box-sizing: border-box; }

.u-item {
  position: relative;
  width: 100%;
  height: 2.5rem;
  line-height: 2.5rem; }
  .u-item.u-chose {
    cursor: pointer; }
  .u-item.u-chose:after {
    content: '';
    position: absolute;
    top: 1.5rem;
    right: 1rem;
    width: 1.1rem;
    height: 1.1rem;
    line-height: 1.1rem;
    border-radius: 50%;
    color: #00aaee;
    background-color: #eeeeee;
    box-shadow: inset 0 0 0 1px #9c9c9c;
    text-align: center; }
  .u-item.u-chose.nobc:after {
    background-color: transparent;
    box-shadow: none; }
  .u-item.act:after {
    content: '';
    color: white;
    background-color: #00aaee;
    box-shadow: none;
    background-image: url(../img/icon-5_Select.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
  .u-item[disabled=disabled] {
    opacity: 1;
    background-color: #f5f6f7 !important; }

.u-entry {
  display: block;
  min-height: 2.5rem;
  line-height: 1.5rem;
  padding: .5rem 1.5rem .5rem 1rem;
  background: #fff url(../img/arrow_right.png) no-repeat right 0.16rem center;
  background-size: auto 80%;
  box-sizing: border-box;
  font-size: .8rem; }
  .u-entry.single {
    width: 100%;
    height: 2.5rem; }

.u-label {
  display: inline-block;
  min-width: 3rem;
  min-height: 1rem;
  line-height: 1rem;
  vertical-align: middle;
  padding: 0 .25rem;
  box-sizing: border-box;
  color: #5f5f5f;
  border-radius: 10rem;
  background-color: #f2f1ef;
  box-shadow: inset 0 0 0 1px #cccccc;
  text-align: center;
  font-size: 0.6rem;
  line-height: 1rem; }

.u-btn {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 2.2rem;
  font-size: 0.8rem;
  border: none;
  vertical-align: top;
  box-sizing: border-box;
  border-radius: 1.4rem;
  background-color: #00aaee;
  color: white;
  cursor: pointer; }
  .u-btn:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .u-btn:hover, .u-btn:active, .u-btn.act {
    color: white; }
    .u-btn:hover:before, .u-btn:active:before, .u-btn.act:before {
      background-color: rgba(255, 255, 255, 0.2); }
  .u-btn[disabled=disabled], .u-btn.disabled {
    background-color: #9c9c9c; }
  .u-btn.loading {
    color: rgba(255, 255, 255, 0.25) !important; }
    .u-btn.loading:after {
      position: absolute;
      content: '';
      top: 50%;
      left: 50%;
      width: 2rem;
      height: 2rem;
      margin-top: -1rem;
      margin-left: -1rem;
      background-image: url(../img/loading_white.png);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 50% 50%;
      animation: spin 1s linear infinite;
      -webkit-animation: spin 1s linear infinite; }
  .u-btn.u-cbtn {
    border-radius: 100rem; }
  .u-btn.u-lbtn {
    color: #00aaee;
    background-color: white;
    box-shadow: inset 0 0 0 2px #00aaee; }
    .u-btn.u-lbtn:hover, .u-btn.u-lbtn:active {
      color: white;
      background-color: #00aaee; }
    .u-btn.u-lbtn.sgray {
      background-color: transparent;
      color: #222222;
      box-shadow: inset 0 0 0 1px #9c9c9c; }
      .u-btn.u-lbtn.sgray:hover, .u-btn.u-lbtn.sgray:active {
        color: #222222;
        background-color: rgba(255, 255, 255, 0.4);
        box-shadow: inset 0 0 0 1px #5f5f5f; }

.u-inp {
  width: 100%;
  height: 100%;
  min-height: 2.5rem;
  line-height: 2rem;
  border: none;
  box-sizing: border-box;
  font-size: .6rem;
  padding: .5rem 1rem; }
  .u-inp:hover, .u-inp:focus {
    box-shadow: inset 0 -1px 0 rgba(0, 170, 238, 0.8), inset 0 -5px 0 rgba(0, 170, 238, 0.2); }
  .u-inp.error {
    box-shadow: inset 0 -1px 0 rgba(232, 76, 61, 0.8), inset 0 -5px 0 rgba(232, 76, 61, 0.2); }

select.u-inp {
  padding: 0;
  background-color: transparent; }

textarea.u-inp {
  box-shadow: inset 0 0 0 1px #00aaee;
  resize: none;
  border-radius: 3px; }
  textarea.u-inp:hover, textarea.u-inp:focus {
    box-shadow: inset 0 0 0 1px rgba(0, 170, 238, 0.8), inset 0 -5px 0 rgba(0, 170, 238, 0.2); }
  textarea.u-inp.error {
    box-shadow: inset 0 0 0 1px rgba(0, 170, 238, 0.8), inset 0 -5px 0 rgba(0, 170, 238, 0.2); }

input[type=checkbox].u-inp {
  -webkit-appearance: none;
  width: 1rem;
  height: 1rem;
  min-height: 1rem;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  box-shadow: none; }
  input[type=checkbox].u-inp:after {
    content: '';
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    color: #00aaee;
    border-radius: 50%;
    text-align: center;
    line-height: 1rem;
    box-shadow: inset 0 0 0 1px #cccccc; }
  input[type=checkbox].u-inp:checked:after {
    content: '\2713';
    color: white;
    background-color: #00aaee;
    box-shadow: inset 0 0 0 1px rgba(0, 170, 238, 0.8); }

.u-table {
  table-layout: fixed;
  width: 100%; }
  .u-table td {
    min-height: 2.5rem;
    line-height: 2.5rem; }
  .u-table.small td {
    min-height: 1.7rem;
    line-height: 1.7rem; }

.u-tab {
  width: 100%;
  height: auto; }
  .u-tab .item {
    float: left;
    width: 50%;
    height: 100%;
    font-size: 0.8rem;
    line-height: 1rem;
    background: white !important;
    color: #5f5f5f;
    text-align: center;
    cursor: pointer; }
  .u-tab .act {
    color: #00aaee;
    box-shadow: inset 0 -3px 0 0 rgba(0, 170, 238, 0.8); }

.u-circ .item {
  vertical-align: middle; }
  .u-circ .item > span {
    vertical-align: middle; }
  .u-circ .item:before {
    border: 2px solid #00aaee; }
  .u-circ .item.selected:before {
    background-color: #00aaee; }

.f-db {
  display: block; }

.f-m05 {
  margin: .5rem; }

.f-m10 {
  margin: 1rem; }

.f-mt03 {
  margin-top: .3rem; }

.f-mt05 {
  margin-top: .5rem; }

.f-mt10 {
  margin-top: 1rem; }

.f-mt15 {
  margin-top: 1.5rem; }

.f-mt20 {
  margin-top: 2rem; }

.f-mt25 {
  margin-top: 2.5rem; }

.f-mt30 {
  margin-top: 3rem; }

.f-mt40 {
  margin-top: 4rem; }

.f-mtb05 {
  margin-top: .5rem;
  margin-bottom: .5rem; }

.f-mtb10 {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.f-mb03 {
  margin-bottom: .3rem; }

.f-mb05 {
  margin-bottom: .5rem; }

.f-mb10 {
  margin-bottom: 1rem; }

.f-mb20 {
  margin-bottom: 2rem; }

.f-ml05 {
  margin-left: .5rem; }

.f-ml10 {
  margin-left: 1rem; }

.f-mlr10 {
  margin-left: 1rem;
  margin-right: 1rem; }

.f-p05 {
  padding: .5rem; }

.f-p10 {
  padding: 1rem; }

.f-p20 {
  padding: 2rem; }

.f-pt05 {
  padding-top: .5rem; }

.f-pt10 {
  padding-top: 1rem; }

.f-pb05 {
  padding-bottom: .5rem; }

.f-pb10 {
  padding-bottom: 1rem; }

.f-pb20 {
  padding-bottom: 2rem; }

.f-pb30 {
  padding-bottom: 3rem; }

.f-pb40 {
  padding-bottom: 4rem; }

.f-ptb05 {
  padding-top: .5rem;
  padding-bottom: .5rem; }

.f-ptb10 {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.f-plr10 {
  padding-left: 1rem;
  padding-right: 1rem; }

.f-tac {
  text-align: center; }

.f-tal {
  text-align: left; }

.f-tar {
  text-align: right; }

.f-stg {
  font-weight: bold; }

.f-fwn {
  font-weight: normal; }

.f-lig {
  color: #00aaee; }

.f-fl {
  float: left; }

.f-fr {
  float: right; }

.f-ti {
  text-indent: 1rem; }

.f-toe, .u-item, .u-entry.single {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all; }

.f-hid {
  opacity: 0;
  transform: translateY(2vh);
  -webkit-transform: translateY(2vh); }

.f-toe, .u-item, .u-entry.single {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all; }

.e-ani, .u-item.u-chose:after, .u-btn, .u-btn:before, .u-btn:hover, .u-btn:active, .u-btn.act, .u-inp, input[type=checkbox].u-inp:after, .u-tab .item {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

@keyframes spin {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }
@-webkit-keyframes spin {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }
.e-gray {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; }

.s-cmbf::before {
  background-color: #00aaee !important; }

.s-cmbf::after {
  background-color: #00aaee !important; }

.s-bw {
  background-color: white !important; }

.s-bo, .u-btn.s-bo {
  background-color: #FF5E12 !important; }

.s-bg, .u-btn.s-bg {
  background-color: #58D68D !important; }

.s-bgm {
  background-color: #00aaee !important; }

.s-blw {
  background-color: #f5f6f7 !important; }

.s-cw {
  color: white !important; }

.s-cb {
  color: #222222 !important; }

.s-cd {
  color: #5f5f5f !important; }

.s-cm {
  color: #00aaee !important; }

.s-cg {
  color: #9c9c9c !important; }

.s-cr {
  color: #00aaee !important; }

.s-co {
  color: #FF5E12 !important; }

.s-br {
  border-radius: 12px; }

.s-shadow, .u-entry {
  box-shadow: inset 0 1px #dcddde, 0 1px #dcddde; }

.s-inline, .u-inp {
  box-shadow: inset 0 -1px #dcddde; }

.s-orline {
  box-shadow: 0 0 0 1px #dcddde; }

.s-line {
  box-shadow: 0 -1px #dcddde; }

.s-lineb {
  box-shadow: 0 1px #dcddde; }

.s-bdclrm {
  border-color: #00aaee !important; }

.u-flxs {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: stretch;
  box-sizing: border-box; }

.u-flxc {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box; }

.u-flxlr {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: flex-start;
  box-sizing: border-box; }

.se-view .u-switch input:checked ~ span {
  background-color: #00aaee !important; }

/*# sourceMappingURL=layout.css.map */
