@charset "UTF-8";
/* CSS Document */
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
/* CSS Document */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* = common
----------------------------------- */
html {
  font-size: 62.5%;
  background: #fff;
  height: 100%;
}
@media (max-width: 568px) {
  html {
    font-size: 50%;
  }
}

body {
  width: 100%;
  height: 100%;
  color: #333333;
  background: #fff;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none;
}

a {
  text-decoration: none;
  color: inherit;
  opacity: 1;
}
a:hover {
  text-decoration: none;
  color: inherit;
  opacity: 0.5;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin-bottom: 20px;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.disp_pc {
  display: block;
}
@media (max-width: 568px) {
  .disp_pc {
    display: none;
  }
}

.disp_sp {
  display: none;
}
@media (max-width: 568px) {
  .disp_sp {
    display: block;
  }
}

.container {
  width: 1000px;
  padding-left: 0;
  padding-right: 0;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  display: none;
}

::-webkit-scrollbar-track {
  background: #fafafa;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 5px;
}

::placeholder {
  color: #999;
}

/* = #header
-------------------------------------------- */
#header {
  background: #f8f8f4;
  position: fixed;
  left: 0;
  top: 0;
  width: 248px;
  height: 100%;
  z-index: 10;
}
#header .logo a {
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/common/logo_pb_s.svg") no-repeat center top;
  display: block;
  width: 132px;
  height: 87px;
  margin: 60px auto 80px;
}
#header .hamburger {
  display: block;
  position: absolute;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/common/menu.svg") no-repeat center top;
  display: block;
  width: 24px;
  height: 24px;
  top: 13px;
  right: 13px;
}

/* = .gnav
-------------------------------------------- */
#gnav {
  width: 100%;
  position: absolute;
  top: 183px;
  left: 0px;
  font-size: 15px;
}

.nav ul {
  padding: 5px 0px;
  border-bottom: 1px #ccc solid;
}
.nav ul li {
  position: relative;
  top: 0px;
  left: 20px;
  width: 100%;
  border-left: 6px transparent solid;
}
.nav ul li.active {
  background: url("../img/common/bg_gnav_hover.svg") no-repeat right center;
  background-size: cover;
  border-left: 6px #666 solid;
  filter: drop-shadow(0px 0px 5px rgba(153, 153, 153, 0.5));
}
.nav ul li a {
  display: block;
  padding: 13px 0px;
  background: url("../img/common/ico_project.svg") no-repeat left 10px center;
  background-size: 27px;
  padding-left: 47px;
}
.nav ul li.dashboard a {
  background: url("../img/common/ico_dashboard.svg") no-repeat left 10px center;
}
.nav ul li.add_case a {
  background: url("../img/common/ico_add_case.svg") no-repeat left 10px center;
}
.nav ul li.report a {
  background: url("../img/common/ico_report.svg") no-repeat left 10px center;
}
.nav ul li.setting a {
  background: url("../img/common/ico_config.svg") no-repeat left 10px center;
}
.nav ul li.favorite a {
  background: url("../img/common/ico_favorite.svg") no-repeat left 10px center;
  position: relative;
}
.nav ul li.favorite a:after {
  width: 10px;
  height: 10px;
  display: block;
  background: url("../img/common/ico_toggle_arrow.svg?a") no-repeat center center;
  background-size: 100%;
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.nav ul li.addmember a {
  background: url("../img/common/ico_addmember.svg") no-repeat left 10px center;
  position: relative;
}
.nav ul li.addmember a:after {
  width: 10px;
  height: 10px;
  display: block;
  background: url("../img/common/ico_toggle_plus.svg") no-repeat center center;
  background-size: 100%;
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.nav ul li.contact a {
  background: url("../img/common/ico_contact.svg") no-repeat left 10px center;
}
.nav ul li.plan a {
  background: url("../img/common/ico_other_plan.svg") no-repeat left 10px center;
}

.menu {
  padding-bottom: 15px !important;
}

.exnav li {
  position: relative;
  top: 0px;
  width: 100%;
  border-left: 6px transparent solid;
}
.exnav li a {
  display: block;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.bnav {
  width: 100%;
  border-top: 1px #ccc solid;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 0 10p;
}

/* = #main
-------------------------------------------- */
#main {
  padding: 0px 0 0px 247px;
  position: relative;
  height: 100%;
}
#main .hnav {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 0px 5px rgba(153, 153, 153, 0.5);
  height: 36px;
}
#main .hnav .breadcrumb ul {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
#main .hnav .breadcrumb ul li {
  height: 100%;
  display: inline-block;
  background: url("../img/common/bg_hnav_bc_separator.svg") no-repeat right center;
  padding: 0px 25px 0px 30px;
  font-size: 1.05rem;
}
#main .hnav .breadcrumb ul li a {
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
}
#main .hnav .breadcrumb ul li.parent_2nd {
  padding: 0px 23px 0px 10px;
}
#main .hnav .breadcrumb ul li.child {
  background: none;
  border-right: 1px #ccc solid;
  padding: 0px 15px 0px 10px;
}
#main .hnav .breadcrumb ul li.project_name {
  background: none;
  border-right: none;
  padding: 0px 6px 0px 10px;
  display: inline-block;
}
#main .hnav .breadcrumb ul li.project_avatar {
  background: none;
  border-right: none;
  padding: 0;
  display: inline-block;
}
#main .hnav .breadcrumb .avatar_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#main .hnav .breadcrumb .avatar_box .avatar {
  position: static;
  margin: 0 -3px;
}
#main .hnav .breadcrumb .avatar_box .avatar img {
  width: 28px;
  height: 28px;
  border: 1px #fff solid;
  border-radius: 100px;
}
#main .hnav .breadcrumb .avatar_box .avatar_plus {
  margin-left: 8px;
  font-size: 1.2rem;
}
#main .hnav .help {
  margin-right: 15px;
  cursor: pointer;
  width: 28px !important;
  height: 28px !important;
  position: absolute;
  top: 5px;
  right: 45px;
}
#main .hnav .help img {
  width: 100%;
  height: 100%;
}
#main .hnav .avatar_user {
  margin-right: 15px;
  cursor: pointer;
  width: 32px !important;
  height: 32px !important;
  position: relative;
}
#main .hnav .avatar_user img {
  width: 100%;
  height: 100%;
  border-radius: 100px;
}
#main .hnav .avatar_user .user_nav {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
}
#main .hnav .avatar_user .user_nav ul {
  margin-top: 32px;
  background: #fff;
  width: 150px;
  box-shadow: 0px 0px 5px rgba(153, 153, 153, 0.5);
}
#main .hnav .avatar_user .user_nav ul li {
  border-bottom: 1px #eee solid;
}
#main .hnav .avatar_user .user_nav ul li a,
#main .hnav .avatar_user .user_nav ul li input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  font-size: 12px;
}
#main .hnav .avatar_user .user_nav ul li a:hover,
#main .hnav .avatar_user .user_nav ul li input:hover {
  background: #00beca;
  color: #fff;
  opacity: 1;
}
#main .hnav .avatar_user:hover .user_nav {
  display: block;
}

/* = #footer
-------------------------------------------- */
#login {
  background: #f8f8f4;
  height: 100vh;
}
#login #header {
  display: none;
}
#login #main {
  padding: 0;
}
#login .wrapper {
  width: 1055px;
  height: 100vh;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin: auto;
}
#login .logo_area .logo {
  background-size: cover;
  margin: 0 auto;
  width: 438px;
  height: 120px;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/common/logo_pb.svg") no-repeat center top;
  display: block;
}
#login .login_area {
  width: 432px;
}
#login .login_area .login_box {
  background: #fff;
  box-shadow: 0px 0px 10px 2px rgba(153, 153, 153, 0.5);
  border-radius: 10px;
}
#login .login_area .login_box #login_header {
  text-align: center;
  font-size: 2.1rem;
  font-weight: bold;
  padding: 45px 50px 40px;
}
#login .login_area .login_box #login_main {
  padding: 0px 48px 32px;
  border-bottom: 1px #ccc solid;
}
#login .login_area .login_box #login_main .form_control {
  margin-bottom: 20px;
}
#login .login_area .login_box #login_main .form_control input[type=text],
#login .login_area .login_box #login_main .form_control input[type=email],
#login .login_area .login_box #login_main .form_control input[type=password] {
  font-size: 1.6rem;
  font-weight: 500;
  width: 100%;
  border: #cccccc 1px solid;
  border-radius: 15px;
}
#login .login_area .login_box #login_main .form_control input[type=text]:focus,
#login .login_area .login_box #login_main .form_control input[type=email]:focus,
#login .login_area .login_box #login_main .form_control input[type=password]:focus {
  box-shadow: 0 0 0 2px #00beca;
}
#login .login_area .login_box #login_main .form_email {
  position: relative;
}
#login .login_area .login_box #login_main .form_email:before {
  content: url("../img/login/ico_mail.svg");
  position: absolute;
  width: 30px;
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
}
#login .login_area .login_box #login_main .form_email input {
  padding: 12px 20px 12px 100px;
}
#login .login_area .login_box #login_main .form_password {
  position: relative;
}
#login .login_area .login_box #login_main .form_password:before {
  content: url("../img/login/ico_password.svg");
  position: absolute;
  width: 26px;
  top: 7px;
  left: 42px;
}
#login .login_area .login_box #login_main .form_password input {
  padding: 12px 80px 12px 100px;
}
#login .login_area .login_box #login_main .form_password .btn_login {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 40px;
  top: calc(50% - 10px);
  z-index: 2;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/login/ico_next.svg") no-repeat center top;
  display: block;
}
#login .login_area .login_box #login_main .form_password .btn_login a {
  display: block;
}
#login .login_area .login_box #login_main .form_password .btn_login.active {
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/login/ico_next_hover.svg") no-repeat center top;
  display: block;
}
#login .login_area .login_box #login_main .form_password .btn_visible {
  width: 16px;
  height: 15px;
  position: absolute;
  right: 15px;
  top: calc(50% - 7px);
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/login/ico_hidden_gy.svg") no-repeat center top;
  display: block;
}
#login .login_area .login_box #login_main .form_password .eye {
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  right: 15px;
  top: calc(50% - 9px);
  background: #fff url("../img/login/ico_hidden_gy.svg") no-repeat center center;
  background-size: 100%;
  cursor: pointer;
}
#login .login_area .login_box #login_main .form_password .eye.eye_show {
  background-image: url("../img/login/ico_show_gy.svg");
}
#login .login_area .login_box #login_main .form_password .eye.eye_show:hover {
  background-image: url("../img/login/ico_show.svg");
}
#login .login_area .login_box #login_main .form_password .eye.eye_hidden {
  background-image: url("../img/login/ico_hidden_gy.svg");
}
#login .login_area .login_box #login_main .form_password .eye.eye_hidden:hover {
  background-image: url("../img/login/ico_hidden.svg");
}
#login .login_area .login_box #login_main .link_to_reminder {
  display: block;
  text-align: right;
  color: #00beca;
  text-decoration: underline;
  font-size: 1.3rem;
}
#login .login_area .login_box #login_main .form_btns {
  margin-top: 32px;
}
#login .login_area .login_box #login_main .form_btns .form_btn {
  display: block;
  border: #cccccc 1px solid;
  border-radius: 15px;
  font-weight: 500;
  padding: 14px 40px 14px 100px;
  margin-bottom: 20px;
  font-size: 1.4rem;
}
#login .login_area .login_box #login_main .form_btns .form_btn:last-of-type {
  margin-bottom: 0px;
}
#login .login_area .login_box #login_main .form_facebook {
  position: relative;
  background: url("../img/login/ico_facebook.svg") no-repeat center left 40px;
  background-size: 30px;
}
#login .login_area .login_box #login_main .form_google {
  position: relative;
  background: url("../img/login/ico_google.svg") no-repeat center left 40px;
  background-size: 30px;
}
#login .login_area .login_box #login_footer a {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding: 23px 50px;
  border-radius: 0px 0px 10px 10px;
  border-top: 1px #ccc solid;
  color: #999;
  border: 2px solid transparent;
}
#login .login_area .login_box #login_footer a .comment {
  font-size: 1.5rem;
  line-height: 1.8;
}
#login .login_area .login_box #login_footer a .btn_to_new {
  width: 50px;
  height: 50px;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/login/ico_to_right.svg") no-repeat center top;
  display: block;
}
#login .login_area .login_box #login_footer a:hover {
  border: 2px solid #00beca;
  color: #00beca;
  opacity: 1;
}
#login .login_area .login_box #login_footer a:hover .btn_to_new {
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/login/ico_to_right_hover.svg") no-repeat center top;
  display: block;
}
#login .invalid-feedback {
  color: #ff0000;
  margin-bottom: 10px;
  font-weight: 100;
  display: block;
  font-size: 1.3rem;
  position: relative;
  padding-left: 30px;
}
#login .invalid-feedback:before {
  display: inline-block;
  width: 16px;
  height: 16px;
  content: url("../img/login/ico_caution.svg");
  position: absolute;
  left: 10px;
}

#entry {
  background: #f8f8f4;
  height: 100vh;
}
#entry #header {
  display: none;
}
#entry #main {
  padding: 0;
}
#entry .wrapper {
  width: 1055px;
  height: 100vh;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin: auto;
}
#entry .logo_area .logo {
  background-size: cover;
  margin: 0 auto;
  width: 438px;
  height: 120px;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/common/logo_pb.svg") no-repeat center top;
  display: block;
}
#entry .login_area {
  width: 432px;
}
#entry .login_area .login_box {
  background: #fff;
  box-shadow: 0px 0px 10px 2px rgba(153, 153, 153, 0.5);
  border-radius: 10px;
}
#entry .login_area .login_box #login_header {
  text-align: center;
  font-size: 2.1rem;
  font-weight: bold;
  padding: 45px 50px 40px;
}
#entry .login_area .login_box #login_main {
  padding: 0px 48px 32px;
  border-bottom: 1px #ccc solid;
}
#entry .login_area .login_box #login_main .link_to_terms_of_service,
#entry .login_area .login_box #login_main .link_to_privacy_policy {
  display: inline-block;
  text-align: right;
  color: #00beca;
  text-decoration: underline;
}
#entry .login_area .login_box #login_main .form_control {
  margin-bottom: 20px;
}
#entry .login_area .login_box #login_main .form_control input[type=text],
#entry .login_area .login_box #login_main .form_control input[type=email],
#entry .login_area .login_box #login_main .form_control input[type=password] {
  font-size: 1.6rem;
  font-weight: 500;
  width: 100%;
  border: #cccccc 1px solid;
  border-radius: 15px;
}
#entry .login_area .login_box #login_main .form_control input[type=text]:focus,
#entry .login_area .login_box #login_main .form_control input[type=email]:focus,
#entry .login_area .login_box #login_main .form_control input[type=password]:focus {
  box-shadow: 0 0 0 2px #00beca;
}
#entry .login_area .login_box #login_main .form_email {
  position: relative;
}
#entry .login_area .login_box #login_main .form_email:before {
  content: url("../img/login/ico_mail.svg");
  position: absolute;
  width: 30px;
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
}
#entry .login_area .login_box #login_main .form_email input {
  padding: 12px 20px 12px 100px;
}
#entry .login_area .login_box #login_main .form_password {
  position: relative;
  background: url("../img/login/ico_password.svg") no-repeat center left 42px;
  background-size: 26px;
}
#entry .login_area .login_box #login_main .form_password .btn_login {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 40px;
  top: calc(50% - 10px);
  z-index: 2;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/login/ico_next.svg") no-repeat center top;
  display: block;
}
#entry .login_area .login_box #login_main .form_password .btn_login a {
  display: block;
}
#entry .login_area .login_box #login_main .form_password .btn_login.active {
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/login/ico_next_hover.svg") no-repeat center top;
  display: block;
}
#entry .login_area .login_box #login_main .form_password .btn_visible {
  width: 16px;
  height: 15px;
  position: absolute;
  right: 15px;
  top: calc(50% - 7px);
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/login/ico_hidden_gy.svg") no-repeat center top;
  display: block;
}
#entry .login_area .login_box #login_main .link_to_reminder {
  display: block;
  text-align: right;
  color: #00beca;
  text-decoration: underline;
  font-size: 1.3rem;
}
#entry .login_area .login_box #login_main .form_btns {
  margin-top: 20px;
}
#entry .login_area .login_box #login_main .form_btns .form_btn {
  display: block;
  border: #cccccc 1px solid;
  border-radius: 15px;
  font-weight: 500;
  padding: 14px 40px 14px 100px;
  margin-bottom: 20px;
  font-size: 1.6rem;
}
#entry .login_area .login_box #login_main .form_facebook {
  position: relative;
  background: url("../img/login/ico_facebook.svg") no-repeat center left 40px;
  background-size: 30px;
}
#entry .login_area .login_box #login_main .form_google {
  position: relative;
  background: url("../img/login/ico_google.svg") no-repeat center left 40px;
  background-size: 30px;
}
#entry .login_area .login_box #login_main .select_language {
  display: block;
  border: #cccccc 1px solid;
  border-radius: 6px;
  font-weight: 400;
  padding: 7px 10px 7px 15px;
  margin-left: 240px;
}
#entry .login_area .login_box .btn_register {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: calc(50% - 10px);
  z-index: 2;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/login/ico_next.svg") no-repeat center top;
  display: block;
}
#entry .login_area .login_box .btn_register a {
  display: block;
}
#entry .login_area .login_box .btn_register.active {
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/login/ico_next_hover.svg") no-repeat center top;
  display: block;
}
#entry .login_area .login_box #login_footer a {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding: 30px 50px;
  border-radius: 0px 0px 10px 10px;
  border-top: 1px #ccc solid;
  color: #999;
  border: 2px solid transparent;
}
#entry .login_area .login_box #login_footer a .comment {
  font-size: 1.5rem;
  line-height: 1.8;
}
#entry .login_area .login_box #login_footer a .btn_to_prev {
  width: 50px;
  height: 50px;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/login/ico_to_left.svg") no-repeat center top;
  display: block;
}
#entry .login_area .login_box #login_footer a:hover {
  border: 2px solid #00beca;
  color: #00beca;
  opacity: 1;
}
#entry .login_area .login_box #login_footer a:hover .btn_to_prev {
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/login/ico_to_left_hover.svg") no-repeat center top;
  display: block;
}
#entry .notes {
  line-height: 1.8;
  font-size: 1.3rem;
}
#entry .invalid-feedback {
  color: #ff0000;
  margin-bottom: 10px;
  font-weight: 100;
  display: block;
  font-size: 1.3rem;
  position: relative;
  padding-left: 30px;
}
#entry .invalid-feedback:before {
  display: inline-block;
  width: 16px;
  height: 16px;
  content: url("../img/login/ico_caution.svg");
  position: absolute;
  left: 10px;
}

#emailverify {
  background: #f8f8f4;
  height: 100vh;
  /* = ここから上は、entry.scss と同じなので原則触らない
  ----------------------------------------------------------------- */
}
#emailverify #header {
  display: none;
}
#emailverify #main {
  padding: 0;
}
#emailverify .wrapper {
  width: 1055px;
  height: 100vh;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin: auto;
}
#emailverify .logo_area .logo {
  background-size: cover;
  margin: 0 auto;
  width: 438px;
  height: 120px;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/common/logo_pb.svg") no-repeat center top;
  display: block;
}
#emailverify .login_area {
  width: 432px;
}
#emailverify .login_area .login_box {
  background: #fff;
  box-shadow: 0px 0px 10px 2px rgba(153, 153, 153, 0.5);
  border-radius: 10px;
}
#emailverify .login_area .login_box #login_header {
  text-align: center;
  font-size: 2.1rem;
  font-weight: bold;
  padding: 45px 50px 40px;
}
#emailverify .login_area .login_box #login_main {
  padding: 0px 48px 32px;
  border-bottom: 1px #ccc solid;
}
#emailverify .login_area .login_box #login_main .link_to_terms_of_service,
#emailverify .login_area .login_box #login_main .link_to_privacy_policy {
  display: inline-block;
  text-align: right;
  color: #00beca;
  text-decoration: underline;
}
#emailverify .login_area .login_box #login_main .form_control {
  margin-bottom: 20px;
}
#emailverify .login_area .login_box #login_main .form_control input[type=text],
#emailverify .login_area .login_box #login_main .form_control input[type=email],
#emailverify .login_area .login_box #login_main .form_control input[type=password] {
  font-size: 1.6rem;
  font-weight: 500;
  width: 100%;
  border: #cccccc 1px solid;
  border-radius: 15px;
}
#emailverify .login_area .login_box #login_main .form_control input[type=text]:focus,
#emailverify .login_area .login_box #login_main .form_control input[type=email]:focus,
#emailverify .login_area .login_box #login_main .form_control input[type=password]:focus {
  outline: 2px solid #00beca;
  outline-offset: -2px;
}
#emailverify .login_area .login_box #login_main .form_email {
  position: relative;
}
#emailverify .login_area .login_box #login_main .form_email:before {
  content: url("../img/login/ico_mail.svg");
  position: absolute;
  width: 30px;
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
}
#emailverify .login_area .login_box #login_main .form_email input {
  padding: 12px 20px 12px 100px;
}
#emailverify .login_area .login_box #login_main .form_password {
  position: relative;
  background: url("../img/login/ico_password.svg") no-repeat center left 42px;
  background-size: 26px;
}
#emailverify .login_area .login_box #login_main .form_password .btn_login {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 40px;
  top: calc(50% - 10px);
  z-index: 2;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/login/ico_next.svg") no-repeat center top;
  display: block;
}
#emailverify .login_area .login_box #login_main .form_password .btn_login a {
  display: block;
}
#emailverify .login_area .login_box #login_main .form_password .btn_visible {
  width: 16px;
  height: 15px;
  position: absolute;
  right: 15px;
  top: calc(50% - 7px);
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/login/ico_hidden_gy.svg") no-repeat center top;
  display: block;
}
#emailverify .login_area .login_box #login_main .link_to_reminder {
  display: block;
  text-align: right;
  color: #00beca;
  text-decoration: underline;
  font-size: 1.3rem;
}
#emailverify .login_area .login_box #login_main .form_btns {
  margin-top: 40px;
}
#emailverify .login_area .login_box #login_main .form_btns .form_btn {
  display: block;
  border: #cccccc 1px solid;
  border-radius: 15px;
  font-weight: 500;
  padding: 14px 40px 14px 100px;
  margin-bottom: 20px;
  font-size: 1.6rem;
}
#emailverify .login_area .login_box #login_main .form_facebook {
  position: relative;
  background: url("../img/login/ico_facebook.svg") no-repeat center left 40px;
  background-size: 30px;
}
#emailverify .login_area .login_box #login_main .form_google {
  position: relative;
  background: url("../img/login/ico_google.svg") no-repeat center left 40px;
  background-size: 30px;
}
#emailverify .login_area .login_box #login_main .select_language {
  display: block;
  border: #cccccc 1px solid;
  border-radius: 6px;
  font-weight: 400;
  padding: 7px 10px 7px 15px;
  margin-left: 240px;
}
#emailverify .login_area .login_box .btn_register {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 40px;
  top: calc(50% - 10px);
  z-index: 2;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/login/ico_next.svg") no-repeat center top;
  display: block;
}
#emailverify .login_area .login_box .btn_register a {
  display: block;
}
#emailverify .login_area .login_box #login_footer a {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding: 30px 50px;
  border-radius: 0px 0px 10px 10px;
  border-top: 1px #ccc solid;
  color: #999;
  border: 2px solid transparent;
}
#emailverify .login_area .login_box #login_footer a .comment {
  font-size: 1.5rem;
  line-height: 1.8;
}
#emailverify .login_area .login_box #login_footer a .btn_to_prev {
  width: 50px;
  height: 50px;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/login/ico_to_left.svg") no-repeat center top;
  display: block;
}
#emailverify .login_area .login_box #login_footer a:hover {
  border: 2px solid #00beca;
  color: #00beca;
  opacity: 1;
}
#emailverify .login_area .login_box #login_footer a:hover .btn_to_prev {
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/login/ico_to_left_hover.svg") no-repeat center top;
  display: block;
}
#emailverify .modal-window {
  width: 580px;
  height: 570px;
}
#emailverify #modal_header {
  text-align: center;
  font-size: 2.1rem;
  font-weight: bold;
  padding: 25px 30px 40px;
}
#emailverify #modal_main {
  padding: 10px 76px;
}
#emailverify #modal_main p {
  font-size: 1.6rem;
  line-height: 1.5;
}
#emailverify #modal_main .notes {
  margin-bottom: 40px;
}
#emailverify .toke_area {
  margin-bottom: 45px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
