@charset "UTF-8";
/* グレー系 */
/* 黄色系 */
/* マゼンタ系 */
/* シアン系 */
/* 赤系 */
/* 緑系 */
@charset "UTF-8";
/* マージン、パディング */
/* フォントサイズ */
/* 行の高さ */
/* line 1, app/assets/stylesheets/share/must.scss */
td.must {
  background-color: hotpink;
}
@charset "UTF-8";
/* グレー系 */
/* 黄色系 */
/* マゼンタ系 */
/* シアン系 */
/* 赤系 */
/* 緑系 */
/* マージン、パディング */
/* フォントサイズ */
/* 行の高さ */
/* line 4, app/assets/stylesheets/share/pagination.scss */
nav.pagination {
  margin: 6px 0;
  padding: 6px 0;
  display: inline-block;
  border-top: solid #fafafa 1px;
  border-bottom: solid #fafafa 1px;
}

/* line 10, app/assets/stylesheets/share/pagination.scss */
nav.pagination span.page, nav.pagination span.first, nav.pagination span.prev, nav.pagination span.next, nav.pagination span.last {
  display: inline-block;
  background-color: #eeeeee;
  padding: 2px 6px;
}

/* line 14, app/assets/stylesheets/share/pagination.scss */
nav.pagination span.page a, nav.pagination span.first a, nav.pagination span.prev a, nav.pagination span.next a, nav.pagination span.last a {
  text-decoration: none;
}

/* line 18, app/assets/stylesheets/share/pagination.scss */
nav.pagination span.current {
  background-color: #666666;
  color: #eeeeee;
}

/* line 22, app/assets/stylesheets/share/pagination.scss */
nav.pagination span.disabled {
  color: #cccccc;
}

/* line 25, app/assets/stylesheets/share/pagination.scss */
nav.pagination span.gap {
  background-color: transparent;
}
/* Reset CSS
---------------------------------------------------------------------------- */
/* line 4, app/assets/stylesheets/shared/01_reset.scss */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* line 13, app/assets/stylesheets/shared/01_reset.scss */
b, strong, .bold {
  font-weight: 600;
}

/* line 17, app/assets/stylesheets/shared/01_reset.scss */
img {
  border: 0;
  vertical-align: bottom;
}

/* line 22, app/assets/stylesheets/shared/01_reset.scss */
ol {
  line-height: 1.2;
  padding: 4rem 2rem 2rem 3rem;
}

/* line 26, app/assets/stylesheets/shared/01_reset.scss */
ol li {
  list-style: decimal;
  margin-bottom: 1.5rem;
}

/* line 30, app/assets/stylesheets/shared/01_reset.scss */
ol li:last-child {
  margin-bottom: 0;
}

/* line 37, app/assets/stylesheets/shared/01_reset.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav {
  display: block;
}

/* line 41, app/assets/stylesheets/shared/01_reset.scss */
section {
  display: block;
  padding: 2rem;
  margin: 0 0 4rem;
}

/* line 46, app/assets/stylesheets/shared/01_reset.scss */
section:last-child {
  margin: 0;
}

@media only screen and (max-width: 560px) {
  /* line 52, app/assets/stylesheets/shared/01_reset.scss */
  section {
    padding: 1rem;
    margin: 0 0 2rem;
  }
}

/* line 58, app/assets/stylesheets/shared/01_reset.scss */
article {
  margin: 0 0 4rem;
}

/* line 61, app/assets/stylesheets/shared/01_reset.scss */
article:last-child {
  margin: 0;
}

/* line 66, app/assets/stylesheets/shared/01_reset.scss */
ol, ul {
  list-style: none;
}

/* line 70, app/assets/stylesheets/shared/01_reset.scss */
iframe {
  width: 100%;
}

/* line 74, app/assets/stylesheets/shared/01_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 79, app/assets/stylesheets/shared/01_reset.scss */
blockquote:before, blockquote:after {
  content: '';
  content: none;
}

/* line 86, app/assets/stylesheets/shared/01_reset.scss */
q:before, q:after {
  content: '';
  content: none;
}

/* line 92, app/assets/stylesheets/shared/01_reset.scss */
button {
  cursor: pointer;
  padding: 0;
  border: none;
}

/* line 98, app/assets/stylesheets/shared/01_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*General Elements
---------------------------------------------------------------------------- */
@font-face {
  font-family: Noto, Hiragino Sans,Helvetica,Arial,sans-serif;
}

/* line 8, app/assets/stylesheets/shared/02_general_elements.scss */
* {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/* line 12, app/assets/stylesheets/shared/02_general_elements.scss */
*:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/* line 18, app/assets/stylesheets/shared/02_general_elements.scss */
body {
  font-family: Noto, Hiragino Sans,Helvetica,Arial,sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.8;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
}

/* line 27, app/assets/stylesheets/shared/02_general_elements.scss */
html {
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 33, app/assets/stylesheets/shared/02_general_elements.scss */
p, div {
  font-size: 1.3rem;
}

/* line 37, app/assets/stylesheets/shared/02_general_elements.scss */
body, html {
  display: flex;
  height: 100%;
}

/* line 42, app/assets/stylesheets/shared/02_general_elements.scss */
a {
  text-decoration: underline;
  color: #2c6cd6;
  outline: none;
}

/* line 47, app/assets/stylesheets/shared/02_general_elements.scss */
a:hover {
  text-decoration: none;
}

/* line 52, app/assets/stylesheets/shared/02_general_elements.scss */
* {
  box-sizing: border-box;
}

/* line 56, app/assets/stylesheets/shared/02_general_elements.scss */
.sp_block {
  display: none;
}

@media only screen and (max-width: 680px) {
  /* line 61, app/assets/stylesheets/shared/02_general_elements.scss */
  .tags {
    margin: 0 0 1rem;
  }
  /* line 65, app/assets/stylesheets/shared/02_general_elements.scss */
  .sp_block {
    display: block;
  }
}

/* Base */
/* line 71, app/assets/stylesheets/shared/02_general_elements.scss */
.pc_br {
  display: block;
}

/* line 74, app/assets/stylesheets/shared/02_general_elements.scss */
.sp_br {
  display: none;
}

@media only screen and (max-width: 560px) {
  /* line 79, app/assets/stylesheets/shared/02_general_elements.scss */
  .sp_br {
    display: block;
  }
  /* line 82, app/assets/stylesheets/shared/02_general_elements.scss */
  .pc_br {
    display: none;
  }
}

/* line 89, app/assets/stylesheets/shared/02_general_elements.scss */
#emuz_container .t_center {
  text-align: center !important;
}

/* line 92, app/assets/stylesheets/shared/02_general_elements.scss */
#emuz_container .t_left {
  text-align: left !important;
}

/* line 95, app/assets/stylesheets/shared/02_general_elements.scss */
#emuz_container .t_right {
  text-align: right !important;
}

/* line 100, app/assets/stylesheets/shared/02_general_elements.scss */
ul.menu {
  display: flex;
  flex-wrap: wrap;
  counter-reset: list;
  list-style-type: none;
}

/* line 106, app/assets/stylesheets/shared/02_general_elements.scss */
ul.menu > li:nth-child(3n) {
  margin-right: 0;
}

/* line 110, app/assets/stylesheets/shared/02_general_elements.scss */
ul.menu li {
  cursor: pointer;
  width: 32%;
  margin-right: 2%;
  position: relative;
  padding: .5rem .5rem .5rem 2.5rem;
  border-bottom: dashed 1px #ccc;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

/* line 123, app/assets/stylesheets/shared/02_general_elements.scss */
ul.menu li:before {
  counter-increment: list;
  content: counter(list) ".";
  display: block;
  position: absolute;
  left: 0px;
  font-weight: bold;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 138, app/assets/stylesheets/shared/02_general_elements.scss */
ul.menu li:hover {
  background: #FFF8CD;
}

/* line 144, app/assets/stylesheets/shared/02_general_elements.scss */
#map {
  width: 100%;
  height: 600px;
  background: #FF0000;
}
/* line 1, app/assets/stylesheets/shared/bg_color.scss */
.bg_light_gray {
  background: #F6F6F6;
}

/* line 5, app/assets/stylesheets/shared/bg_color.scss */
.bg_sky_blue {
  background: #C9E7FF;
}

/* line 9, app/assets/stylesheets/shared/bg_color.scss */
.bg_light_orange {
  background: #FFE1C9;
}

/* line 13, app/assets/stylesheets/shared/bg_color.scss */
.bg_light_green {
  background: #DAFFC9;
}

/* line 17, app/assets/stylesheets/shared/bg_color.scss */
.bg_light_purple {
  background: #F5E0FF;
}

/* line 21, app/assets/stylesheets/shared/bg_color.scss */
.bg_mint_green {
  background: #C9FFEE;
}

/* line 25, app/assets/stylesheets/shared/bg_color.scss */
.bg_light_orange {
  background: #FFEEC9;
}

/* line 29, app/assets/stylesheets/shared/bg_color.scss */
.bg_light_yellow {
  background: #FFFAC9;
}

/* line 33, app/assets/stylesheets/shared/bg_color.scss */
.bg_light_blue {
  background: #C9F5FF;
}

/* line 37, app/assets/stylesheets/shared/bg_color.scss */
.bg_light_pink {
  background: #FFE5F2;
}

/* line 41, app/assets/stylesheets/shared/bg_color.scss */
.bg_matcha {
  background: #CFE9D7;
}

/* line 44, app/assets/stylesheets/shared/bg_color.scss */
.bg_light_sky_blue {
  background: #E6F6FC;
}

/* line 48, app/assets/stylesheets/shared/bg_color.scss */
.bg_deep_blue {
  background: #337EE0;
}

/* line 52, app/assets/stylesheets/shared/bg_color.scss */
.bg_green {
  background: #67D5B5;
}

/* line 56, app/assets/stylesheets/shared/bg_color.scss */
.bg_pink {
  background: #EE7785;
}

/* line 60, app/assets/stylesheets/shared/bg_color.scss */
.bg_purple {
  background: #C89EC4;
}

/* line 64, app/assets/stylesheets/shared/bg_color.scss */
.bg_blue {
  background: #84B1ED;
}

/* line 68, app/assets/stylesheets/shared/bg_color.scss */
.bg_red {
  background: #FF5757;
}

/* line 72, app/assets/stylesheets/shared/bg_color.scss */
.bg_orange {
  background: #FF9E00;
}

/* line 76, app/assets/stylesheets/shared/bg_color.scss */
.bg_gray {
  background: #D1D1D1;
}

/* line 80, app/assets/stylesheets/shared/bg_color.scss */
.bg_black {
  background: #000;
}
/* board */
/* line 3, app/assets/stylesheets/shared/board.scss */
.board .flex_container {
  align-items: center;
  border-bottom: 1px solid #E1E1E1;
}

/* line 7, app/assets/stylesheets/shared/board.scss */
.board .flex_container div {
  padding: 0.8rem;
}

/* line 11, app/assets/stylesheets/shared/board.scss */
.board .flex_container:nth-child(odd) {
  background: #F1F1F1;
}

/* line 15, app/assets/stylesheets/shared/board.scss */
.board .flex_container .date {
  flex-shrink: 0;
}

/* line 19, app/assets/stylesheets/shared/board.scss */
.board .flex_container .marker {
  padding: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 560px) {
  /* line 28, app/assets/stylesheets/shared/board.scss */
  .board .flex_container {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 34, app/assets/stylesheets/shared/board.scss */
  .board .flex_container .txtbox {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  /* line 3, app/assets/stylesheets/shared/breadcrumb.scss */
  .breadcrumb {
    font-size: 1rem;
  }
  /* line 6, app/assets/stylesheets/shared/breadcrumb.scss */
  .breadcrumb ul {
    margin: 0;
  }
}

/* line 12, app/assets/stylesheets/shared/breadcrumb.scss */
.breadcrumb {
  font-size: 1.2rem;
  -webkit-overflow-scrolling: touch;
  margin: 1.5rem 2rem 0;
  overflow-x: auto;
}

/* line 16, app/assets/stylesheets/shared/breadcrumb.scss */
.breadcrumb a {
  text-decoration: none;
}

/* line 20, app/assets/stylesheets/shared/breadcrumb.scss */
.breadcrumb::-webkit-scrollbar {
  height: 5px;
}

/* line 24, app/assets/stylesheets/shared/breadcrumb.scss */
.breadcrumb::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}

/* line 29, app/assets/stylesheets/shared/breadcrumb.scss */
.breadcrumb::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #999;
}

/* line 37, app/assets/stylesheets/shared/breadcrumb.scss */
.breadcrumb ul {
  display: table;
  list-style: none;
}

/* line 41, app/assets/stylesheets/shared/breadcrumb.scss */
.breadcrumb ul li {
  display: table-cell;
  vertical-align: middle;
  padding-right: 26px;
  position: relative;
  white-space: nowrap;
  list-style: none;
}

/* line 49, app/assets/stylesheets/shared/breadcrumb.scss */
.breadcrumb ul li:last-child {
  padding-right: 0;
}

/* line 52, app/assets/stylesheets/shared/breadcrumb.scss */
.breadcrumb ul li:last-child:after {
  display: none;
}

/* line 57, app/assets/stylesheets/shared/breadcrumb.scss */
.breadcrumb ul li:after {
  position: absolute;
  display: block;
  content: '';
  content: ">";
  top: 3px;
  right: 8px;
}

/* line 66, app/assets/stylesheets/shared/breadcrumb.scss */
.breadcrumb ul li a {
  position: relative;
  display: block;
  top: -4px;
}

/* line 67, app/assets/stylesheets/shared/breadcrumb.scss */
.breadcrumb ul li a:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #111;
  bottom: -7px;
}

