@charset "UTF-8";
.setting-password p {
  color: #fff;
}

.setting-password .error-message {
  margin-top: 10px;
  height: 21px;
  line-height: 21px;
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  width: 100%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#main.login {
  height: 100%;
}

#main.login #mainWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  #main.login #mainWrap {
    min-height: 100%;
    height: 100%;
  }
}

#main.login .inner .logo {
  padding: 0px 32px 0px 32px;
}

#main.login .inner .logo img {
  max-height: 100px;
}

#main.login .inner .formTitle {
  margin-top: 24px;
}

#main.login .inner .formParts label {
  display: none;
}

.single {
  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.single .colorRadioWrap {
  margin-top: 0;
}

.single.nohead .inner form {
  margin-bottom: 40px;
}

.single.nohead .inner form .formTitle {
  text-align: center;
  display: inherit;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}

.single.nohead .inner form .formTitle p {
  width: 70%;
  margin: 0 auto;
  margin-top: 24px;
}

.single.nohead .inner form .formTitle h5 {
  font-size: 18px;
  font-weight: bold;
}

.single.nohead .inner form .formBlockTitle {
  padding-top: 48px;
  margin-top: 48px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.single.nohead .inner form .formBlockTitle h5 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.single.nohead .inner form .formBlockTitle p {
  margin-top: 10px;
  color: #fff;
  line-height: 1.3;
}

.single .inner {
  max-width: 480px;
  width: 80%;
}

.single .inner .logo {
  text-align: center;
  padding: 32px 32px 16px 32px;
}

.single .inner .logo img {
  max-height: 52px;
}

.single .inner h4 {
  margin-top: 32px;
  padding-top: 32px;
  color: #fff;
  margin-bottom: 16px;
  border-top: 1px dashed #fff;
  font-weight: bold;
  line-height: 1.3;
  font-size: 16px;
}

.single .inner form {
  margin-bottom: 40px;
}

.single .inner form .formTitle {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .single .inner form .formTitle {
    margin-top: 20px;
  }
}

.single .inner form .formTitle h5 {
  font-size: 18px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .single .inner form .colorRadioWrap {
    margin-top: 16px;
  }
}

.single .inner form .radioGroup .radioWrap {
  height: 5rem;
  width: 5rem;
}

@media only screen and (max-width: 767px) {
  .single .inner form .radioGroup .radioWrap {
    height: 17vw;
    width: 17vw;
  }
}

.single .inner form .acd-label {
  background-color: transparent;
  border-bottom: 1px solid #fff;
}

.single .inner form .acd-label:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.single .inner form .acd-content .radioGroup .radioWrap {
  height: 8vw;
  width: 150px;
}

.single .inner .circleBtn a {
  display: block;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.9);
  color: #fff;
  -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.5));
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

.single .inner .circleBtn a:hover {
  -webkit-filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.8));
          filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.8));
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.9);
  color: #00b4c6;
}

.single .inner .sendWarp {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 60px 40px;
  margin-bottom: 32px;
  border-radius: 5px;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}

.single .inner .sendWarp .icon {
  text-align: center;
  margin-bottom: 10px;
}

.single .inner .sendWarp .icon svg {
  fill: #fff;
  width: 80px;
}

@media only screen and (max-width: 767px) {
  .single .inner .sendWarp .icon svg {
    width: 16vw;
  }
}

.single .inner .sendWarp h4 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 32px;
}

@media only screen and (max-width: 767px) {
  .single .inner .sendWarp h4 {
    font-size: 5.5vw;
  }
}

.single .inner .sendWarp p {
  line-height: 1.6;
  text-align: center;
  font-size: 15px;
}

@media only screen and (max-width: 767px) {
  .single .inner .sendWarp p {
    font-size: 3.2vw;
  }
}

.single .inner .attention p {
  color: #fff;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .single .inner .attention p {
    font-size: 3vw;
  }
}

.single .formContents {
  padding: 0px 0 60px 0;
  max-width: 640px;
  margin: 0 auto;
  background-color: transparent;
  -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0));
          filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0));
}

.single .formContents .formTitle {
  text-align: center;
  font-family: 'Barlow', sans-serif;
  font-weight: 200;
  font-size: 32px;
  color: #fff;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 767px) {
  .single .formContents .formTitle {
    font-size: 6vw;
  }
}

.single .formContents .formTitle h3 {
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
}

.single .formContents .formTitle p {
  font-size: 18px;
  margin-top: 16px;
  line-height: 1.6;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .single .formContents .formTitle p {
    font-size: 3.5vw;
    text-align: left;
  }
}

.single .formContents .formTitle p.groupName {
  text-align: center;
  font-size: 6.5vw;
  margin-top: 0;
}

.single .formContents .formParts {
  margin-top: 20px;
}

.single .formContents .formParts:first-child {
  margin-top: 0;
}