#emailverify .toke_area .token {
  border: 2px #ccc solid;
  background: #f8f8f4;
  width: 21%;
  height: 127px;
  text-align: center;
  font-size: 5rem;
  color: #999;
  line-height: 1;
}
#emailverify .btn_area {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}
#emailverify .btn_resend {
  color: #00beca;
  text-decoration: underline;
  margin-right: 20px;
}
#emailverify .btn_verify {
  background: #00beca;
  border-radius: 100px;
  color: #fff;
  padding: 15px;
  width: 180px;
  display: block;
  text-align: center;
  font-size: 1.5rem;
}
#emailverify #modal_footer {
  margin-top: 0px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#emailverify #modal_footer .links {
  text-align: center;
}
#emailverify #modal_footer .links a {
  color: #00beca;
  text-decoration: underline;
}

#profile {
  background: #f8f8f4;
  height: 100vh;
}
#profile #header {
  display: none;
}
#profile #main {
  padding: 0;
}
#profile .wrapper {
  width: 1160px;
  height: 100vh;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin: auto;
}
#profile .logo_area .logo {
  background-size: cover;
  margin: 0 auto;
  width: 438px;
  height: 120px;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/common/logo_pb.svg") no-repeat center top;
  display: block;
}
#profile .login_area {
  width: 690px;
  height: 530px;
  position: relative;
}
#profile .login_area .login_box {
  background: #fff;
  box-shadow: 0px 0px 10px 2px rgba(153, 153, 153, 0.5);
  border-radius: 10px;
}
#profile .login_area .login_box #login_header {
  text-align: center;
  font-size: 2.1rem;
  font-weight: bold;
  padding: 45px 50px 40px;
}
#profile .login_area .login_box #login_main {
  padding: 0px 48px 32px;
  border-bottom: 1px #ccc solid;
}
#profile .login_area .login_box #login_main form .input_avatar {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
#profile .login_area .login_box #login_main form .input_avatar .input_area {
  width: 70%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
#profile .login_area .login_box #login_main form .input_avatar .input_area dt {
  width: 25%;
  font-weight: normal;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  margin-bottom: 15px;
  position: relative;
}
#profile .login_area .login_box #login_main form .input_avatar .input_area dt .requied::before {
  content: "*";
  position: absolute;
  left: -7px;
  top: 8px;
}
#profile .login_area .login_box #login_main form .input_avatar .input_area dt.self_introduction_title {
  padding-top: 9px;
  align-items: flex-start;
}
#profile .login_area .login_box #login_main form .input_avatar .input_area dd {
  width: 75%;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  margin-bottom: 15px;
  position: relative;
}
#profile .login_area .login_box #login_main form .input_avatar .input_area dd #self_introduction {
  resize: none;
}
#profile .login_area .login_box #login_main form .input_avatar .avatar_area {
  width: 25%;
}
#profile .login_area .login_box #login_main form .input_avatar .avatar_area .avatar_image {
  width: 120px;
  height: 120px;
  border-radius: 120px;
  overflow: hidden;
  margin: 0 auto 10px;
  background: url(/assets/user_data/avatar/monosashiman.svg) no-repeat center center;
  background-size: cover;
}
#profile .login_area .login_box #login_main form .input_avatar .avatar_area .avatar_image img {
  object-fit: cover;
}
#profile .login_area .login_box #login_main form .input_avatar .avatar_area .avatar_nav ul {
  line-height: 1.6;
}
#profile .login_area .login_box #login_main form .input_avatar .avatar_area .avatar_nav ul li {
  text-align: center;
  background: transparent;
  margin-bottom: 0px;
  text-align: center;
  padding: 5px;
}
#profile .login_area .login_box #login_main form .input_avatar .avatar_area .avatar_nav ul li a {
  color: #00beca;
  font-size: 1.5rem;
}
#profile .login_area .login_box #login_main form input[type=text],
#profile .login_area .login_box #login_main form input[type=email],
#profile .login_area .login_box #login_main form input[type=password],
#profile .login_area .login_box #login_main form textarea {
  padding: 7px 10px;
  font-size: 1.5rem;
  font-weight: normal;
  width: 100%;
  border: #cccccc 2px solid;
  border-radius: 10px;
}
#profile .login_area .login_box #login_main form input[type=text]:focus,
#profile .login_area .login_box #login_main form input[type=email]:focus,
#profile .login_area .login_box #login_main form input[type=password]:focus,
#profile .login_area .login_box #login_main form textarea:focus {
  border: 2px #00beca solid;
}
#profile .login_area .login_box #login_main form input[type=text]:disabled,
#profile .login_area .login_box #login_main form input[type=email]:disabled,
#profile .login_area .login_box #login_main form input[type=password]:disabled,
#profile .login_area .login_box #login_main form textarea:disabled {
  background: #eee;
  color: #999;
}
#profile .login_area .login_box .eye {
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  right: 10px;
  background: #fff url("../img/login/ico_hidden_gy.svg") no-repeat center center;
  background-size: 100%;
  cursor: pointer;
}
#profile .login_area .login_box .eye.eye_show {
  background-image: url("../img/login/ico_show_gy.svg");
}
#profile .login_area .login_box .eye.eye_show:hover {
  background-image: url("../img/login/ico_show.svg");
}
#profile .login_area .login_box .eye.eye_hidden {
  background-image: url("../img/login/ico_hidden_gy.svg");
}
#profile .login_area .login_box .eye.eye_hidden:hover {
  background-image: url("../img/login/ico_hidden.svg");
}
#profile .login_area .login_box .btn_area {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
  margin-top: 15px;
}
#profile .login_area .login_box .btn_cancel {
  color: #00beca;
  text-decoration: underline;
  margin-right: 20px;
}
#profile .login_area .login_box .btn_save {
  background: #00beca;
  border-radius: 100px;
  color: #fff;
  padding: 15px;
  width: 180px;
  display: block;
  text-align: center;
  font-size: 1.5rem;
}
#profile .modal_window_over {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 10px;
  display: none;
}
#profile .modal_window_over .modal_header {
  font-size: 2.1rem;
  font-weight: bold;
  text-align: left;
  padding: 25px 30px 20px;
}
#profile .modal_window_over .img-container {
  width: 70%;
  height: 350px;
  margin: 0 auto;
}
#profile .modal_window_over .img-container img {
  display: block;
  width: auto;
  height: 100%;
}
#profile .modal_window_over #inputImage {
  display: none;
}
#profile .modal_window_over #actions {
  position: absolute;
  right: 70px;
  bottom: 120px;
}
#profile .modal_window_over #actions .docs-buttons {
  display: flex;
  flex-flow: column;
  align-items: center;
  font-size: 1.8rem;
}
#profile .modal_window_over #actions .docs-buttons .ico_zoom {
  width: 24px;
  height: 24px;
}
#profile .modal_window_over #actions .docs-buttons button {
  margin-top: 10px;
  color: #999;
}
#profile .modal_window_over .btn_area {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
#profile .modal_window_over .btn_cancel {
  color: #00beca;
  text-decoration: underline;
  margin-right: 20px;
}
#profile .modal_window_over .btn_save_image {
  background: #00beca;
  border-radius: 100px;
  color: #fff;
  padding: 15px;
  width: 180px;
  display: block;
  text-align: center;
  font-size: 1.5rem;
}

/* = project common
-------------------------------------------------------- */
/* = project > index
-------------------------------------------------------- */
#project_index #main .container {
  width: 907px;
  padding-top: 110px;
  margin-left: 145px;
}
#project_index .project_head {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
#project_index .project_head .btn_add_project {
  color: #999;
  background: url("../img/project/ico_project_add.svg") no-repeat center left;
  padding: 4px 4px 4px 32px;
}
#project_index .project_head .btn_add_project:hover {
  color: #00beca;
  background-image: url("../img/project/ico_project_add_hover.svg");
  opacity: 1;
}
#project_index .project_head .btn_to_next {
  color: #fff;
  width: 141px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: #ccc url("../img/project/ico_arrow_r.svg") no-repeat center right 14px;
  background-size: 6px;
}
#project_index .project_head .btn_to_next.active {
  background: #00beca url("../img/project/ico_arrow_r.svg") no-repeat center right 14px;
  background-size: 6px;
  cursor: pointer;
}
#project_index .project_list {
  display: flex;
  flex-flow: column;
  overflow-y: scroll;
  padding: 10px 35px;
  margin: -10px -35px 0;
}
#project_index .project_list .item {
  display: flex;
  position: relative;
  margin-bottom: 32px;
}
#project_index .project_list .item .check_project {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
}
#project_index .project_list .item .item_body {
  box-shadow: 0px 0px 5px rgba(153, 153, 153, 0.5);
  border-radius: 15px;
  width: 100%;
  height: 110px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #fff;
}
#project_index .project_list .item .item_body.active, #project_index .project_list .item .item_body:active, #project_index .project_list .item .item_body:focus-within {
  box-shadow: 0 0 0 3px #00beca;
}
#project_index .project_list .item .item_body .step {
  width: 32px;
  height: 100%;
  writing-mode: vertical-rl;
  font-size: 1.15rem;
  justify-content: center;
  align-items: center;
  display: flex;
  background: #00beca;
  color: #fff;
  border-radius: 15px 0 0 15px;
}
#project_index .project_list .item .item_body .step.in_progress {
  background: #999;
}
#project_index .project_list .item .item_body .name {
  width: 376px;
  height: 60%;
  font-size: 2.2rem;
  padding: 0px 15px;
  border-right: 1px #999 solid;
  font-weight: bold;
  display: flex;
  align-items: center;
}
#project_index .project_list .item .item_body .name input {
  width: 100%;
}
#project_index .project_list .item .item_body .name .ico_favo {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 5px;
  cursor: pointer;
}
#project_index .project_list .item .item_body .name .ico_favo::after {
  content: url("../img/project/ico_favo_off.svg");
}
#project_index .project_list .item .item_body .name .ico_favo:hover::after, #project_index .project_list .item .item_body .name .ico_favo.is_favo::after {
  content: url("../img/project/ico_favo_on.svg");
}
#project_index .project_list .item .item_body .name .ico_favo_new {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 5px;
}
#project_index .project_list .item .item_body .name .ico_favo_new::after {
  content: url("../img/project/ico_favo_off.svg");
}
#project_index .project_list .item .item_body .last_modified {
  width: 243px;
  height: 60%;
  border-right: 1px #999 solid;
  padding: 0px 15px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  font-size: 1.4rem;
}
#project_index .project_list .item .item_body .last_modified .date {
  font-size: 2.2rem;
  margin-left: 20px;
}
#project_index .project_list .item .item_body .member {
  width: 30%;
  height: 60%;
  padding: 0px 28px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#project_index .project_list .item .item_body .member a.modal.avatar_add {
  display: flex;
  align-items: center;
}
#project_index .project_list .item .item_body .member .avatar {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-left: -5px;
}
#project_index .project_list .item .item_body .member .avatar img {
  width: 100%;
  height: 100%;
  border-radius: 100px;
  border: 2px #fff solid;
}
#project_index .project_list .item .item_body .member .avatar_plus {
  font-size: 1.5rem;
  margin-left: 5px;
}
#project_index .project_list .item .item_body .avatar_add_area {
  display: inline-block;
  margin-left: 5px;
  position: relative;
}
#project_index .project_list .item .item_body .avatar_add_area .avatar_add:hover {
  color: #00beca;
}
#project_index .project_list .item .ico_edit {
  position: absolute;
  top: 50px;
  left: -35px;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/project/ico_edit.svg") no-repeat center top;
  display: block;
  width: 15px;
  height: 15px;
  opacity: 0;
}
#project_index .project_list .item .ico_trash {
  position: absolute;
  top: 50px;
  right: -35px;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/project/ico_trash.svg") no-repeat center top;
  display: block;
  width: 15px;
  height: 15px;
  opacity: 0;
}
#project_index .project_list .item:hover .ico_trash {
  opacity: 1;
}
#project_index .project_list .item:not(.new):hover .ico_edit {
  opacity: 1;
}
#project_index .project_list .item .focus_hidden {
  width: 0px;
  height: 0px;
}
#project_index .modaal-container {
  border-radius: 10px;
}

.new,
.edit {
  position: relative;
  z-index: 30;
}

#click_base {
  position: fixed;
  background: #fff;
  opacity: 0.7;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 9;
}

/* = 運営者管理画面用
------------------------------ */
body.manager#project_index .project_list .item .item_body .name .ico_favo {
  pointer-events: none;
}