/* line 82, app/assets/stylesheets/shared/breadcrumb.scss */
.breadcrumb ul li span {
  position: relative;
  display: block;
  top: -4px;
  background: #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 6px 8px;
}

/* line 97, app/assets/stylesheets/shared/breadcrumb.scss */
.breadcrumb.no_scroll ul {
  display: block;
}

/* line 100, app/assets/stylesheets/shared/breadcrumb.scss */
.breadcrumb.no_scroll ul li {
  display: inline-block;
  margin-bottom: 0px;
  white-space: normal;
}

/* line 105, app/assets/stylesheets/shared/breadcrumb.scss */
.breadcrumb.no_scroll ul li:after {
  top: -4px;
}

@media print, screen and (min-width: 1024px) {
  /* line 114, app/assets/stylesheets/shared/breadcrumb.scss */
  .breadcrumb ul li a:before {
    height: 1px;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
  }
  /* line 128, app/assets/stylesheets/shared/breadcrumb.scss */
  .breadcrumb ul li a:hover:before {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
  }
}
/*Button
---------------------------------------------------------------------------- */
/* line 3, app/assets/stylesheets/shared/button.scss */
.header_search input[type="submit"], .btn_base, a.btn_base, button .btn_base {
  font-size: 1.2rem;
  color: #212529;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: .3rem 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
  border: none;
}

/* line 25, app/assets/stylesheets/shared/button.scss */
a.btn_base {
  margin-right: .5rem;
}

/* line 28, app/assets/stylesheets/shared/button.scss */
a.btn_base:last-child {
  margin: 0;
}

/*btn_pt1*/
/* line 35, app/assets/stylesheets/shared/button.scss */
a.btn_pt1 {
  overflow: hidden;
  padding: 1rem 3rem;
  color: #fff;
  border-radius: 0;
  background: #2d5584;
}

/* line 42, app/assets/stylesheets/shared/button.scss */
a.btn_pt1 span {
  position: relative;
}

/* line 46, app/assets/stylesheets/shared/button.scss */
a.btn_pt1 i {
  margin-left: 0.5rem;
}

/* line 50, app/assets/stylesheets/shared/button.scss */
a.btn_pt1:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-96%);
  transform: translateX(-96%);
  background: #FFA28F;
}

/* line 64, app/assets/stylesheets/shared/button.scss */
a.btn_pt1:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

/*btn_pt2*/
/* line 72, app/assets/stylesheets/shared/button.scss */
input.btn_pt2[type="submit"], a.btn_pt2 {
  color: #FFF !important;
  background: #337EE0;
}

/* line 76, app/assets/stylesheets/shared/button.scss */
input.btn_pt2[type="submit"]:hover, a.btn_pt2:hover {
  background: #5EB2F2;
}

/* line 82, app/assets/stylesheets/shared/button.scss */
input.btn_pt2[type="submit"] i {
  margin-right: .2rem;
}

/* line 88, app/assets/stylesheets/shared/button.scss */
a.btn_pt2 i {
  margin-right: .2rem;
}

/* line 92, app/assets/stylesheets/shared/button.scss */
a.btn_pt2:hover {
  background: #5EB2F2;
}

/* line 97, app/assets/stylesheets/shared/button.scss */
a.btn_pt3 {
  color: #111;
  background: #C9C9C9;
}

/* line 102, app/assets/stylesheets/shared/button.scss */
a.btn_pt4 {
  color: #333;
  background: #FFF99B;
}

/* line 107, app/assets/stylesheets/shared/button.scss */
a.btn_pt5 {
  color: #FFF;
  background: #FF5757;
}

/* line 112, app/assets/stylesheets/shared/button.scss */
a.btn_pt6 {
  color: #FFF;
  background: #63AE13;
}

/* line 116, app/assets/stylesheets/shared/button.scss */
a.btn_pt6:hover {
  background: #FFB700;
}

/* line 120, app/assets/stylesheets/shared/button.scss */
a.btn_pt7 {
  color: #FFF;
  background: #FF9502;
}

/* line 124, app/assets/stylesheets/shared/button.scss */
a.btn_pt7:hover {
  background: #FFB700;
}
/* button_container */
/* line 4, app/assets/stylesheets/shared/button_container.scss */
ul.button_container {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

/* line 12, app/assets/stylesheets/shared/button_container.scss */
.remodal .button_container {
  justify-content: center;
}

/* line 17, app/assets/stylesheets/shared/button_container.scss */
.contents_wrap ul.button_container {
  justify-content: center;
}

/* line 22, app/assets/stylesheets/shared/button_container.scss */
.button_container li {
  padding: 1rem;
  text-align: center;
}

/* line 27, app/assets/stylesheets/shared/button_container.scss */
.button_container a, .button_container input[type="submit"] {
  display: inline-block;
  width: 100%;
  color: #FFF;
  border-radius: 5px;
  cursor: pointer;
  border: 0;
  text-decoration: none;
}

/* line 37, app/assets/stylesheets/shared/button_container.scss */
.button_container a {
  padding: 1rem 3rem 1rem;
}

/* line 41, app/assets/stylesheets/shared/button_container.scss */
.button_container input[type="submit"] {
  padding: 1.2rem 3rem 1.1rem;
}

/* line 45, app/assets/stylesheets/shared/button_container.scss */
.button_container a:hover, .button_container input[type="submit"]:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

@media only screen and (max-width: 560px) {
  /* line 59, app/assets/stylesheets/shared/button_container.scss */
  .button_container {
    display: flex;
    width: 100%;
  }
  /* line 63, app/assets/stylesheets/shared/button_container.scss */
  .button_container li {
    width: 50%;
    padding: 0.2rem !important;
  }
  /*.button_container input[type="submit"],
  .button_container a {
      padding: 1rem 0.5rem !important;
  }*/
}

@media only screen and (max-width: 320px) {
  /* h2 {
    margin-bottom: 0;
  } */
  /* line 81, app/assets/stylesheets/shared/button_container.scss */
  .button_container input[type="submit"], .button_container a {
    padding: .5rem .2rem;
  }
}
@charset "UTF-8";
/* check_inner
---------------------------------------------------------------------------- */
/* line 5, app/assets/stylesheets/shared/check_inner.scss */
.check_inner input[type="checkbox"] {
  position: relative;
  vertical-align: middle;
  right: 0;
  bottom: 0rem;
  left: 0;
  width: 18px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  color: #ffffff;
  margin-right: 0.5rem;
  border: 1px solid #7F9FBF;
  outline: none;
  background: #DEF2FF;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

/* line 26, app/assets/stylesheets/shared/check_inner.scss */
.check_inner input[type="checkbox"]:hover {
  background: #54CAFF;
}

/* line 30, app/assets/stylesheets/shared/check_inner.scss */
.check_inner input[type="checkbox"]:checked {
  background: #407CBA;
  border: none;
}

/* line 34, app/assets/stylesheets/shared/check_inner.scss */
.check_inner input[type="checkbox"]:checked::before {
  position: absolute;
  display: inline-block;
  content: '✔';
  text-align: center;
  left: 0.2rem;
  top: -0.2rem;
  font-size: 16px;
}

/* line 45, app/assets/stylesheets/shared/check_inner.scss */
.check_inner input.radio[type="checkbox"] {
  border-radius: 50%;
}

/* line 48, app/assets/stylesheets/shared/check_inner.scss */
.check_inner input.radio[type="checkbox"]::after {
  border-radius: 50%;
}

/* line 53, app/assets/stylesheets/shared/check_inner.scss */
.check_inner label {
  display: inline-block;
  margin-right: .5rem;
  line-height: 2;
}

@media only screen and (max-width: 560px) {
  /* line 63, app/assets/stylesheets/shared/check_inner.scss */
  .check_inner input[type="checkbox"] {
    width: 20px;
    height: 20px;
  }
}

/* img_check_inner
---------------------------------------------------------------------------- */
/* people4.html */
/* line 74, app/assets/stylesheets/shared/check_inner.scss */
ul.img_check_inner {
  margin: .8rem .8rem 0rem .8rem;
}

/* line 78, app/assets/stylesheets/shared/check_inner.scss */
ul.img_check_inner li {
  display: inline-block;
  margin-right: .5rem;
}

/* line 82, app/assets/stylesheets/shared/check_inner.scss */
ul.img_check_inner li .image_box {
  position: relative;
}

/* line 85, app/assets/stylesheets/shared/check_inner.scss */
.image_box img.image {
  width: 8rem;
  margin-bottom: 1rem;
  cursor: pointer;
}

/* line 90, app/assets/stylesheets/shared/check_inner.scss */
.image_box img.image.checked {
  border: 6px solid #FFD3D4;
  border-radius: 1.5rem;
  box-sizing: border-box;
}

/* line 95, app/assets/stylesheets/shared/check_inner.scss */
.image_box .disabled_checkbox {
  position: absolute;
  top: 12px;
  right: 12px;
  display: none;
}

/* line 101, app/assets/stylesheets/shared/check_inner.scss */
.image_box img.image.checked + .disabled_checkbox {
  display: block;
}
/* column box
---------------------------------------------------------------------------- */
/* line 4, app/assets/stylesheets/shared/column.scss */
.full_column {
  width: 100%;
  margin-bottom: 2%;
}

/* line 8, app/assets/stylesheets/shared/column.scss */
.full_column .graph_wrap img {
  width: 50%;
}

/* line 14, app/assets/stylesheets/shared/column.scss */
.harf_column {
  width: 49%;
  margin-bottom: 2%;
}

/* line 18, app/assets/stylesheets/shared/column.scss */
.harf_column.first {
  margin-right: 2%;
}

/* line 22, app/assets/stylesheets/shared/column.scss */
.harf_column .graph_wrap img {
  width: 100%;
}

@media screen and (max-width: 1280px) {
  /* line 29, app/assets/stylesheets/shared/column.scss */
  .full_column {
    margin-bottom: 3%;
  }
  /* line 32, app/assets/stylesheets/shared/column.scss */
  .full_column .graph_wrap img {
    width: 100%;
  }
  /* line 38, app/assets/stylesheets/shared/column.scss */
  .harf_column {
    width: 100%;
    margin-bottom: 3%;
  }
  /* line 42, app/assets/stylesheets/shared/column.scss */
  .harf_column.first, .harf_column:nth-child(odd) {
    margin-right: 0;
  }
}
/* container.scss
---------------------------------------------------------------------------- */
/* line 3, app/assets/stylesheets/shared/container.scss */
#login_page #emuz_container,
#googlemap #emuz_container {
  margin-left: 0 !important;
}

/* line 8, app/assets/stylesheets/shared/container.scss */
#emuz_container {
  background: #F2F2F2;
  position: relative;
  -moz-transition: margin-left .25s linear;
  -webkit-transition: margin-left .25s linear;
  transition: margin-left .25s linear;
}