.single .formContents .formParts label {
  color: #fff;
  font-size: 13px;
  margin-bottom: 10px;
  display: block;
}

.single .formContents .formParts label span {
  padding-left: 5px;
  font-size: 70%;
  color: #ffdce1;
}

.single .formContents .formParts .error-message {
  margin-top: 8px;
  color: #fff;
  padding: 4px;
  background-color: #c7243a;
  border-radius: 3px;
}

.single .formContents .formParts .fileicon {
  text-align: center;
  position: relative;
  background-image: url(../images/noimgselect.jpg);
  background-position: center center;
  background-size: cover;
  height: 180px;
  width: 180px;
  border-radius: 90px;
  margin: 0 auto;
}

.single .formContents .formParts .fileicon .profileThum {
  height: 180px;
  width: 180px;
  border-radius: 90px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.single .formContents .formParts .fileicon .profileThum img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single .formContents .formParts .fileicon label {
  position: absolute;
  width: 180px;
  height: 180px;
  background-color: transparent;
  color: #666;
  display: inline-block;
  line-height: 180px;
  border-radius: 90px;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ccc;
  cursor: pointer;
  font-size: 0;
}

.single .formContents .formParts .fileicon label input[type="file"] {
  display: none;
}

.single .formContents .formParts input[type="text"],
.single .formContents .formParts input[type="email"],
.single .formContents .formParts input[type="date"],
.single .formContents .formParts input[type="password"] {
  width: 100%;
  padding: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  border: 0px solid #bbbbbb;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  display: inline-block;
}

.single .formContents .formParts input[type="text"]:placeholder,
.single .formContents .formParts input[type="email"]:placeholder,
.single .formContents .formParts input[type="date"]:placeholder,
.single .formContents .formParts input[type="password"]:placeholder {
  color: #ccc;
}

.single .formContents .formParts input[type="text"].icon,
.single .formContents .formParts input[type="email"].icon,
.single .formContents .formParts input[type="date"].icon,
.single .formContents .formParts input[type="password"].icon {
  padding-left: 48px;
}

.single .formContents .formParts input[type="text"]:focus,
.single .formContents .formParts input[type="email"]:focus,
.single .formContents .formParts input[type="date"]:focus,
.single .formContents .formParts input[type="password"]:focus {
  background-color: rgba(255, 255, 255, 0.9);
}

.single .formContents .formParts input[type="text"]:disabled,
.single .formContents .formParts input[type="email"]:disabled,
.single .formContents .formParts input[type="date"]:disabled,
.single .formContents .formParts input[type="password"]:disabled {
  background-color: transparent;
  border: 0px;
  color: #fff;
}

.single .formContents .formParts input[type="submit"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  width: 100%;
  border: 0px solid #fff;
  height: 60px;
  line-height: 60px;
  -webkit-appearance: none;
  border-radius: 0;
  border-radius: 5px;
  background-color: #00b4c6;
  -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.5));
  font-size: 15px;
  color: #fff;
  cursor: pointer;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

.single .formContents .formParts input[type="submit"]:hover {
  background-color: #00c6d9;
}

.task_end .radioWrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.colorRadioWrap {
  margin-top: 4vh;
}

.colorRadioWrap .item {
  margin-bottom: 10px;
  display: block;
  font-weight: 600;
  color: #fff;
}

.cautionWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #fff;
}

.cautionWrap h4 {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 18px;
  margin-bottom: 16px;
  font-weight: bold;
  border-top: 1px solid #fff !important;
}

.cautionWrap > p {
  line-height: 1.3;
  margin-bottom: 24px;
  font-size: 13px;
  width: 100%;
  text-align: center;
}

.cautionWrap > p a {
  text-decoration: underline;
  color: #fff;
}

.cautionWrap > p a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .cautionWrap > p {
    text-align: left;
  }
}

.changeWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 48px;
  margin-top: 48px;
  border-top: 1px solid rgba(255, 255, 255, 0.34);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #fff;
}

.changeWrap h4 {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 18px;
  margin-bottom: 16px;
  font-weight: bold;
}

.changeWrap > p {
  line-height: 1.3;
  margin-bottom: 24px;
  font-size: 13px;
  width: 100%;
  text-align: center;
  color: #fff;
}

.changeWrap > p a {
  text-decoration: underline;
  color: #fff;
}

.changeWrap > p a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .changeWrap > p {
    text-align: left;
  }
}

.changeWrap div a {
  text-align: center;
  color: #c7243a;
  text-decoration: underline;
}

.changeWrap div a:hover {
  text-decoration: none;
}

.changeWrap div.completeBtn {
  text-align: center;
}

.changeWrap div.completeBtn a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  height: 48px;
  line-height: 48px;
  background-color: #9282d3;
  padding: 0 20px;
  font-weight: 500;
  border-radius: 24px;
  -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.4));
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

.changeWrap div.completeBtn a:hover {
  background-color: #7663c1;
}

