@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

/* line 12, html/sass/rakko-id/style.scss */
header #logo_container {
  width: 960px;
  margin: 0 auto;
  height: 100px;
}

/* line 17, html/sass/rakko-id/style.scss */
h1#logo {
  margin-right: auto;
  font-size: 1rem;
}

/* line 21, html/sass/rakko-id/style.scss */
#header_menu {
  display: block;
  font-size: 20px;
  height: 20px;
  float: left;
  top: 0px;
}

/* line 28, html/sass/rakko-id/style.scss */
#header_menu .menu-icon {
  border-radius: 50%;
  margin-left: 10px;
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  position: relative;
}

/* line 39, html/sass/rakko-id/style.scss */
#header_menu .menu-icon i {
  font-size: 1.3rem;
}

/* line 42, html/sass/rakko-id/style.scss */
#header_menu .menu-icon:hover, #header_menu .menu-icon.active {
  color: #666;
  background-color: #fff;
  opacity: 1;
}

/* line 47, html/sass/rakko-id/style.scss */
#header_menu .menu-icon .menu-tooltip {
  pointer-events: none;
  display: none;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: max-content;
  height: 12px;
  padding: 4px;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  top: 60%;
  color: #666;
  transform: translate(0%, 100%);
  z-index: 1001;
}

/* line 63, html/sass/rakko-id/style.scss */
#header_menu .menu-icon .menu-tooltip:after {
  content: "";
  position: absolute;
  top: -50%;
  left: 50%;
  margin-left: -6px;
  border: 6px solid transparent;
  border-bottom: 6px solid #fff;
}

/* line 75, html/sass/rakko-id/style.scss */
#header_menu .menu-icon:hover .menu-tooltip {
  display: block;
  animation: fade-in .2s;
}

/* line 81, html/sass/rakko-id/style.scss */
#header_menu .menu-icon.active .menu-tooltip {
  display: none;
}

/* line 90, html/sass/rakko-id/style.scss */
#header_menu a {
  line-height: 1.25rem;
}

/* line 92, html/sass/rakko-id/style.scss */
#header_menu a img {
  padding-top: 4px;
}

/* line 97, html/sass/rakko-id/style.scss */
#header_menu .menu-icon i.fas {
  font-size: 1.25rem;
}

/* line 102, html/sass/rakko-id/style.scss */
#header_menu #right_top #user_menu {
  padding-right: 10px;
}

/* line 104, html/sass/rakko-id/style.scss */
#header_menu #right_top #user_menu #top_line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* line 112, html/sass/rakko-id/style.scss */
#header_menu #signup-link {
  color: #FFF;
  border-radius: 5px;
  font-size: 12px;
  padding: 4px 20px;
  line-height: 20px;
  background: #1e69de;
  vertical-align: top;
}

/* line 120, html/sass/rakko-id/style.scss */
#header_menu #signup-link:hover {
  color: #1e69de;
  background: #FFF;
  opacity: 1;
}

/* line 127, html/sass/rakko-id/style.scss */
#header_menu #login-link {
  color: #FFF;
  border-radius: 5px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 12px;
  padding: 4px 20px;
  line-height: 20px;
  background: #666;
  vertical-align: top;
}

/* line 137, html/sass/rakko-id/style.scss */
#header_menu #login-link:hover {
  color: #666;
  background: #FFF;
  opacity: 1;
}

/* line 147, html/sass/rakko-id/style.scss */
.c-modal .modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

/* line 160, html/sass/rakko-id/style.scss */
.c-modal .modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}

/* line 165, html/sass/rakko-id/style.scss */
.c-modal .modal-container {
  width: 800px;
  height: 100vh;
  margin: 0px auto;
  padding: 20px 30px;
  text-align: center;
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-family: Helvetica, Arial, sans-serif;
  overflow-y: scroll;
}

/* line 183, html/sass/rakko-id/style.scss */
.c-modal .modal-header h3 {
  margin-top: 0;
  color: #42b983;
}

/* line 189, html/sass/rakko-id/style.scss */
.c-modal .modal-body {
  margin: 20px 0;
}

/* line 193, html/sass/rakko-id/style.scss */
.c-modal .modal-default-button {
  float: right;
}

/* line 198, html/sass/rakko-id/style.scss */
.close {
  float: right;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

/* line 208, html/sass/rakko-id/style.scss */
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 212, html/sass/rakko-id/style.scss */
.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

/* line 220, html/sass/rakko-id/style.scss */
#general_tab {
  margin-left: 0;
  margin-bottom: 0;
}

/* line 223, html/sass/rakko-id/style.scss */
#general_tab li {
  position: relative;
  display: inline-block;
  cursor: pointer;
  list-style: none;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  margin-bottom: -1px;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  margin-bottom: 0px !important;
}

/* line 240, html/sass/rakko-id/style.scss */
#general_tab li:hover {
  border-color: #eeeeee #eeeeee #dddddd;
  text-decoration: none;
  background-color: #f9f9f9;
}

/* line 245, html/sass/rakko-id/style.scss */
#general_tab li a {
  color: #666;
}

/* line 249, html/sass/rakko-id/style.scss */
#general_tab .active, #general_tab .active:hover {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

/* line 256, html/sass/rakko-id/style.scss */
#general_tab #right_link {
  float: right;
  margin-right: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 262, html/sass/rakko-id/style.scss */
#general_tab #right_link:before {
  content: "\f1da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
}

/* line 271, html/sass/rakko-id/style.scss */
#general_box {
  margin-top: -1px;
  letter-spacing: 1px;
  border: 1px solid #ddd;
  padding: 30px;
  border-radius: 0 5px 5px 5px;
  background: #fff;
}

/* line 278, html/sass/rakko-id/style.scss */
#general_box .news_head {
  margin-bottom: 5px;
}

/* line 281, html/sass/rakko-id/style.scss */
#general_box h3 {
  font-weight: bold;
  font-size: 18px;
}

/* line 285, html/sass/rakko-id/style.scss */
#general_box li {
  position: relative;
}