/* line 16, app/assets/stylesheets/shared/container.scss */
#emuz_container #main_wrapper {
  position: relative;
  min-height: 1400px;
}

/* line 20, app/assets/stylesheets/shared/container.scss */
#emuz_container #main_wrapper .anker_link ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 2rem;
  margin: 0 0 2rem;
  background: #f6ea8c;
}

/* line 30, app/assets/stylesheets/shared/container.scss */
#emuz_container #main_wrapper section .contents_wrap {
  position: relative;
  padding: 2rem;
  background: #FFF;
}

/* line 35, app/assets/stylesheets/shared/container.scss */
#emuz_container #main_wrapper section .contents_wrap::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  right: 15px;
  z-index: -1;
  content: '';
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  border-radius: 100px / 15px;
}

/* line 47, app/assets/stylesheets/shared/container.scss */
#emuz_container #main_wrapper section .contents_wrap .contents_inner {
  padding: 1rem;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 560px) {
  /* line 56, app/assets/stylesheets/shared/container.scss */
  #emuz_container #main_wrapper section .contents_wrap {
    padding: .5rem;
  }
}

@media only screen and (max-width: 480px) {
  /* line 62, app/assets/stylesheets/shared/container.scss */
  #emuz_container #main_wrapper .contents_inner {
    padding: .5rem;
  }
}
/*Decoration
---------------------------------------------------------------------------- */
/*status icon*/
/* line 5, app/assets/stylesheets/shared/decoration.scss */
.status_i {
  margin-right: .5rem;
  padding: .2rem .6rem;
}

/* line 10, app/assets/stylesheets/shared/decoration.scss */
.status_i_wrap {
  padding: .3rem;
}

@media screen and (max-width: 480px) {
  /* line 15, app/assets/stylesheets/shared/decoration.scss */
  .status_i_wrap {
    display: block;
    width: 100%;
  }
}

/*Search button*/
/* line 22, app/assets/stylesheets/shared/decoration.scss */
.conditions {
  display: inline-block;
  margin-left: 1rem;
}

/*point page*/
/* line 28, app/assets/stylesheets/shared/decoration.scss */
.ster {
  color: #FF7E00;
  display: block;
}

@media only screen and (max-width: 768px) {
  /* line 34, app/assets/stylesheets/shared/decoration.scss */
  .conditions {
    margin-left: 0;
  }
}

/* line 38, app/assets/stylesheets/shared/decoration.scss */
.add_to {
  font-size: 3.5rem;
  text-align: center;
  margin: -2rem 0 2rem;
  color: #2C6CD6;
}

/* line 45, app/assets/stylesheets/shared/decoration.scss */
.marker {
  text-align: center;
  width: 8rem;
  display: inline-block;
}

/* Line */
/* line 53, app/assets/stylesheets/shared/decoration.scss */
.line1 {
  background: linear-gradient(transparent 50%, #ffff66 50%);
}
/* flex
---------------------------------------------------------------------------- */
/* line 4, app/assets/stylesheets/shared/flex.scss */
.flex_container,
.flex_container_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
}

/* line 15, app/assets/stylesheets/shared/flex.scss */
.flex_container.icon li,
.flex_container_wrap.icon li {
  margin-right: 1rem;
}

/* line 18, app/assets/stylesheets/shared/flex.scss */
.flex_container.icon li img,
.flex_container_wrap.icon li img {
  width: 8rem;
}

/* line 23, app/assets/stylesheets/shared/flex.scss */
.flex_container_wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 30, app/assets/stylesheets/shared/flex.scss */
.flex_container_c {
  padding: 1rem;
  display: flex;
  justify-content: center;
}

/* line 33, app/assets/stylesheets/shared/flex.scss */
.flex_container_c li {
  padding: 1rem;
}

@media only screen and (max-width: 560px) {
  /* line 42, app/assets/stylesheets/shared/flex.scss */
  .flex_container_c {
    padding: 0rem;
    margin: 0 0 0.5rem;
    width: 100%;
    flex-direction: column;
  }
  /* line 47, app/assets/stylesheets/shared/flex.scss */
  .flex_container_c li {
    padding: 0rem;
    margin: 0 0 0.5rem;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  /* line 58, app/assets/stylesheets/shared/flex.scss */
  #emuz_container .pa1.flex_container_c {
    padding: 0 2rem;
  }
}

/* form width */
/* line 65, app/assets/stylesheets/shared/flex.scss */
.w_count_3 label {
  margin: 0;
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
}

/* line 70, app/assets/stylesheets/shared/flex.scss */
.w_harf label {
  margin: 0;
  width: -webkit-calc(100% / 2);
  width: calc(100% / 2);
}

/* line 75, app/assets/stylesheets/shared/flex.scss */
.w_count_5 label {
  margin: 0;
  width: -webkit-calc(100% / 5);
  width: calc(100% / 5);
}

@media screen and (max-width: 1024px) {
  /* line 82, app/assets/stylesheets/shared/flex.scss */
  .w_count_3 label {
    width: -webkit-calc(98% / 2);
    width: calc(98% / 2);
  }
  /* line 86, app/assets/stylesheets/shared/flex.scss */
  .w_count_5 label {
    width: -webkit-calc(98% / 3);
    width: calc(98% / 3);
  }
}

@media screen and (max-width: 640px) {
  /* line 93, app/assets/stylesheets/shared/flex.scss */
  .w_count_3 label {
    width: -webkit-calc(100% / 1);
    width: calc(100% / 1);
  }
  /* line 97, app/assets/stylesheets/shared/flex.scss */
  .w_count_5 label {
    width: -webkit-calc(98% / 2);
    width: calc(98% / 2);
  }
}

@media screen and (max-width: 480px) {
  /* line 104, app/assets/stylesheets/shared/flex.scss */
  .w_count_3 label,
.w_count_5 label {
    width: -webkit-calc(100% / 1);
    width: calc(100% / 1);
  }
}
/* line 1, app/assets/stylesheets/shared/font_color.scss */
.fc0 {
  color: #FFF;
}

/* line 5, app/assets/stylesheets/shared/font_color.scss */
.fc1 {
  color: #FF5757;
}

/* line 9, app/assets/stylesheets/shared/font_color.scss */
.fc2 {
  color: #FFB100;
}

/* line 13, app/assets/stylesheets/shared/font_color.scss */
.fc3 {
  color: #FF44B9;
}

/* line 17, app/assets/stylesheets/shared/font_color.scss */
.fc4 {
  color: #5FB444;
}

/* line 21, app/assets/stylesheets/shared/font_color.scss */
.fc5 {
  color: #FFAB00;
}
/*Footer
---------------------------------------------------------------------------- */
/* line 5, app/assets/stylesheets/shared/footer.scss */
.footer_menu {
  background: #E9E9E9;
}

/* line 8, app/assets/stylesheets/shared/footer.scss */
.footer_menu .footer_links {
  padding: 2rem 0 1rem;
  display: flex;
  justify-content: center;
}

/* line 13, app/assets/stylesheets/shared/footer.scss */
.footer_menu .footer_links span {
  list-style: none;
  margin-right: 1rem;
  margin-bottom: 1rem;
  background: #E1E1E1;
  border-radius: 4px;
  letter-spacing: 2px;
}

/* line 21, app/assets/stylesheets/shared/footer.scss */
.footer_menu .footer_links span:last-child {
  margin-right: 0;
}

/* line 25, app/assets/stylesheets/shared/footer.scss */
.footer_menu .footer_links span a {
  color: #0084FF;
  display: inline-block;
  padding: 6px 13px;
  text-decoration: none;
}

/* line 32, app/assets/stylesheets/shared/footer.scss */
.footer_menu .footer_links span.logout a {
  color: #FFF;
  border-radius: 4px;
  background: #FF5757;
}

/* line 38, app/assets/stylesheets/shared/footer.scss */
.footer_menu .footer_links span a:hover {
  text-decoration: none;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

/* line 44, app/assets/stylesheets/shared/footer.scss */
.footer_menu .copyright {
  background: #D3D3D3;
  display: block;
  width: 100%;
  margin: 0 auto;
  font-size: 10px;
  text-align: center;
  padding: 1rem;
}

@media only screen and (max-width: 560px) {
  /* line 56, app/assets/stylesheets/shared/footer.scss */
  .footer_menu {
    padding: 0;
  }
  /* line 59, app/assets/stylesheets/shared/footer.scss */
  .footer_menu .footer_links {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  /* line 64, app/assets/stylesheets/shared/footer.scss */
  .footer_menu .copyright {
    padding: 1rem 1rem 3rem;
  }
}

@media screen and (max-width: 320px) {
  /* line 71, app/assets/stylesheets/shared/footer.scss */
  .footer_menu {
    padding: 0;
  }
  /* line 74, app/assets/stylesheets/shared/footer.scss */
  .footer_menu .footer_links span a {
    padding: .3rem .6rem;
  }
}

/* line 80, app/assets/stylesheets/shared/footer.scss */
#copyright a {
  color: #666;
  text-decoration: none;
}

/* line 84, app/assets/stylesheets/shared/footer.scss */
#copyright a:hover {
  text-decoration: underline;
}
/* form
---------------------------------------------------------------------------- */
/* line 3, app/assets/stylesheets/shared/form.scss */
:focus {
  outline: none;
}

/* line 6, app/assets/stylesheets/shared/form.scss */
input[type="date"],
input[type="text"],
input[type="password"] {
  width: auto;
  margin: .2rem auto .2rem;
  -webkit-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
  box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #CCC;
  padding: .6rem .5rem;
  background: #FFF7F0;
}