/* = project > step common
-------------------------------------------------------- */
.project_step .container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 1100px;
  margin-left: 24px;
}
.project_step .container .step {
  width: 241px;
  padding-top: 40px;
}
.project_step .container .step .inner {
  width: 140px;
  margin: 0 auto 30px;
}
.project_step .container .step h3 {
  font-size: 1.9rem;
  margin-bottom: 2.7rem;
  color: #666;
  font-weight: 500;
}
.project_step .container .step ol {
  margin-left: 15px;
  counter-reset: number 0;
  width: 97px;
}
.project_step .container .step ol li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 22px;
  counter-increment: number 1; /* number カウンタの増加数をセット */
  letter-spacing: 1px;
}
.project_step .container .step ol li:not(:last-child):before {
  content: "";
  border-left: 1px #ccc solid;
  position: absolute;
  top: 14px;
  left: 0;
  height: 30px;
}
.project_step .container .step ol li:after {
  content: "●";
  font-size: 1.4rem;
  color: #999;
  padding-right: 18px;
  margin-left: -7px;
  position: absolute;
  left: 0.5px;
  top: 2px;
}
.project_step .container .step ol li.active:after {
  content: counter(number, decimal-leading-zero) "";
  font-size: 1.4rem;
  color: #fff;
  padding: 5px;
  position: absolute;
  left: -9.5px;
  top: -7px;
  background: #666;
  border-radius: 100px;
  width: 33px;
  height: 33px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.project_step .container .step ol li.active a {
  color: #666;
  font-weight: bold;
}
.project_step .container .step ol li a {
  display: block;
  font-weight: bold;
  width: 100%;
  color: #999;
  text-align: justify;
  text-align-last: justify;
}
.project_step .container .step .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 141px;
  height: 44px;
  border-radius: 100px;
  margin-bottom: 6px;
}
.project_step .container .step .btn.btn_prev {
  background: #999 url(../img/project/ico_prev_w.svg) no-repeat left 15px center;
  background-size: 6px;
  color: #fff;
}
.project_step .container .step .btn.btn_next {
  background: #00beca url(../img/project/ico_next_w.svg) no-repeat right 15px center;
  background-size: 6px;
  color: #fff;
}
.project_step .container .step .btn.btn_next.disabled {
  background: #e5e5e5 url(../img/project/ico_next.svg) no-repeat right 15px center;
  background-size: 6px;
  color: #999;
  cursor: default;
}
.project_step .container .step_wrap {
  width: 822px;
  height: 100%;
  position: relative;
}
.project_step .container .step_wrap .step_title {
  padding-top: 40px;
  font-size: 1.8rem;
  padding-bottom: 10px;
  margin-bottom: 30px;
  overflow: hidden;
  font-weight: bold;
}
.project_step .container .step_wrap .step_title span {
  font-size: 1.8rem;
  background: #666;
  color: #fff;
  padding: 5px;
  border-radius: 100px;
  width: 34px;
  height: 34px;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
}
.project_step .container .step_wrap .step_title small {
  font-weight: normal;
  font-size: 1.2rem;
}
.project_step .container .step_wrap .step_title #progress {
  -webkit-appearance: none !important;
  vertical-align: unset;
  width: 85px !important;
  height: 15px !important;
  margin: 0 -10px 0 5px;
}
.project_step .container .step_wrap .step_title ::-webkit-progress-bar {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 5px;
}
.project_step .container .step_wrap .step_title ::-webkit-progress-value {
  background: #00BECA;
  border-radius: 5px;
}
.project_step .container .step_wrap .step_list {
  display: flex;
  flex-flow: row wrap;
}
.project_step .container .step_wrap .step_list li {
  margin-right: 15px;
  margin-bottom: 15px;
}
.project_step .container .step_wrap .step_box {
  display: flex;
  flex-flow: row wrap;
  align-content: baseline;
  overflow-y: scroll;
  padding: 10px 35px;
  margin: -10px -35px 0;
  position: relative;
}
.project_step .container .step_wrap .step_box li {
  position: relative;
  box-shadow: 0px 0px 10px 2px rgba(153, 153, 153, 0.5);
  border-radius: 10px;
  padding: 16px 20px;
  margin-right: 24px;
  margin-bottom: 25px;
}
.project_step .container .step_wrap .step_box li:nth-child(3n) {
  margin-right: 0;
}
.project_step .container .step_wrap .step_box li.add {
  box-shadow: none;
  position: relative;
  padding-top: 0px;
}
.project_step .container .step_wrap .step_box li .btn_add {
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/project/btn_add_gy.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.project_step .container .step_wrap .step_box h3.title {
  padding-bottom: 17px;
  margin-bottom: 15px;
  border-bottom: 1px solid #999;
  font-size: 1.2rem;
}
.project_step .container .step_wrap .step_box .text {
  display: flex;
  flex-flow: row nowrap;
  padding-bottom: 20px;
  font-size: 1.2rem;
}
.project_step .container .step_wrap .step_box .text::before {
  display: inline-block;
  content: "→";
}
.project_step .container .step_wrap .step_box .icon_box {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.project_step .container .step_wrap .step_box .icon_box .avatar_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.project_step .container .step_wrap .step_box .icon_box .avatar_box .avatar {
  position: static;
  margin: 0 1px;
}
.project_step .container .step_wrap .step_box .icon_box .avatar_box .avatar img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.project_step .container .step_wrap .step_box .icon_box .tool_box {
  display: flex;
  justify-content: flex-end;
}
.project_step .container .step_wrap .step_box .icon_box .tool_box .icon {
  position: static;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  width: 19px;
  height: 19px;
  margin: 0 4px;
}
.project_step .container .step_wrap .step_box .icon_box .tool_box .ico_edit {
  background: url(../img/project/ico_edit.svg) no-repeat center center;
  background-size: contain;
}
.project_step .container .step_wrap .step_box .icon_box .tool_box .ico_trash {
  background: url(../img/project/ico_trash.svg) no-repeat center center;
  background-size: contain;
}
.project_step .container .step_wrap .step_box .icon_box .tool_box .ico_confirm {
  background: url(../img/project/ico_confirm.svg) no-repeat center center;
  background-size: contain;
}
.project_step .container .step_wrap .step_box .icon_box .tool_box .ico_confirm_gy {
  background: url(../img/project/ico_confirm_gy.svg) no-repeat center center;
  background-size: contain;
}
.project_step .container .step_wrap .step_box .icon_box .tool_box .ico_confirm_gy {
  background: url(../img/project/ico_confirm_gy.svg) no-repeat center center;
  background-size: contain;
}
.project_step .container .step_wrap .step_box .icon_box .tool_box .ico_add_case {
  background: url(../img/project/ico_add_case.svg) no-repeat center center;
  background-size: contain;
}
.project_step .container .step_wrap .step_box .icon_box .tool_box .ico_add_case_gy {
  background: url(../img/project/ico_add_case_gy.svg) no-repeat center center;
  background-size: contain;
}
.project_step .container .step_wrap .step_box .icon_box .tool_box .ico_copy {
  background: url(../img/project/ico_copy.svg) no-repeat center center;
  background-size: contain;
}
.project_step .container .step_wrap .step_box .icon_box .tool_box .ico_alias {
  background: url(../img/project/ico_alias.svg) no-repeat center center;
  background-size: contain;
}
.project_step .container .step_wrap .sentence {
  padding: 20px 10px 10px;
  border-top: 1px #ccc solid;
  background: #fff;
  position: fixed;
  z-index: 1;
  right: 0;
  bottom: -300px;
  width: calc(100% - 530px);
  height: 335px;
}
.project_step .container .step_wrap .sentence:hover {
  background: #fafafa;
}
.project_step .container .step_wrap .sentence .btn_toggle {
  position: absolute;
  right: 15px;
  top: 10px;
  width: 100%;
  height: 15px;
  cursor: pointer;
}
.project_step .container .step_wrap .sentence .btn_toggle.close {
  background: url(../img/project/ico_close.svg) no-repeat center right;
  background-size: 12px;
}
.project_step .container .step_wrap .sentence .btn_toggle.open {
  background: url(../img/project/ico_open.svg) no-repeat center right;
  background-size: 12px;
}
.project_step .container .step_wrap .sentence .inner {
  width: calc(100% + 32px);
  overflow-x: scroll;
  padding: 20px 10px 10px 10px;
  margin: 0 0 0 -16px;
}
.project_step .container .step_wrap .sentence .sentence_box {
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
}
.project_step .container .step_wrap .sentence .sentence_box li {
  box-shadow: 0px 0px 10px 2px rgba(153, 153, 153, 0.5);
  border-radius: 10px;
  width: 257px;
  padding: 22px 28px;
  margin: 0px 15px 25px 0;
  flex-shrink: 0;
  background: #fff;
}
.project_step .container .step_wrap .sentence .sentence_box li:last-child {
  margin-right: 0;
}
.project_step .container .step_wrap .sentence .sentence_box li .name {
  font-size: 1.4rem;
  margin-bottom: 7.4px;
}
.project_step .container .step_wrap .sentence .sentence_box li .name span {
  font-size: 0.8rem;
  margin-left: 8px;
}
.project_step .container .step_wrap .sentence .sentence_box li .company {
  font-size: 1.05rem;
  margin-bottom: 19.9px;
}
.project_step .container .step_wrap .sentence .sentence_box li .text {
  font-size: 1.05rem;
  line-height: 1.7;
}
.project_step .container .hint_box {
  background-color: #ebf8f8;
  color: #666666;
  padding: 24px;
  margin: 0 auto;
  border-radius: 10px;
  position: relative;
  display: none;
}
.project_step .container .hint_box .title {
  font-size: 1.05rem;
  text-align: center;
  margin-bottom: 24px;
  font-weight: bold;
}
.project_step .container .hint_box .title:before {
  content: url(../img/project/ico_hint.svg);
  width: 1.4rem;
  height: 1.4rem;
  position: relative;
  top: 4px;
  margin-right: 5px;
}
.project_step .container .hint_box .text {
  font-size: 1.05rem;
  line-height: 1.7;
}
.project_step .container .hint_box .btn_close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.project_step .container .hint_button {
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/project/ico_hint_close.svg") no-repeat center top;
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
  margin: 0 auto;
  display: none;
}

/* モーダルウィンドウ */
.modal-window {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 640px;
  height: 570px;
  background: #ffffff;
  box-shadow: 0px 0px 10px 2px rgba(153, 153, 153, 0.5);
  border-radius: 10px;
  z-index: 11;
  padding: 2rem;
  color: #333333;
}
.modal-window h3.title {
  padding-bottom: 17px;
  margin-bottom: 15px;
  border-bottom: 1px solid #999;
}
.modal-window .target_btns {
  position: absolute;
  right: 33px;
  top: 20px;
}
.modal-window .target_btns .btn {
  border: 1px solid #cccccc;
  border-radius: 5px;
  font-size: 1rem;
  padding: 2px 15px;
  position: relative;
  font-weight: 500;
  margin-left: 5px;
  height: 20px;
}
.modal-window .target_btns .btn_second {
  background: #ffffff;
}
.modal-window .target_btns .btn_second:hover {
  color: #ffffff;
  background: #00beca;
  border: 1px solid #00beca;
  opacity: 1;
}
.modal-window .text {
  display: flex;
  flex-flow: row nowrap;
  padding-bottom: 20px;
}
.modal-window .text::before {
  display: inline-block;
  content: "→";
}
.modal-window h4 {
  font-size: 1.4rem;
  background: #f8f8f4;
  padding: 10px;
}
.modal-window .database_btns {
  position: absolute;
  right: 33px;
  top: 114px;
  font-size: 1.2rem;
}
.modal-window .database_btns .btn {
  border: 1px solid #cccccc;
  border-radius: 5px;
  font-size: 1rem;
  padding: 2px 15px;
  position: relative;
  font-weight: 500;
  margin-left: 5px;
  height: 20px;
}
.modal-window select {
  appearance: auto;
}
.modal-window ul {
  font-size: 1rem;
  line-height: 1.6;
}
.modal-window ul.index_database {
  font-size: 1.2rem;
}
.modal-window ul li {
  box-shadow: none;
  border-radius: unset;
  padding: 5px;
  margin-bottom: 0;
}
.modal-window ul li:nth-child(odd) {
  background: #f8f8f4;
}
.modal-window .index_database {
  height: 140px;
  overflow-x: scroll;
  margin-bottom: 30px;
}
.modal-window .index_database li {
  padding: 8px 5px 8px 18px;
}
.modal-window .index_database li:nth-child(even) {
  background: #f8f8f4;
}
.modal-window .index_database li:nth-child(odd) {
  background: #fff;
}
.modal-window .input_index_area {
  margin-bottom: 40px;
}
.modal-window .input_index_head {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.modal-window .input_index_head .col_index {
  font-size: 1.4rem;
  width: 288px;
  color: #666;
  padding: 10px;
}
.modal-window .input_index_head .col_goal {
  width: 90px;
  font-size: 1rem;
}
.modal-window .input_index_head .col_unit {
  width: 64px;
  font-size: 1rem;
}
.modal-window .input_index_head .col_cycle {
  font-size: 1rem;
}
.modal-window .input_index_head .edit_confirm {
  text-align: right;
  width: 110px;
}
.modal-window .input_index_head .edit_confirm .btn {
  border: 1px solid #cccccc;
  border-radius: 5px;
  font-size: 1rem;
  padding: 2px 15px;
  position: relative;
  font-weight: 500;
  margin-left: 5px;
  height: 20px;
}
.modal-window .input_index_head .edit_confirm .btn_first_step08,
.modal-window .input_index_head .edit_confirm .btn_second_step08 {
  background: #ffffff;
}
.modal-window .input_index_head .edit_confirm .btn_first_step08:hover,
.modal-window .input_index_head .edit_confirm .btn_second_step08:hover {
  color: #ffffff;
  background: #00beca;
  border: 1px solid #00beca;
  opacity: 1;
}
.modal-window .input_index {
  width: 100%;
  height: 140px;
  overflow-x: scroll;
}
.modal-window .input_index li {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.modal-window .input_index li div {
  padding: 0 7px;
  margin-right: 10px;
}
.modal-window .input_index li div:last-of-type {
  margin-right: 0px;
  padding: 0;
}
.modal-window .input_index li input {
  padding: 4px 2px 4px 4px;
  width: 100%;
}
.modal-window .input_index li input:focus, .modal-window .input_index li input.focus {
  outline: 1px #00beca solid;
  border-radius: 5px;
}
.modal-window .input_index li input::-webkit-calendar-picker-indicator {
  opacity: 0;
  width: 0;
}
.modal-window .input_index li .btn_plus {
  margin-left: 2px;
  font-size: 1.3rem;
  color: #666;
  padding: 0px 10px;
}
.modal-window .input_index li .btn_plus:hover {
  color: #00beca;
  opacity: 1;
}
.modal-window .input_index li textarea {
  padding: 4px 10px;
  width: 500px;
}
.modal-window .input_index li textarea:focus {
  border: 1px #00beca solid;
  border-radius: 5px;
  background-color: #fff;
}
.modal-window .input_index li .col_select label {
  position: relative;
}
.modal-window .input_index li .col_index {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.modal-window .input_index li .col_index .ico_edit {
  width: 16px;
  margin-right: 15px;
}
.modal-window .input_index li .col_index input {
  width: 235px;
  font-size: 1.2rem;
}
.modal-window .input_index li .col_goal {
  width: 120px;
}
.modal-window .input_index li .col_goal input {
  text-align: right;
}
.modal-window .input_index li .col_unit {
  width: 90px;
}
.modal-window .input_index li .col_unit input {
  text-align: right;
}
.modal-window .input_index li .col_cycle {
  width: 110px;
}
.modal-window .input_index li .col_cycle input {
  text-align: right;
}
.modal-window .input_index li .col_qua {
  width: 77px;
}
.modal-window .input_index li .col_qua input {
  text-align: center;
}
.modal-window .input_index li .col_del .ico_trash {
  width: 16px;
}
.modal-window .input_index .hide {
  display: none;
}
.modal-window .row_add {
  height: 32px;
}
.modal-window .row_add a {
  display: block;
  padding-left: 49px;
  width: 100%;
}
.modal-window table {
  font-size: 1rem;
  line-height: 1.6;
  margin-left: 5px;
  width: 100%;
}
.modal-window table tr {
  background: #ffffff;
}
.modal-window table tr:nth-child(even) {
  background: #f8f8f4;
}
.modal-window table th {
  color: #999999;
  padding: 5px;
  font-weight: normal;
  vertical-align: middle;
}
.modal-window table th strong {
  font-size: 1.4rem;
  font-weight: normal;
}
.modal-window table td {
  padding: 4px 5px;
}
.modal-window table td.col_edit {
  width: 5%;
}
.modal-window table td.col_index {
  width: 20%;
}
.modal-window table td.col_goal {
  width: 10%;
}
.modal-window table td.col_unit {
  width: 5%;
}
.modal-window table td.col_qua {
  width: 5%;
}
.modal-window table td input {
  padding: 4px;
}
.modal-window table td input:focus {
  outline: 1px #00beca solid;
  border-radius: 5px;
}
.modal-window .icon {
  position: static;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  width: 19px;
  height: 19px;
  margin: 0 4px;
}
.modal-window .ico_close {
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/project/ico_close.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  width: 10px;
  height: 10px;
  right: 20px;
  top: 10px;
  z-index: 2;
}
.modal-window .ico_close:active {
  background: url(../img/project/ico_open.svg) no-repeat center center;
  background-size: contain;
}
.modal-window .ico_edit {
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/project/ico_edit.svg) no-repeat center center;
  background-size: contain;
  display: block;
}
.modal-window .ico_trash {
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/project/ico_trash.svg) no-repeat center center;
  background-size: contain;
  display: block;
}
.modal-window .icon_box {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.modal-window .icon_box .avatar_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.modal-window .icon_box .avatar_box .avatar {
  position: static;
  margin: 0 1px;
}
.modal-window .icon_box .avatar_box .avatar img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.modal-window .title_memo {
  width: 500px;
}

/* 閉じるボタン */
.button-close {
  position: absolute;
  top: 20px;
  right: -25px;
  transform: translate(-50%, -50%);
  padding: 15px;
  border-radius: 20rem;
  cursor: pointer;
}

/* オーバーレイ */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10;
}

/* 表示領域外へはスクロールさせない */
.no_scroll {
  overflow: hidden;
}

.modaal-close {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.modaal-container {
  border-radius: 10px !important;
}

.modaal-content iframe {
  border-radius: 10px !important;
}

/* = modal: step08
----------------------------------- */
.other_cards {
  width: 55%;
  float: right;
  position: relative;
  margin-bottom: 15px;
}
.other_cards .btn_toggle {
  position: absolute;
  right: 15px;
  top: 0px;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.other_cards .btn_toggle.close {
  background: url(../img/project/ico_close.svg) no-repeat center right;
  background-size: 12px;
}
.other_cards .btn_toggle.open {
  background: url(../img/project/ico_open.svg) no-repeat center right;
  background-size: 12px;
}
.other_cards .title {
  font-size: 1.1rem;
  color: #666;
  text-align: right;
  margin-right: 50px;
}
.other_cards .child {
  font-size: 1.1rem;
  color: #999;
  position: absolute;
  top: 15px;
  right: 5px;
  background: #fff;
  padding: 10px;
  z-index: 5;
}
.other_cards .child > div {
  margin-bottom: 5px;
}

/* モーダルウィンドウのcss 終わり */
/* = context menu
------------------------------------------ */
.context_menu {
  background: #fff;
  position: absolute;
  box-shadow: 0px 0px 2px 2px rgba(153, 153, 153, 0.1);
  box-sizing: border-box;
  display: none;
  z-index: 20;
}
.context_menu > a {
  padding: 7px 20px;
  font-size: 10px;
  display: block;
  background-image: none;
  text-align: center;
}
.context_menu > a:hover {
  background: #00beca;
  background-image: none;
  color: #fff;
  opacity: 1;
}
.context_menu > a:not(:last-child) {
  border-bottom: 1px #eee solid;
}

/* = project > step > step01
-------------------------------------------------------- */
#step01.project .step_wrap {
  width: 822px;
}
#step01.project .step_wrap .step_title {
  border-bottom: 1px #cccccc solid;
}
#step01.project .step_wrap .step_list li {
  cursor: pointer;
  position: relative;
  width: 123px;
}
#step01.project .step_wrap .step_list li.active:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
}
#step01.project .step_wrap .step_list li.active:after {
  content: url(../img/project/ico_check.svg);
  width: 50px;
  height: 50px;
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  opacity: 1;
}
#step01.project .step_wrap .step_list li:nth-child(6n) {
  margin-right: 0;
}
#step01.project .step_wrap .step_list li .check_theme {
  position: absolute;
  z-index: -1;
}

/* = project > step > step02
-------------------------------------------------------- */
#step02.project #main {
  overflow-y: hidden;
}
#step02.project .container .step_wrap .step_title {
  border-bottom: 1px #cccccc solid;
}
#step02.project .container .step_wrap .step_box {
  padding-bottom: 60px;
}
#step02.project .container .step_wrap .step_box li {
  width: 258px;
}
#step02.project .container .step_wrap .step_box li.new, #step02.project .container .step_wrap .step_box li.edit {
  box-shadow: 0 0 0 3px #00beca;
}
#step02.project .container .step_wrap .step_box li input {
  width: 100%;
}
#step02.project .container .step_wrap .sentence .title {
  font-size: 1.4rem;
  position: absolute;
  top: 10px;
  left: 20px;
}
#step02.project .container .step_wrap .sentence .title.close {
  color: #00beca;
}
#step02.project .container .step_wrap .sentence .title.open {
  color: #333;
}
#step02.project .new,
#step02.project .edit {
  position: relative;
  z-index: 30;
}
#step02.project #click_base {
  position: fixed;
  background: #fff;
  opacity: 0.7;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 9;
}

/* = project > step > step03
-------------------------------------------------------- */
#step03.project #main {
  overflow-y: hidden;
}
#step03.project .container .step_wrap .step_title {
  border-bottom: 1px #cccccc solid;
}
#step03.project .container .step_wrap .step_title small {
  font-size: 1.2rem;
  margin-left: 20px;
  color: #666;
}
#step03.project .container .step_wrap .step_box li {
  width: 258px;
}
#step03.project .container .step_wrap .step_box li.new:focus-within, #step03.project .container .step_wrap .step_box li.edit:focus-within {
  box-shadow: 0 0 0 3px #00beca;
}
#step03.project .container .step_wrap .step_box li input {
  width: 100%;
}
#step03.project .container .step_wrap .sentence {
  overflow-y: hidden;
}
#step03.project .container .step_wrap .sentence .title {
  font-size: 1.4rem;
  position: absolute;
  top: 10px;
  left: 20px;
}
#step03.project .container .step_wrap .sentence .title.close {
  color: #00beca;
}
#step03.project .container .step_wrap .sentence .title.open {
  color: #333;
}
#step03.project .new,
#step03.project .edit {
  position: relative;
  z-index: 30;
}
#step03.project #click_base {
  position: fixed;
  background: #fff;
  opacity: 0.7;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 9;
}

/* = project > step > step03
-------------------------------------------------------- */
#step04.project {
  overflow-y: hidden;
  margin-bottom: 30px;
}
#step04.project .container .step_wrap .step_title {
  margin-bottom: 5px;
}
#step04.project .container .step_wrap .step_title small {
  font-size: 1.2rem;
  margin-left: 20px;
}
#step04.project .container .step_wrap .step_title i {
  font-style: normal;
}
#step04.project .container .step_wrap .target_index {
  display: flex;
  flex-flow: row wrap;
  box-shadow: none;
  border-bottom: 1px #cccccc solid;
  margin: 0 -10px;
}
#step04.project .container .step_wrap .target_index .title {
  width: 33.33333%;
  margin-bottom: 15px;
  text-align: center;
  border-right: 1px solid #cccccc;
}
#step04.project .container .step_wrap .target_index .title:nth-child(3) {
  margin-right: 0;
  border-right: none;
}
#step04.project .container .step_wrap .target_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding-top: 20px;
  height: 100%;
}
#step04.project .container .step_wrap .target_list .target {
  width: 34%;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 10px;
  margin: -10px;
}
#step04.project .container .step_wrap .target_list .target .step_box {
  position: static;
}
#step04.project .container .step_wrap .target_list .target .step_box li {
  width: 258px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  position: static;
}
#step04.project .container .step_wrap .target_list .target .step_box li.new, #step04.project .container .step_wrap .target_list .target .step_box li.edit {
  box-shadow: 0 0 0 3px #00beca;
}
#step04.project .container .step_wrap .target_list .target .step_box li.ui-sortable-handle:active {
  box-shadow: 0 0 0 3px #00beca;
}
#step04.project .container .step_wrap .target_list .target .step_box li .title input {
  width: 100%;
}
#step04.project .container .step_wrap .target_list .target .step_box li .text input {
  width: 100%;
}
#step04.project .container .step_wrap .sentence {
  padding: 20px 20px 10px;
}
#step04.project .container .step_wrap .sentence .btn_toggle {
  z-index: 5;
}
#step04.project .container .step_wrap .sentence > .title {
  font-size: 1.4rem;
  position: absolute;
  top: 10px;
  left: 20px;
}
#step04.project .container .step_wrap .sentence > .title.close {
  color: #00beca;
}
#step04.project .container .step_wrap .sentence > .title.open {
  color: #333;
}
#step04.project .container .step_wrap .sentence .step_box {
  height: calc(100% + 35px);
  padding: 15px 35px 10px 23px;
  position: static;
}
#step04.project .container .step_wrap .sentence .step_box li:not(.add) {
  width: 258px;
  min-height: 136px;
  background: #fff;
  position: relative;
  margin-right: 12px;
  margin-left: 12px;
}
#step04.project .container .step_wrap .sentence .step_box li:not(.add):not(.ui-state-disabled):active {
  cursor: move;
}
#step04.project .container .step_wrap .sentence .step_box li:not(.add).new, #step04.project .container .step_wrap .sentence .step_box li:not(.add).edit {
  z-index: 30;
}
#step04.project .container .step_wrap .sentence .step_box li:not(.add).new, #step04.project .container .step_wrap .sentence .step_box li:not(.add).edit {
  box-shadow: 0 0 0 3px #00beca;
}
#step04.project .container .step_wrap .sentence .step_box li:not(.add):active {
  box-shadow: 0 0 0 3px #00beca;
}
#step04.project .container .step_wrap .sentence .step_box li:not(.add) .title input {
  width: 100%;
}
#step04.project .container .step_wrap .sentence .step_box li:not(.add) .text input {
  width: 100%;
}
#step04.project .container .step_wrap .sentence .step_box .add {
  padding-top: 0px;
  color: #999999;
  width: 258px;
  min-height: 136px;
  margin-right: 12px;
  margin-left: 12px;
}
#step04.project .container .step_wrap .sentence .step_box .add .btn_add_with_text {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
#step04.project .container .step_wrap .sentence .step_box .add .btn_add_with_text:before {
  content: url(../img/project/btn_add_gy.svg);
  width: 32px;
  height: 32px;
  display: block;
  margin-bottom: 15px;
}
#step04.project .ph {
  box-shadow: none !important;
  background: #fafafa !important;
  opacity: 0.6;
}
#step04.project .dragging {
  opacity: 0.1;
}
#step04.project .enter {
  background: #c4ebee;
}
#step04.project .new,
#step04.project .edit {
  position: relative;
  z-index: 30;
}
#step04.project .new input,
#step04.project .edit input {
  width: 100%;
}
#step04.project #click_base {
  position: fixed;
  background: #fff;
  opacity: 0.7;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 9;
}
#step04.project div.dnd {
  margin: -16px -20px;
  padding: 16px 20px;
}
#step04.project div.dnd li {
  padding: 5px !important;
  box-shadow: none;
  border-radius: 5px !important;
  width: 218px !important;
  margin-top: 0px !important;
  margin-bottom: 4px !important;
}
#step04.project div.dnd li .title {
  padding-bottom: 0px;
  margin-bottom: 5px;
  border-bottom: none;
  font-size: 1rem;
  color: #999;
  margin-left: -8px;
}
#step04.project div.dnd li .title::before {
  content: "・";
}
#step04.project div.dnd li .text {
  font-size: 1rem;
  margin-bottom: 5px !important;
  color: #999;
  padding-bottom: 0px !important;
  margin-left: 2px;
}
#step04.project div.dnd li .icon_box {
  display: none;
}
#step04.project div.dnd li:first-of-type {
  margin-top: 10px !important;
}
#step04.project div.dnd li:hover {
  background: #eee !important;
}

/* = project > step > step03
-------------------------------------------------------- */
#step05.project {
  overflow-y: hidden;
  margin-bottom: 30px;
}
#step05.project .container .step_wrap .step_title {
  margin-bottom: 5px;
}
#step05.project .container .step_wrap .step_title small {
  font-size: 1.2rem;
  margin-left: 20px;
}
#step05.project .container .step_wrap .step_title i {
  font-style: normal;
}
#step05.project .container .step_wrap .target_index {
  display: flex;
  flex-flow: row wrap;
  box-shadow: none;
  border-bottom: 1px #cccccc solid;
  margin: 0 -10px;
}
#step05.project .container .step_wrap .target_index .title {
  width: 33.33333%;
  margin-bottom: 15px;
  text-align: center;
  border-right: 1px solid #cccccc;
}
#step05.project .container .step_wrap .target_index .title:nth-child(3) {
  margin-right: 0;
  border-right: none;
}
#step05.project .container .step_wrap .target_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding-top: 20px;
  height: 100%;
}
#step05.project .container .step_wrap .target_list .target {
  width: 34%;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 10px;
  margin: -10px;
}
#step05.project .container .step_wrap .target_list .target .step_box {
  flex-flow: column;
}
#step05.project .container .step_wrap .target_list .target .step_box li {
  width: 258px;
  margin-left: auto;
  margin-right: auto;
}
#step05.project .container .step_wrap .target_list .target .step_box li:active {
  box-shadow: 0 0 0 3px #00beca;
}
#step05.project .container .step_wrap .target_list .target .step_box li .measures {
  font-size: 1rem;
  margin-bottom: 20px;
}
#step05.project .container .step_wrap .target_list .target .step_box li .measures > div {
  margin-bottom: 5px;
}

/* = project > step > step03
-------------------------------------------------------- */
#step06.project .container .step_wrap .step_title small {
  font-size: 1.2rem;
  margin-left: 20px;
}
#step06.project .container .step_wrap .target_btns {
  position: absolute;
  right: 0px;
  top: 48px;
}
#step06.project .container .step_wrap .btn {
  border-radius: 5px;
  font-size: 1.2rem;
  padding: 5px 40px;
  position: relative;
  font-weight: 500;
  margin-left: 10px;
  background: #ccc;
}
#step06.project .container .step_wrap .btn span {
  position: absolute;
  top: -8px;
  right: -8px;
  min-width: 20px;
  height: 20px;
  border: 2px #00beca solid;
  border-radius: 100%;
  background: #fff;
  border: 2px #ccc solid;
  text-align: center;
  font-weight: 500;
  padding: 0 5px;
}
#step06.project .container .step_wrap .btn.active {
  background: #00beca;
  color: #ffffff;
}
#step06.project .container .step_wrap .btn.active span {
  color: #00beca;
  border: 2px #00beca solid;
}
#step06.project .container .step_wrap .measures {
  font-size: 1rem;
  line-height: 1.6;
  margin-left: 5px;
  margin-bottom: 15px;
}
#step06.project .container .step_wrap .measures li {
  box-shadow: none;
  border-radius: unset;
  width: 100%;
  padding: 0;
  margin-bottom: 0;
}
#step06.project .container .step_wrap .measures li:last-of-type {
  margin-bottom: 20px;
}
#step06.project .container .step_wrap .measures li span {
  float: right;
}
#step06.project .container .step_wrap .step_box.slick {
  margin: 0 0 60px 0;
  padding: 0px 0px;
}
#step06.project .container .step_wrap .step_box.slick li {
  box-shadow: none;
  margin-right: 0px;
  margin-bottom: 0px;
}
#step06.project .container .step_wrap .step_box.slick li .inner {
  margin: 0 60px;
  width: 258px;
  box-shadow: 0px 0px 10px 2px rgba(153, 153, 153, 0.5);
  border-radius: 10px;
  padding: 16px 20px;
}
#step06.project .container .step_wrap .step_box.slick li .inner * {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
#step06.project .container .step_wrap .step_box.slick li.slick-center .inner * {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
#step06.project .container .step_wrap .step_box.slick li .text {
  padding-bottom: 10px;
}
#step06.project .container .step_wrap .step_box.slick li .icon_box {
  margin-top: 10px;
}
#step06.project .container .step_wrap .slick-prev {
  z-index: 50;
  left: 188px;
  width: 20px;
  height: 40px;
  background: url(../img/project/ico_slick_prev.svg) no-repeat center center;
  background-size: cover;
}
#step06.project .container .step_wrap .slick-prev:before {
  display: none;
}
#step06.project .container .step_wrap .slick-next {
  z-index: 50;
  right: 188px;
  width: 20px;
  height: 40px;
  background: url(../img/project/ico_slick_next.svg) no-repeat center center;
  background-size: cover;
}
#step06.project .container .step_wrap .slick-next:before {
  display: none;
}
#step06.project .container .step_wrap .slick-disabled {
  cursor: default;
  opacity: 0.1;
}
#step06.project .container .step_wrap .sentence {
  background: #f8f8f4;
  border-radius: 15px;
  border-top: none;
  position: relative;
  bottom: auto;
  overflow: visible;
  width: 100%;
  height: auto;
  z-index: 60;
}
#step06.project .container .step_wrap .sentence .step_box {
  padding: 10px 10px;
  margin: -10px -10px 0;
  overflow-y: scroll;
}
#step06.project .container .step_wrap .sentence .step_box .ico_alias {
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/project/ico_alias.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  width: 19px;
  height: 19px;
  right: 20px;
  top: 20px;
}
#step06.project .container .step_wrap .sentence .step_box li {
  background: #ffffff;
  width: 258px;
  margin-right: 12px;
}
#step06.project .container .step_wrap .sentence .step_box li:nth-child(3n) {
  margin-right: 0px;
}
#step06.project .container .step_wrap .sentence .step_box li.active {
  box-shadow: 0 0 0 3px #00beca;
}
#step06.project .container .step_wrap .sentence .step_box li .icon_box .tool_box .ico_copy,
#step06.project .container .step_wrap .sentence .step_box li .icon_box .tool_box .ico_edit,
#step06.project .container .step_wrap .sentence .step_box li .icon_box .tool_box .ico_trash,
#step06.project .container .step_wrap .sentence .step_box li .icon_box .tool_box .ico_add_case {
  display: none;
}
#step06.project .container .step_wrap .sentence .step_box li:hover .icon_box .tool_box .ico_copy,
#step06.project .container .step_wrap .sentence .step_box li:hover .icon_box .tool_box .ico_edit,
#step06.project .container .step_wrap .sentence .step_box li:hover .icon_box .tool_box .ico_trash,
#step06.project .container .step_wrap .sentence .step_box li:hover .icon_box .tool_box .ico_add_case {
  display: inline-block;
}
#step06.project .container .step_wrap .sentence .step_box li.active .icon_box .tool_box .ico_add_case {
  display: inline-block !important;
  opacity: 1 !important;
}
#step06.project .container .step_wrap .sentence .step_box .add {
  background: #f8f8f4;
  min-height: 126px;
}
#step06.project .container .step_wrap .sentence .step_box .add .btn {
  background: #ffffff;
  color: #999999;
  border-radius: 5px;
  font-size: 1.2rem;
  padding: 5px 20px;
  position: absolute;
}
#step06.project .container .step_wrap .sentence .step_box .add .btn.active {
  background: #999999;
  color: #fff;
}
#step06.project .container .step_wrap .sentence .step_box .add .btn_add {
  top: 10px;
  overflow: visible;
  color: #999999;
  width: auto;
  height: auto;
  left: 50%;
  transform: translate(-50%, 0);
  background-position: top center;
  background-size: 30px;
  text-indent: 0%;
  padding-top: 40px;
}
#step06.project .container .step_wrap .sentence .step_box .add .btn_confirm {
  left: 50%;
  bottom: 10px;
  margin-left: 0 !important;
  transform: translate(-50%, 0);
  padding: 8px 20px;
}
#step06.project .container .step_wrap .sentence:before {
  content: "";
  position: absolute;
  top: -50px;
  left: calc(50% - 15px);
  border: 15px solid transparent;
  border-bottom: 15px solid #f8f8f4;
  transform: scaleY(3);
}
#step06.project .new,
#step06.project .edit {
  position: relative;
  z-index: 100;
  box-shadow: 0 0 0 3px #00beca;
}
#step06.project .new input,
#step06.project .edit input {
  width: 100%;
}
#step06.project #click_base {
  position: fixed;
  background: #fff;
  opacity: 0.7;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 99;
}
#step06.project .check_confirmed {
  position: absolute;
  z-index: -1;
}

.swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px !important;
  height: 300px !important;
}

/* = project > step > step03
-------------------------------------------------------- */
#step07.project {
  overflow-y: hidden;
}
#step07.project .container {
  /* モーダルウィンドウのcss */
  /* 開くボタン */
  /* モーダルウィンドウ */
  /* 閉じるボタン */
  /* オーバーレイ */
  /* 表示領域外へはスクロールさせない */
  /* モーダルウィンドウのcss 終わり */
}
#step07.project .container .step_wrap .step_title {
  border-bottom: 1px #cccccc solid;
}
#step07.project .container .step_wrap .step_title small {
  font-size: 1.2rem;
  margin-left: 20px;
}
#step07.project .container .step_wrap .step_title i {
  font-style: normal;
}
#step07.project .container .step_wrap .step_box {
  overflow-y: scroll;
  overflow-x: hidden;
  justify-content: flex-start;
}
#step07.project .container .step_wrap .step_box > li {
  width: 258px;
  margin-left: 8px;
  margin-right: 8px;
}
#step07.project .container .step_wrap .step_box > li:active {
  box-shadow: 0 0 0 3px #00beca;
}
#step07.project .container .step_wrap .measures {
  font-size: 1rem;
  margin-bottom: 20px;
}
#step07.project .container .step_wrap .measures > div {
  margin-bottom: 5px;
}
#step07.project .container .button-open {
  display: block;
  margin: -30px auto 30px;
  padding: 15px;
  background-color: #3140c9;
  color: #eaeaea;
  border-radius: 100px;
  cursor: pointer;
}
#step07.project .container .modal-window {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 640px;
  height: 570px;
  background: #ffffff;
  box-shadow: 0px 0px 10px 2px rgba(153, 153, 153, 0.5);
  border-radius: 10px;
  z-index: 11;
  padding: 2rem;
  color: #333333;
}
#step07.project .container .modal-window h3.title {
  padding-bottom: 17px;
  margin-bottom: 15px;
  border-bottom: 1px solid #999;
}
#step07.project .container .modal-window .target_btns {
  position: absolute;
  right: 33px;
  top: 20px;
}
#step07.project .container .modal-window .target_btns .btn {
  border: 1px solid #cccccc;
  border-radius: 5px;
  font-size: 1rem;
  padding: 2px 15px;
  position: relative;
  font-weight: 500;
  margin-left: 5px;
  height: 20px;
}
#step07.project .container .modal-window .target_btns .btn_first {
  display: none;
}
#step07.project .container .modal-window .target_btns .btn_second {
  background: #ffffff;
}
#step07.project .container .modal-window .target_btns .btn_second:hover {
  color: #ffffff;
  background: #00beca;
  border: 1px solid #00beca;
  opacity: 1;
}
#step07.project .container .modal-window .text {
  display: flex;
  flex-flow: row nowrap;
  padding-bottom: 20px;
}
#step07.project .container .modal-window .text::before {
  display: inline-block;
  content: "→";
}
#step07.project .container .modal-window h4 {
  font-size: 1.4rem;
  background: #f8f8f4;
  padding: 10px;
}
#step07.project .container .modal-window .database_btns {
  position: absolute;
  right: 33px;
  top: 114px;
  font-size: 1.2rem;
}
#step07.project .container .modal-window .database_btns .btn {
  border: 1px solid #cccccc;
  border-radius: 5px;
  font-size: 1rem;
  padding: 2px 15px;
  position: relative;
  font-weight: 500;
  margin-left: 5px;
  height: 20px;
  display: none;
}
#step07.project .container .modal-window select {
  appearance: auto;
}
#step07.project .container .modal-window ul {
  font-size: 1rem;
  line-height: 1.6;
}
#step07.project .container .modal-window ul.index_database {
  font-size: 1.2rem;
}
#step07.project .container .modal-window ul li {
  box-shadow: none;
  border-radius: unset;
  padding: 5px;
  margin-bottom: 0;
}
#step07.project .container .modal-window ul li:last-of-type {
  margin-bottom: 20px;
}
#step07.project .container .modal-window ul li:nth-child(even) {
  background: #f8f8f4;
}
#step07.project .container .modal-window .index_database {
  height: 140px;
  overflow-x: scroll;
  margin-bottom: 30px;
}
#step07.project .container .modal-window .index_database li {
  padding: 8px 5px 8px 18px;
}
#step07.project .container .modal-window .input_index {
  width: 100%;
  margin-bottom: 67px;
}
#step07.project .container .modal-window .input_index li {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
#step07.project .container .modal-window .input_index li div {
  padding: 0 10px;
  margin-right: 10px;
}
#step07.project .container .modal-window .input_index li div:last-of-type {
  margin-right: 0px;
  padding: 0;
}
#step07.project .container .modal-window .input_index li input {
  padding: 4px 2px 4px 4px;
  width: 100%;
}
#step07.project .container .modal-window .input_index li input:focus {
  outline: 1px #00beca solid;
  border-radius: 5px;
}
#step07.project .container .modal-window .input_index li input::-webkit-calendar-picker-indicator {
  opacity: 0;
  width: 0;
}
#step07.project .container .modal-window .input_index li .col_select label {
  position: relative;
}
#step07.project .container .modal-window .input_index li .col_select label::after {
  position: absolute;
  display: inline-block;
  content: "▼";
  color: #999999;
  right: -12px;
  top: 50%;
  transform: translate(0, -50%);
}
#step07.project .container .modal-window .input_index li .col_index {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
#step07.project .container .modal-window .input_index li .col_index .ico_edit {
  width: 16px;
  margin-right: 15px;
}
#step07.project .container .modal-window .input_index li .col_index input {
  width: 235px;
}
#step07.project .container .modal-window .input_index li .col_goal {
  width: 120px;
}
#step07.project .container .modal-window .input_index li .col_goal input {
  text-align: right;
}
#step07.project .container .modal-window .input_index li .col_unit {
  width: 90px;
}
#step07.project .container .modal-window .input_index li .col_unit input {
  text-align: right;
}
#step07.project .container .modal-window .input_index li .col_cycle {
  width: 110px;
}
#step07.project .container .modal-window .input_index li .col_cycle input {
  text-align: right;
}
#step07.project .container .modal-window .input_index li .col_qua {
  width: 77px;
  opacity: 0;
}
#step07.project .container .modal-window .input_index li .col_qua input {
  text-align: center;
  display: none;
}
#step07.project .container .modal-window .input_index li .col_del .ico_trash {
  width: 16px;
}
#step07.project .container .modal-window .input_index .input_index_head {
  padding-left: 0;
  padding-right: 0;
}
#step07.project .container .modal-window .input_index .input_index_head .col_index {
  font-size: 1.4rem;
  width: 268px;
  color: #666;
}
#step07.project .container .modal-window .input_index .input_index_head .col_goal {
  width: 80px;
}
#step07.project .container .modal-window .input_index .input_index_head .col_unit {
  width: 64px;
}
#step07.project .container .modal-window .row_add {
  height: 32px;
}
#step07.project .container .modal-window .row_add a {
  display: block;
  padding-left: 49px;
  width: 100%;
}
#step07.project .container .modal-window table {
  font-size: 1rem;
  line-height: 1.6;
  margin-left: 5px;
  width: 100%;
}
#step07.project .container .modal-window table tr {
  background: #ffffff;
}
#step07.project .container .modal-window table tr:nth-child(even) {
  background: #f8f8f4;
}
#step07.project .container .modal-window table th {
  color: #999999;
  padding: 5px;
  font-weight: normal;
  vertical-align: middle;
}
#step07.project .container .modal-window table th strong {
  font-size: 1.4rem;
  font-weight: normal;
}
#step07.project .container .modal-window table td {
  padding: 4px 5px;
}
#step07.project .container .modal-window table td.col_edit {
  width: 5%;
}
#step07.project .container .modal-window table td.col_index {
  width: 20%;
}
#step07.project .container .modal-window table td.col_goal {
  width: 10%;
}
#step07.project .container .modal-window table td.col_unit {
  width: 5%;
}
#step07.project .container .modal-window table td.col_qua {
  width: 5%;
}
#step07.project .container .modal-window table td input {
  padding: 4px;
}
#step07.project .container .modal-window table td input:focus {
  outline: 1px #00beca solid;
  border-radius: 5px;
}
#step07.project .container .modal-window .icon {
  position: static;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  width: 19px;
  height: 19px;
  margin: 0 4px;
}
#step07.project .container .modal-window .ico_close {
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/project/ico_close.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  width: 10px;
  height: 10px;
  right: 20px;
  top: 10px;
  z-index: 2;
}
#step07.project .container .modal-window .ico_close:active {
  background: url(../img/project/ico_open.svg) no-repeat center center;
  background-size: contain;
}
#step07.project .container .modal-window .ico_edit {
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/project/ico_edit.svg) no-repeat center center;
  background-size: contain;
  display: block;
}
#step07.project .container .modal-window .ico_trash {
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/project/ico_trash.svg) no-repeat center center;
  background-size: contain;
  display: block;
}
#step07.project .container .modal-window .icon_box {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
#step07.project .container .modal-window .icon_box .avatar_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#step07.project .container .modal-window .icon_box .avatar_box .avatar {
  position: static;
  margin: 0 1px;
}
#step07.project .container .modal-window .icon_box .avatar_box .avatar img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
#step07.project .container .button-close {
  position: absolute;
  top: 20px;
  right: -25px;
  transform: translate(-50%, -50%);
  padding: 15px;
  border-radius: 20rem;
  cursor: pointer;
}
#step07.project .container .overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10;
}
#step07.project .container .no_scroll {
  overflow: hidden;
}

/* = project > step > step03
-------------------------------------------------------- */
#step08.project {
  /* モーダルウィンドウのcss */
}
#step08.project .container .step_wrap .step_title small {
  font-size: 1.2rem;
  margin-left: 20px;
}
#step08.project .container .step_wrap .target_btns {
  position: absolute;
  left: 470px;
  top: 48px;
}
#step08.project .container .step_wrap .btn {
  border-radius: 5px;
  font-size: 1.2rem;
  padding: 5px 40px;
  position: relative;
  font-weight: 500;
  margin-left: 10px;
  background: #ccc;
}
#step08.project .container .step_wrap .btn.active {
  background: #00beca;
  color: #ffffff;
}
#step08.project .container .step_wrap .btn span {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 16px;
  height: 16px;
  border: 3px #fff solid;
  border-radius: 100%;
  background: #00beca;
  text-align: center;
  font-weight: 500;
}
#step08.project .container .step_wrap .confirm_wrap {
  display: flex;
  flex-flow: row nowrap;
}
#step08.project .container .step_wrap .confirm_wrap .confirm_index {
  color: #999;
  font-weight: 500;
  display: flex;
  flex-flow: column;
  margin: 0px 25px 0px 6px;
}
#step08.project .container .step_wrap .confirm_wrap .confirm_index .outcome {
  height: 270px;
}
#step08.project .container .step_wrap .confirm_wrap .confirm_index .idx {
  writing-mode: vertical-rl;
  font-size: 1.8rem;
}
#step08.project .container .step_wrap .confirm_list {
  display: flex;
  flex-flow: row nowrap;
  overflow-x: scroll;
  padding: 30px 0px 0px;
  margin: -30px 0px 0px;
}
#step08.project .container .step_wrap .confirm_list .item:not(:last-child) {
  margin-right: 15px;
}
#step08.project .container .step_wrap .confirm_list .item .outcome {
  width: 280px;
  height: 270px;
  padding: 0px 10px 20px 20px;
}
#step08.project .container .step_wrap .confirm_list .item .outcome .step_box > li:active {
  box-shadow: 0 0 0 3px #00beca;
}
#step08.project .container .step_wrap .confirm_list .item .output {
  width: 280px;
  height: 440px;
  background: #ebf8f8;
  padding: 20px 10px 20px 20px;
  border-radius: 20px;
  position: relative;
  box-sizing: border-box;
}
#step08.project .container .step_wrap .confirm_list .item .output:before {
  content: "";
  position: absolute;
  top: -50px;
  left: calc(50% - 15px);
  border: 15px solid transparent;
  border-bottom: 15px solid #ebf8f8;
  transform: scaleY(3);
}
#step08.project .container .step_wrap .confirm_list .item .output .step_box {
  height: 100%;
  overflow-y: scroll;
}
#step08.project .container .step_wrap .confirm_list .step_box {
  padding: 10px 14px;
  margin: -10px -22px 0;
}
#step08.project .container .step_wrap .confirm_list .step_box > li {
  width: 258px;
  background: #fff;
  margin-right: 0;
}
#step08.project .container .step_wrap .confirm_list .step_box > li:last-child {
  margin-bottom: 0;
}
#step08.project .container .step_wrap .confirm_list .measures {
  font-size: 1rem;
  line-height: 1.6;
  margin-left: 5px;
}
#step08.project .container .step_wrap .confirm_list .measures li {
  box-shadow: none;
  border-radius: unset;
  width: 100%;
  padding: 0;
  margin-bottom: 0;
}
#step08.project .container .step_wrap .confirm_list .measures li:last-of-type {
  margin-bottom: 20px;
}
#step08.project .container .step_wrap .confirm_list .measures li span {
  float: right;
}

/* = project > index
-------------------------------------------------------- */
#modal_invitation {
  width: 350px;
  height: 200px;
}
#modal_invitation .avatar_balloon {
  background: #fff;
  padding: 15px 10px;
  color: #666;
}
#modal_invitation .avatar_balloon h4 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
#modal_invitation .avatar_balloon ul {
  display: flex;
  flex-flow: column;
  height: 90px;
  overflow-y: scroll;
}
#modal_invitation .avatar_balloon ul li {
  font-size: 1rem;
  margin-bottom: 5px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
#modal_invitation .avatar_balloon ul li .avatar {
  width: 18px !important;
  height: 18px;
  margin-left: 0px;
  margin-right: 5px;
}
#modal_invitation .avatar_balloon ul li .avatar img {
  border: 0px;
  border-radius: 100px;
}
#modal_invitation .avatar_balloon ul li .user {
  display: inline-block;
  width: calc(100% - 54px);
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
}
#modal_invitation .avatar_balloon ul li .btn_invitation {
  width: 18px;
  height: 18px;
  margin-left: 5px;
  display: inline-block;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url("") no-repeat center top;
  display: block;
  background-size: 100%;
  cursor: pointer;
}
#modal_invitation .avatar_balloon ul li:hover, #modal_invitation .avatar_balloon ul li.active {
  background: #e1f4f5;
}
#modal_invitation .avatar_balloon ul li:hover .btn_invitation, #modal_invitation .avatar_balloon ul li.active .btn_invitation {
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/login/ico_next_hover.svg") no-repeat center top;
  display: block;
}
#modal_invitation .avatar_balloon ul li.disabled .btn_invitation {
  display: none !important;
}
#modal_invitation .avatar_balloon ul li.disabled:hover {
  background: #f5e1e1;
}
#modal_invitation .avatar_balloon .search_box {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px #dddddd solid;
}
#modal_invitation .avatar_balloon .search_box .search {
  border: 2px #cccccc solid;
  border-radius: 5px;
  padding: 3px;
  width: 70%;
}
#modal_invitation .avatar_balloon #form_users_box {
  display: none;
}
#modal_invitation .avatar_balloon #form_users_box_nouser {
  display: none;
}
#modal_invitation .avatar_balloon #form_users_box_nouser h5 {
  margin-bottom: 10px;
}
#modal_invitation .avatar_balloon .new .email {
  padding: 3px;
  margin-right: 5px;
  width: 70%;
}

/* = project > index
-------------------------------------------------------- */
#modal_member {
  width: 350px;
  height: 200px;
  box-shadow: 0px 0px 5px rgba(153, 153, 153, 0.5);
}
#modal_member .avatar_balloon {
  background: #fff;
  padding: 15px 10px;
  color: #666;
}
#modal_member .avatar_balloon h4 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
#modal_member .avatar_balloon ul {
  display: flex;
  flex-flow: column;
  height: 150px;
  overflow-y: scroll;
}
#modal_member .avatar_balloon ul li {
  font-size: 1rem;
  margin-bottom: 5px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
#modal_member .avatar_balloon ul li .avatar {
  width: 18px !important;
  height: 18px;
  margin-left: 0px;
  margin-right: 5px;
}
#modal_member .avatar_balloon ul li .avatar img {
  border: 0px;
  border-radius: 100px;
}
#modal_member .avatar_balloon ul li .user {
  display: inline-block;
  width: calc(100% - 54px);
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
}
#modal_member .avatar_balloon ul li .btn_del {
  width: 18px;
  height: 18px;
  margin-left: 5px;
  display: inline-block;
  text-align: center;
  line-height: 18px;
  background-size: 100%;
  cursor: pointer;
  color: #fff;
  border-radius: 100px;
}
#modal_member .avatar_balloon ul li:hover {
  background: #e1f4f5;
  opacity: 1;
}
#modal_member .avatar_balloon ul li:hover .btn_del {
  background-color: #fa5661;
  opacity: 1;
}
#modal_member .avatar_balloon ul li:hover .btn_del.disabled {
  cursor: not-allowed;
  background-color: #ccc;
}
#modal_member .avatar_balloon .new .email {
  border: 2px #cccccc solid;
  border-radius: 5px;
  padding: 3px;
  margin-right: 5px;
}
#modal_member .avatar_balloon .new .email:focus {
  border: 2px #44bbc7 solid;
}

#modal_profile {
  background: #fff;
  height: 100vh;
}
#modal_profile .modal-window {
  width: 690px;
  height: 530px;
}
#modal_profile #header {
  display: none;
}
#modal_profile #main {
  padding: 0;
}
#modal_profile .wrapper {
  width: 1055px;
  height: 100vh;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin: auto;
}
#modal_profile #login_header {
  font-size: 2.1rem;
  font-weight: bold;
  text-align: left;
  padding: 25px 30px 40px;
}
#modal_profile #login_main {
  padding: 0px 30px 32px;
}
#modal_profile #login_main form .input_avatar {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
#modal_profile #login_main form .input_avatar .input_area {
  width: 70%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
