@charset "UTF-8";
/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
/*
 * Normalization
 */
:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  text-size-adjust: 100%;
}

audio:not([controls]) {
  display: none;
}

details {
  display: block;
}

input[type=number] {
  width: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

main {
  display: block;
}

summary {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

[unselectable] {
  user-select: none;
}

/*
 * Universal inheritance
 */
*,
::before,
::after {
  box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/*
 * Opinionated defaults
 */
*,
::before,
::after {
  border-style: solid;
  border-width: 0;
}

* {
  margin: 0;
  padding: 0;
}

:root {
  box-sizing: border-box;
  cursor: default;
  font: 14px/1.5 Lato, -apple-system, BlinkMacSystemFont, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  text-rendering: optimizeLegibility;
}

html {
  background-color: #F9F9F9;
}

a {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  background-color: transparent;
}

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

button,
[type=button],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=reset],
[type=search],
[type=submit],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
  min-height: 20px;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

nav ol,
nav ul {
  list-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: vertical;
}

::selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}
.wt-ui-button {
  background: #F5F5F5;
  color: #45494B;
  border: 1px solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  height: 38px;
  line-height: 38px;
  border-radius: 3px;
  padding: 0 30px;
  font-weight: bold;
  appearance: none;
}
.wt-ui-button:hover {
  background: gainsboro;
  text-decoration: none;
}
.wt-ui-button:disabled {
  background: #EBEDEF;
  color: #9DA0A4;
  border-color: #DDD;
}
.wt-ui-button:disabled:hover {
  background: #EBEDEF;
  cursor: default;
}

.wt-ui-button-block {
  background: #F5F5F5;
  color: #45494B;
  border: 1px solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  height: 38px;
  line-height: 38px;
  border-radius: 3px;
  padding: 0 30px;
  font-weight: bold;
  appearance: none;
  display: block;
}
.wt-ui-button-block:hover {
  background: gainsboro;
  text-decoration: none;
}
.wt-ui-button-block:disabled {
  background: #EBEDEF;
  color: #9DA0A4;
  border-color: #DDD;
}
.wt-ui-button-block:disabled:hover {
  background: #EBEDEF;
  cursor: default;
}
.wt-ui-button-block[type=submit] {
  width: 100%;
}

.wt-ui-button-blue {
  background: #F5F5F5;
  color: #45494B;
  border: 1px solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  height: 38px;
  line-height: 38px;
  border-radius: 3px;
  padding: 0 30px;
  font-weight: bold;
  appearance: none;
  background: #00A4BB;
  color: #fff;
  font-weight: normal;
}
.wt-ui-button-blue:hover {
  background: gainsboro;
  text-decoration: none;
}
.wt-ui-button-blue:disabled {
  background: #EBEDEF;
  color: #9DA0A4;
  border-color: #DDD;
}
.wt-ui-button-blue:disabled:hover {
  background: #EBEDEF;
  cursor: default;
}
.wt-ui-button-blue:hover {
  background: #007788;
}

.wt-ui-button-blue-block {
  background: #F5F5F5;
  color: #45494B;
  border: 1px solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  height: 38px;
  line-height: 38px;
  border-radius: 3px;
  padding: 0 30px;
  font-weight: bold;
  appearance: none;
  background: #00A4BB;
  color: #fff;
  font-weight: normal;
  display: block;
}
.wt-ui-button-blue-block:hover {
  background: gainsboro;
  text-decoration: none;
}
.wt-ui-button-blue-block:disabled {
  background: #EBEDEF;
  color: #9DA0A4;
  border-color: #DDD;
}
.wt-ui-button-blue-block:disabled:hover {
  background: #EBEDEF;
  cursor: default;
}
.wt-ui-button-blue-block:hover {
  background: #007788;
}
.wt-ui-button-blue-block[type=submit] {
  width: 100%;
}

.omniauth-facebook-button {
  color: #fff;
  font-weight: bold;
  border: 1px solid rgba(0, 0, 0, 0.3);
  height: 50px;
  line-height: 50px;
  display: block;
  text-align: center;
  border-radius: 3px;
  background: #3B5998;
}
.omniauth-facebook-button:hover {
  text-decoration: none;
}
.omniauth-facebook-button:hover {
  background: #2d4373;
}

button, input[type=submit] {
  appearance: none;
}

a, .link {
  color: #006F8E;
}

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

.left {
  float: left;
}

.right {
  float: right;
}