/*input[type="text"] {
  border: 1px solid #4788da;
  background: #FF0000!important;
}*/
/* line 27, app/assets/stylesheets/shared/form.scss */
input::placeholder,
textarea::placeholder {
  color: #FF9502;
}

/* line 32, app/assets/stylesheets/shared/form.scss */
textarea {
  padding: 1rem;
  border: 1px solid #4788DA;
  border-radius: 5px;
  width: 100%;
  min-height: 10rem;
  background: #fff7f0;
}

/* line 42, app/assets/stylesheets/shared/form.scss */
select {
  border: 1px solid #4788da;
  min-width: max-content;
  padding: .6rem .5rem;
  margin: .2rem auto .2rem;
  background: #f0f8ff;
}
@charset "UTF-8";
/* googlemap CSS
---------------------------------------------------------------------------- */
/* line 3, app/assets/stylesheets/shared/googlemap.scss */
.h100vh {
  height: 100vh;
}

/* line 7, app/assets/stylesheets/shared/googlemap.scss */
.googlemap_container {
  width: 100%;
  display: table;
}

/* line 11, app/assets/stylesheets/shared/googlemap.scss */
.googlemap_container #gmap {
  position: relative;
  display: table-cell;
  height: 50vh;
  margin: 0;
  padding: 0;
  background: #EEE;
}

/* line 20, app/assets/stylesheets/shared/googlemap.scss */
.googlemap_container nav {
  width: 320px;
  display: table-cell;
  padding: 0 2rem 0 0;
}

@media screen and (max-width: 640px) {
  /* line 30, app/assets/stylesheets/shared/googlemap.scss */
  .googlemap_container #gmap {
    display: block;
    width: 100%;
  }
  /* line 35, app/assets/stylesheets/shared/googlemap.scss */
  .googlemap_container nav {
    display: block;
    width: 100%;
    max-width: initial;
    padding: .5rem;
  }
}

/*
    img {
      width: 20px;
      margin-right: 5px;
    }
  
  }*/
/* line 53, app/assets/stylesheets/shared/googlemap.scss */
.ac_container {
  clear: both;
  width: 100%;
  padding: 0;
  /* dt */
  /* dd */
}

/* line 58, app/assets/stylesheets/shared/googlemap.scss */
.ac_container .midashi {
  position: relative;
  padding: .5rem 1rem;
  margin: 0 0 1rem;
  background: #263959;
}

/* line 64, app/assets/stylesheets/shared/googlemap.scss */
.ac_container .midashi:after {
  content: "－";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -12px;
}

/* line 71, app/assets/stylesheets/shared/googlemap.scss */
.ac_container .midashi.active:after {
  content: "＋";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -12px;
}

/* line 80, app/assets/stylesheets/shared/googlemap.scss */
.ac_container dl {
  padding: .5rem;
}

/* line 85, app/assets/stylesheets/shared/googlemap.scss */
.ac_container dt {
  color: #fff;
  cursor: pointer;
  margin: 0;
}

/* line 90, app/assets/stylesheets/shared/googlemap.scss */
.ac_container dt.over {
  background: #0068B7;
}

/* line 95, app/assets/stylesheets/shared/googlemap.scss */
.ac_container dd {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
}

/* line 100, app/assets/stylesheets/shared/googlemap.scss */
.ac_container dd dt {
  position: relative;
  padding: .5rem 1rem;
  background: #0068B7;
  border-bottom: 1px solid #FFF;
}

/* line 106, app/assets/stylesheets/shared/googlemap.scss */
.ac_container dd dt:after {
  content: "－";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -12px;
}

/* line 113, app/assets/stylesheets/shared/googlemap.scss */
.ac_container dd dt.active:after {
  content: "＋";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -12px;
}

/* line 121, app/assets/stylesheets/shared/googlemap.scss */
.ac_container dd dt.over {
  background: #3386C5;
}

/* line 127, app/assets/stylesheets/shared/googlemap.scss */
.ac_container dd ul li {
  border-bottom: 1px dashed #CCC;
  padding: .3rem .5rem;
  position: relative;
}

/* line 132, app/assets/stylesheets/shared/googlemap.scss */
.ac_container dd ul li:hover {
  background: #FFF7F0;
}

/* line 136, app/assets/stylesheets/shared/googlemap.scss */
.ac_container dd ul li label {
  display: block;
}

/* line 139, app/assets/stylesheets/shared/googlemap.scss */
.ac_container dd ul li label span {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

/* line 149, app/assets/stylesheets/shared/googlemap.scss */
.ac_container dd ul li img {
  width: 20px;
  vertical-align: middle;
  margin-right: .5rem;
  padding: .4rem 0;
}

/* line 157, app/assets/stylesheets/shared/googlemap.scss */
.ac_container dd ul li:last-child {
  border: none;
}

/* line 166, app/assets/stylesheets/shared/googlemap.scss */
.map_search {
  position: relative;
  margin: 0 auto 2rem;
}

/* line 174, app/assets/stylesheets/shared/googlemap.scss */
.map_search input[type="submit"] {
  color: #FFF;
  padding: .4rem 1rem;
  border-radius: .3rem;
  border: none;
  background: #FF9502;
}

/* line 196, app/assets/stylesheets/shared/googlemap.scss */
.gmap_window .title,
.gmap_window .title a {
  padding: .3rem .5rem;
  display: block;
  color: #FFF;
  background: #263959;
}

/* line 207, app/assets/stylesheets/shared/googlemap.scss */
.gmap_window .title a:before {
  content: "\f360";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: .5rem;
}

/* line 214, app/assets/stylesheets/shared/googlemap.scss */
.gmap_window .title a:hover {
  color: #C9F3FF;
}

/* line 220, app/assets/stylesheets/shared/googlemap.scss */
.gmap_window ul {
  padding: .5rem;
  line-height: 2.2;
}

/* line 223, app/assets/stylesheets/shared/googlemap.scss */
.gmap_window ul i {
  margin-right: .5rem;
}

/* line 226, app/assets/stylesheets/shared/googlemap.scss */
.gmap_window ul i img {
  width: 24px;
}

/* line 230, app/assets/stylesheets/shared/googlemap.scss */
.gmap_window ul i:last-child {
  margin-right: 0;
}
@charset "UTF-8";
/* graph
---------------------------------------------------------------------------- */
/* img →　column.scss*/
/* line 6, app/assets/stylesheets/shared/graph.scss */
.graph_wrap {
  text-align: center;
}

/* line 9, app/assets/stylesheets/shared/graph.scss */
.graph_wrap img {
  width: 80%;
}
/* header
---------------------------------------------------------------------------- */
/* line 3, app/assets/stylesheets/shared/header.scss */
#global_head .header_search input[type="submit"] {
  color: #FFF;
  background: #63AE13;
  border-bottom: 5px solid #4F870E;
  border-top: 1px solid #4F870E;
  border-right: 1px solid #4F870E;
  border-left: 1px solid #4F870E;
}

/* line 11, app/assets/stylesheets/shared/header.scss */
#global_head .header_search input[type="submit"]:hover {
  color: #4F870E;
  margin-top: 3px;
  background: #fff20a;
  border-bottom: 2px solid #4F870E;
}

@media only screen and (max-width: 768px) {
  /* line 21, app/assets/stylesheets/shared/header.scss */
  header#global_head {
    text-align: center;
  }
  /* line 25, app/assets/stylesheets/shared/header.scss */
  #global_head .header_search {
    position: relative;
  }
}

/* line 30, app/assets/stylesheets/shared/header.scss */
#global_head {
  color: #270F25;
  width: 100%;
  padding: 1rem 2rem;
  background: #FFF;
  display: -webkit-flex;
  display: flex;
  z-index: 1;
}

/* line 39, app/assets/stylesheets/shared/header.scss */
#global_head .header_search .tags {
  font-size: 1.2rem;
  font-weight: 600;
  position: relative;
  border-radius: 4px 0 0 4px;
  color: #263959;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 1em 0 2em;
  margin-right: 2rem;
  background: #EEEEEE;
}

/* line 52, app/assets/stylesheets/shared/header.scss */
#global_head .header_search .tags::before {
  border: 15px solid transparent;
  border-left-color: #EEEEEE;
  border-right-width: 0;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  right: -15px;
  top: 0;
  width: 0;
}

/* line 65, app/assets/stylesheets/shared/header.scss */
#global_head .header_search .tags::after {
  background: #263959;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 1em;
}

@media only screen and (max-width: 1024px) {
  /* line 79, app/assets/stylesheets/shared/header.scss */
  #global_head {
    flex-direction: column;
  }
  /* line 82, app/assets/stylesheets/shared/header.scss */
  #global_head .header_search {
    margin: 1rem 0 1rem 0;
  }
}

@media only screen and (max-width: 900px) {
  /* line 89, app/assets/stylesheets/shared/header.scss */
  #global_head .header_search {
    margin: 1rem 0 1rem 5rem;
  }
}

/* line 94, app/assets/stylesheets/shared/header.scss */
#emuz_logo {
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

/* line 99, app/assets/stylesheets/shared/header.scss */
#emuz_logo img {
  margin-right: 2rem;
}
/* line 1, app/assets/stylesheets/shared/ie_ico.scss */
.ie_ico {
  width: 2.1rem;
  margin-right: .2rem;
}
/* line 1, app/assets/stylesheets/shared/login.scss */
.form_wrapper {
  text-align: center;
  padding: 2rem 1rem;
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
}

/* line 8, app/assets/stylesheets/shared/login.scss */
.form_wrapper .alert_msg {
  text-align: left;
  margin-bottom: 2rem;
  padding: 1rem;
  background: #FFEBEB;
}

/* line 15, app/assets/stylesheets/shared/login.scss */
.form_wrapper input::-moz-placeholder {
  color: #999999;
  letter-spacing: 0.1rem;
}

/* line 19, app/assets/stylesheets/shared/login.scss */
.form_wrapper input:-ms-input-placeholder {
  color: #999999;
  letter-spacing: 0.1rem;
}

/* line 23, app/assets/stylesheets/shared/login.scss */
.form_wrapper input::-ms-input-placeholder {
  color: #999999;
  letter-spacing: 0.1rem;
}

/* line 27, app/assets/stylesheets/shared/login.scss */
.form_wrapper input::placeholder {
  color: #999999;
  letter-spacing: 0.1rem;
}

/* line 32, app/assets/stylesheets/shared/login.scss */
.form_wrapper .form_set {
  margin-bottom: 0.75em;
  width: 100%;
}

/* line 36, app/assets/stylesheets/shared/login.scss */
.form_wrapper .form_set input {
  border: 1px solid #263959;
  padding: 0.7rem 1rem;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  width: 100%;
}

/* line 43, app/assets/stylesheets/shared/login.scss */
.form_wrapper .form_set input::-webkit-input-placeholder {
  color: #999999;
  letter-spacing: 0.1rem;
}

/* line 47, app/assets/stylesheets/shared/login.scss */
.form_wrapper .form_set input:focus {
  border: 1px solid #FF0000;
  outline: none;
}

/* line 51, app/assets/stylesheets/shared/login.scss */
.form_wrapper .form_set i {
  color: #263959;
  margin-right: 0.2rem;
  text-decoration: none !important;
}

/* line 58, app/assets/stylesheets/shared/login.scss */
.form_wrapper .btn_panel {
  width: 100%;
}