#modal_profile #login_main form .input_avatar .input_area dt {
  width: 25%;
  font-weight: normal;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  margin-bottom: 15px;
  position: relative;
}
#modal_profile #login_main form .input_avatar .input_area dt .requied::before {
  content: "*";
  position: absolute;
  left: -7px;
  top: 8px;
}
#modal_profile #login_main form .input_avatar .input_area dt.self_introduction_title {
  padding-top: 9px;
  align-items: flex-start;
}
#modal_profile #login_main form .input_avatar .input_area dd {
  width: 75%;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  margin-bottom: 15px;
  position: relative;
}
#modal_profile #login_main form .input_avatar .input_area dd #self_introduction {
  resize: none;
}
#modal_profile #login_main form .input_avatar .avatar_area {
  width: 25%;
}
#modal_profile #login_main form .input_avatar .avatar_area .avatar_image {
  width: 120px;
  height: 120px;
  border-radius: 120px;
  overflow: hidden;
  margin: 0 auto 10px;
  background: url(/assets/user_data/avatar/monosashiman.svg) no-repeat center center;
  background-size: cover;
}
#modal_profile #login_main form .input_avatar .avatar_area .avatar_image img {
  object-fit: cover;
}
#modal_profile #login_main form .input_avatar .avatar_area .avatar_nav ul li {
  text-align: center;
  background: transparent;
  margin-bottom: 0px;
  text-align: center;
}
#modal_profile #login_main form .input_avatar .avatar_area .avatar_nav ul li a {
  color: #00beca;
  display: block;
  position: relative;
  font-size: 1.5rem;
  cursor: pointer;
}
#modal_profile #login_main form .input_avatar .avatar_area .avatar_nav ul li a input[type=file] {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  cursor: pointer;
}
#modal_profile #login_main form input[type=text],
#modal_profile #login_main form input[type=email],
#modal_profile #login_main form input[type=password],
#modal_profile #login_main form textarea {
  padding: 7px 10px;
  font-size: 1.5rem;
  font-weight: normal;
  width: 100%;
  border: #cccccc 2px solid;
  border-radius: 5px;
}
#modal_profile #login_main form input[type=text]:focus,
#modal_profile #login_main form input[type=email]:focus,
#modal_profile #login_main form input[type=password]:focus,
#modal_profile #login_main form textarea:focus {
  border: 2px #00beca solid;
}
#modal_profile #login_main form input[type=text]:disabled,
#modal_profile #login_main form input[type=email]:disabled,
#modal_profile #login_main form input[type=password]:disabled,
#modal_profile #login_main form textarea:disabled {
  background: #eee;
  color: #999;
}
#modal_profile #login_main form .eye {
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  right: 10px;
  background: #fff url("../img/login/ico_hidden_gy.svg") no-repeat center center;
  background-size: 100%;
  cursor: pointer;
}
#modal_profile #login_main form .eye.eye_show {
  background-image: url("../img/login/ico_show_gy.svg");
}
#modal_profile #login_main form .eye.eye_show:hover {
  background-image: url("../img/login/ico_show.svg");
}
#modal_profile #login_main form .eye.eye_hidden {
  background-image: url("../img/login/ico_hidden_gy.svg");
}
#modal_profile #login_main form .eye.eye_hidden:hover {
  background-image: url("../img/login/ico_hidden.svg");
}
#modal_profile #login_main form .btn_area {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
  margin-top: 15px;
}
#modal_profile #login_main form .btn_cancel {
  color: #00beca;
  text-decoration: underline;
  margin-right: 20px;
}
#modal_profile #login_main form .btn_save {
  background: #00beca;
  border-radius: 100px;
  color: #fff;
  padding: 15px;
  width: 180px;
  display: block;
  text-align: center;
  font-size: 1.5rem;
}
#modal_profile .modal_window_over {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 10px;
  display: none;
}
#modal_profile .modal_window_over .modal_header {
  font-size: 2.1rem;
  font-weight: bold;
  text-align: left;
  padding: 25px 30px 20px;
}
#modal_profile .modal_window_over .img-container {
  width: 70%;
  height: 350px;
  margin: 0 auto;
}
#modal_profile .modal_window_over .img-container img {
  display: block;
  width: auto;
  height: 100%;
}
#modal_profile .modal_window_over #inputImage {
  display: none;
}
#modal_profile .modal_window_over #actions {
  position: absolute;
  right: 70px;
  bottom: 120px;
}
#modal_profile .modal_window_over #actions .docs-buttons {
  display: flex;
  flex-flow: column;
  align-items: center;
  font-size: 1.8rem;
}
#modal_profile .modal_window_over #actions .docs-buttons .ico_zoom {
  width: 24px;
  height: 24px;
}
#modal_profile .modal_window_over #actions .docs-buttons button {
  margin-top: 10px;
  color: #999;
}
#modal_profile .modal_window_over .btn_area {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
#modal_profile .modal_window_over .btn_cancel {
  color: #00beca;
  text-decoration: underline;
  margin-right: 20px;
}
#modal_profile .modal_window_over .btn_save_image {
  background: #00beca;
  border-radius: 100px;
  color: #fff;
  padding: 15px;
  width: 180px;
  display: block;
  text-align: center;
  font-size: 1.5rem;
}

#modal_email {
  background: #fff;
  height: 100vh;
}
#modal_email .modal-window {
  width: 510px;
  height: 400px;
}
#modal_email #header {
  display: none;
}
#modal_email #main {
  padding: 0;
}
#modal_email .wrapper {
  width: 1055px;
  height: 100vh;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin: auto;
}
#modal_email #modal_header {
  font-size: 2.1rem;
  font-weight: bold;
  text-align: center;
  padding: 25px 30px 40px;
}
#modal_email #modal_main {
  padding: 10px 40px;
}
#modal_email #modal_main p {
  font-size: 1.6rem;
  line-height: 1.5;
}
#modal_email #modal_main .notes {
  margin-bottom: 30px;
}
#modal_email #modal_main form .input_avatar {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
#modal_email #modal_main form .input_avatar .input_area {
  width: 70%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
#modal_email #modal_main form .input_avatar .input_area dt {
  width: 25%;
  font-weight: normal;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  margin-bottom: 15px;
  position: relative;
}
#modal_email #modal_main form .input_avatar .input_area dt .requied::before {
  content: "*";
  position: absolute;
  left: -7px;
  top: 8px;
}
#modal_email #modal_main form .input_avatar .input_area dt.self_introduction_title {
  align-items: flex-start;
}
#modal_email #modal_main form .input_avatar .input_area dd {
  width: 75%;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  margin-bottom: 15px;
  position: relative;
}
#modal_email #modal_main form .input_avatar .avatar_area {
  width: 25%;
}
#modal_email #modal_main form .input_avatar .avatar_area .avatar_image {
  width: 120px;
  height: 120px;
  border-radius: 120px;
  overflow: hidden;
  margin: 0 auto 10px;
}
#modal_email #modal_main form .input_avatar .avatar_area .avatar_image img {
  object-fit: cover;
}
#modal_email #modal_main form .input_avatar .avatar_area .avatar_nav ul li {
  text-align: center;
  background: transparent;
  margin-bottom: 0px;
  text-align: center;
}
#modal_email #modal_main form .input_avatar .avatar_area .avatar_nav ul li a {
  color: #00beca;
  font-size: 1.5rem;
}
#modal_email #modal_main form input[type=text],
#modal_email #modal_main form input[type=email],
#modal_email #modal_main form input[type=password],
#modal_email #modal_main form textarea {
  padding: 7px 10px;
  font-size: 1.5rem;
  font-weight: normal;
  width: 100%;
  border: #cccccc 2px solid;
  border-radius: 5px;
}
#modal_email #modal_main form input[type=text]:focus,
#modal_email #modal_main form input[type=email]:focus,
#modal_email #modal_main form input[type=password]:focus,
#modal_email #modal_main form textarea:focus {
  border: 2px #00beca solid;
}
#modal_email #modal_main form input[type=text]:disabled,
#modal_email #modal_main form input[type=email]:disabled,
#modal_email #modal_main form input[type=password]:disabled,
#modal_email #modal_main form textarea:disabled {
  background: #eee;
  color: #999;
}
#modal_email #modal_main form .email_area {
  margin-top: 20px;
  margin-bottom: 24px;
}
#modal_email #modal_main form .email_area.resend, #modal_email #modal_main form .email_area.resend #email {
  opacity: 0;
  height: 0;
}
#modal_email #modal_main form .btn_area {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 15px;
}
#modal_email #modal_main form .btn_cancel,
#modal_email #modal_main form .btn_resend {
  color: #00beca;
  text-decoration: underline;
  margin-right: 20px;
}
#modal_email #modal_main form .btn_save,
#modal_email #modal_main form .btn_finish {
  background: #00beca;
  border-radius: 100px;
  color: #fff;
  padding: 15px;
  width: 180px;
  display: block;
  text-align: center;
  font-size: 1.5rem;
}
#modal_email #modal_footer {
  margin-top: 0px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#modal_email #modal_footer .links {
  text-align: center;
}
#modal_email #modal_footer .links a {
  color: #00beca;
  text-decoration: underline;
}

#modal_project {
  background: #fff;
  height: 100vh;
}
#modal_project .avatar_balloon {
  background: #fff;
  padding: 20px 15px;
  color: #666;
}
#modal_project .avatar_balloon h4 {
  font-size: 1.6rem;
  margin-bottom: 15px;
  font-weight: 500;
  padding-bottom: 17px;
  margin-bottom: 15px;
  border-bottom: 1px solid #999;
}
#modal_project .avatar_balloon ul {
  display: flex;
  flex-flow: column;
  height: 210px;
  overflow-y: scroll;
}
#modal_project .avatar_balloon ul li {
  font-size: 1.4rem;
  margin-bottom: 0px;
  padding: 5px 10px;
}
#modal_project .avatar_balloon ul li:nth-child(2n+1) {
  background-color: #f8f8f4;
}
#modal_project .avatar_balloon ul li form {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}
#modal_project .avatar_balloon ul li .project {
  width: 62%;
}
#modal_project .avatar_balloon ul li .member {
  display: flex;
  width: 36%;
  justify-content: flex-start;
  align-items: center;
}
#modal_project .avatar_balloon ul li .member .avatar {
  width: 18px !important;
  height: 18px;
  margin-left: 0px;
  margin-right: 2px;
}
#modal_project .avatar_balloon ul li .member .avatar img {
  border: 0px;
  border-radius: 100px;
}
#modal_project .avatar_balloon ul li .btn_invitation {
  width: 18px;
  height: 18px;
  margin-left: 5px;
  display: inline-block;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url("") no-repeat center top;
  display: block;
  background-size: 100%;
  cursor: pointer;
}
#modal_project .avatar_balloon ul li:hover, #modal_project .avatar_balloon ul li.active {
  background: #e1f4f5;
}
#modal_project .avatar_balloon ul li:hover .btn_invitation, #modal_project .avatar_balloon ul li.active .btn_invitation {
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/login/ico_next_hover.svg") no-repeat center top;
  display: block;
}
#modal_project .avatar_balloon ul li.disabled .btn_invitation {
  display: none !important;
}
#modal_project .avatar_balloon ul li.disabled:hover {
  background: #f5e1e1;
}
#modal_project .avatar_balloon .search_box {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px #dddddd solid;
}
#modal_project .avatar_balloon .search_box .search {
  border: 2px #cccccc solid;
  border-radius: 5px;
  padding: 3px;
  width: 70%;
}
#modal_project .avatar_balloon #form_users_box {
  display: none;
}
#modal_project .avatar_balloon #form_users_box_nouser {
  display: none;
}
#modal_project .avatar_balloon #form_users_box_nouser h5 {
  margin-bottom: 10px;
}
#modal_project .avatar_balloon .new .email {
  padding: 3px;
  margin-right: 5px;
  width: 70%;
}
#modal_project .modal-window {
  width: 690px;
  height: 530px;
}
#modal_project #header {
  display: none;
}
#modal_project #main {
  padding: 0;
}
#modal_project .wrapper {
  width: 1055px;
  height: 100vh;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin: auto;
}
#modal_project #login_header {
  font-size: 2.1rem;
  font-weight: bold;
  text-align: left;
  padding: 25px 30px 40px;
}
#modal_project #login_main {
  padding: 0px 30px 32px;
}
#modal_project #login_main form .input_avatar {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
#modal_project #login_main form .input_avatar .input_area {
  width: 70%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
#modal_project #login_main form .input_avatar .input_area dt {
  width: 25%;
  font-weight: normal;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  margin-bottom: 15px;
  position: relative;
}
#modal_project #login_main form .input_avatar .input_area dt .requied::before {
  content: "*";
  position: absolute;
  left: -7px;
  top: 8px;
}
#modal_project #login_main form .input_avatar .input_area dt.self_introduction_title {
  padding-top: 9px;
  align-items: flex-start;
}
#modal_project #login_main form .input_avatar .input_area dd {
  width: 75%;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  margin-bottom: 15px;
  position: relative;
}
#modal_project #login_main form .input_avatar .input_area dd #self_introduction {
  resize: none;
}
#modal_project #login_main form .input_avatar .avatar_area {
  width: 25%;
}
#modal_project #login_main form .input_avatar .avatar_area .avatar_image {
  width: 120px;
  height: 120px;
  border-radius: 120px;
  overflow: hidden;
  margin: 0 auto 10px;
  background: url(/assets/user_data/avatar/monosashiman.svg) no-repeat center center;
  background-size: cover;
}
#modal_project #login_main form .input_avatar .avatar_area .avatar_image img {
  object-fit: cover;
}
#modal_project #login_main form .input_avatar .avatar_area .avatar_nav ul li {
  text-align: center;
  background: transparent;
  margin-bottom: 0px;
  text-align: center;
}
#modal_project #login_main form .input_avatar .avatar_area .avatar_nav ul li a {
  color: #00beca;
  display: block;
  position: relative;
  font-size: 1.5rem;
  cursor: pointer;
}
#modal_project #login_main form .input_avatar .avatar_area .avatar_nav ul li a input[type=file] {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  cursor: pointer;
}
#modal_project #login_main form input[type=text],
#modal_project #login_main form input[type=email],
#modal_project #login_main form input[type=password],
#modal_project #login_main form textarea {
  padding: 7px 10px;
  font-size: 1.5rem;
  font-weight: normal;
  width: 100%;
  border: #cccccc 2px solid;
  border-radius: 5px;
}
#modal_project #login_main form input[type=text]:focus,
#modal_project #login_main form input[type=email]:focus,
#modal_project #login_main form input[type=password]:focus,
#modal_project #login_main form textarea:focus {
  border: 2px #00beca solid;
}
#modal_project #login_main form input[type=text]:disabled,
#modal_project #login_main form input[type=email]:disabled,
#modal_project #login_main form input[type=password]:disabled,
#modal_project #login_main form textarea:disabled {
  background: #eee;
  color: #999;
}
#modal_project #login_main form .eye {
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  right: 10px;
  background: #fff url("../img/login/ico_hidden_gy.svg") no-repeat center center;
  background-size: 100%;
  cursor: pointer;
}
#modal_project #login_main form .eye.eye_show {
  background-image: url("../img/login/ico_show_gy.svg");
}
#modal_project #login_main form .eye.eye_show:hover {
  background-image: url("../img/login/ico_show.svg");
}
#modal_project #login_main form .eye.eye_hidden {
  background-image: url("../img/login/ico_hidden_gy.svg");
}
#modal_project #login_main form .eye.eye_hidden:hover {
  background-image: url("../img/login/ico_hidden.svg");
}
#modal_project #login_main form .btn_area {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
  margin-top: 15px;
}
#modal_project #login_main form .btn_cancel {
  color: #00beca;
  text-decoration: underline;
  margin-right: 20px;
}
#modal_project #login_main form .btn_save {
  background: #00beca;
  border-radius: 100px;
  color: #fff;
  padding: 15px;
  width: 180px;
  display: block;
  text-align: center;
  font-size: 1.5rem;
}
#modal_project .modal_window_over {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 10px;
  display: none;
}
#modal_project .modal_window_over .modal_header {
  font-size: 2.1rem;
  font-weight: bold;
  text-align: left;
  padding: 25px 30px 20px;
}
#modal_project .modal_window_over .img-container {
  width: 70%;
  height: 350px;
  margin: 0 auto;
}
#modal_project .modal_window_over .img-container img {
  display: block;
  width: auto;
  height: 100%;
}
#modal_project .modal_window_over #inputImage {
  display: none;
}
#modal_project .modal_window_over #actions {
  position: absolute;
  right: 70px;
  bottom: 120px;
}
#modal_project .modal_window_over #actions .docs-buttons {
  display: flex;
  flex-flow: column;
  align-items: center;
  font-size: 1.8rem;
}
#modal_project .modal_window_over #actions .docs-buttons .ico_zoom {
  width: 24px;
  height: 24px;
}
#modal_project .modal_window_over #actions .docs-buttons button {
  margin-top: 10px;
  color: #999;
}
#modal_project .modal_window_over .btn_area {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
#modal_project .modal_window_over .btn_cancel {
  color: #00beca;
  text-decoration: underline;
  margin-right: 20px;
}
#modal_project .modal_window_over .btn_save_image {
  background: #00beca;
  border-radius: 100px;
  color: #fff;
  padding: 15px;
  width: 180px;
  display: block;
  text-align: center;
  font-size: 1.5rem;
}

/* = dashboard common
-------------------------------------------------------- */
/* = dashboard > index
-------------------------------------------------------- */
#dashboard_index #main .container {
  width: 907px;
  padding-top: 110px;
  margin-left: 145px;
}
#dashboard_index .project_head {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
#dashboard_index .project_head .btn_add_project {
  color: #999;
  background: url("../img/project/ico_project_add.svg") no-repeat center left;
  padding: 4px 4px 4px 32px;
}
#dashboard_index .project_head .btn_add_project:hover {
  color: #00beca;
  background-image: url("../img/project/ico_project_add_hover.svg");
  opacity: 1;
}
#dashboard_index .project_head .btn_to_next {
  color: #fff;
  width: 141px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: #ccc url("../img/project/ico_arrow_r.svg") no-repeat center right 14px;
  background-size: 6px;
}
#dashboard_index .project_head .btn_to_next.active {
  background: #00beca url("../img/project/ico_arrow_r.svg") no-repeat center right 14px;
  background-size: 6px;
  cursor: pointer;
}
#dashboard_index .project_list {
  display: flex;
  flex-flow: column;
  overflow-y: scroll;
  padding: 10px 35px;
  margin: -10px -35px 0;
}
#dashboard_index .project_list .item {
  display: flex;
  position: relative;
  margin-bottom: 32px;
}
#dashboard_index .project_list .item .check_project {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
}
#dashboard_index .project_list .item .item_body {
  box-shadow: 0px 0px 5px rgba(153, 153, 153, 0.5);
  border-radius: 15px;
  width: 100%;
  height: 110px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #fff;
}
#dashboard_index .project_list .item .item_body.active, #dashboard_index .project_list .item .item_body:active, #dashboard_index .project_list .item .item_body:focus-within {
  box-shadow: 0 0 0 3px #00beca;
}
#dashboard_index .project_list .item .item_body .step {
  width: 32px;
  height: 100%;
  writing-mode: vertical-rl;
  font-size: 1.15rem;
  justify-content: center;
  align-items: center;
  display: flex;
  background: #00beca;
  color: #fff;
  border-radius: 15px 0 0 15px;
}
#dashboard_index .project_list .item .item_body .step.in_progress {
  background: #999;
}
#dashboard_index .project_list .item .item_body .name {
  width: 376px;
  height: 60%;
  font-size: 2.2rem;
  padding: 0px 15px;
  border-right: 1px #999 solid;
  font-weight: bold;
  display: flex;
  align-items: center;
}
#dashboard_index .project_list .item .item_body .name input {
  width: 100%;
}
#dashboard_index .project_list .item .item_body .name .ico_favo {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 5px;
}
#dashboard_index .project_list .item .item_body .name .ico_favo::after {
  content: url("../img/project/ico_favo_off.svg");
}
#dashboard_index .project_list .item .item_body .name .ico_favo.is_favo::after {
  content: url("../img/project/ico_favo_on.svg");
}
#dashboard_index .project_list .item .item_body .name .ico_favo_new {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 5px;
}
#dashboard_index .project_list .item .item_body .name .ico_favo_new::after {
  content: url("../img/project/ico_favo_off.svg");
}
#dashboard_index .project_list .item .item_body .last_modified {
  width: 243px;
  height: 60%;
  border-right: 1px #999 solid;
  padding: 0px 15px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  font-size: 1.4rem;
}
#dashboard_index .project_list .item .item_body .last_modified .date {
  font-size: 2.2rem;
  margin-left: 20px;
}
#dashboard_index .project_list .item .item_body .member {
  width: 30%;
  height: 60%;
  padding: 0px 28px;
  display: flex;
  align-items: center;
}
#dashboard_index .project_list .item .item_body .member .avatar {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-left: -5px;
}
#dashboard_index .project_list .item .item_body .member .avatar img {
  width: 100%;
  height: 100%;
  border-radius: 100px;
  border: 2px #fff solid;
}
#dashboard_index .project_list .item .item_body .member .avatar_plus {
  font-size: 1.5rem;
  margin-left: 5px;
}
#dashboard_index .project_list .item .item_body .avatar_add_area {
  display: inline-block;
  margin-left: 5px;
  position: relative;
}
#dashboard_index .project_list .item .item_body .avatar_add_area .avatar_add:hover {
  color: #00beca;
}
#dashboard_index .project_list .item .ico_edit {
  position: absolute;
  top: 50px;
  left: -35px;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/project/ico_edit.svg") no-repeat center top;
  display: block;
  width: 15px;
  height: 15px;
  opacity: 0;
}
#dashboard_index .project_list .item .ico_trash {
  position: absolute;
  top: 50px;
  right: -35px;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/project/ico_trash.svg") no-repeat center top;
  display: block;
  width: 15px;
  height: 15px;
  opacity: 0;
}
#dashboard_index .project_list .item:hover .ico_trash {
  opacity: 1;
}
#dashboard_index .project_list .item:not(.new):hover .ico_edit {
  opacity: 1;
}
#dashboard_index .project_list .item .focus_hidden {
  width: 0px;
  height: 0px;
}
#dashboard_index .modaal-container {
  border-radius: 10px;
}
#dashboard_index .step_wrap {
  height: 100%;
}
#dashboard_index .step_wrap .pagenation {
  position: absolute;
  left: 385px;
  top: 100px;
}
#dashboard_index .step_wrap .pagenation div .btn_to {
  display: inline-block;
  padding: 0 5px;
  align-items: center;
}
#dashboard_index .step_wrap .pagenation div .active {
  font-size: 1.8rem;
  font-weight: 400;
}
#dashboard_index .step_wrap .pagenation div .active::before {
  content: "<";
  padding-right: 15px;
}
#dashboard_index .step_wrap .pagenation div .active::after {
  content: ">";
  padding-left: 15px;
}
#dashboard_index .step_wrap .target_btns {
  position: absolute;
  right: 120px;
  top: 100px;
}
#dashboard_index .step_wrap .btn {
  border-radius: 5px;
  font-size: 1.2rem;
  padding: 5px 40px;
  position: relative;
  font-weight: 500;
  margin-left: 10px;
  background: #ccc;
}
#dashboard_index .step_wrap .btn.active {
  background: #00beca;
  color: #ffffff;
}
#dashboard_index .step_wrap .step_box {
  display: flex;
  flex-flow: row wrap;
  align-content: baseline;
  overflow-y: scroll;
  padding: 10px 35px;
  margin: -10px -35px 0;
  position: relative;
  z-index: 0;
}
#dashboard_index .step_wrap .step_box li {
  position: relative;
  box-shadow: 0px 0px 10px 2px rgba(153, 153, 153, 0.5);
  border-radius: 10px;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 25px;
}
#dashboard_index .step_wrap .step_box li:nth-child(3n) {
  margin-right: 0;
}
#dashboard_index .step_wrap .step_box li .title_box {
  font-size: 1rem;
  background: #ebf8f8;
}
#dashboard_index .step_wrap .step_box li .title_box h3.title {
  padding: 16px 20px 3px;
  margin-bottom: 3px;
  border-bottom: 1px solid #ffffff;
}
#dashboard_index .step_wrap .step_box li .title_box .text {
  display: flex;
  flex-flow: row nowrap;
  padding: 0px 20px 12px;
}
#dashboard_index .step_wrap .step_box li .title_box .text::before {
  display: inline-block;
  content: "➡";
}
#dashboard_index .step_wrap .step_box li .title_box h4 {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  padding-bottom: 17px;
  margin-bottom: 15px;
}
#dashboard_index .step_wrap .step_box li .content {
  padding: 16px 20px;
}
#dashboard_index .step_wrap .step_box li .content .fluctuation {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
  color: #999999;
  line-height: 1.2rem;
  width: 150px;
  margin: 0 auto;
}
#dashboard_index .step_wrap .step_box li .content .fluctuation div {
  text-align: center;
}
#dashboard_index .step_wrap .step_box li .content .fluctuation div span {
  color: #999999;
  font-size: 1rem;
}
#dashboard_index .step_wrap .step_box li .content .fluctuation div small {
  font-size: small;
}
#dashboard_index .step_wrap .step_box li .content .fluctuation .before {
  font-size: 1.8rem;
  font-weight: 500;
}
#dashboard_index .step_wrap .step_box li .content .fluctuation .after {
  font-size: 2.6rem;
  font-weight: 500;
}
#dashboard_index .step_wrap .step_box li .content .graph {
  width: 80%;
  margin: 10px auto;
}
#dashboard_index .step_wrap .step_box li .content .graph img {
  width: 100%;
  height: 100%;
}
#dashboard_index .step_wrap .step_box li .content .box {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding: 20px 0;
  color: #999999;
}
#dashboard_index .step_wrap .step_box li .content .box div {
  font-size: 1.2rem;
}
#dashboard_index .step_wrap .step_box li .content .box div span {
  font-size: 2.4rem;
  font-weight: 500;
}
#dashboard_index .step_wrap .step_box li .content .box div small {
  font-size: small;
}
#dashboard_index .step_wrap .step_box li .content .box #progress {
  -webkit-appearance: none !important;
  vertical-align: unset;
  width: 200px !important;
  height: 30px !important;
  margin: 0 10px;
}
#dashboard_index .step_wrap .step_box li .content .box ::-webkit-progress-bar {
  background: #f8f8f4;
  border: 1px solid #cccccc;
  border-radius: 100px;
}
#dashboard_index .step_wrap .step_box li .content .box ::-webkit-progress-value {
  background: #00beca;
  border-radius: 100px;
}
#dashboard_index .step_wrap .step_box li .content .date {
  margin-bottom: 10px;
}
#dashboard_index .step_wrap .step_box li .content .box_2 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
}
#dashboard_index .step_wrap .step_box li .content .box_2 p {
  display: inline-block;
  width: 245px;
  font-size: 1.3rem;
}
#dashboard_index .step_wrap .step_box li .content .box_2 .prev {
  float: left;
  width: 15px;
  padding-right: 3px;
  margin-bottom: 0px;
}
#dashboard_index .step_wrap .step_box li .content .box_2 .next {
  float: right;
  width: 15px;
  padding-left: 3px;
  margin-bottom: 0px;
}
#dashboard_index .step_wrap .sentence {
  overflow-y: scroll;
  padding: 20px 10px;
  background: #fff;
  position: relative;
  z-index: 1;
  margin: 30px -10px;
}
#dashboard_index .step_wrap .sentence .output {
  font-size: 1.8rem;
  font-weight: 500;
  color: #999999;
  margin: 0 30px 30px;
}
#dashboard_index .step_wrap .sentence .sentence_box {
  display: flex;
  flex-flow: row wrap;
  align-content: baseline;
  overflow-y: scroll;
  padding: 10px 35px;
  margin: -10px -35px 0;
  position: relative;
  z-index: 0;
}
#dashboard_index .step_wrap .sentence .sentence_box .ico_edit {
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/dashboard/ico_edit.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  width: 10px;
  height: 2px;
  right: 20px;
  top: 15px;
}
#dashboard_index .step_wrap .sentence .sentence_box li {
  position: relative;
  box-shadow: 0px 0px 10px 2px rgba(153, 153, 153, 0.5);
  border-radius: 10px;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 25px;
}
#dashboard_index .step_wrap .sentence .sentence_box li:nth-child(3n) {
  margin-right: 0;
}
#dashboard_index .step_wrap .sentence .sentence_box li .title_box {
  font-size: 1rem;
  background: #cccccc;
}
#dashboard_index .step_wrap .sentence .sentence_box li .title_box h3.title {
  padding: 16px 20px 3px;
  margin-bottom: 3px;
  border-bottom: 1px solid #ffffff;
}
#dashboard_index .step_wrap .sentence .sentence_box li .title_box .text {
  display: flex;
  flex-flow: row nowrap;
  padding: 0px 20px 12px;
}
#dashboard_index .step_wrap .sentence .sentence_box li .title_box .text::before {
  display: inline-block;
  content: "➡";
}
#dashboard_index .step_wrap .sentence .sentence_box li .title_box h4 {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  padding-bottom: 17px;
  margin-bottom: 15px;
}
#dashboard_index .step_wrap .sentence .sentence_box li .content {
  padding: 6px 20px;
}
#dashboard_index .step_wrap .sentence .sentence_box li .content .fluctuation {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
  color: #666666;
  line-height: 2.5rem;
  margin: 0 auto;
}
#dashboard_index .step_wrap .sentence .sentence_box li .content .fluctuation div {
  color: #666666;
  font-size: 1rem;
  text-align: center;
}
#dashboard_index .step_wrap .sentence .sentence_box li .content .fluctuation div span {
  font-weight: 400;
  color: #458f8b;
}
#dashboard_index .step_wrap .sentence .sentence_box li .content .fluctuation div strong {
  font-size: 2.4rem;
  font-weight: 500;
  color: #458f8b;
}
#dashboard_index .step_wrap .sentence .sentence_box li .content .fluctuation .before {
  font-size: 1.8rem;
  font-weight: 500;
}
#dashboard_index .step_wrap .sentence .sentence_box li .content .fluctuation .after {
  font-size: 2.6rem;
  font-weight: 500;
}
#dashboard_index .step_wrap .sentence .sentence_box li .content .box {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding: 20px 0;
  color: #999999;
}
#dashboard_index .step_wrap .sentence .sentence_box li .content .box div {
  font-size: 1.2rem;
  line-height: 2.5rem;
}
#dashboard_index .step_wrap .sentence .sentence_box li .content .box div span {
  font-size: 2.4rem;
  font-weight: 500;
  color: #458f8b;
}
#dashboard_index .step_wrap .sentence .sentence_box li .content .box div small {
  font-size: small;
}
#dashboard_index .step_wrap .sentence .sentence_box li .content .box #progress {
  -webkit-appearance: none !important;
  vertical-align: unset;
  width: 200px !important;
  height: 30px !important;
  margin: 0 10px;
}
#dashboard_index .step_wrap .sentence .sentence_box li .content .box ::-webkit-progress-bar {
  background: #f8f8f4;
  border: 1px solid #cccccc;
  border-radius: 100px;
}
#dashboard_index .step_wrap .sentence .sentence_box li .content .box ::-webkit-progress-value {
  background: #458f8b;
  border-radius: 100px;
}