.formContents {
  padding: 60px;
  max-width: 640px;
  margin: 0 auto;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0));
          filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0));
}

@media only screen and (max-width: 767px) {
  .formContents {
    padding: 9vw 7vw;
  }
}

.formContents .formParts {
  margin-top: 4vh;
  position: relative;
}

.formContents .formParts.actionWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.formContents .formParts.actionWrap .close {
  position: relative;
  right: auto;
  top: auto;
  width: 160px;
  height: 48px;
}

.formContents .formParts.mt0 {
  margin-top: 0;
}

.formContents .formParts:first-child {
  margin-top: 0;
}

.formContents .formParts:first-child .imgIcon {
  background-size: cover;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-image: url(../images/icon/camera.svg);
  -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2));
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.formContents .formParts label.item {
  margin-bottom: 10px;
  display: block;
  font-weight: 600;
  color: #333;
}

.formContents .formParts > p {
  color: #fff;
  font-size: 13px;
}

.formContents .formParts input[type="text"],
.formContents .formParts input[type="email"],
.formContents .formParts input[type="date"],
.formContents .formParts input[type="password"],
.formContents .formParts input[type="number"] {
  -webkit-appearance: none;
  width: 100%;
  height: 44px;
  line-height: 44px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #e2e2e2;
  font-size: 16px;
  padding: 0 16px;
  opacity: 1;
  background: #fff;
}

.formContents .formParts input[type="text"]:placeholder,
.formContents .formParts input[type="email"]:placeholder,
.formContents .formParts input[type="date"]:placeholder,
.formContents .formParts input[type="password"]:placeholder,
.formContents .formParts input[type="number"]:placeholder {
  color: #ccc;
}

.formContents .formParts input[type="text"].icon,
.formContents .formParts input[type="email"].icon,
.formContents .formParts input[type="date"].icon,
.formContents .formParts input[type="password"].icon,
.formContents .formParts input[type="number"].icon {
  padding-left: 48px;
}

.formContents .formParts input[type="text"]:disabled,
.formContents .formParts input[type="email"]:disabled,
.formContents .formParts input[type="date"]:disabled,
.formContents .formParts input[type="password"]:disabled,
.formContents .formParts input[type="number"]:disabled {
  background-color: transparent;
  border: 0px;
  color: #fff;
}

.formContents .formParts .formIcon {
  background-color: #c4dde8;
  color: #fff;
  position: absolute;
  left: 6px;
  bottom: 6px;
  height: 32px;
  line-height: 32px;
  width: 32px;
  text-align: center;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.formContents .formParts .formIcon img {
  width: 16px;
}

.formContents .formParts .date_placeholder {
  display: none;
  position: absolute;
  left: 50px;
  bottom: 15px;
  color: #777;
}

.formContents .formParts .batsu {
  position: absolute;
  left: 260px;
  bottom: 12px;
  font-size: 100%;
  font-weight: bold;
  color: #fff;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  width: 1.3em;
  line-height: 1.3em;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
  background: #999;
}

.formContents .formParts .batsu:hover {
  background: #333;
  border-color: #333;
  color: #FFF;
}

.formContents .formParts .formLink a {
  display: inline-block;
  background-color: #fafafa;
  height: 36px;
  line-height: 36px;
  border: 1px solid #efefef;
  color: #bbb;
  padding: 0 40px 0 10px;
  position: relative;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

.formContents .formParts .formLink a:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 10px;
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 3px;
  top: 13px;
}

.formContents .formParts .formLink a:hover {
  background-color: #333;
  color: #fff;
}

.formContents .formParts .formLink a:hover:hover {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  right: 0px;
}

.formContents .formParts .selctWrap {
  width: 100%;
  position: relative;
}

.formContents .formParts .selctWrap:before {
  position: absolute;
  bottom: 16px;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
  z-index: 5;
}

.formContents .formParts .selctWrap select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: relative;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  background: #ffffff;
  padding: 0px 38px 0px 12px;
  color: #666666;
  font-size: 16px;
  border-radius: 5px;
  height: 44px;
  line-height: 44px;
}

.formContents .formParts .selctWrap select:-ms-expand {
  display: none;
}

.formContents .formParts .taskComment {
  width: 100%;
  height: 80px;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px;
  font-size: 16px;
}

.formContents .formParts .memberList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}

.formContents .formParts .memberList li {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 5%;
  border: 1px solid #e2e2e2;
  padding: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  background-color: #fff;
  position: relative;
}

.formContents .formParts .memberList li .deletebtn {
  position: absolute;
  left: 4px;
  top: -17px;
}

.formContents .formParts .memberList li .deletebtn a {
  width: 32px;
  height: 32px;
  position: relative;
  border-radius: 16px;
  background-color: #002883;
  display: block;
}

.formContents .formParts .memberList li .deletebtn a p {
  font-size: 0;
}