/* line 61, app/assets/stylesheets/shared/login.scss */
.form_wrapper .btn_panel .sine_in_btn {
  font-weight: bold;
  background: #263959;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 0.5rem;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  width: 100%;
  margin: 0 0 1.2rem;
}

/* line 77, app/assets/stylesheets/shared/login.scss */
.form_wrapper .sine_in_btn:hover {
  background: #ee3e52;
}

/* line 81, app/assets/stylesheets/shared/login.scss */
.form_wrapper .form_footer {
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  text-align: center;
}

/* line 89, app/assets/stylesheets/shared/login.scss */
.form_wrapper .form_footer .reset {
  width: 48%;
  text-align: center;
  border: 1px solid #263959;
}

/* line 94, app/assets/stylesheets/shared/login.scss */
.form_wrapper .form_footer a {
  display: inline-block;
  width: 100%;
  padding: 0.5rem 1rem;
  color: #263959;
  text-decoration: none;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

/* line 103, app/assets/stylesheets/shared/login.scss */
.form_wrapper .form_footer a:hover {
  color: #0044cc;
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  /* line 111, app/assets/stylesheets/shared/login.scss */
  .form_wrapper {
    text-align: center;
    width: 90%;
    padding: 2rem 1rem;
    background: #FFFFFF;
  }
}
/* line 1, app/assets/stylesheets/shared/margin_padding.scss */
.mr2per {
  margin-right: 2% !important;
}

/* line 5, app/assets/stylesheets/shared/margin_padding.scss */
.mr1 {
  margin-right: 1rem !important;
}

/* line 9, app/assets/stylesheets/shared/margin_padding.scss */
.mr2 {
  margin-right: 2rem !important;
}

/* line 12, app/assets/stylesheets/shared/margin_padding.scss */
.ml1 {
  margin-left: 1rem !important;
}

/* line 16, app/assets/stylesheets/shared/margin_padding.scss */
.mb1 {
  margin-bottom: 1rem !important;
}

/* line 20, app/assets/stylesheets/shared/margin_padding.scss */
.mb0 {
  margin-bottom: 0.5rem !important;
}

/* line 24, app/assets/stylesheets/shared/margin_padding.scss */
.mr0 {
  margin-right: 0.5rem !important;
}

/* line 27, app/assets/stylesheets/shared/margin_padding.scss */
.mr0 li {
  margin-right: 0.5rem !important;
}

/* line 33, app/assets/stylesheets/shared/margin_padding.scss */
.mb2 {
  margin-bottom: 2rem !important;
}
/* line 1, app/assets/stylesheets/shared/midashi.scss */
h2 {
  font-size: 120%;
  color: #263959;
  margin-bottom: 2rem !important;
  letter-spacing: 0.1rem;
  padding: 1.2rem 2rem 1rem !important;
  border-radius: 0 !important;
  background: #F5F5F5;
  border-bottom: 1px solid #263959;
  border-left: 10px solid #263959;
}

/* line 12, app/assets/stylesheets/shared/midashi.scss */
h2 span.small {
  font-size: 90%;
  padding: .2rem 0 0;
  border-top: 1px solid #A7D8FF;
  display: block;
}

/* line 18, app/assets/stylesheets/shared/midashi.scss */
h2 ul {
  display: flex;
}

/* line 21, app/assets/stylesheets/shared/midashi.scss */
h2 ul li {
  margin-right: .5rem;
}

/* line 24, app/assets/stylesheets/shared/midashi.scss */
h2 input {
  cursor: pointer;
  height: 2.4rem;
}

/* line 30, app/assets/stylesheets/shared/midashi.scss */
h3 {
  color: #FFF;
  font-size: 110%;
  position: relative;
  padding: 1rem 1rem 1rem 2.5rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #E3E3E3;
  border-radius: .3rem;
  background: #376499;
  /*263959*/
}

/* line 40, app/assets/stylesheets/shared/midashi.scss */
h3::after {
  position: absolute;
  top: .5em;
  left: .6em;
  content: '';
  width: 6px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background: #7AD8FD;
  border-radius: 5px;
}
@charset "UTF-8";
/* more_box
---------------------------------------------------------------------------- */
/* line 4, app/assets/stylesheets/shared/more_box.scss */
.more_box {
  position: relative;
}

/* line 5, app/assets/stylesheets/shared/more_box.scss */
.more_box * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 9, app/assets/stylesheets/shared/more_box.scss */
.more_box *:before, .more_box *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 17, app/assets/stylesheets/shared/more_box.scss */
.more_box label {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 100px;
  /* Gradation */
  cursor: pointer;
  text-align: center;
  background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}

/* line 30, app/assets/stylesheets/shared/more_box.scss */
.more_box input:checked + label {
  background: inherit;
  /* Open　Gradation　Delete */
}

/* line 36, app/assets/stylesheets/shared/more_box.scss */
.more_box label:after {
  line-height: 2.5rem;
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 50%;
  width: 8rem;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transform: translate(-50%, 0);
  letter-spacing: 0.05em;
  color: #ffffff;
  border-radius: 20px;
  background: #2d5584;
}

/* line 53, app/assets/stylesheets/shared/more_box.scss */
.more_box input {
  display: none;
}

/* line 57, app/assets/stylesheets/shared/more_box.scss */
.more_box .more_container {
  overflow: hidden;
  height: 200px;
  /* height edit */
  transition: all 0.5s;
}

/* line 66, app/assets/stylesheets/shared/more_box.scss */
.more_box input:checked + label {
  /* display: none ; Close btn Delete */
}

/* line 69, app/assets/stylesheets/shared/more_box.scss */
.more_box input:checked + label:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/* line 76, app/assets/stylesheets/shared/more_box.scss */
.more_box input:checked ~ .more_container {
  height: auto;
  padding-bottom: 80px;
  transition: all 0.5s;
}
/*PageTop
---------------------------------------------------------------------------- */
/* line 4, app/assets/stylesheets/shared/page_top.scss */
#page-top {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000;
}

/* line 10, app/assets/stylesheets/shared/page_top.scss */
#page-top a {
  width: 130px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  display: block;
  background: #666;
  padding: .3rem 0 0;
}

/* line 19, app/assets/stylesheets/shared/page_top.scss */
#page-top a:hover {
  text-decoration: none;
  background: #999;
}

/* line 24, app/assets/stylesheets/shared/page_top.scss */
#page-top .count {
  color: #E6FF00;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background-image: linear-gradient(to top, #4481eb 0%, #04befe 100%);
  z-index: 1000;
  padding: .5rem 0 .5rem;
  border-radius: .5rem .5rem 0 0;
}

/* line 33, app/assets/stylesheets/shared/page_top.scss */
#page-top .count i, #page-top .count em {
  padding: 0 .5rem;
}

/* line 37, app/assets/stylesheets/shared/page_top.scss */
#page-top .count span {
  font-size: 140%;
}
/* Pager
---------------------------------------------------------------------------- */
/* line 6, app/assets/stylesheets/shared/pager.scss */
#emuz_container nav.pager {
  margin: 3rem 0;
  text-align: center;
}

/* line 7, app/assets/stylesheets/shared/pager.scss */
#emuz_container nav.pager * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 11, app/assets/stylesheets/shared/pager.scss */
#emuz_container nav.pager *:after, #emuz_container nav.pager *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 17, app/assets/stylesheets/shared/pager.scss */
#emuz_container nav.pager a {
  text-decoration: none;
}

/* line 26, app/assets/stylesheets/shared/pager.scss */
#emuz_container .pager .cp_pagination {
  display: inline-block;
  padding: 0 0.5em;
}

/* line 31, app/assets/stylesheets/shared/pager.scss */
#emuz_container .pager .pagenum {
  font-size: 1em;
  line-height: 30px;
  display: block;
  float: left;
  transition: 400ms ease;
  letter-spacing: 0.1em;
  color: #37474F;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin: auto .7em;
}

/* line 44, app/assets/stylesheets/shared/pager.scss */
#emuz_container .pager .pagenum:hover, #emuz_container .pager .pagenum.current {
  font-weight: bold;
  color: #ffffff;
  background-color: #EC407A;
  border-radius: 50%;
}

/* line 51, app/assets/stylesheets/shared/pager.scss */
#emuz_container .pager .pagenum.prev:hover, #emuz_container .pager .pagenum.next:hover {
  color: #EC407A;
  background-color: transparent;
  border-radius: 50%;
}

@media only screen and (max-width: 960px) {
  /* line 62, app/assets/stylesheets/shared/pager.scss */
  #emuz_container .pager .cp_pagination {
    margin-top: 50px;
    padding: 0 10px;
  }
  /* line 67, app/assets/stylesheets/shared/pager.scss */
  #emuz_container .pager .pagenum {
    font-size: 0.8em;
    line-height: 25px;
    width: 45px;
    height: 25px;
    margin: auto .1em;
    border-radius: 0.3em;
  }
  /* line 75, app/assets/stylesheets/shared/pager.scss */
  #emuz_container .pager .pagenum.prev, #emuz_container .pager .pagenum.next {
    padding: 0 25px 0 0;
  }
  /* line 79, app/assets/stylesheets/shared/pager.scss */
  #emuz_container .pager .pagenum:hover, #emuz_container .pager .pagenum.current, #emuz_container .pager .pagenum.prev:hover, #emuz_container .pager .pagenum.next:hover {
    border-radius: 0.3em;
  }
}

@media only screen and (min-width: 120px) and (max-width: 767px) {
  /* line 87, app/assets/stylesheets/shared/pager.scss */
  #emuz_container .pager .pagenum {
    display: none;
    border-radius: 0.3em;
  }
  /* line 91, app/assets/stylesheets/shared/pager.scss */
  #emuz_container .pager .pagenum:nth-of-type(2) {
    position: relative;
    padding-right: 20px;
  }
  /* line 95, app/assets/stylesheets/shared/pager.scss */
  #emuz_container .pager .pagenum:nth-of-type(2)::after {
    font-size: 1.2em;
    position: absolute;
    top: 0;
    left: 25px;
    content: '...';
  }
  /* line 104, app/assets/stylesheets/shared/pager.scss */
  #emuz_container .pager .pagenum:nth-child(-n+3), #emuz_container .pager .pagenum:nth-last-child(-n+3) {
    display: block;
  }
  /* line 108, app/assets/stylesheets/shared/pager.scss */
  #emuz_container .pager .pagenum:nth-last-child(-n+4) {
    padding: 0 5px;
  }
  /* line 111, app/assets/stylesheets/shared/pager.scss */
  #emuz_container .pager .pagenum:nth-last-child(-n+4)::after {
    content: none;
  }
  /* line 116, app/assets/stylesheets/shared/pager.scss */
  #emuz_container .pager .pagenum:hover, #emuz_container .pager .pagenum.current, #emuz_container .pager .pagenum.prev:hover, #emuz_container .pager .pagenum.next:hover {
    border-radius: 0.3em;
  }
}
/*General Elements
---------------------------------------------------------------------------- */
/* line 3, app/assets/stylesheets/shared/pagination.scss */
nav.pagination {
  display: flex !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  margin: 1rem 0 !important;
  border: none !important;
  background: #FFF;
}

/* line 11, app/assets/stylesheets/shared/pagination.scss */
nav.pagination span.page, nav.pagination span.first, nav.pagination span.prev, nav.pagination span.next, nav.pagination span.last {
  padding: 0.5rem 1.5rem !important;
  border-right: 1px solid #FFF !important;
}