#dashboard_index.dashboard.final .step_wrap .step_box li .title_box {
  font-size: 1.8rem;
  font-weight: 500;
}

/* = dashboard > outcome
-------------------------------------------------------- */
#outcome.dashboard {
  /* WebKit向けのつまみ */
  /* Moz向けのつまみ */
  /* Firefoxで点線が周りに表示されてしまう問題の解消 */
  /* つまみをドラッグしているときのスタイル */
}
#outcome.dashboard #main .container {
  width: 1086px;
  padding-top: 70px;
  margin-left: 80px;
}
#outcome.dashboard .step_wrap {
  height: 100%;
  position: relative;
}
#outcome.dashboard .step_wrap .pagenation {
  position: absolute;
  left: 385px;
  top: 100px;
}
#outcome.dashboard .step_wrap .pagenation div .btn_to {
  display: inline-block;
  padding: 0 5px;
  align-items: center;
}
#outcome.dashboard .step_wrap .pagenation div .active {
  font-size: 1.8rem;
  font-weight: 400;
}
#outcome.dashboard .step_wrap .pagenation div .active::before {
  content: "<";
  padding-right: 15px;
}
#outcome.dashboard .step_wrap .pagenation div .active::after {
  content: ">";
  padding-left: 15px;
}
#outcome.dashboard .step_wrap .target_btns {
  position: absolute;
  top: -34px;
  right: 0;
}
#outcome.dashboard .step_wrap .btn {
  border-radius: 5px;
  font-size: 1.2rem;
  padding: 5px 40px;
  position: relative;
  font-weight: 500;
  margin-left: 10px;
  background: #ccc;
}
#outcome.dashboard .step_wrap .btn.active {
  background: #00beca;
  color: #ffffff;
}
#outcome.dashboard .step_wrap .step_box {
  display: flex;
  flex-flow: row wrap;
  align-content: baseline;
  padding: 10px 35px;
  margin: -10px -35px 0;
  position: relative;
  z-index: 0;
  overflow: scroll;
}
#outcome.dashboard .step_wrap .step_box li {
  overflow: hidden;
  position: relative;
  box-shadow: 0px 0px 5px 2px rgba(153, 153, 153, 0.3);
  border-radius: 10px;
  width: 340px;
  margin-right: 33px;
  margin-bottom: 30px;
}
#outcome.dashboard .step_wrap .step_box li:nth-child(3n) {
  margin-right: 0;
}
#outcome.dashboard .step_wrap .step_box li > a {
  display: block;
  width: 100%;
  height: 100%;
}
#outcome.dashboard .step_wrap .step_box li > a:hover {
  opacity: 1;
}
#outcome.dashboard .step_wrap .step_box li .header {
  font-size: 10px;
  background: #ebf8f8;
  padding: 10px 20px 10px;
}
#outcome.dashboard .step_wrap .step_box li .header h3.title {
  padding: 0px 0px 7px;
  margin-bottom: 7px;
  border-bottom: 1px solid #ffffff;
  font-weight: bold;
}
#outcome.dashboard .step_wrap .step_box li.title_only h3.title {
  font-size: 1.2rem;
  font-weight: bold;
}
#outcome.dashboard .step_wrap .step_box li.title_only .text {
  font-size: 1.2rem;
  font-weight: bold;
}
#outcome.dashboard .step_wrap .step_box li .title_box {
  width: 100%;
  letter-spacing: 0.05rem;
}
#outcome.dashboard .step_wrap .step_box li .title_box h4 {
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  margin: 0 20px 20px;
}
#outcome.dashboard .step_wrap .step_box li .body {
  padding: 16px 0 30px;
  height: 100%;
  position: relative;
}
#outcome.dashboard .step_wrap .step_box li .no_indices {
  font-size: 1.2rem;
  color: #999;
  margin-bottom: 20px;
  text-align: center;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -40%);
}
#outcome.dashboard .step_wrap .step_box li .box {
  padding: 0px 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
  display: flex;
  flex-flow: row nowrap;
}
#outcome.dashboard .step_wrap .step_box li .box .nav {
  width: 68px;
}
#outcome.dashboard .step_wrap .step_box li .box .nav .btn_open_close {
  font-size: 10px;
  color: #666666;
  padding-left: 15px;
  background: url(../img/dashboard/btn_close.svg) no-repeat center left;
  background-size: 8px 5px;
  display: block;
  cursor: pointer;
}
#outcome.dashboard .step_wrap .step_box li .box .nav .btn_open_close.open {
  background-image: url(../img/dashboard/btn_open.svg);
}
#outcome.dashboard .step_wrap .step_box li .box .content {
  width: calc(100% - 68px);
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
#outcome.dashboard .step_wrap .step_box li .box:last-of-type {
  margin-bottom: 0px;
}
#outcome.dashboard .step_wrap .step_box li .before_after .nav {
  width: 50px;
}
#outcome.dashboard .step_wrap .step_box li .before_after .content {
  width: calc(100% - 50px);
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: baseline;
  color: #333;
  line-height: 1.2rem;
}
#outcome.dashboard .step_wrap .step_box li .before_after .content div {
  text-align: center;
}
#outcome.dashboard .step_wrap .step_box li .before_after .content div span {
  color: #999999;
  font-size: 1rem;
  display: block;
  margin-top: 7px;
}
#outcome.dashboard .step_wrap .step_box li .before_after .content div small {
  font-size: small;
  margin-left: 3px;
}
#outcome.dashboard .step_wrap .step_box li .before_after .content .before {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8rem;
  text-align: right !important;
  position: relative;
}
#outcome.dashboard .step_wrap .step_box li .before_after .content .before span {
  margin-top: 5px;
  display: block;
  font-weight: normal;
}
#outcome.dashboard .step_wrap .step_box li .before_after .content .after {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.8rem;
  text-align: left !important;
  position: relative;
}
#outcome.dashboard .step_wrap .step_box li .before_after .content .after span {
  display: block;
  font-weight: normal;
}
#outcome.dashboard .step_wrap .step_box li .before_after .content .arrow {
  width: 20px;
  margin-left: 10px;
  margin-right: 10px;
}
#outcome.dashboard .step_wrap .step_box li .progress .content {
  align-items: flex-start;
  justify-content: space-between;
}
#outcome.dashboard .step_wrap .step_box li .progress .percent {
  font-size: 1.2rem;
  font-weight: bold;
  color: #00beca;
  width: 20%;
  text-align: right;
  letter-spacing: -0.1rem;
  line-height: 0.9;
}
#outcome.dashboard .step_wrap .step_box li .progress .percent span {
  font-size: 3rem;
}
#outcome.dashboard .step_wrap .step_box li .progress .percent small {
  font-size: small;
  margin-left: 0.2rem;
}
#outcome.dashboard .step_wrap .step_box li .progress .percent.over100 {
  color: #ff9933;
}
#outcome.dashboard .step_wrap .step_box li .progress .progressbar {
  -webkit-appearance: none !important;
  width: 70%;
  height: 30px;
  margin-left: 10px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
#outcome.dashboard .step_wrap .step_box li .progress .progressbar::-webkit-progress-bar {
  background: #f8f8f4;
  border: 1px solid #cccccc;
  border-radius: 10px;
  overflow: hidden;
}
#outcome.dashboard .step_wrap .step_box li .progress .progressbar::-webkit-progress-value {
  background: #00beca;
  border: 1px solid #00beca;
  border-radius: 0px;
  position: absolute;
  left: 0;
  top: 0;
}
#outcome.dashboard .step_wrap .step_box li .progress .progressbar.over100::-webkit-progress-value {
  border: 1px solid #ff9933;
  background: #ff9933;
  border-radius: 0px;
}
#outcome.dashboard .step_wrap .step_box li .term {
  margin-bottom: 30px;
}
#outcome.dashboard .step_wrap .step_box li .term .content {
  display: block;
  position: relative;
}
#outcome.dashboard .step_wrap .step_box li .term .content .transparent_board {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#outcome.dashboard .step_wrap .step_box li .term .content .range {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
}
#outcome.dashboard .step_wrap .step_box li .term .content .term_label {
  position: absolute;
  top: 17px;
  color: #999;
  font-size: 1rem;
}
#outcome.dashboard .step_wrap .step_box li .term .content .term_label_to {
  right: 0;
}
#outcome.dashboard .step_wrap .step_box li .term .btn_open_close {
  color: #999 !important;
}
#outcome.dashboard .step_wrap .step_box li .slick-next {
  top: 5px;
  right: 99px;
  color: #999999;
  z-index: 5;
}
#outcome.dashboard .step_wrap .step_box li .slick-next:before {
  color: #999999;
  content: "＞";
  font-size: 1rem;
}
#outcome.dashboard .step_wrap .step_box li .slick-prev {
  top: 5px;
  left: 102px;
  color: #999999;
  z-index: 5;
}
#outcome.dashboard .step_wrap .step_box li .slick-prev:before {
  color: #999999;
  content: "＜";
  font-size: 1rem;
}
#outcome.dashboard .step_wrap .step_box li .results_slide_item {
  position: relative;
}
#outcome.dashboard .step_wrap .step_box li .results_slide_item .term {
  margin-bottom: 15px;
  text-align: center;
  font-size: 1rem;
  color: #999999;
}
#outcome.dashboard .step_wrap .step_box li .text {
  font-size: 1.1rem;
  line-height: 1.8;
  letter-spacing: 0.05rem;
}
#outcome.dashboard .step_wrap .step_box li .total .content {
  flex-flow: column;
  align-items: flex-start;
}
#outcome.dashboard .step_wrap .step_box li .total .content .total_num {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 5px;
}
#outcome.dashboard .step_wrap .step_box li .total .content .total_num small {
  font-size: 1.4rem;
  margin-left: 5px;
}
#outcome.dashboard .step_wrap .step_box li .total .content .total_term {
  font-size: 1rem;
  color: #666666;
  margin-bottom: 5px;
}
#outcome.dashboard .step_wrap .step_box li .total .content .total_update {
  font-size: 1rem;
  color: #999999;
}
#outcome.dashboard .step_wrap .step_box li:active:not(.title_only), #outcome.dashboard .step_wrap .step_box li.active:not(.title_only) {
  box-shadow: 0 0 0 2px #00beca;
}
#outcome.dashboard .chart-wrap {
  width: 400px;
}
#outcome.dashboard input[type=range] {
  -webkit-appearance: none;
  /* これ無しだとスタイルがほぼ全く反映されないので注意 */
  appearance: none;
  cursor: pointer;
  /* カーソルを分かりやすく */
  outline: none;
  /* スライダーのアウトラインは見た目がキツイので消す */
  height: 1px;
  /* バーの高さ */
  width: 100%;
  /* バーの幅 */
  background: #ccc;
  /* バーの背景色 */
  /*border-radius: 10px;*/
  /* バーの両端の丸み */
  /*border: solid 3px #dff1ff;*/
  /* バー周囲の線 */
}
#outcome.dashboard input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  /*  デフォルトのつまみのスタイルを解除 */
  background: #999;
  /* 背景色 */
  width: 11.5px;
  /* 幅 */
  height: 11.5px;
  /* 高さ */
  border-radius: 50%;
  /* 円形に */
  /* 影 */
  position: relative;
  z-index: 5;
}
#outcome.dashboard input[type=range]::-moz-range-thumb {
  background: #999;
  /* 背景色 */
  width: 11.5px;
  /* 幅 */
  height: 11.5px;
  /* 高さ */
  border-radius: 50%;
  /* 円形に */
  /* 影 */
  border: none;
  /* デフォルトの線を消す */
  position: relative;
  z-index: 5;
}
#outcome.dashboard input[type=range]::-moz-focus-outer {
  border: 0;
}
#outcome.dashboard input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.3);
}
#outcome.dashboard .title-txt {
  font-size: 10px;
}

#dashboard_index.dashboard.final .step_wrap .step_box li .title_box {
  font-size: 1.8rem;
  font-weight: 500;
}

/* = dashboard > output
-------------------------------------------------------- */
#output.dashboard {
  /* WebKit向けのつまみ */
  /* Moz向けのつまみ */
  /* Firefoxで点線が周りに表示されてしまう問題の解消 */
  /* つまみをドラッグしているときのスタイル */
}
#output.dashboard #main .container {
  width: 1086px;
  padding-top: 70px;
  margin-left: 80px;
}
#output.dashboard .step_wrap {
  height: 100%;
  position: relative;
}
#output.dashboard .step_wrap .pagenation {
  position: absolute;
  left: 0px;
  top: -34px;
}
#output.dashboard .step_wrap .pagenation ul {
  display: flex;
  align-items: baseline;
}
#output.dashboard .step_wrap .pagenation ul li {
  color: #666666;
  font-size: 1rem;
  margin-right: 8px;
}
#output.dashboard .step_wrap .pagenation ul li.current {
  font-size: 1.8rem;
  font-weight: 700;
}
#output.dashboard .step_wrap .target_btns {
  position: absolute;
  top: -34px;
  right: 0;
}
#output.dashboard .step_wrap .btn {
  border-radius: 5px;
  font-size: 1.2rem;
  padding: 5px 40px;
  position: relative;
  font-weight: 500;
  margin-left: 10px;
  background: #ccc;
}
#output.dashboard .step_wrap .btn.active {
  background: #00beca;
  color: #ffffff;
}
#output.dashboard .step_wrap .outcome_output_wrapper {
  padding: 10px 35px;
  margin: -10px -35px 0;
  overflow: scroll;
}
#output.dashboard .step_wrap .step_box {
  display: flex;
  flex-flow: row wrap;
  align-content: baseline;
  padding: 10px 35px;
  margin: -10px -35px 0;
  position: relative;
  z-index: 0;
}
#output.dashboard .step_wrap .step_box li {
  overflow: hidden;
  position: relative;
  box-shadow: 0px 0px 5px 2px rgba(153, 153, 153, 0.3);
  border-radius: 10px;
  width: 340px;
  margin-right: 33px;
  margin-bottom: 30px;
}
#output.dashboard .step_wrap .step_box li:nth-child(3n) {
  margin-right: 0;
}
#output.dashboard .step_wrap .step_box li > a {
  display: block;
  width: 100%;
  height: 100%;
}
#output.dashboard .step_wrap .step_box li > a:hover {
  opacity: 1;
}
#output.dashboard .step_wrap .step_box li .header {
  font-size: 10px;
  background: #ebf8f8;
  padding: 10px 20px 10px;
}
#output.dashboard .step_wrap .step_box li .header h3.title {
  padding: 0px 0px 7px;
  margin-bottom: 7px;
  border-bottom: 1px solid #ffffff;
  font-weight: bold;
}
#output.dashboard .step_wrap .step_box li .title_box {
  width: 100%;
  letter-spacing: 0.05rem;
}
#output.dashboard .step_wrap .step_box li .title_box h4 {
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  margin: 0 20px 20px;
}
#output.dashboard .step_wrap .step_box li .body {
  padding: 16px 0 30px;
  height: 100%;
  position: relative;
}
#output.dashboard .step_wrap .step_box li .no_indices {
  font-size: 1.2rem;
  color: #999;
  margin-bottom: 20px;
  text-align: center;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -40%);
}
#output.dashboard .step_wrap .step_box li .box {
  padding: 0px 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
  display: flex;
  flex-flow: row nowrap;
}
#output.dashboard .step_wrap .step_box li .box .nav {
  width: 68px;
}
#output.dashboard .step_wrap .step_box li .box .nav .btn_open_close {
  font-size: 10px;
  color: #666666;
  padding-left: 15px;
  background: url(../img/dashboard/btn_close.svg) no-repeat center left;
  background-size: 8px 5px;
  display: block;
  cursor: pointer;
}
#output.dashboard .step_wrap .step_box li .box .nav .btn_open_close.open {
  background-image: url(../img/dashboard/btn_open.svg);
}
#output.dashboard .step_wrap .step_box li .box .content {
  width: calc(100% - 68px);
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
#output.dashboard .step_wrap .step_box li .box:last-of-type {
  margin-bottom: 0px;
}
#output.dashboard .step_wrap .step_box li .before_after .nav {
  width: 50px;
}
#output.dashboard .step_wrap .step_box li .before_after .content {
  width: calc(100% - 50px);
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: baseline;
  color: #333;
  line-height: 1.2rem;
}
#output.dashboard .step_wrap .step_box li .before_after .content div {
  text-align: center;
}
#output.dashboard .step_wrap .step_box li .before_after .content div span {
  color: #999999;
  font-size: 1rem;
  display: block;
  margin-top: 7px;
}
#output.dashboard .step_wrap .step_box li .before_after .content div small {
  font-size: small;
  margin-left: 3px;
}
#output.dashboard .step_wrap .step_box li .before_after .content .before {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8rem;
  text-align: right !important;
  position: relative;
}
#output.dashboard .step_wrap .step_box li .before_after .content .before span {
  margin-top: 5px;
  display: block;
  font-weight: normal;
}
#output.dashboard .step_wrap .step_box li .before_after .content .after {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.8rem;
  text-align: left !important;
  position: relative;
}
#output.dashboard .step_wrap .step_box li .before_after .content .after span {
  display: block;
  font-weight: normal;
}
#output.dashboard .step_wrap .step_box li .before_after .content .arrow {
  width: 20px;
  margin-left: 10px;
  margin-right: 10px;
}
#output.dashboard .step_wrap .step_box li .progress .content {
  align-items: flex-start;
  justify-content: space-between;
}
#output.dashboard .step_wrap .step_box li .progress .percent {
  font-size: 1.2rem;
  font-weight: bold;
  color: #00beca;
  width: 20%;
  text-align: right;
  letter-spacing: -0.1rem;
  line-height: 0.9;
}
#output.dashboard .step_wrap .step_box li .progress .percent span {
  font-size: 3rem;
}
#output.dashboard .step_wrap .step_box li .progress .percent small {
  font-size: small;
  margin-left: 0.2rem;
}
#output.dashboard .step_wrap .step_box li .progress .percent.over100 {
  color: #ff9933;
}
#output.dashboard .step_wrap .step_box li .progress .progressbar {
  -webkit-appearance: none !important;
  width: 70%;
  height: 30px;
  margin-left: 10px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