.formContents .formParts .memberList li .deletebtn a:before {
  content: "";
  width: 12px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
}

.formContents .formParts .memberList li .deletebtn a:after {
  content: "";
  width: 12px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
}

.formContents .formParts .memberList li:nth-child(3n) {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .formContents .formParts .memberList li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 32px;
    padding: 5vw 3.5vw 3.5vw 3.5vw;
  }
  .formContents .formParts .memberList li:nth-child(3n) {
    margin-right: 4%;
  }
  .formContents .formParts .memberList li:nth-child(2n) {
    margin-right: 0;
  }
}

.formContents .formParts .memberList li .userInfo {
  text-align: center;
}

.formContents .formParts .memberList li .userInfo .thumnail {
  width: 100px;
  height: 100px;
  background-size: cover;
  background-position: center center;
  margin-bottom: 12px;
  border-radius: 50%;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .formContents .formParts .memberList li .userInfo .thumnail {
    width: 20vw;
    height: 20vw;
  }
}

.formContents .formParts .memberList li .userInfo h3 {
  font-size: 20px;
  margin-bottom: 6px;
  line-height: 1.3;
}

@media only screen and (max-width: 767px) {
  .formContents .formParts .memberList li .userInfo h3 {
    font-size: 4.5vw;
  }
}

.formContents .formParts .memberList li .userInfo .affiliation {
  width: 120%;
  -webkit-transform: translateX(-10%);
          transform: translateX(-10%);
  -webkit-font-feature-settings: "palt" 1, "trad" 1;
          font-feature-settings: "palt" 1, "trad" 1;
  font-size: 12px;
  height: 24px;
  line-height: 14px;
  color: #646464;
  text-align: center;
  border-radius: 0;
}

.formContents .formParts .memberList li .userInfo p {
  font-size: 12px;
  color: #fff;
  padding: 5px;
  border-radius: 10px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .formContents .formParts .memberList li .userInfo p {
    font-size: 2.5vw;
  }
}

.formContents .formParts .memberList li .userInfo p.redColor {
  background-color: #D50000;
}

.formContents .formParts .memberList li .userInfo p.lightBlueColor {
  background-color: #039BE5;
}

.formContents .formParts .memberList li .userInfo p.blueColor {
  background-color: #3F51B5;
}

.formContents .formParts .memberList li .userInfo p.colorBlueGreen {
  background-color: #3fd8d2;
}

.formContents .formParts .memberList li .userInfo p.colorPurple {
  background-color: #8E24AA;
}

.formContents .formParts .memberList li .userInfo p.colorOrange {
  background-color: #F4511E;
}

.formContents .formParts .memberList li .userInfo p.colorPink {
  background-color: #E67C73;
}

.formContents .formParts .memberList li .userInfo p.greenColor {
  background-color: #0B8043;
}

.formContents .formParts .memberList li .userInfo p.colorYellow {
  background-color: #F6BF26;
}

.formContents .formParts .memberList li .userInfo p.colorYellowGreen {
  background-color: #33B679;
}

.formContents .formParts .memberList li .userInfo p.colorBluePurple {
  background-color: #7986CB;
}

.formContents .formParts .memberList li .userInfo p.colorGray {
  background-color: #b9b9b8;
}

.formContents .formParts .memberList li .userInfo p.colorGray .radio-tile-label {
  color: white;
  background-color: #b9b9b8;
}

.formContents .formParts .memberList li .userAuthority {
  font-size: 0;
  /** ラジオボタンは非表示にする。 */
  padding: 3px;
  background-color: #F6D4D8;
  margin-top: 20px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /** スイッチボタンのベース装飾 */
}

.formContents .formParts .memberList li .userAuthority input[type="radio"] {
  display: none;
}

.formContents .formParts .memberList li .userAuthority input[type="radio"] + label.admin {
  border-radius: 16px 0 0 16px;
}

.formContents .formParts .memberList li .userAuthority input[type="radio"] + label.general {
  border-radius: 0px 16px 16px 0px;
}

.formContents .formParts .memberList li .userAuthority input[type="radio"] + label {
  display: inline-block;
  width: 50%;
  background-color: #F6D4D8;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
}

.formContents .formParts .memberList li .userAuthority input[type="radio"]:checked + label {
  background-color: #C7243A;
}

.formContents .formParts .thumnailWrap {
  width: 240px;
  height: 240px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #ccc;
  overflow: hidden;
  position: relative;
}

.formContents .formParts .thumnailWrap:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 767px) {
  .formContents .formParts .thumnailWrap {
    width: 160px;
    height: 160px;
  }
}

.formContents .formParts .thumnailWrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.formContents .formParts .finishBtn {
  text-align: center;
}