/* line 16, app/assets/stylesheets/shared/pagination.scss */
nav.pagination span.current {
  background-color: #5995E4 !important;
}
/* line 1, app/assets/stylesheets/shared/radio_inner.scss */
.radio_inner input[type=radio] {
  display: none;
}

/* line 5, app/assets/stylesheets/shared/radio_inner.scss */
.radio_inner label {
  margin: 0.2rem 0;
}

/* line 8, app/assets/stylesheets/shared/radio_inner.scss */
.radio_inner label:hover, input:checked + label {
  background: #2196F3;
  border: 1px solid #2196F3;
  color: #FFF;
}

/* line 13, app/assets/stylesheets/shared/radio_inner.scss */
.radio_inner label.radio_red:hover {
  background: #FF0000;
  border: 1px solid #FF0000;
}

/* line 17, app/assets/stylesheets/shared/radio_inner.scss */
.radio_inner label {
  color: #8B8B8B;
  font-weight: normal;
  padding: 0.3rem 1.5rem;
  border: 1px solid #C8C8C8;
  border-radius: 5px;
  cursor: pointer;
  background: #f5f5f5;
  margin: 0.5rem 1.5rem 0.8rem 0rem;
}

/* line 27, app/assets/stylesheets/shared/radio_inner.scss */
.radio_inner label:hover {
  padding: 0.3rem 1.7rem;
}

/* line 30, app/assets/stylesheets/shared/radio_inner.scss */
.radio_inner input[type='radio']:checked + label {
  padding: 0.3rem 2rem;
  color: #ffffff;
}

/* line 34, app/assets/stylesheets/shared/radio_inner.scss */
.radio_inner label {
  display: inline-block;
}
/* Sidebar
---------------------------------------------------------------------------- */
/* line 4, app/assets/stylesheets/shared/sidebar.scss */
#sidebar {
  font-size: 1.5rem;
  padding-top: 60px;
  width: 260px;
  height: 100%;
  position: fixed;
  background: #4F90DB;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE, Edge */
  scrollbar-width: none;
  /* Firefox */
}

/* line 19, app/assets/stylesheets/shared/sidebar.scss */
#sidebar::-webkit-scrollbar {
  /* Chrome, Safari */
  display: none;
}

/* line 26, app/assets/stylesheets/shared/sidebar.scss */
#side_global_nav {
  font-size: 1.4rem;
}

/* line 29, app/assets/stylesheets/shared/sidebar.scss */
#side_global_nav ul {
  list-style: none;
  margin-left: 0;
}

/* line 34, app/assets/stylesheets/shared/sidebar.scss */
#side_global_nav > ul > li {
  position: relative;
}

/* line 38, app/assets/stylesheets/shared/sidebar.scss */
#side_global_nav a {
  color: #FFF;
  border-bottom: 1px solid #6EB1E2;
  padding: 0.8rem 2rem;
  text-decoration: none;
  display: block;
  -moz-transition: color .3s linear;
  -webkit-transition: color .3s linear;
  transition: color .3s linear;
}

/* line 49, app/assets/stylesheets/shared/sidebar.scss */
#side_global_nav .sub_menu.is-active > a, #side_global_nav a:hover {
  color: #FFF;
  /*background: #fff;*/
}

/* line 54, app/assets/stylesheets/shared/sidebar.scss */
#side_global_nav .alert,
#side_global_nav .notice,
#side_global_nav .notice_style,
#side_global_nav .alert_style,
#side_global_nav .login_name {
  color: #C9E7FF;
  font-size: 1.2rem;
  text-align: center;
  width: 90%;
  margin: 1rem auto 2rem;
  padding: 0 1rem;
  border-radius: 5rem;
  border: 1px solid #C9E7FF;
}

/* line 68, app/assets/stylesheets/shared/sidebar.scss */
#side_global_nav .alert,
#side_global_nav .login_name.alert,
#side_global_nav .alert_style.alert {
  color: #FF5757;
  border: none;
  background: #FFF;
}

/* sub_menu icon */
/* line 79, app/assets/stylesheets/shared/sidebar.scss */
#sidebar .no_border a {
  border: none;
}

/* line 84, app/assets/stylesheets/shared/sidebar.scss */
#side_global_nav i {
  margin: 0 1rem 0 0;
}

/* line 88, app/assets/stylesheets/shared/sidebar.scss */
#side_global_nav li.mypage {
  background: #FFA28F;
}

/* line 91, app/assets/stylesheets/shared/sidebar.scss */
#side_global_nav li.mypage a {
  border-bottom: none;
}

/* line 96, app/assets/stylesheets/shared/sidebar.scss */
#side_global_nav .sub_menu_head {
  position: relative;
}

/* line 99, app/assets/stylesheets/shared/sidebar.scss */
#side_global_nav .sub_menu_head:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  margin: auto;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

/* line 120, app/assets/stylesheets/shared/sidebar.scss */
#side_global_nav .sub_menu.is-active > a:after, #side_global_nav .sub_menu_head:hover:after {
  border-color: #fff;
}

/* line 124, app/assets/stylesheets/shared/sidebar.scss */
#side_global_nav .is-active .sub_menu_head:after {
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* line 130, app/assets/stylesheets/shared/sidebar.scss */
#side_global_nav .sub_menu_nav {
  display: none;
  background: #F2F2F2;
}

/* line 134, app/assets/stylesheets/shared/sidebar.scss */
#side_global_nav .sub_menu_nav li {
  border-bottom: 1px solid #E9E9E9;
}

/* line 137, app/assets/stylesheets/shared/sidebar.scss */
#side_global_nav .sub_menu_nav li:last-child {
  border: none;
}

/* line 142, app/assets/stylesheets/shared/sidebar.scss */
#side_global_nav .sub_menu_nav a {
  color: #2B90D9;
  padding: 8px 24px;
  border: none;
}

/* line 147, app/assets/stylesheets/shared/sidebar.scss */
#side_global_nav .sub_menu_nav a:hover {
  color: #00B0FF;
  background: #FFF;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

/* sub_menu */
/* nav-toggle */
/* line 162, app/assets/stylesheets/shared/sidebar.scss */
#nav-toggle {
  position: fixed;
  top: 15px;
  left: 15px;
  height: 32px;
  z-index: 1000;
}

/* line 168, app/assets/stylesheets/shared/sidebar.scss */
#nav-toggle > div {
  position: relative;
  width: 32px;
}

/* line 173, app/assets/stylesheets/shared/sidebar.scss */
#nav-toggle span {
  width: 100%;
  height: 2px;
  left: 0;
  display: block;
  background: #fff;
  position: absolute;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

/* line 184, app/assets/stylesheets/shared/sidebar.scss */
#nav-toggle span:nth-child(1) {
  top: 0;
}

/* line 188, app/assets/stylesheets/shared/sidebar.scss */
#nav-toggle span:nth-child(2) {
  top: 11px;
}

/* line 192, app/assets/stylesheets/shared/sidebar.scss */
#nav-toggle span:nth-child(3) {
  top: 22px;
}

/* #nav-toggle close */
/* z-index */
/* line 204, app/assets/stylesheets/shared/sidebar.scss */
#emuz_container {
  z-index: 900;
}

/* close */
/* line 211, app/assets/stylesheets/shared/sidebar.scss */
.close #emuz_container {
  margin-left: 0;
}

/* line 215, app/assets/stylesheets/shared/sidebar.scss */
.close #emuz_logo {
  margin-left: 50px;
}

/* line 219, app/assets/stylesheets/shared/sidebar.scss */
.close #nav-toggle span {
  background: #033560;
}

@media screen and (max-width: 900px) {
  /* line 225, app/assets/stylesheets/shared/sidebar.scss */
  #emuz_container {
    margin-left: 0;
  }
  /* line 229, app/assets/stylesheets/shared/sidebar.scss */
  #emuz_logo {
    margin-left: 50px;
  }
  /* line 233, app/assets/stylesheets/shared/sidebar.scss */
  #nav-toggle span {
    background: #033560;
  }
  /* line 237, app/assets/stylesheets/shared/sidebar.scss */
  .close #nav-toggle span {
    background: #fff;
  }
  /* line 241, app/assets/stylesheets/shared/sidebar.scss */
  #sidebar {
    left: -260px;
    z-index: 910;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }
  /* line 249, app/assets/stylesheets/shared/sidebar.scss */
  .close #sidebar {
    left: 0;
  }
}
/*tab
---------------------------------------------------------------------------- */
/* line 4, app/assets/stylesheets/shared/tab.scss */
.tab_wrap ul.tab_addto_btn {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

/* line 12, app/assets/stylesheets/shared/tab.scss */
.tab_wrap .tab_addto_btn li.on a {
  background: #2196F3 !important;
}

/* line 16, app/assets/stylesheets/shared/tab.scss */
.tab_wrap .tab_addto_btn li a {
  color: #FFF;
  text-decoration: none;
  display: block;
  border-radius: 5px;
  padding: 1rem 1.5rem;
  margin: 0 0.2rem 0.2rem 0;
  background: #C0C0C0;
}

/* line 25, app/assets/stylesheets/shared/tab.scss */
.tab_wrap .tab_addto_btn li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: #FFF !important;
}

/* line 37, app/assets/stylesheets/shared/tab.scss */
.tab_wrap .tab_addto_btn li:last-child a {
  background: #999;
}

/* line 41, app/assets/stylesheets/shared/tab.scss */
.tab_wrap .tab_content {
  padding: 2rem;
  border-top: 5px solid #376499;
  background: #E6F6FC;
}

/* line 46, app/assets/stylesheets/shared/tab.scss */
.tab_wrap .tab_content_inner {
  margin-bottom: 4rem;
}

/* line 49, app/assets/stylesheets/shared/tab.scss */
.tab_wrap .tab_content_inner:last-child {
  margin-bottom: 0;
}

/*tab
---------------------------------------------------------------------------- */
/* line 59, app/assets/stylesheets/shared/tab.scss */
.tabs {
  max-width: 100%;
  margin: 0 auto;
}