#output.dashboard .step_wrap .step_box li .progress .progressbar::-webkit-progress-bar {
  background: #f8f8f4;
  border: 1px solid #cccccc;
  border-radius: 10px;
  overflow: hidden;
}
#output.dashboard .step_wrap .step_box li .progress .progressbar::-webkit-progress-value {
  background: #00beca;
  border: 1px solid #00beca;
  border-radius: 0px;
  position: absolute;
  left: 0;
  top: 0;
}
#output.dashboard .step_wrap .step_box li .progress .progressbar.over100::-webkit-progress-value {
  border: 1px solid #ff9933;
  background: #ff9933;
  border-radius: 0px;
}
#output.dashboard .step_wrap .step_box li .term {
  margin-bottom: 30px;
}
#output.dashboard .step_wrap .step_box li .term .content {
  display: block;
  position: relative;
}
#output.dashboard .step_wrap .step_box li .term .content .transparent_board {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#output.dashboard .step_wrap .step_box li .term .content .range {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
}
#output.dashboard .step_wrap .step_box li .term .content .term_label {
  position: absolute;
  top: 17px;
  color: #999;
  font-size: 1rem;
}
#output.dashboard .step_wrap .step_box li .term .content .term_label_to {
  right: 0;
}
#output.dashboard .step_wrap .step_box li .term .btn_open_close {
  color: #999 !important;
}
#output.dashboard .step_wrap .step_box li .slick-next {
  top: 5px;
  right: 99px;
  color: #999999;
  z-index: 5;
}
#output.dashboard .step_wrap .step_box li .slick-next:before {
  color: #999999;
  content: "＞";
  font-size: 1rem;
}
#output.dashboard .step_wrap .step_box li .slick-prev {
  top: 5px;
  left: 102px;
  color: #999999;
  z-index: 5;
}
#output.dashboard .step_wrap .step_box li .slick-prev:before {
  color: #999999;
  content: "＜";
  font-size: 1rem;
}
#output.dashboard .step_wrap .step_box li .results_slide_item {
  position: relative;
}
#output.dashboard .step_wrap .step_box li .results_slide_item .term {
  margin-bottom: 15px;
  text-align: center;
  font-size: 1rem;
  color: #999999;
}
#output.dashboard .step_wrap .step_box li .text {
  font-size: 1.1rem;
  line-height: 1.8;
  letter-spacing: 0.05rem;
}
#output.dashboard .step_wrap .step_box li .total .content {
  flex-flow: column;
  align-items: flex-start;
}
#output.dashboard .step_wrap .step_box li .total .content .total_num {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 5px;
}
#output.dashboard .step_wrap .step_box li .total .content .total_num small {
  font-size: 1.4rem;
  margin-left: 5px;
}
#output.dashboard .step_wrap .step_box li .total .content .total_term {
  font-size: 1rem;
  color: #666666;
  margin-bottom: 5px;
}
#output.dashboard .step_wrap .step_box li .total .content .total_update {
  font-size: 1rem;
  color: #999999;
}
#output.dashboard .step_wrap .output_list > h2 {
  font-size: 1.4rem;
  font-weight: 500;
  color: #999999;
  margin-bottom: 20px;
}
#output.dashboard .step_wrap .output_list .step_box li .header {
  background: #e6e6e6;
}
#output.dashboard .step_wrap .output_list .step_box li .goal_result {
  display: flex;
}
#output.dashboard .step_wrap .output_list .step_box li .goal_result dl {
  text-align: center;
}
#output.dashboard .step_wrap .output_list .step_box li .goal_result dl dt {
  font-weight: 500;
  color: #999999;
  border-bottom: 1px #cccccc solid;
  padding: 5px 0px 10px;
}
#output.dashboard .step_wrap .output_list .step_box li .goal_result dl dd {
  color: #666666;
  font-weight: bold;
  padding: 5px 0px 5px;
}
#output.dashboard .step_wrap .output_list .step_box li .goal_result dl dd .num {
  font-size: 3rem;
  color: #458f8b;
}
#output.dashboard .step_wrap .output_list .step_box li .goal_result dl dd small {
  font-size: 1.3rem;
}
#output.dashboard .step_wrap .output_list .step_box li .goal_result .goal {
  width: 50%;
}
#output.dashboard .step_wrap .output_list .step_box li .goal_result .goal dt,
#output.dashboard .step_wrap .output_list .step_box li .goal_result .goal dd {
  border-right: 1px #cccccc solid;
}
#output.dashboard .step_wrap .output_list .step_box li .goal_result .result {
  width: 50%;
}
#output.dashboard .step_wrap .output_list .step_box li .progress .percent {
  color: #458f8b;
}
#output.dashboard .step_wrap .output_list .step_box li .progress .percent.over100 {
  color: #ff9933;
}
#output.dashboard .step_wrap .output_list .step_box li .progress .progressbar::-webkit-progress-value {
  background: #458f8b;
  border: 1px solid #458f8b;
  border-radius: 0px;
}
#output.dashboard .step_wrap .output_list .step_box li .progress .progressbar.nodata::-webkit-progress-value {
  border: none;
}
#output.dashboard .step_wrap .output_list .step_box li .progress .progressbar.over100::-webkit-progress-value {
  background: #ff9933;
  border: 1px solid #ff9933;
  border-radius: 0px;
}
#output.dashboard .chart-wrap {
  width: 400px;
}
#output.dashboard input[type=range] {
  -webkit-appearance: none;
  /* これ無しだとスタイルがほぼ全く反映されないので注意 */
  appearance: none;
  cursor: pointer;
  /* カーソルを分かりやすく */
  outline: none;
  /* スライダーのアウトラインは見た目がキツイので消す */
  height: 1px;
  /* バーの高さ */
  width: 100%;
  /* バーの幅 */
  background: #ccc;
  /* バーの背景色 */
  /*border-radius: 10px;*/
  /* バーの両端の丸み */
  /*border: solid 3px #dff1ff;*/
  /* バー周囲の線 */
}
#output.dashboard input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  /*  デフォルトのつまみのスタイルを解除 */
  background: #999;
  /* 背景色 */
  width: 11.5px;
  /* 幅 */
  height: 11.5px;
  /* 高さ */
  border-radius: 50%;
  /* 円形に */
  /* 影 */
  position: relative;
  z-index: 5;
}
#output.dashboard input[type=range]::-moz-range-thumb {
  background: #999;
  /* 背景色 */
  width: 11.5px;
  /* 幅 */
  height: 11.5px;
  /* 高さ */
  border-radius: 50%;
  /* 円形に */
  /* 影 */
  border: none;
  /* デフォルトの線を消す */
  position: relative;
  z-index: 5;
}
#output.dashboard input[type=range]::-moz-focus-outer {
  border: 0;
}
#output.dashboard .title-txt {
  font-size: 10px;
}

#dashboard_index.dashboard.final .step_wrap .step_box li .title_box {
  font-size: 1.8rem;
  font-weight: 500;
}

/* = dashboard > index
-------------------------------------------------------- */
#results_index #main .container {
  width: 907px;
  padding-top: 110px;
  margin-left: 145px;
}
#results_index .project_head {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
#results_index .project_head .btn_add_project {
  color: #999;
  background: url("../img/project/ico_project_add.svg") no-repeat center left;
  padding: 4px 4px 4px 32px;
}
#results_index .project_head .btn_add_project:hover {
  color: #00beca;
  background-image: url("../img/project/ico_project_add_hover.svg");
  opacity: 1;
}
#results_index .project_head .btn_to_next {
  color: #fff;
  width: 141px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: #ccc url("../img/project/ico_arrow_r.svg") no-repeat center right 14px;
  background-size: 6px;
}
#results_index .project_head .btn_to_next.active {
  background: #00beca url("../img/project/ico_arrow_r.svg") no-repeat center right 14px;
  background-size: 6px;
  cursor: pointer;
}
#results_index .project_list {
  display: flex;
  flex-flow: column;
  overflow-y: scroll;
  padding: 10px 35px;
  margin: -10px -35px 0;
}
#results_index .project_list .item {
  display: flex;
  position: relative;
  margin-bottom: 32px;
}
#results_index .project_list .item .check_project {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
}
#results_index .project_list .item .item_body {
  box-shadow: 0px 0px 5px rgba(153, 153, 153, 0.5);
  border-radius: 15px;
  width: 100%;
  height: 110px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #fff;
}
#results_index .project_list .item .item_body.active, #results_index .project_list .item .item_body:active, #results_index .project_list .item .item_body:focus-within {
  box-shadow: 0 0 0 3px #00beca;
}
#results_index .project_list .item .item_body .step {
  width: 32px;
  height: 100%;
  writing-mode: vertical-rl;
  font-size: 1.15rem;
  justify-content: center;
  align-items: center;
  display: flex;
  background: #00beca;
  color: #fff;
  border-radius: 15px 0 0 15px;
}
#results_index .project_list .item .item_body .step.in_progress {
  background: #999;
}
#results_index .project_list .item .item_body .name {
  width: 376px;
  height: 60%;
  font-size: 2.2rem;
  padding: 0px 15px;
  border-right: 1px #999 solid;
  font-weight: bold;
  display: flex;
  align-items: center;
}
#results_index .project_list .item .item_body .name input {
  width: 100%;
}
#results_index .project_list .item .item_body .name .ico_favo {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 5px;
}
#results_index .project_list .item .item_body .name .ico_favo::after {
  content: url("../img/project/ico_favo_off.svg");
}
#results_index .project_list .item .item_body .name .ico_favo.is_favo::after {
  content: url("../img/project/ico_favo_on.svg");
}
#results_index .project_list .item .item_body .name .ico_favo_new {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 5px;
}
#results_index .project_list .item .item_body .name .ico_favo_new::after {
  content: url("../img/project/ico_favo_off.svg");
}
#results_index .project_list .item .item_body .last_modified {
  width: 243px;
  height: 60%;
  border-right: 1px #999 solid;
  padding: 0px 15px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  font-size: 1.4rem;
}
#results_index .project_list .item .item_body .last_modified .date {
  font-size: 2.2rem;
  margin-left: 20px;
}
#results_index .project_list .item .item_body .member {
  width: 30%;
  height: 60%;
  padding: 0px 28px;
  display: flex;
  align-items: center;
}
#results_index .project_list .item .item_body .member .avatar {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-left: -5px;
}
#results_index .project_list .item .item_body .member .avatar img {
  width: 100%;
  height: 100%;
  border-radius: 100px;
  border: 2px #fff solid;
}
#results_index .project_list .item .item_body .member .avatar_plus {
  font-size: 1.5rem;
  margin-left: 5px;
}
#results_index .project_list .item .item_body .avatar_add_area {
  display: inline-block;
  margin-left: 5px;
  position: relative;
}
#results_index .project_list .item .item_body .avatar_add_area .avatar_add:hover {
  color: #00beca;
}
#results_index .project_list .item .ico_edit {
  position: absolute;
  top: 50px;
  left: -35px;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/project/ico_edit.svg") no-repeat center top;
  display: block;
  width: 15px;
  height: 15px;
  opacity: 0;
}
#results_index .project_list .item .ico_trash {
  position: absolute;
  top: 50px;
  right: -35px;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/project/ico_trash.svg") no-repeat center top;
  display: block;
  width: 15px;
  height: 15px;
  opacity: 0;
}
#results_index .project_list .item:hover .ico_trash {
  opacity: 1;
}
#results_index .project_list .item:not(.new):hover .ico_edit {
  opacity: 1;
}
#results_index .project_list .item .focus_hidden {
  width: 0px;
  height: 0px;
}
#results_index .modaal-container {
  border-radius: 10px;
}
#results_index .step_wrap {
  height: 100%;
}
#results_index .step_wrap .pagenation {
  position: absolute;
  left: 385px;
  top: 100px;
}
#results_index .step_wrap .pagenation div .btn_to {
  display: inline-block;
  padding: 0 5px;
  align-items: center;
}
#results_index .step_wrap .pagenation div .active {
  font-size: 1.8rem;
  font-weight: 400;
}
#results_index .step_wrap .pagenation div .active::before {
  content: "<";
  padding-right: 15px;
}
#results_index .step_wrap .pagenation div .active::after {
  content: ">";
  padding-left: 15px;
}
#results_index .step_wrap .target_btns {
  position: absolute;
  right: 120px;
  top: 100px;
}
#results_index .step_wrap .btn {
  border-radius: 5px;
  font-size: 1.2rem;
  padding: 5px 40px;
  position: relative;
  font-weight: 500;
  margin-left: 10px;
  background: #ccc;
}
#results_index .step_wrap .btn.active {
  background: #00beca;
  color: #ffffff;
}
#results_index .step_wrap .step_box {
  display: flex;
  flex-flow: row wrap;
  align-content: baseline;
  overflow-y: scroll;
  padding: 10px 35px;
  margin: -10px -35px 0;
  position: relative;
  z-index: 0;
}
#results_index .step_wrap .step_box li {
  position: relative;
  box-shadow: 0px 0px 10px 2px rgba(153, 153, 153, 0.5);
  border-radius: 10px;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 25px;
}
#results_index .step_wrap .step_box li:nth-child(3n) {
  margin-right: 0;
}
#results_index .step_wrap .step_box li .title_box {
  font-size: 1rem;
  background: #ebf8f8;
  letter-spacing: 0.05rem;
}
#results_index .step_wrap .step_box li .title_box h3.title {
  padding: 16px 20px 3px;
  margin-bottom: 3px;
  border-bottom: 1px solid #ffffff;
}
#results_index .step_wrap .step_box li .title_box .text {
  display: flex;
  flex-flow: row nowrap;
  padding: 0px 20px 12px;
}
#results_index .step_wrap .step_box li .title_box .text::before {
  display: inline-block;
  content: "➡";
}
#results_index .step_wrap .step_box li .title_box h4 {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  padding-bottom: 17px;
  margin-bottom: 15px;
}
#results_index .step_wrap .step_box li .content {
  padding: 16px 20px;
}
#results_index .step_wrap .step_box li .content .fluctuation {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
  color: #999999;
  line-height: 1.2rem;
  width: 150px;
  margin: 0 auto;
}
#results_index .step_wrap .step_box li .content .fluctuation div {
  text-align: center;
}
#results_index .step_wrap .step_box li .content .fluctuation div span {
  color: #999999;
  font-size: 1rem;
}
#results_index .step_wrap .step_box li .content .fluctuation div small {
  font-size: small;
}
#results_index .step_wrap .step_box li .content .fluctuation .before {
  font-size: 1.8rem;
  font-weight: 500;
}
#results_index .step_wrap .step_box li .content .fluctuation .after {
  font-size: 2.6rem;
  font-weight: 500;
}
#results_index .step_wrap .step_box li .content .graph {
  width: 80%;
  margin: 10px auto;
}
#results_index .step_wrap .step_box li .content .graph img {
  width: 100%;
  height: 100%;
}
#results_index .step_wrap .step_box li .content .box {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding: 20px 0;
  color: #999999;
}
#results_index .step_wrap .step_box li .content .box div {
  font-size: 1.2rem;
}
#results_index .step_wrap .step_box li .content .box div span {
  font-size: 2.4rem;
  font-weight: 500;
}
#results_index .step_wrap .step_box li .content .box div small {
  font-size: small;
}
#results_index .step_wrap .step_box li .content .box #progress {
  -webkit-appearance: none !important;
  vertical-align: unset;
  width: 200px !important;
  height: 30px !important;
  margin: 0 10px;
}
#results_index .step_wrap .step_box li .content .box ::-webkit-progress-bar {
  background: #f8f8f4;
  border: 1px solid #cccccc;
  border-radius: 100px;
}
#results_index .step_wrap .step_box li .content .box ::-webkit-progress-value {
  background: #00beca;
  border-radius: 100px;
}
#results_index .step_wrap .step_box li .content .date {
  margin-bottom: 10px;
}
#results_index .step_wrap .step_box li .content .box_2 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
}
#results_index .step_wrap .step_box li .content .box_2 p {
  display: inline-block;
  width: 245px;
  font-size: 1.3rem;
}
#results_index .step_wrap .step_box li .content .box_2 .prev {
  float: left;
  width: 15px;
  padding-right: 3px;
  margin-bottom: 0px;
}
#results_index .step_wrap .step_box li .content .box_2 .next {
  float: right;
  width: 15px;
  padding-left: 3px;
  margin-bottom: 0px;
}
#results_index .step_wrap .sentence {
  overflow-y: scroll;
  padding: 20px 10px;
  background: #fff;
  position: relative;
  z-index: 1;
  margin: 30px -10px;
}
#results_index .step_wrap .sentence .output {
  font-size: 1.8rem;
  font-weight: 500;
  color: #999999;
  margin: 0 30px 30px;
}
#results_index .step_wrap .sentence .sentence_box {
  display: flex;
  flex-flow: row wrap;
  align-content: baseline;
  overflow-y: scroll;
  padding: 10px 35px;
  margin: -10px -35px 0;
  position: relative;
  z-index: 0;
}
#results_index .step_wrap .sentence .sentence_box .ico_edit {
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/dashboard/ico_edit.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  width: 10px;
  height: 2px;
  right: 20px;
  top: 15px;
}
#results_index .step_wrap .sentence .sentence_box li {
  position: relative;
  box-shadow: 0px 0px 10px 2px rgba(153, 153, 153, 0.5);
  border-radius: 10px;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 25px;
}
#results_index .step_wrap .sentence .sentence_box li:nth-child(3n) {
  margin-right: 0;
}
#results_index .step_wrap .sentence .sentence_box li .title_box {
  font-size: 1rem;
  background: #cccccc;
  letter-spacing: 0.05rem;
}
#results_index .step_wrap .sentence .sentence_box li .title_box h3.title {
  padding: 16px 20px 3px;
  margin-bottom: 3px;
  border-bottom: 1px solid #ffffff;
}
#results_index .step_wrap .sentence .sentence_box li .title_box .text {
  display: flex;
  flex-flow: row nowrap;
  padding: 0px 20px 12px;
}
#results_index .step_wrap .sentence .sentence_box li .title_box .text::before {
  display: inline-block;
  content: "➡";
}
#results_index .step_wrap .sentence .sentence_box li .title_box h4 {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  padding-bottom: 17px;
  margin-bottom: 15px;
}
#results_index .step_wrap .sentence .sentence_box li .content {
  padding: 6px 20px;
}
#results_index .step_wrap .sentence .sentence_box li .content .fluctuation {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
  color: #666666;
  line-height: 2.5rem;
  margin: 0 auto;
}
#results_index .step_wrap .sentence .sentence_box li .content .fluctuation div {
  color: #666666;
  font-size: 1rem;
  text-align: center;
}
#results_index .step_wrap .sentence .sentence_box li .content .fluctuation div span {
  font-weight: 400;
  color: #458f8b;
}
#results_index .step_wrap .sentence .sentence_box li .content .fluctuation div strong {
  font-size: 2.4rem;
  font-weight: 500;
  color: #458f8b;
}
#results_index .step_wrap .sentence .sentence_box li .content .fluctuation .before {
  font-size: 1.8rem;
  font-weight: 500;
}
#results_index .step_wrap .sentence .sentence_box li .content .fluctuation .after {
  font-size: 2.6rem;
  font-weight: 500;
}
#results_index .step_wrap .sentence .sentence_box li .content .box {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding: 20px 0;
  color: #999999;
}
#results_index .step_wrap .sentence .sentence_box li .content .box div {
  font-size: 1.2rem;
  line-height: 2.5rem;
}
#results_index .step_wrap .sentence .sentence_box li .content .box div span {
  font-size: 2.4rem;
  font-weight: 500;
  color: #458f8b;
}
#results_index .step_wrap .sentence .sentence_box li .content .box div small {
  font-size: small;
}
#results_index .step_wrap .sentence .sentence_box li .content .box #progress {
  -webkit-appearance: none !important;
  vertical-align: unset;
  width: 200px !important;
  height: 30px !important;
  margin: 0 10px;
}
#results_index .step_wrap .sentence .sentence_box li .content .box ::-webkit-progress-bar {
  background: #f8f8f4;
  border: 1px solid #cccccc;
  border-radius: 100px;
}
#results_index .step_wrap .sentence .sentence_box li .content .box ::-webkit-progress-value {
  background: #458f8b;
  border-radius: 100px;
}

#dashboard_index.dashboard.final .step_wrap .step_box li .title_box {
  font-size: 1.8rem;
  font-weight: 500;
}

/* = results > outcome
-------------------------------------------------------- */
#outcome.add_case #main .container {
  padding-top: 70px;
  margin-left: 80px;
}
#outcome.add_case .container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 1100px;
  margin-left: 24px;
}
#outcome.add_case .container .step_wrap {
  width: 1063px;
  height: 100%;
  position: relative;
}
#outcome.add_case .container .step_wrap .step_title {
  padding-top: 40px;
  font-size: 1.8rem;
  padding-bottom: 10px;
  margin-bottom: 30px;
  overflow: hidden;
  font-weight: bold;
}
#outcome.add_case .container .step_wrap .step_title span {
  font-size: 1.8rem;
  background: #666;
  color: #fff;
  padding: 5px;
  border-radius: 100px;
  width: 34px;
  height: 34px;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
}
#outcome.add_case .container .step_wrap .step_title small {
  font-weight: normal;
  font-size: 1.2rem;
  margin-left: 20px;
}
#outcome.add_case .container .step_wrap .step_title #progress {
  -webkit-appearance: none !important;
  vertical-align: unset;
  width: 85px !important;
  height: 15px !important;
  margin: 0 -10px 0 5px;
}
#outcome.add_case .container .step_wrap .step_title ::-webkit-progress-bar {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 5px;
}
#outcome.add_case .container .step_wrap .step_title ::-webkit-progress-value {
  background: #00beca;
  border-radius: 5px;
}
#outcome.add_case .container .step_wrap .step_list {
  display: flex;
  flex-flow: row wrap;
}
#outcome.add_case .container .step_wrap .step_list li {
  margin-right: 15px;
  margin-bottom: 15px;
}
#outcome.add_case .container .step_wrap .step_box {
  display: flex;
  flex-flow: row wrap;
  align-content: baseline;
  overflow-y: scroll;
  padding: 10px 35px;
  margin: -10px -35px 0;
  position: relative;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