.formContents .formParts .finishBtn input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
  width: 120px;
  background-color: #ff0000;
  color: #fff;
  height: 48px;
  line-height: 48px;
  border-radius: 24px;
  text-align: center;
  font-size: 15px;
  font-family: 'Barlow', sans-serif;
  font-weight: 200;
  display: inline-block;
  -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2));
  border: none;
  cursor: pointer;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

.formContents .formParts .finishBtn input[type="submit"]:hover {
  background-color: #ff004e;
}

.formContents .formParts .cancelBtn {
  text-align: center;
  margin-left: 8px;
}

.formContents .formParts .cancelBtn input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
  width: 120px;
  background-color: #d3d3d3;
  color: #fff;
  height: 48px;
  line-height: 48px;
  border-radius: 24px;
  text-align: center;
  font-size: 15px;
  font-family: 'Barlow', sans-serif;
  font-weight: 200;
  display: inline-block;
  -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2));
  border: none;
  cursor: pointer;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

.formContents .formParts .cancelBtn input[type="submit"]:hover {
  background-color: #606060;
}

.formContents .formParts .addBtn {
  text-align: center;
}

.formContents .formParts .addBtn input[type="submit"] {
  min-width: 160px;
  background-color: #00b4c6;
  color: #fff;
  padding: 0 12px;
  height: 48px;
  line-height: 48px;
  border-radius: 24px;
  text-align: center;
  font-size: 15px;
  font-family: 'Barlow', sans-serif;
  font-weight: 200;
  display: inline-block;
  -webkit-appearance: none;
  -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2));
  border: none;
  cursor: pointer;
}

.formContents .formParts .timeWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.formContents .formParts .timeWrap p {
  padding: 0 12px;
}

.formContents .formParts .timeWrap input {
  width: 100%;
  padding-left: 45px;
}

.formContents .formParts .timeWrap select {
  width: 45%;
}

.formContents .formParts .timeWrap .timeWrapItem {
  width: 100%;
  position: relative;
}

.formContents .formParts .timeWrap .timeWrapItem input {
  width: 100%;
}

.unitPrice {
  padding: 8px 0;
}

.unitPrice .unitPriceInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 0;
  position: relative;
}

.unitPrice .unitPriceInner:after {
  width: 1px;
  height: 16px;
  content: "";
  border-left: 1px dotted #555555;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
}

.unitPrice .unitPriceInner:before {
  width: 1px;
  height: 16px;
  content: "";
  border-left: 1px dotted #555555;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}

.unitPrice .unitPriceInner p {
  color: #909090;
}

.unitPrice .unitPriceInner .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  padding: 0 8px;
}

.unitPrice .unitPriceInner .price .num {
  color: #000;
  font-weight: bold;
}

.unitPrice .unitPriceInner .price .item {
  color: #000;
  font-weight: bold;
}

.unitPrice .unitPriceInner .editLink a {
  color: #909090;
}

.acd-check {
  display: none;
}

.acLink {
  text-align: right;
}

.acd-label {
  background: #fff;
  display: inline-block;
  margin-bottom: 1px;
  text-align: right;
  border: 0px;
  color: #666;
  border-bottom: 1px solid #666;
  padding-bottom: 5px;
  margin-top: 12px;
  padding-right: 26px;
  position: relative;
}

.acd-label:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  right: 4px;
  top: 0;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

.acd-check:checked + .acd-label:after {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  top: 4px;
}

.acd-content {
  height: 0;
  opacity: 0;
  -webkit-transition: .2s;
  transition: .2s;
  visibility: hidden;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

.acd-check:checked + .acd-label + .acd-content {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.radioWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.radioWrap label {
  width: 21%;
  cursor: pointer;
  text-align: center;
}

.radioWrap .radio {
  display: none;
}

.radioWrap .radio + .radio_image {
  fill: #000;
  width: 100%;
  height: 100%;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

.radioWrap .radio:checked + .radio_image {
  fill: #fda600;
}

.setting-project-detail .formParts:first-child,
.setting-acount .formParts:first-child {
  position: relative;
}

.setting-project-detail .formParts:first-child label,
.setting-acount .formParts:first-child label {
  cursor: pointer;
  width: 240px;
  height: 240px;
  border: 2px solid #fff;
  border-radius: 120px;
  margin: 0 auto;
  position: relative;
  display: block;
}

@media only screen and (max-width: 767px) {
  .setting-project-detail .formParts:first-child label,
  .setting-acount .formParts:first-child label {
    width: 160px;
    height: 160px;
  }
}

.setting-project-detail .formParts:first-child .thumnailWrap,
.setting-acount .formParts:first-child .thumnailWrap {
  width: 240px;
  height: 240px;
  background-image: url(../images/noimgselect.jpg);
  background-position: center center;
  background-size: cover;
}

.setting-project-detail .formParts:first-child input[type="file"],
.setting-acount .formParts:first-child input[type="file"] {
  display: none;
}

#formIcon {
  position: relative;
}

#formIcon label {
  cursor: pointer;
  width: 240px;
  height: 240px;
  border: 2px solid #fff;
  border-radius: 120px;
  margin: 0 auto;
  position: relative;
  display: block;
}

#formIcon .thumnailWrap {
  width: 100%;
  height: 100%;
  background-image: url(../images/noimgselect.jpg);
  background-position: center center;
  background-size: cover;
}