/* line 64, app/assets/stylesheets/shared/tab.scss */
.tab-button {
  display: table;
  table-layout: fixed;
  width: 90%;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 72, app/assets/stylesheets/shared/tab.scss */
.tab-button li {
  display: table-cell;
  /*width: 20%;*/
}

/* line 77, app/assets/stylesheets/shared/tab.scss */
.tab-button li a {
  display: block;
  padding: .5em;
  background: #eee;
  text-align: center;
  color: #000;
  text-decoration: none;
}

/* line 86, app/assets/stylesheets/shared/tab.scss */
.tab-button li:not(:first-child) a {
  border-left: none;
}

/* line 90, app/assets/stylesheets/shared/tab.scss */
.tab-button li a:hover {
  color: #FFF;
  border-bottom-color: transparent;
  background: #4F90DB;
}

/* line 97, app/assets/stylesheets/shared/tab.scss */
.tab-button .is-active a {
  color: #FFF;
  border-bottom-color: transparent;
  background: #4F90DB;
}

/* line 104, app/assets/stylesheets/shared/tab.scss */
.tab-contents {
  background: #FFF;
  border-top: 5px solid #4F90DB;
  z-index: 2;
}

/* line 110, app/assets/stylesheets/shared/tab.scss */
.tab-button-outer {
  display: none;
}

/* line 114, app/assets/stylesheets/shared/tab.scss */
.tab-contents {
  margin-top: 20px;
}

@media screen and (min-width: 640px) {
  /* line 119, app/assets/stylesheets/shared/tab.scss */
  .tab-button-outer {
    position: relative;
    z-index: 2;
    display: block;
  }
  /* line 125, app/assets/stylesheets/shared/tab.scss */
  .tab-select-outer {
    display: none;
  }
  /* line 129, app/assets/stylesheets/shared/tab.scss */
  .tab-contents {
    position: relative;
    top: -1px;
    margin-top: 0;
  }
}
@charset "UTF-8";
/*Table container
---------------------------------------------------------------------------- */
/* line 3, app/assets/stylesheets/shared/table.scss */
.table_container {
  display: table;
}

/* line 7, app/assets/stylesheets/shared/table.scss */
.table_cell {
  display: table-cell;
}

@media only screen and (max-width: 560px) {
  /* line 12, app/assets/stylesheets/shared/table.scss */
  .table_container .table_cell {
    width: 100%;
    display: block;
  }
  /* line 16, app/assets/stylesheets/shared/table.scss */
  .table_container .table_cell:last-child {
    border-bottom: none;
  }
}

/*Table
---------------------------------------------------------------------------- */
/* line 25, app/assets/stylesheets/shared/table.scss */
table.listing {
  width: 100%;
}

/* line 27, app/assets/stylesheets/shared/table.scss */
table.listing .actions {
  text-align: center;
}

/* line 31, app/assets/stylesheets/shared/table.scss */
table.listing,
.tbl_base {
  background: #FFF;
}

/* line 35, app/assets/stylesheets/shared/table.scss */
table.listing th,
.tbl_base th {
  background: #EEE;
}

/* line 39, app/assets/stylesheets/shared/table.scss */
table.listing td, table.listing th,
.tbl_base td,
.tbl_base th {
  padding: .5rem;
  font-weight: normal;
  border: 1px solid #E5E5E5;
  width: auto;
  vertical-align: middle;
}

/* line 47, app/assets/stylesheets/shared/table.scss */
table.listing caption,
.tbl_base caption {
  color: #FFF;
  padding: 0.2rem 1rem;
  background: #4F90DB;
}

/* line 53, app/assets/stylesheets/shared/table.scss */
table.listing tfoot,
.tbl_base tfoot {
  background: #FFFEDF;
}

/* line 57, app/assets/stylesheets/shared/table.scss */
table.listing label.required,
.tbl_base label.required {
  color: initial;
}

/* line 61, app/assets/stylesheets/shared/table.scss */
table.listing caption label.required,
.tbl_base caption label.required {
  color: #FFF;
}

/* line 65, app/assets/stylesheets/shared/table.scss */
table.listing label.required:before,
.tbl_base label.required:before {
  font-size: 85%;
  padding: .3rem .5rem;
  margin-right: .5rem;
  border-radius: .3rem;
  color: #FFF;
  content: "必須";
  background: #FF5757;
}

/* line 75, app/assets/stylesheets/shared/table.scss */
table.listing .tbl_w_control,
.tbl_base .tbl_w_control {
  width: 100% !important;
}

/* line 79, app/assets/stylesheets/shared/table.scss */
table.listing.lines_4 th,
.tbl_base.lines_4 th {
  width: 15%;
}

/* line 83, app/assets/stylesheets/shared/table.scss */
table.listing.lines_4 td,
.tbl_base.lines_4 td {
  width: 35%;
}
/*tbl_info*/
/* line 3, app/assets/stylesheets/shared/tbl_info.scss */
table.tbl_info {
  width: 100%;
  margin-bottom: 2rem;
}

/* line 7, app/assets/stylesheets/shared/tbl_info.scss */
table.tbl_info th, table.tbl_info td {
  padding: .8rem;
}

/* line 10, app/assets/stylesheets/shared/tbl_info.scss */
table.tbl_info th {
  width: 150px;
}

/* line 13, app/assets/stylesheets/shared/tbl_info.scss */
table.tbl_info td {
  text-align: left;
}

/* line 16, app/assets/stylesheets/shared/tbl_info.scss */
table.tbl_info .t_center td {
  text-align: center;
}

/* line 19, app/assets/stylesheets/shared/tbl_info.scss */
table.tbl_info .t_right td {
  text-align: right;
}

/* line 22, app/assets/stylesheets/shared/tbl_info.scss */
table.tbl_info .tbl_pt2 td {
  text-align: center;
}

/* line 25, app/assets/stylesheets/shared/tbl_info.scss */
table.tbl_info .tbl_w_control th {
  width: inherit;
}

/* line 28, app/assets/stylesheets/shared/tbl_info.scss */
table.tbl_info .tbl_w_control td {
  text-align: center;
}

@media screen and (max-width: 640px) {
  /* line 41, app/assets/stylesheets/shared/tbl_info.scss */
  #emuz_container table.tbl_info .t_center td {
    text-align: left;
  }
  /* line 45, app/assets/stylesheets/shared/tbl_info.scss */
  #emuz_container table.tbl_info th {
    border-bottom: none;
    border-top: none;
  }
  /* line 49, app/assets/stylesheets/shared/tbl_info.scss */
  #emuz_container table.tbl_info th, #emuz_container table.tbl_info td {
    display: block;
    width: 100%;
  }
  /* line 53, app/assets/stylesheets/shared/tbl_info.scss */
  #emuz_container table.tbl_info .tbl_pt2 td {
    text-align: left;
  }
  /* line 58, app/assets/stylesheets/shared/tbl_info.scss */
  #emuz_container .tbl_info.date {
    border: 1px solid #E5E5E5;
  }
  /* line 60, app/assets/stylesheets/shared/tbl_info.scss */
  #emuz_container .tbl_info.date tr {
    display: block;
    float: left;
    border: none;
    width: 100% !important;
  }
  /* line 67, app/assets/stylesheets/shared/tbl_info.scss */
  #emuz_container .tbl_info.date th, #emuz_container .tbl_info.date td {
    border-bottom: 1px dashed #CCC;
    border-right: none;
    border-left: none;
    border-top: none;
  }
  /* line 75, app/assets/stylesheets/shared/tbl_info.scss */
  #emuz_container .tbl_info.date tr td, #emuz_container .tbl_info.date tr th {
    border-left: none;
    display: block;
  }
  /* line 81, app/assets/stylesheets/shared/tbl_info.scss */
  #emuz_container .tbl_info.date td:last-child, #emuz_container .tbl_info.date th:last-child {
    border-bottom: none;
  }
  /* line 85, app/assets/stylesheets/shared/tbl_info.scss */
  #emuz_container .tbl_info.date thead {
    display: block;
    float: left;
    width: 40%;
  }
  /* line 90, app/assets/stylesheets/shared/tbl_info.scss */
  #emuz_container .tbl_info.date thead tr {
    width: 100%;
  }
  /* line 95, app/assets/stylesheets/shared/tbl_info.scss */
  #emuz_container .tbl_info.date tbody {
    display: block;
    float: left;
    width: 60%;
  }
  /* line 100, app/assets/stylesheets/shared/tbl_info.scss */
  #emuz_container .tbl_info.date tbody tr {
    width: 50%;
  }
  /* line 105, app/assets/stylesheets/shared/tbl_info.scss */
  #emuz_container .tbl_info.date tr td + td {
    border-left: none;
  }
  /* line 109, app/assets/stylesheets/shared/tbl_info.scss */
  #emuz_container .tbl_info.date tbody th:last-child {
    border-bottom: none;
  }
  /* line 113, app/assets/stylesheets/shared/tbl_info.scss */
  #emuz_container .tbl_info.date td, #emuz_container .tbl_info.date th {
    text-align: left;
  }
}
/*tbl_scrollx*/
/* line 3, app/assets/stylesheets/shared/tbl_scrollx.scss */
table.tbl_scrollx {
  /* border: solid 1px #000; */
  width: 100%;
}

/* line 9, app/assets/stylesheets/shared/tbl_scrollx.scss */
table.tbl_scrollx tr th, table.tbl_scrollx tr td {
  vertical-align: middle;
}

/* line 14, app/assets/stylesheets/shared/tbl_scrollx.scss */
table.tbl_scrollx tr th {
  color: #FFF;
  border: solid 1px #4b73a3;
  background: #2f5683;
  background-image: linear-gradient(transparent 95%, rgba(0, 0, 0, 0.06) 50%, rgba(0, 0, 0, 0.06)), linear-gradient(90deg, transparent 95%, rgba(0, 0, 0, 0.06) 50%, rgba(0, 0, 0, 0.06));
  background-size: 16px 16px;
  background-repeat: repeat;
}

/* line 25, app/assets/stylesheets/shared/tbl_scrollx.scss */
table.tbl_scrollx a {
  color: #2F5683;
}

/* line 29, app/assets/stylesheets/shared/tbl_scrollx.scss */
table.tbl_scrollx a.btn_pt6 {
  color: #FFFFFF;
}

/* line 33, app/assets/stylesheets/shared/tbl_scrollx.scss */
table.tbl_scrollx a.choice_btn {
  text-decoration: none;
  font-weight: 600;
  display: block;
  background: #C9F3FF;
  border-radius: .3rem;
  margin-bottom: .8rem;
  padding: .6rem;
}

/* line 42, app/assets/stylesheets/shared/tbl_scrollx.scss */
table.tbl_scrollx a.choice_btn:last-child {
  margin-bottom: 0;
}

/* line 46, app/assets/stylesheets/shared/tbl_scrollx.scss */
table.tbl_scrollx a.choice_btn:hover {
  background: #FCFFBC;
}

/* line 52, app/assets/stylesheets/shared/tbl_scrollx.scss */
table.tbl_scrollx.row_1 tr:nth-child(odd) td {
  background: #FFFEDF;
}

/* line 55, app/assets/stylesheets/shared/tbl_scrollx.scss */
table.tbl_scrollx.row_2 tr:nth-child(4n+3) td, table.tbl_scrollx.row_2 tr:nth-child(4n+4) td {
  background: #FFFEDF;
}

/* line 59, app/assets/stylesheets/shared/tbl_scrollx.scss */
table.tbl_scrollx.row_3 tr:nth-child(6n+1) td, table.tbl_scrollx.row_3 tr:nth-child(6n+2) td, table.tbl_scrollx.row_3 tr:nth-child(6n+3) td {
  background: #FFFEDF;
}