#outcome.add_case .container .step_wrap .step_box .ico_alias {
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/project/ico_alias.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  width: 19px;
  height: 19px;
  right: 10px;
  top: 10px;
}
#outcome.add_case .container .step_wrap .step_box li {
  position: relative;
  box-shadow: 0px 0px 10px 2px rgba(153, 153, 153, 0.5);
  border-radius: 10px;
  margin-right: 24px;
  margin-bottom: 25px;
}
#outcome.add_case .container .step_wrap .step_box li:nth-child(3n) {
  margin-right: 0;
}
#outcome.add_case .container .step_wrap .step_box li.add {
  box-shadow: none;
  position: relative;
  padding-top: 0px;
}
#outcome.add_case .container .step_wrap .step_box li .btn_add {
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/project/btn_add_gy.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#outcome.add_case .container .step_wrap .step_box h3.title {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #999;
  font-size: 1.2rem;
  color: #666666;
}
#outcome.add_case .container .step_wrap .step_box .text {
  display: flex;
  flex-flow: row nowrap;
  padding-bottom: 20px;
  font-size: 1.2rem;
  color: #666666;
}
#outcome.add_case .container .step_wrap .step_box .text::before {
  display: inline-block;
  content: "→";
}
#outcome.add_case .container .step_wrap .step_box .icon_box {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  color: #666666;
}
#outcome.add_case .container .step_wrap .step_box .icon_box .avatar_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#outcome.add_case .container .step_wrap .step_box .icon_box .avatar_box .avatar {
  position: static;
  margin: 0 1px;
}
#outcome.add_case .container .step_wrap .step_box .icon_box .avatar_box .avatar img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
#outcome.add_case .container .step_wrap .step_box .icon_box .avatar_box .avatar_title {
  margin-right: 10px;
}
#outcome.add_case .container .step_wrap .step_box .icon_box .btn {
  border-radius: 5px;
  font-size: 1rem;
  padding: 5px 10px;
  position: relative;
  font-weight: 500;
  margin-left: 10px;
  background: #ccc;
  width: 64px;
  display: inline-block;
  color: #fff;
  text-align: center;
}
#outcome.add_case .container .step_wrap .step_box .icon_box .btn.active {
  background: #00beca;
  color: #ffffff;
}
#outcome.add_case .container .step_wrap .step_box .icon_box .btn span {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 16px;
  height: 16px;
  border: 3px #fff solid;
  border-radius: 100%;
  background: #00beca;
  text-align: center;
  font-weight: 500;
}
#outcome.add_case .container .step_wrap .step_box .icon_box .btn_edit {
  width: 17px;
  height: 18px;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/results/ico_edit.svg") no-repeat center top;
  display: block;
  background-size: cover;
}
#outcome.add_case .container .step_wrap .step_box .icon_box .tool_box {
  width: 96px;
  display: flex;
  justify-content: flex-end;
}
#outcome.add_case .container .step_wrap .target_btns {
  position: absolute;
  left: auto;
  right: 0;
  top: -45px;
  width: 100%;
  background: #fff;
  padding-bottom: 10px;
  display: flex;
  justify-content: flex-end;
  z-index: 5;
}
#outcome.add_case .container .step_wrap .target_btns .btn {
  border-radius: 5px;
  font-size: 1.2rem;
  padding: 5px 40px;
  position: relative;
  font-weight: 500;
  margin-left: 10px;
  background: #ccc;
}
#outcome.add_case .container .step_wrap .target_btns .btn span {
  position: absolute;
  top: -8px;
  right: -8px;
  min-width: 20px;
  height: 20px;
  border: 2px #00beca solid;
  border-radius: 100%;
  background: #fff;
  border: 2px #ccc solid;
  text-align: center;
  font-weight: 500;
  padding: 0 5px;
}
#outcome.add_case .container .step_wrap .target_btns .btn.active {
  background: #00beca;
  color: #ffffff;
}
#outcome.add_case .container .step_wrap .target_btns .btn.active span {
  color: #00beca;
  border: 2px #00beca solid;
}
#outcome.add_case .container .step_wrap .confirm_wrap {
  display: flex;
  flex-flow: row nowrap;
}
#outcome.add_case .container .step_wrap .confirm_wrap .confirm_index {
  color: #999;
  font-weight: 500;
  display: flex;
  flex-flow: column;
  margin: 0px 25px 0px 6px;
}
#outcome.add_case .container .step_wrap .confirm_wrap .confirm_index .outcome {
  height: 270px;
}
#outcome.add_case .container .step_wrap .confirm_wrap .confirm_index .idx {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 1.8rem;
}
#outcome.add_case .container .step_wrap .confirm_list {
  display: flex;
  flex-flow: row nowrap;
  overflow-x: scroll;
  padding: 30px 0px 0px;
  margin: -30px 0px 0px;
}
#outcome.add_case .container .step_wrap .confirm_list .item:not(:last-child) {
  margin-right: 15px;
}
#outcome.add_case .container .step_wrap .confirm_list .item .outcome {
  width: 280px;
  padding: 0px 10px 20px 20px;
}
#outcome.add_case .container .step_wrap .confirm_list .item .output {
  width: 280px;
  height: 440px;
  background: #ebf8f8;
  padding: 20px 10px 20px 20px;
  border-radius: 20px;
  position: relative;
  box-sizing: border-box;
}
#outcome.add_case .container .step_wrap .confirm_list .item .output:before {
  content: "";
  position: absolute;
  top: -50px;
  left: calc(50% - 15px);
  border: 15px solid transparent;
  border-bottom: 15px solid #ebf8f8;
  transform: scaleY(3);
}
#outcome.add_case .container .step_wrap .confirm_list .item .output .step_box {
  height: 100%;
  overflow-y: scroll;
}
#outcome.add_case .container .step_wrap .confirm_list .step_box {
  padding: 10px 14px;
  margin: -10px -22px 36px;
}
#outcome.add_case .container .step_wrap .confirm_list .step_box > li {
  width: 258px;
  background: #fff;
  margin-right: 0;
}
#outcome.add_case .container .step_wrap .confirm_list .step_box > li:last-child {
  margin-bottom: 0;
}
#outcome.add_case .container .step_wrap .confirm_list .measures {
  margin-left: 0px;
}
#outcome.add_case .container .step_wrap .confirm_list .measures li {
  box-shadow: none;
  border-radius: unset;
  width: 100%;
  padding: 20px 20px 0;
  margin-bottom: 0;
}
#outcome.add_case .container .step_wrap .confirm_list .measures li:active, #outcome.add_case .container .step_wrap .confirm_list .measures li.active {
  border-radius: inherit;
  box-shadow: 0 0 0 2px #00beca;
}
#outcome.add_case .container .step_wrap .confirm_list .measures li .measures_header .measures_title {
  font-size: 1.4rem;
  margin-bottom: 15px;
  font-weight: 500;
}
#outcome.add_case .container .step_wrap .confirm_list .measures li .measures_header .measures_results {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  font-size: 1.2rem;
  line-height: 1;
}
#outcome.add_case .container .step_wrap .confirm_list .measures li .measures_header .measures_results dt {
  border-right: 1px #000 solid;
  padding-right: 0.5rem;
  margin-right: 0.5rem;
  width: 3.5rem;
  margin-bottom: 15px;
  font-weight: normal;
}
#outcome.add_case .container .step_wrap .confirm_list .measures li .measures_header .measures_results dt:last-child {
  font-weight: 500;
}
#outcome.add_case .container .step_wrap .confirm_list .measures li .measures_header .measures_results dd {
  width: calc(100% - 3.5rem - 0.5rem);
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
#outcome.add_case .container .step_wrap .confirm_list .measures li .measures_header .measures_results dd .input_results {
  width: 4rem;
  border: 1px solid #00beca;
  border-radius: 6px;
  margin-right: 3px;
  padding: 1px 4px;
}
#outcome.add_case .container .step_wrap .confirm_list .measures li .measures_header .measures_results dd .input_results:disabled {
  border: 1px solid #cccccc;
  background: #cccccc;
}
#outcome.add_case .container .step_wrap .confirm_list .measures li .measures_header .measures_results dd .input_results_date {
  width: 5rem;
  line-height: 1;
}
#outcome.add_case .container .step_wrap .confirm_list .measures li .measures_header .measures_results .yoteibi {
  position: relative;
}
#outcome.add_case .container .step_wrap .confirm_list .measures li .measures_header .measures_results .yoteibi .yoteibi_label {
  position: absolute;
  top: -10px;
  font-size: 1rem;
  color: #999999;
  width: 200px;
}
#outcome.add_case .container .step_wrap .confirm_list .measures li .measures_header .measures_text {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 15px;
  max-height: 63px;
  overflow-y: scroll;
}
#outcome.add_case .container .step_wrap .confirm_list .measures li .measures_header .measures_text .measures_textarea {
  width: 100%;
  height: 63px;
  border: 1px solid #00beca;
  border-radius: 6px;
  padding: 8px 8px;
  font-size: 1rem;
  line-height: 1.5;
  resize: none;
}
#outcome.add_case .container .step_wrap .confirm_list .measures li .measures_header .measures_text .measures_textarea:disabled {
  border: 1px solid #cccccc;
  background: #cccccc;
}
#outcome.add_case .container .step_wrap .confirm_list .measures li.input_ok .avatar {
  cursor: pointer;
}
#outcome.add_case .container .step_wrap .confirm_list .measures li.input_ok .avatar:hover {
  opacity: 0.6;
}
#outcome.add_case .container .step_wrap .confirm_list .measures li.input_ok::before {
  content: url(../img/results/ico_input_notification.svg);
  width: 12px;
  height: 12px;
  position: absolute;
  top: -9px;
  left: -6px;
}
#outcome.add_case .container .step_wrap .confirm_list .measures li:first-child.input_ok::before {
  top: -6px;
}
#outcome.add_case .container .step_wrap .confirm_list .measures li .no_indices {
  font-size: 1.2rem;
  color: #999;
  margin-bottom: 20px;
  text-align: center;
}
#outcome.add_case .container .step_wrap .confirm_list .measures li .separator {
  margin-top: 20px;
  border: none;
  border-bottom: 1px #ccc solid;
  height: 1px;
  overflow: hidden;
}
#outcome.add_case .container .step_wrap .confirm_list .measures li:first-child {
  border-radius: 10px 10px 0 0;
}
#outcome.add_case .container .step_wrap .confirm_list .measures li:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-bottom: 20px;
}
#outcome.add_case .container .step_wrap .confirm_list .measures li:last-child .separator {
  display: none;
}

#result_modal_outcome .modal-window {
  width: 100%;
}
#result_modal_outcome .measures_header {
  border-bottom: 1px #ccc solid;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#result_modal_outcome .measures_header h4 {
  font-size: 1.8rem;
  background: transparent;
  padding: 0;
  margin-bottom: 15px;
  font-weight: 500;
}
#result_modal_outcome .measures_header .icon_box {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 1.1rem;
  color: #666666;
}
#result_modal_outcome .measures_header .icon_box .avatar_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#result_modal_outcome .measures_header .icon_box .avatar_box .avatar {
  position: static;
  margin: 0 1px;
}
#result_modal_outcome .measures_header .icon_box .avatar_box .avatar img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
#result_modal_outcome .measures_header .icon_box .avatar_box .avatar_title {
  margin-right: 8px;
}
#result_modal_outcome .measures_header .modal_avatar {
  cursor: pointer;
}
#result_modal_outcome .measures_header .modal_avatar:hover {
  opacity: 0.6;
}
#result_modal_outcome .measures_table {
  height: 216px;
  overflow-y: scroll;
}
#result_modal_outcome .measures_results_box {
  position: relative;
}
#result_modal_outcome .measures_results_box .measures_results {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  font-size: 1.8rem;
  line-height: 1;
}
#result_modal_outcome .measures_results_box .measures_results .results {
  font-weight: 700;
}
#result_modal_outcome .measures_results_box .measures_results dt {
  border-right: 1px #000 solid;
  padding-right: 1rem;
  margin-right: 1rem;
  width: 5rem;
  margin-bottom: 15px;
  font-weight: normal;
  line-height: 1;
  font-weight: bold;
}
#result_modal_outcome .measures_results_box .measures_results dt:last-child {
  font-weight: 500;
}
#result_modal_outcome .measures_results_box .measures_results dd {
  width: calc(100% - 5rem - 1rem);
  margin-bottom: 15px;
  line-height: 1;
  display: flex;
  flex-flow: wrap;
  align-items: center;
}
#result_modal_outcome .measures_results_box .measures_results dd .input_results {
  width: 5rem;
  border: 1px solid #00beca;
  border-radius: 6px;
  margin-right: 3px;
  padding: 1px 4px;
}
#result_modal_outcome .measures_results_box .measures_results dd .input_results_date {
  width: 5rem;
  line-height: 1;
}
#result_modal_outcome .measures_results_box .tool_box .btn {
  border-radius: 5px;
  font-size: 1rem;
  padding: 5px 10px;
  position: relative;
  font-weight: 500;
  background: #ccc;
  width: 64px;
  display: inline-block;
  color: #fff;
  text-align: center;
  position: absolute;
  right: 0px;
  top: calc(50% - 10px);
  transform: translateY(-50%);
}
#result_modal_outcome .measures_results_box .tool_box .btn.active {
  background: #00beca;
  color: #ffffff;
}
#result_modal_outcome .measures_results_box .tool_box .btn span {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 16px;
  height: 16px;
  border: 3px #fff solid;
  border-radius: 100%;
  background: #00beca;
  text-align: center;
  font-weight: 500;
}
#result_modal_outcome .slick_history {
  position: relative;
}
#result_modal_outcome .slick_history .avatar {
  position: static;
  margin: 0 1px 0 5px;
}
#result_modal_outcome .slick_history .avatar img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
#result_modal_outcome .slick_history .slick-arrow {
  z-index: 5;
  position: absolute;
  cursor: pointer;
  top: 4px;
}
#result_modal_outcome .slick_history .next-arrow {
  left: 240px;
}
#result_modal_outcome .slick_history .slick-disabled {
  opacity: 0.3 !important;
  cursor: default;
}
#result_modal_outcome .yoteibi {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 15px;
  position: relative;
  z-index: 5;
}
#result_modal_outcome .yoteibi:not(.arrowed) {
  margin-top: 3px;
}
#result_modal_outcome .yoteibi.arrowed {
  margin-left: 44px;
}
#result_modal_outcome .yoteibi dt {
  border-right: 1px #000 solid;
  padding-right: 1rem;
  margin-right: 1rem;
  width: 5.5rem;
  font-weight: normal;
  line-height: 1;
}
#result_modal_outcome .yoteibi dd {
  width: calc(100% - 5.5rem - 1rem);
  line-height: 1;
  display: flex;
  flex-flow: wrap;
  align-items: center;
}
#result_modal_outcome .yoteibi dd .input_results {
  width: 5rem;
  border: 1px solid #00beca;
  border-radius: 6px;
  margin-right: 3px;
  padding: 1px 4px;
}
#result_modal_outcome .yoteibi dd .input_results_date {
  width: 8.5rem;
  line-height: 1;
  background-image: url(../img/results/ico_calendar.svg);
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: center right;
  padding-right: 20px;
}
#result_modal_outcome .yoteibi .btn_result_history {
  margin-left: 2rem;
  color: #00beca;
}
#result_modal_outcome .yoteibi_arrowed {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 15px;
  position: relative;
  z-index: 5;
  margin-left: 44px;
}
#result_modal_outcome .yoteibi_arrowed dt {
  border-right: 1px #000 solid;
  padding-right: 1rem;
  margin-right: 1rem;
  width: 5.5rem;
  font-weight: normal;
  line-height: 1;
}
#result_modal_outcome .yoteibi_arrowed dd {
  width: calc(100% - 5.5rem - 1rem);
  line-height: 1;
  display: flex;
  flex-flow: wrap;
  align-items: center;
}
#result_modal_outcome .yoteibi_arrowed dd .input_results {
  width: 5rem;
  border: 1px solid #00beca;
  border-radius: 6px;
  margin-right: 3px;
  padding: 1px 4px;
}
#result_modal_outcome .yoteibi_arrowed dd .input_results_date {
  width: 8.5rem;
  line-height: 1;
  background-image: url(../img/results/ico_calendar.svg);
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: center right;
  padding-right: 20px;
}
#result_modal_outcome .measures_textarea {
  width: 100%;
  height: 270px;
  border: 1px solid #00beca;
  border-radius: 6px;
  padding: 8px 8px;
  font-size: 1.1rem;
  line-height: 1.5;
  resize: none;
}
#result_modal_outcome .measures_textarea:disabled {
  border: 1px solid #cccccc;
  background: #cccccc;
}
#result_modal_outcome .measures_textarea_history {
  width: 100%;
  height: 270px;
  border-radius: 6px;
  padding: 8px 8px;
  font-size: 1.1rem;
  line-height: 1.5;
  resize: none;
  background: #f8f8f4;
  border: none;
}
#result_modal_outcome .measures_textarea_history.editable {
  background: #fff;
  border: 1px solid #00beca;
}
#result_modal_outcome .measures_footer {
  padding-top: 15px;
  border-top: 1px #ccc solid;
}
#result_modal_outcome .measures_footer h4 {
  background: transparent;
}
#result_modal_outcome .measures_footer .measures_table dl {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  padding: 5px 0;
  font-size: 1.4rem;
  line-height: 1.5;
}
#result_modal_outcome .measures_footer .measures_table dl:nth-of-type(odd) {
  background: #f8f8f4;
}
#result_modal_outcome .measures_footer .measures_table dl dt {
  padding-right: 1.5rem;
  margin-right: 1.5rem;
  border-right: 1px #ccc solid;
  width: 8rem;
  text-align: right;
  font-weight: normal;
}
#result_modal_outcome .measures_footer .measures_table dl dd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#result_modal_outcome .measures_footer .measures_table dl dd .form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#result_modal_outcome .measures_footer .measures_table dl dd .result_area {
  padding-right: 1.5rem;
  margin-right: 1.5rem;
  border-right: 1px #ccc solid;
  width: 20%;
  text-align: right;
  font-weight: normal;
}
#result_modal_outcome .measures_footer .measures_table dl dd .data_area {
  width: 60%;
  display: flex;
  align-items: center;
}
#result_modal_outcome .measures_footer .measures_table dl dd .data_area .date {
  width: 60%;
}
#result_modal_outcome .measures_footer .measures_table dl dd .data_area .avatar {
  width: 15%;
}
#result_modal_outcome .measures_footer .measures_table dl dd .data_area .avatar img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
#result_modal_outcome .measures_footer .measures_table dl dd .data_area .is_edited {
  width: 36%;
}
#result_modal_outcome .measures_footer .measures_table dl dd .icon_area {
  width: 30%;
  display: flex;
  justify-content: flex-end;
  margin-right: 15px;
}
#result_modal_outcome .measures_footer .measures_table dl dd .icon_area .btn {
  border-radius: 5px;
  font-size: 1rem;
  padding: 3px 6px;
  position: relative;
  font-weight: 500;
  background: #ccc;
  width: 40px;
  display: inline-block;
  color: #fff;
  text-align: center;
}
#result_modal_outcome .measures_footer .measures_table dl dd .icon_area .btn.active {
  background: #00beca;
}
#result_modal_outcome .measures_footer .measures_table .input_edit {
  border: 1px solid #00beca;
  border-radius: 6px;
  margin-right: 3px;
  padding: 1px 2px;
  width: 90%;
}
#result_modal_outcome .measures_footer .measures_table .input_edit_results {
  width: 58%;
}
#result_modal_outcome .measures_footer .measures_table .edit_on {
  display: none;
}
#result_modal_outcome .modal_avatar {
  cursor: pointer;
}
#result_modal_outcome .modal_avatar:hover {
  opacity: 0.6;
}
#result_modal_outcome .form_teisei_history {
  position: relative;
}
#result_modal_outcome .form_teisei_history .btn_edit_history {
  width: 17px;
  height: 18px;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/results/ico_edit.svg") no-repeat center top;
  display: block;
  background-size: cover;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
#result_modal_outcome .form_teisei_history .btn_kakutei_history {
  border-radius: 5px;
  font-size: 1rem;
  padding: 5px 10px;
  position: relative;
  font-weight: 500;
  background: #ccc;
  width: 64px;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: none;
}
#result_modal_outcome .form_teisei_history .btn_kakutei_history.active {
  background: #00beca;
  color: #ffffff;
}
#result_modal_outcome .form_teisei_history .edit_on {
  display: none;
}
#result_modal_outcome .form_teisei_history .input_edit_results_date {
  width: 8.5rem;
  line-height: 1;
  background-image: url(../img/results/ico_calendar.svg);
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: center right;
  padding-right: 20px;
}

/* = setting > index
-------------------------------------------------------- */
#setting_index #main .container {
  padding-top: 110px;
  margin-left: 145px;
  width: 640px;
}
#setting_index h2 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 30px;
}
#setting_index .inputs {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-bottom: 15px;
}
#setting_index .inputs .input_label {
  width: 20%;
}
#setting_index .inputs .input_col {
  width: 80%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
#setting_index .inputs .input_col::before {
  content: "：";
  font-size: 1.6rem;
}
#setting_index .inputs .col {
  width: 150px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
#setting_index .inputs .input {
  padding: 10px;
  box-sizing: border-box;
  border: 1px #cccccc solid;
  border-radius: 10px;
  width: 120px;
  margin-right: 5px;
  max-width: 100%;
}
#setting_index .inputs .w-100 {
  width: 100%;
}
#setting_index .inputs .check_col {
  margin-left: 20px;
}
#setting_index .inputs #member_type.input,
#setting_index .inputs #contact_type.input {
  margin-left: -10px;
  margin-right: 0px;
  appearance: auto;
  padding: 7px 10px;
  width: 100%;
}

.buttons {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-top: 30px;
}
.buttons .button_cancel button {
  color: #fff;
  width: 141px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: #999999;
  margin: 0 5px;
}
.buttons .button_save button {
  color: #fff;
  width: 141px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: #00BECA;
  margin: 0 5px;
}
.buttons .button_edit a {
  color: #999999;
  width: 141px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: #fff;
  border: 1px #999999 solid;
  margin: 0px;
}

.plan #plan_list_table table,
.plan_index #plan_list_table table,
.plan_modify #plan_list_table table {
  width: 100%;
}
.plan #plan_list_table table tr,
.plan_index #plan_list_table table tr,
.plan_modify #plan_list_table table tr {
  border-bottom: 1px #ccc solid;
}
.plan #plan_list_table table tr.border-none,
.plan_index #plan_list_table table tr.border-none,
.plan_modify #plan_list_table table tr.border-none {
  border-bottom: none;
}
.plan #plan_list_table table tr th,
.plan_index #plan_list_table table tr th,
.plan_modify #plan_list_table table tr th {
  text-align: left;
  font-weight: normal;
  padding: 12px;
  width: 280px;
}
.plan #plan_list_table table tr td,
.plan_index #plan_list_table table tr td,
.plan_modify #plan_list_table table tr td {
  text-align: center;
  padding: 12px;
}
.plan #plan_list_table table tr td:nth-child(even),
.plan_index #plan_list_table table tr td:nth-child(even),
.plan_modify #plan_list_table table tr td:nth-child(even) {
  background-color: #f8f8f4;
}
.plan #plan_list_table table thead,
.plan_index #plan_list_table table thead,
.plan_modify #plan_list_table table thead {
  font-size: 2.2rem;
  font-weight: 700;
}
.plan #plan_list_table table thead th,
.plan_index #plan_list_table table thead th,
.plan_modify #plan_list_table table thead th {
  font-weight: 700;
}
.plan #plan_list_table table tbody,
.plan_index #plan_list_table table tbody,
.plan_modify #plan_list_table table tbody {
  font-size: 1.6rem;
}
.plan #plan_list_table .eye-catch,
.plan_index #plan_list_table .eye-catch,
.plan_modify #plan_list_table .eye-catch {
  font-size: 3.6rem;
  font-weight: 700;
}
.plan #plan_list_table .price,
.plan_index #plan_list_table .price,
.plan_modify #plan_list_table .price {
  margin-bottom: 15px;
}
.plan #plan_list_table .price_tax_in,
.plan_index #plan_list_table .price_tax_in,
.plan_modify #plan_list_table .price_tax_in {
  font-size: 1.4rem;
}
.plan .buttons,
.plan_index .buttons,
.plan_modify .buttons {
  margin-top: 0;
  justify-content: center;
  margin-bottom: 20px;
}
.plan .buttons button,
.plan_index .buttons button,
.plan_modify .buttons button {
  font-size: 1.4rem;
}
.plan .buttons .button_disabled,
.plan_index .buttons .button_disabled,
.plan_modify .buttons .button_disabled {
  color: #fff;
  width: 141px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: #999999;
  margin: 0 5px;
  font-size: 1.4rem;
}/*# sourceMappingURL=style.css.map */