#formIcon input[type=file] {
  display: none;
}

.singleForm .formContents .formParts label.item {
  color: #fff;
}

.singleForm .formContents .acd-label {
  background-color: transparent;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.singleForm .formContents .acd-label:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.singleForm .formContents .acd-content .radioGroup .radioWrap {
  margin-top: 3.5%;
}

.radioGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.radioGroup#task_users {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.radioGroup#task_user {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.radioGroup .radioWrap {
  position: relative;
  width: 10%;
}

.radioGroup .radioWrap:nth-child(5n) {
  margin-right: 0;
}

.radioGroup .radioWrap.utiritytask {
  width: 31%;
  height: auto;
}

.radioGroup .radioWrap.utiritytask .radio-tile {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 12px 8px;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.radioGroup .radioWrap.utiritytask .radio-tile .radio-tile-label {
  font-size: 12px;
  color: #000;
  width: 100%;
  font-weight: normal;
}

.radioGroup .radioWrap.utiritytask .radio-tile img {
  width: 24px;
  margin-bottom: 5px;
}

.radioGroup .radioWrap.utiritytask .radio-tile .usericon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-position: center center;
  background-size: cover;
  border: 1px solid #e0e0e0;
  display: inline-block;
  margin-bottom: 10px;
}

.radioGroup .radioWrap.utiritytask .radio-tile .name {
  margin-bottom: 10px;
}

.radioGroup .radioWrap.utiritytask .radio-tile .affiliation {
  font-size: 60%;
}