@media screen and (max-width: 640px) {
  /* line 68, app/assets/stylesheets/shared/tbl_scrollx.scss */
  #emuz_container .tbl_scrollx {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
/* Standard */
/* line 4, app/assets/stylesheets/shared/tbl_w_control.scss */
.tbl_std {
  width: 100%;
}

/* Control */
/* line 9, app/assets/stylesheets/shared/tbl_w_control.scss */
.tbl_w_control {
  width: auto;
  margin: 0 auto 2rem;
}

/* line 14, app/assets/stylesheets/shared/tbl_w_control.scss */
.tbl_w_control caption {
  color: #FFF;
  position: relative;
  padding: .5rem 1rem;
  background: #4F90DB;
}

/* line 20, app/assets/stylesheets/shared/tbl_w_control.scss */
.tbl_w_control caption a {
  position: absolute;
  right: .5rem;
}

/* line 26, app/assets/stylesheets/shared/tbl_w_control.scss */
.tbl_w_control tr:nth-child(odd) {
  background: #F6F6F6;
}

/* line 30, app/assets/stylesheets/shared/tbl_w_control.scss */
.tbl_w_control:last-child {
  margin-bottom: 0;
}

/* line 34, app/assets/stylesheets/shared/tbl_w_control.scss */
.tbl_w_control i {
  margin-left: .5rem;
}

/* line 38, app/assets/stylesheets/shared/tbl_w_control.scss */
.tbl_w_control .btn i {
  margin: 0;
}

/* line 43, app/assets/stylesheets/shared/tbl_w_control.scss */
.remodal .tbl_w_control {
  margin-bottom: 2rem;
}

/* line 47, app/assets/stylesheets/shared/tbl_w_control.scss */
.remodal .tbl_w_control th {
  width: 150px;
}

@media screen and (min-width: 640px) {
  /* line 53, app/assets/stylesheets/shared/tbl_w_control.scss */
  .tbl_std, .tbl_w_control {
    min-width: 40rem;
  }
  /* line 56, app/assets/stylesheets/shared/tbl_w_control.scss */
  .remodal .tbl_w_control th.w_count_3 {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  /* line 62, app/assets/stylesheets/shared/tbl_w_control.scss */
  .tbl_std, .tbl_w_control {
    width: 100%;
  }
  /* line 66, app/assets/stylesheets/shared/tbl_w_control.scss */
  .tbl_std .thead,
.tbl_w_control .thead {
    display: none;
  }
  /* line 71, app/assets/stylesheets/shared/tbl_w_control.scss */
  .tbl_std tr,
.tbl_w_control tr {
    width: 100%;
  }
  /* line 76, app/assets/stylesheets/shared/tbl_w_control.scss */
  .tbl_std th,
.tbl_w_control th {
    display: block;
  }
  /* line 81, app/assets/stylesheets/shared/tbl_w_control.scss */
  .tbl_std td,
.tbl_w_control td {
    display: block;
    text-align: left;
    width: 100%;
    border-top: 0;
    border-bottom: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
  }
  /* line 92, app/assets/stylesheets/shared/tbl_w_control.scss */
  .tbl_std td:first-child {
    background: #4F90DB;
    color: #fff;
    text-align: center;
    border: 0;
  }
  /* line 99, app/assets/stylesheets/shared/tbl_w_control.scss */
  .tbl_w_control td:first-child {
    background: auto;
  }
  /* line 103, app/assets/stylesheets/shared/tbl_w_control.scss */
  .tbl_std td:before,
.tbl_w_control td:before {
    text-align: left;
    color: #4F90DB;
    content: attr(data-label);
    float: left;
    width: 9rem;
  }
  /* line 113, app/assets/stylesheets/shared/tbl_w_control.scss */
  table.tbl_std.t_center td, table.tbl_w_control.t_center td {
    text-align: left;
  }
  /* line 119, app/assets/stylesheets/shared/tbl_w_control.scss */
  .remodal .tbl_w_control th {
    width: 100% !important;
  }
}
/* width_size
---------------------------------------------------------------------------- */
/* line 4, app/assets/stylesheets/shared/width_size.scss */
.w_3rem,
#emuz_container .w_3rem {
  width: 3rem !important;
}

/* line 9, app/assets/stylesheets/shared/width_size.scss */
.w_20rem,
#emuz_container .w_20rem {
  width: 20rem !important;
}

/* line 14, app/assets/stylesheets/shared/width_size.scss */
.w_10rem {
  width: 10rem !important;
}

/* line 18, app/assets/stylesheets/shared/width_size.scss */
.w_100per,
table.w_100per,
input.w_100per {
  width: 100%;
}

/* line 23, app/assets/stylesheets/shared/width_size.scss */
.w_49per,
input.w_49per {
  width: 49%;
}

/* line 28, app/assets/stylesheets/shared/width_size.scss */
.w_auto {
  width: auto !important;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  /* line 34, app/assets/stylesheets/shared/width_size.scss */
  .w_20rem,
#emuz_container .w_20rem {
    width: 100% !important;
  }
}
/*



 */
/* line 1, node_modules/noty/lib/noty.css */
.noty_layout_mixin, #noty_layout__top, #noty_layout__topLeft, #noty_layout__topCenter, #noty_layout__topRight, #noty_layout__bottom, #noty_layout__bottomLeft, #noty_layout__bottomCenter, #noty_layout__bottomRight, #noty_layout__center, #noty_layout__centerLeft, #noty_layout__centerRight {
  position: fixed;
  margin: 0;
  padding: 0;
  z-index: 9999999;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  filter: blur(0);
  -webkit-filter: blur(0);
  max-width: 90%;
}

/* line 15, node_modules/noty/lib/noty.css */
#noty_layout__top {
  top: 0;
  left: 5%;
  width: 90%;
}

/* line 20, node_modules/noty/lib/noty.css */
#noty_layout__topLeft {
  top: 20px;
  left: 20px;
  width: 325px;
}

/* line 25, node_modules/noty/lib/noty.css */
#noty_layout__topCenter {
  top: 5%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
  transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

/* line 32, node_modules/noty/lib/noty.css */
#noty_layout__topRight {
  top: 20px;
  right: 20px;
  width: 325px;
}

/* line 37, node_modules/noty/lib/noty.css */
#noty_layout__bottom {
  bottom: 0;
  left: 5%;
  width: 90%;
}

/* line 42, node_modules/noty/lib/noty.css */
#noty_layout__bottomLeft {
  bottom: 20px;
  left: 20px;
  width: 325px;
}

/* line 47, node_modules/noty/lib/noty.css */
#noty_layout__bottomCenter {
  bottom: 5%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
  transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

/* line 54, node_modules/noty/lib/noty.css */
#noty_layout__bottomRight {
  bottom: 20px;
  right: 20px;
  width: 325px;
}

/* line 59, node_modules/noty/lib/noty.css */
#noty_layout__center {
  top: 50%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50% - .5px), -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
  transform: translate(calc(-50% - .5px), calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

/* line 66, node_modules/noty/lib/noty.css */
#noty_layout__centerLeft {
  top: 50%;
  left: 20px;
  width: 325px;
  -webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
  transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

/* line 73, node_modules/noty/lib/noty.css */
#noty_layout__centerRight {
  top: 50%;
  right: 20px;
  width: 325px;
  -webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
  transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

/* line 80, node_modules/noty/lib/noty.css */
.noty_progressbar {
  display: none;
}

/* line 83, node_modules/noty/lib/noty.css */
.noty_has_timeout.noty_has_progressbar .noty_progressbar {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #646464;
  opacity: 0.2;
  filter: alpha(opacity=10);
}

/* line 94, node_modules/noty/lib/noty.css */
.noty_bar {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(0, 0) translateZ(0) scale(1, 1);
  -ms-transform: translate(0, 0) scale(1, 1);
  transform: translate(0, 0) scale(1, 1);
  -webkit-font-smoothing: subpixel-antialiased;
  overflow: hidden;
}

/* line 102, node_modules/noty/lib/noty.css */
.noty_effects_open {
  opacity: 0;
  -webkit-transform: translate(50%);
  -ms-transform: translate(50%);
  transform: translate(50%);
  -webkit-animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

/* line 112, node_modules/noty/lib/noty.css */
.noty_effects_close {
  -webkit-animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

/* line 118, node_modules/noty/lib/noty.css */
.noty_fix_effects_height {
  -webkit-animation: noty_anim_height 75ms ease-out;
  animation: noty_anim_height 75ms ease-out;
}

/* line 122, node_modules/noty/lib/noty.css */
.noty_close_with_click {
  cursor: pointer;
}

/* line 125, node_modules/noty/lib/noty.css */
.noty_close_button {
  position: absolute;
  top: 2px;
  right: 2px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

/* line 140, node_modules/noty/lib/noty.css */
.noty_close_button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 143, node_modules/noty/lib/noty.css */
.noty_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 10000;
  opacity: .3;
  left: 0;
  top: 0;
}

/* line 153, node_modules/noty/lib/noty.css */
.noty_modal.noty_modal_open {
  opacity: 0;
  -webkit-animation: noty_modal_in .3s ease-out;
  animation: noty_modal_in .3s ease-out;
}

/* line 158, node_modules/noty/lib/noty.css */
.noty_modal.noty_modal_close {
  -webkit-animation: noty_modal_out .3s ease-out;
  animation: noty_modal_out .3s ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes noty_modal_in {
  100% {
    opacity: .3;
  }
}

@keyframes noty_modal_in {
  100% {
    opacity: .3;
  }
}

@-webkit-keyframes noty_modal_out {
  100% {
    opacity: 0;
  }
}

@keyframes noty_modal_out {
  100% {
    opacity: 0;
  }
}

@keyframes noty_modal_out {
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes noty_anim_in {
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }
}

@keyframes noty_anim_in {
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }
}

@-webkit-keyframes noty_anim_out {
  100% {
    -webkit-transform: translate(50%);
    transform: translate(50%);
    opacity: 0;
  }
}

@keyframes noty_anim_out {
  100% {
    -webkit-transform: translate(50%);
    transform: translate(50%);
    opacity: 0;
  }
}

@-webkit-keyframes noty_anim_height {
  100% {
    height: 0;
  }
}

@keyframes noty_anim_height {
  100% {
    height: 0;
  }
}

/*# sourceMappingURL=noty.css.map*/
/* line 1, node_modules/noty/lib/themes/sunset.css */
.noty_theme__sunset.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative;
}

/* line 6, node_modules/noty/lib/themes/sunset.css */
.noty_theme__sunset.noty_bar .noty_body {
  padding: 10px;
  font-size: 14px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

/* line 10, node_modules/noty/lib/themes/sunset.css */
.noty_theme__sunset.noty_bar .noty_buttons {
  padding: 10px;
}

/* line 13, node_modules/noty/lib/themes/sunset.css */
.noty_theme__sunset.noty_type__alert,
.noty_theme__sunset.noty_type__notification {
  background-color: #073B4C;
  color: #fff;
}

/* line 17, node_modules/noty/lib/themes/sunset.css */
.noty_theme__sunset.noty_type__alert .noty_progressbar,
.noty_theme__sunset.noty_type__notification .noty_progressbar {
  background-color: #fff;
}

/* line 21, node_modules/noty/lib/themes/sunset.css */
.noty_theme__sunset.noty_type__warning {
  background-color: #FFD166;
  color: #fff;
}

/* line 25, node_modules/noty/lib/themes/sunset.css */
.noty_theme__sunset.noty_type__error {
  background-color: #EF476F;
  color: #fff;
}

/* line 28, node_modules/noty/lib/themes/sunset.css */
.noty_theme__sunset.noty_type__error .noty_progressbar {
  opacity: .4;
}

/* line 31, node_modules/noty/lib/themes/sunset.css */
.noty_theme__sunset.noty_type__info,
.noty_theme__sunset.noty_type__information {
  background-color: #118AB2;
  color: #fff;
}

/* line 35, node_modules/noty/lib/themes/sunset.css */
.noty_theme__sunset.noty_type__info .noty_progressbar,
.noty_theme__sunset.noty_type__information .noty_progressbar {
  opacity: .6;
}

/* line 39, node_modules/noty/lib/themes/sunset.css */
.noty_theme__sunset.noty_type__success {
  background-color: #06D6A0;
  color: #fff;
}

/*# sourceMappingURL=master.css-505dfb1305a77782bb9126fa55fd17bcd963f3136a863d99281a598c7ddf1f18.map */