.radioGroup .radioWrap.utiritytask .radio-button:checked + .radio-tile {
  background-color: #fff;
  border: 1px solid #999;
  color: white;
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.radioGroup .radioWrap.utiritytask .radio-button:checked + .radio-tile .radio-tile-label {
  color: #000;
  background-color: #fff;
}

.radioGroup .radioWrap.utiritytask2 {
  width: 31%;
  height: auto;
}

.radioGroup .radioWrap.utiritytask2 .radio-tile {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 12px 8px;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.radioGroup .radioWrap.utiritytask2 .radio-tile .radio-tile-label {
  font-size: 12px;
  color: #000;
  width: 100%;
  font-weight: normal;
}

.radioGroup .radioWrap.utiritytask2 .radio-tile img {
  width: 24px;
  margin-bottom: 5px;
}

.radioGroup .radioWrap.utiritytask2 .radio-tile .usericon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-position: center center;
  background-size: cover;
  border: 1px solid #e0e0e0;
  display: inline-block;
  margin-bottom: 10px;
}

.radioGroup .radioWrap.utiritytask2 .radio-tile .name {
  margin-bottom: 10px;
}

.radioGroup .radioWrap.utiritytask2 .radio-tile .affiliation {
  font-size: 60%;
}

.radioGroup .radioWrap.utiritytask2 .radio-button:checked + .radio-tile {
  background-color: #fff;
  border: 1px solid #999;
  color: white;
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.radioGroup .radioWrap.utiritytask2 .radio-button:checked + .radio-tile .radio-tile-label {
  color: #000;
  background-color: #fff;
}

.radioGroup .radioWrap.user {
  width: 24%;
  height: auto;
  margin-right: 2%;
}

@media only screen and (max-width: 767px) {
  .radioGroup .radioWrap.user {
    width: 48%;
  }
}

.radioGroup .radioWrap.user .radio-tile {
  padding: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #efefef;
  border-radius: 5px;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

.radioGroup .radioWrap.user .radio-tile .radio-tile-label {
  font-size: 12px;
  color: #000;
  width: 100%;
  font-weight: normal;
}

.radioGroup .radioWrap.user .radio-tile img {
  width: 24px;
  margin-bottom: 5px;
}

.radioGroup .radioWrap.user .radio-tile .usericon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-position: center center;
  background-size: cover;
  border: 1px solid #e0e0e0;
  display: inline-block;
  margin-bottom: 10px;
}

.radioGroup .radioWrap.user .radio-tile .name {
  margin-bottom: 5px;
}

.radioGroup .radioWrap.user .radio-tile .affiliation {
  font-size: 75%;
  line-height: 1.3;
}

.radioGroup .radioWrap.user .radio-button:checked + .radio-tile {
  background-color: #00b4c6;
  color: white;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  border: 2px solid #00b4c6;
}

.radioGroup .radioWrap.user .radio-button:checked + .radio-tile .radio-tile-label {
  color: #fff;
  background-color: #00b4c6;
}

.radioGroup .radioWrap.user .radio-button:checked + .radio-tile .usericon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-position: center center;
  background-size: cover;
  display: inline-block;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.radioGroup .radioWrap .radio-button {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  cursor: pointer;
}

.radioGroup .radioWrap .radio-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 96%;
  height: 96%;
  border: 2px solid #079ad9;
  border-radius: 50%;
  padding: 48%;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}

.radioGroup .radioWrap .radio-tile .radio-tile-label {
  text-align: center;
  font-size: 0rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #079ad9;
}

.radioGroup .radioWrap .radio-tile.colorRed {
  border: 1px solid #fff;
  background-color: #D50000;
}

.radioGroup .radioWrap .radio-tile.colorRed .radio-tile-label {
  color: #D50000;
}

.radioGroup .radioWrap .radio-tile.colorPink {
  border: 1px solid #fff;
  background-color: #E67C73;
}

.radioGroup .radioWrap .radio-tile.colorPink .radio-tile-label {
  color: #E67C73;
}

.radioGroup .radioWrap .radio-tile.colorOrange {
  border: 1px solid #fff;
  background-color: #F4511E;
}

.radioGroup .radioWrap .radio-tile.colorOrange .radio-tile-label {
  color: #F4511E;
}

.radioGroup .radioWrap .radio-tile.colorYellow {
  border: 1px solid #fff;
  background-color: #F6BF26;
}

.radioGroup .radioWrap .radio-tile.colorYellow .radio-tile-label {
  color: #F6BF26;
}

.radioGroup .radioWrap .radio-tile.colorYellowGreen {
  border: 1px solid #fff;
  background-color: #33B679;
}

.radioGroup .radioWrap .radio-tile.colorYellowGreen .radio-tile-label {
  color: #33B679;
}

.radioGroup .radioWrap .radio-tile.colorGreen {
  border: 1px solid #fff;
  background-color: #0B8043;
}

.radioGroup .radioWrap .radio-tile.colorGreen .radio-tile-label {
  color: #0B8043;
}

.radioGroup .radioWrap .radio-tile.colorLightBlue {
  border: 1px solid #fff;
  background-color: #039BE5;
}

.radioGroup .radioWrap .radio-tile.colorLightBlue .radio-tile-label {
  color: #039BE5;
}

.radioGroup .radioWrap .radio-tile.colorBlue {
  border: 1px solid #fff;
  background-color: #3F51B5;
}

.radioGroup .radioWrap .radio-tile.colorBlue .radio-tile-label {
  color: #3F51B5;
}

.radioGroup .radioWrap .radio-tile.colorBluePurple {
  border: 1px solid #fff;
  background-color: #7986CB;
}

.radioGroup .radioWrap .radio-tile.colorBluePurple .radio-tile-label {
  color: #7986CB;
}

.radioGroup .radioWrap .radio-tile.colorPurple {
  border: 1px solid #fff;
  background-color: #8E24AA;
}

.radioGroup .radioWrap .radio-tile.colorPurple .radio-tile-label {
  color: #8E24AA;
}

.radioGroup .radioWrap .radio-tile.colorBlueGreen {
  border: 1px solid #fff;
  background-color: #3fd8d2;
}

.radioGroup .radioWrap .radio-tile.colorBlueGreen .radio-tile-label {
  color: #3fd8d2;
}

.radioGroup .radioWrap .radio-tile.colorGray {
  border: 1px solid #fff;
  background-color: #b9b9b8;
}

.radioGroup .radioWrap .radio-tile.colorGray .radio-tile-label {
  color: #b9b9b8;
}

.radioGroup .radioWrap .icon svg {
  fill: #079ad9;
  width: 3rem;
  height: 3rem;
}

.radioGroup .radioWrap .radio-tile-label {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #079ad9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.radioGroup .radioWrap .radio-button:checked + .radio-tile {
  background-color: #079ad9;
  color: white;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  opacity: 1;
}

.radioGroup .radioWrap .radio-button:checked + .radio-tile:after {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  top: 38%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: '';
  width: 10px;
  height: 5px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.radioGroup .radioWrap .radio-button:checked + .radio-tile .icon svg {
  fill: white;
  background-color: #079ad9;
}

.radioGroup .radioWrap .radio-button:checked + .radio-tile .radio-tile-label {
  color: white;
  background-color: #079ad9;
}

.radioGroup .radioWrap .radio-button:checked + .radio-tile.colorRed {
  background-color: #D50000;
}

.radioGroup .radioWrap .radio-button:checked + .radio-tile.colorRed .radio-tile-label {
  color: white;
  background-color: #D50000;
}

.radioGroup .radioWrap .radio-button:checked + .radio-tile.colorPink {
  background-color: #E67C73;
}

.radioGroup .radioWrap .radio-button:checked + .radio-tile.colorPink .radio-tile-label {
  color: white;
  background-color: #E67C73;
}

.radioGroup .radioWrap .radio-button:checked + .radio-tile.colorOrange {
  background-color: #F4511E;
}

.radioGroup .radioWrap .radio-button:checked + .radio-tile.colorOrange .radio-tile-label {
  color: white;
  background-color: #F4511E;
}

.radioGroup .radioWrap .radio-button:checked + .radio-tile.colorYellow {
  background-color: #F6BF26;
}

.radioGroup .radioWrap .radio-button:checked + .radio-tile.colorYellow .radio-tile-label {
  color: white;
  background-color: #F6BF26;
}

.radioGroup .radioWrap .radio-button:checked + .radio-tile.colorYellowGreen {
  background-color: #33B679;
}

.radioGroup .radioWrap .radio-button:checked + .radio-tile.colorYellowGreen .radio-tile-label {
  color: white;
  background-color: #33B679;
}

.radioGroup .radioWrap .radio-button:checked + .radio-tile.colorGreen {
  background-color: #0B8043;
}

.radioGroup .radioWrap .radio-button:checked + .radio-tile.colorGreen .radio-tile-label {
  color: white;
  background-color: #0B8043;
}

.radioGroup .radioWrap .radio-button:checked + .radio-tile.colorLightBlue {
  background-color: #039BE5;
}

.radioGroup .radioWrap .radio-button:checked + .radio-tile.colorLightBlue .radio-tile-label {
  color: white;
  background-color: #039BE5;
}

.radioGroup .radioWrap .radio-button:checked + .radio-tile.colorBlue {
  background-color: #3F51B5;
}

.radioGroup .radioWrap .radio-button:checked + .radio-tile.colorBlue .radio-tile-label {
  color: white;
  background-color: #3F51B5;
}

.radioGroup .radioWrap .radio-button:checked + .radio-tile.colorBluePurple {
  background-color: #7986CB;
}

.radioGroup .radioWrap .radio-button:checked + .radio-tile.colorBluePurple .radio-tile-label {
  color: white;
  background-color: #7986CB;
}

.radioGroup .radioWrap .radio-button:checked + .radio-tile.colorPurple {
  background-color: #8E24AA;
}

.radioGroup .radioWrap .radio-button:checked + .radio-tile.colorPurple .radio-tile-label {
  color: white;
  background-color: #8E24AA;
}

.radioGroup .radioWrap .radio-button:checked + .radio-tile.colorBlueGreen {
  background-color: #3fd8d2;
}

.radioGroup .radioWrap .radio-button:checked + .radio-tile.colorBlueGreen .radio-tile-label {
  color: white;
  background-color: #3fd8d2;
}

.radioGroup .radioWrap .radio-button:checked + .radio-tile.colorGray {
  background-color: #b9b9b8;
}

.radioGroup .radioWrap .radio-button:checked + .radio-tile.colorGray .radio-tile-label {
  color: white;
  background-color: #b9b9b8;
}

.floatMessage {
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 60px;
  z-index: 10000;
  text-align: center;
  -webkit-animation-name: animation-keyframes-per;
          animation-name: animation-keyframes-per;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  display: inline-block;
  max-width: 320px;
}

@-webkit-keyframes animation-keyframes-per {
  0% {
    opacity: 0;
    top: 65px;
    display: inline-block;
  }
  10% {
    opacity: 1;
    top: 60px;
    display: inline-block;
  }
  95% {
    opacity: 1;
    top: 60px;
    display: inline-block;
  }
  100% {
    opacity: 0;
    display: none;
    top: -100px;
  }
}

@keyframes animation-keyframes-per {
  0% {
    opacity: 0;
    top: 65px;
    display: inline-block;
  }
  10% {
    opacity: 1;
    top: 60px;
    display: inline-block;
  }
  95% {
    opacity: 1;
    top: 60px;
    display: inline-block;
  }
  100% {
    opacity: 0;
    display: none;
    top: -100px;
  }
}

.floatMessage P {
  background-color: white;
  height: 48px;
  line-height: 48px;
  font-size: 15px;
  border-radius: 24px;
  padding: 0 30px 0 60px;
  margin-bottom: 20px;
  -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.2));
  font-weight: bolder;
  max-width: 320px;
  min-width: 240px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .floatMessage P {
    font-size: 3vw;
  }
}

.floatMessage P.completeMessage {
  color: #fff;
  background-color: #00b4c6;
}

.floatMessage P.completeMessage:after {
  content: "!";
  position: absolute;
  left: 20px;
  top: 0;
  font-size: 19px;
}

.floatMessage P.completeMessage:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  background-color: #48bdc9;
}

.floatMessage P.alertMessage {
  color: #fff;
  background-color: #00b4c6;
}

.floatMessage P.alertMessage:after {
  content: "!";
  position: absolute;
  left: 20px;
  top: 0;
  font-size: 19px;
}

.floatMessage P.alertMessage:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  background-color: #e82a56;
}
/*# sourceMappingURL=form.css.map */