ul,
ol {
  margin: 0;
}

li {
  list-style: none;
}

label {
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
}

[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
  font-size: 1.6rem;
  line-height: 1.375;
  letter-spacing: .08rem;
  height: auto;
  margin: 0;
  padding: 10px;
}

.button {
  font-size: 1.6rem;
  line-height: 1.375;
  letter-spacing: .08rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 48px;
  margin: 0;
  padding: 0;
}

html {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
  position: relative;
  width: 100%;
  height: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
}

[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
  font-size: 1.6rem;
  line-height: 1.375;
  letter-spacing: .08rem;
  height: auto;
  margin: 0;
  padding: 10px;
}

.button {
  font-size: 1.6rem;
  line-height: 1.375;
  letter-spacing: .08rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 48px;
  margin: 0;
  padding: 0;
}

.l-login {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.p-login {
  width: 400px;
}
.p-login__logo {
  margin-bottom: 20px;
  text-align: center;
}
.p-login__logo-img {
  width: 100px;
  height: 30px;
}
.p-login__form {
  display: block;
  padding: 20px;
  box-sizing: border-box;
  border: #e6e6e6 solid 1px;
}
.p-login__input-box {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
.p-login__input-title {
  font-size: 1.6rem;
  line-height: 1.375;
  letter-spacing: .08rem;
  display: block;
  margin-right: auto;
  font-weight: 500;
}
.p-login__input-outer {
  width: calc(100% - 100px);
}
.p-login__submit-box {
  margin-top: 40px;
}
.p-login__submit {
  width: 100%;
  margin: 0 auto;
}

.p-side {
  position: fixed;
  left: 0;
  top: 0;
  width: 180px;
  height: 100%;
  background-color: #333333;
}
.p-side__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
}
.p-side__logo-img {
  width: auto;
  height: auto;
}
.p-side__account {
  font-size: 1.6rem;
  line-height: 1.375;
  letter-spacing: .08rem;
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
}

.p-nav__list {
  margin-bottom: 20px;
}
.p-nav__link {
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
  position: relative;
  display: flex;
  height: 40px;
  align-items: center;
  padding: 0 15px;
  color: #fff;
}
.p-nav__link:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  border-top: #ffffff solid 1px;
  border-right: #ffffff solid 1px;
  position: absolute;
  right: 15px;
  top: calc(50% - 4px);
  transform: rotate(45deg);
}
.p-nav__link:hover {
  background-color: #404040;
  color: #00b9eb;
}
.p-nav__logout {
  padding: 0 15px;
  box-sizing: border-box;
}
.p-nav__input {
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
  width: 100%;
  height: 32px;
}

.p-control {
  padding-left: 180px;
  box-sizing: border-box;
}
.p-control__box {
  padding: 30px 20px;
  box-sizing: border-box;
}
.p-control__title {
  font-size: 2.4rem;
  line-height: 1.16;
  letter-spacing: .1rem;
  margin-bottom: 20px;
}
.p-control__new {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.p-control__new-button {
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
  width: 120px;
  height: 30px;
}

.p-error {
  font-size: 1.6rem;
  line-height: 1.375;
  letter-spacing: .08rem;
  color: #f04124;
  padding: 20px 20px 0;
}
.p-error--login {
  font-size: 1.6rem;
  line-height: 1.375;
  letter-spacing: .08rem;
  color: #f04124;
  padding: 20px 0;
  text-align: center;
}
.p-error--dialog {
  padding: 0 0 20px;
}

.p-form-button {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.p-form-button .button {
  margin: 0 10px;
}

.p-site-list__item {
  display: flex;
  box-sizing: border-box;
  border-bottom: #e6e6e6 solid 1px;
}
.p-site-list__title {
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
  width: 25%;
  padding: 10px;
  font-weight: 500;
}
.p-site-list__title--bold {
  font-weight: bold;
}
.p-site-list__date {
  width: 15%;
  padding: 10px;
}
.p-site-list__date--bold {
  font-weight: bold;
}
.p-site-list__button-box {
  width: 15%;
  padding: 10px;
}
.p-site-list__submit, .p-site-list__edit, .p-site-list__delete, .p-site-list__receive {
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
  width: 100%;
  height: 28px;
  padding: 0 10px;
}

.p-terminal-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.p-terminal-list__title {
  font-size: 1.8rem;
  line-height: 1.33;
  letter-spacing: .1rem;
  margin-bottom: 10px;
  margin-top: 40px;
}
.p-terminal-list__item {
  margin: 0 15px 10px 0;
}

.p-receive-list__item {
  display: flex;
  box-sizing: border-box;
  border-bottom: #e6e6e6 solid 1px;
}
.p-receive-list__date {
  width: 20%;
  padding: 10px;
}
.p-receive-list__date--bold {
  font-weight: bold;
}
.p-receive-list__terminal {
  width: 40%;
  padding: 10px;
  font-weight: bold;
}
.p-receive-list__data {
  width: 40%;
  padding: 10px;
}
.p-receive-list__data--bold {
  font-weight: bold;
}
.p-receive-list__download {
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
  width: 100%;
  max-width: 200px;
  height: 28px;
  padding: 0 10px;
  margin: 0 auto;
}

.p-survay-item-setting__site-name {
  display: flex;
  align-items: center;
}
.p-survay-item-setting__site-name-txt {
  font-size: 1.8rem;
  line-height: 1.33;
  letter-spacing: .1rem;
  margin-right: 16px;
}
.p-survay-item-setting__site-name-input {
  width: 300px;
}

.p-add-new {
  margin-bottom: 40px;
}
.p-add-new--mb0 {
  margin-bottom: 0;
}
.p-add-new__head {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
.p-add-new__title {
  font-size: 1.8rem;
  line-height: 1.33;
  letter-spacing: .1rem;
  margin: 0 16px 0 0;
}
.p-add-new__button {
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
  width: 100px;
  height: 32px;
  padding: 0 16px;
}
.p-add-new__button--file {
  display: none;
}
.p-add-new__button-label {
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
  width: 100px;
  height: 32px;
}

.p-add-new-drawing-list__item {
  display: flex;
  align-items: center;
  padding: 10px 0 10px 10px;
  border-bottom: #e6e6e6 solid 1px;
}
.p-add-new-drawing-list__item:first-child {
  border-top: #e6e6e6 solid 1px;
}
.p-add-new-drawing-list__thumb-box {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  margin-right: 20px;
}
.p-add-new-drawing-list__thumb-box:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: #e6e6e6 solid 1px;
}
.p-add-new-drawing-list__thumb {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.p-add-new-drawing-list__name {
  display: block;
  width: calc((100% - 100px) * .4);
  padding: 0 10px;
  font-weight: bold;
}
.p-add-new-drawing-list__change-box {
  display: block;
  width: calc((100% - 100px) * .25);
  padding: 0 10px;
  box-sizing: border-box;
}
.p-add-new-drawing-list__change-label {
  display: block;
  margin: 0;
  padding-top: 3px !important;
  box-sizing: border-box;
  text-align: center;
}
.p-add-new-drawing-list__change {
  display: none;
}
.p-add-new-drawing-list__size-box {
  display: block;
  width: calc((100% - 100px) * .20);
  padding: 0 10px;
  box-sizing: border-box;
}
.p-add-new-drawing-list__delete-box {
  display: block;
  width: calc((100% - 100px) * .15);
  padding: 0 10px;
  box-sizing: border-box;
}
.p-add-new-drawing-list__change-label, .p-add-new-drawing-list__size, .p-add-new-drawing-list__delete {
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
  width: 100%;
  height: 28px;
  padding: 0 10px;
}

.p-add-new-survay-list__item {
  display: flex;
  align-items: center;
  border-bottom: #e6e6e6 solid 1px;
  padding: 10px 0 10px 10px;
}
.p-add-new-survay-list__item:first-child {
  border-top: #e6e6e6 solid 1px;
}
.p-add-new-survay-list__icon-box {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
.p-add-new-survay-list__icon-box:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: #e6e6e6 solid 1px;
}
.p-add-new-survay-list__icon {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.p-add-new-survay-list__edit-box {
  width: calc((100% - 100px) * .15);
  padding: 0 10px;
  margin-left: auto;
  box-sizing: border-box;
}
.p-add-new-survay-list__delete-box {
  width: calc((100% - 100px) * .15);
  padding: 0 10px;
  box-sizing: border-box;
}
.p-add-new-survay-list__edit, .p-add-new-survay-list__delete {
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
  width: 100%;
  height: 28px;
  padding: 0 10px;
}

.p-dialog {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 40px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  z-index: 0;
}
.p-dialog.is-open {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
.p-dialog__box {
  width: 100%;
  max-width: 1000px;
  max-height: calc(100% - 100px);
  padding: 30px 20px;
  margin: auto;
  box-sizing: border-box;
  background-color: #ffffff;
  overflow-y: scroll;
}

.p-survay-item {
  margin-bottom: 40px;
}
.p-survay-item__list-box {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.p-survay-item__list-box:last-of-type {
  margin-bottom: 0;
}
.p-survay-item__list-title {
  font-size: 1.8rem;
  line-height: 1.33;
  letter-spacing: .1rem;
  font-weight: 400;
  width: 150px;
}
.p-survay-item__select-outer {
  width: calc(100% - 150px);
}
.p-survay-item__select {
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
  height: 40px;
  padding: 9px 15px;
}
.p-survay-item__select-inner {
  position: relative;
}
.p-survay-item__custom-select {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 15px;
  box-sizing: border-box;
  border: #cacaca solid 1px;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-position: right 5px center;
  background-size: 9px 6px;
  background-repeat: no-repeat;
}
.p-survay-item__custom-select-list {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border: #cacaca solid 1px;
  box-sizing: border-box;
  background-color: #fafafa;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.p-survay-item__custom-select-list.is-open {
  z-index: 100;
  opacity: 1;
  visibility: visible;
}
.p-survay-item__custom-select-label {
  display: block;
  cursor: pointer;
}
.p-survay-item__custom-select-button {
  display: none;
}
.p-survay-item__custom-select-name {
  display: flex;
  align-items: center;
  padding: 6px 10px;
  box-sizing: border-box;
}
.p-survay-item__custom-select-name:hover {
  background-color: #f1f1f1;
}
.p-survay-item__custom-select-icon {
  width: auto;
  height: 20px;
  margin-right: 10px;
}
.p-survay-item__custom-select-button:checked + .p-survay-item__custom-select-name {
  background-color: #e6e6e6;
}

.p-survay-area__title {
  font-size: 1.8rem;
  line-height: 1.33;
  letter-spacing: .1rem;
  margin-bottom: 20px;
}
.p-survay-area__list {
  display: flex;
  flex-wrap: wrap;
}
.p-survay-area__item {
  width: 120px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.p-survay-area__button {
  display: block;
}
.p-survay-area__thumb-box {
  position: relative;
  display: block;
  width: 120px;
  height: 120px;
  margin-bottom: 10px;
}
.p-survay-area__thumb-box:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: #e6e6e6 solid 1px;
}
.p-survay-area__thumb {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.p-survay-area__name {
  display: block;
  margin-bottom: 10px;
}
.p-survay-area__open {
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
  width: 100%;
  height: 24px;
}

.p-survay-area-setting__title {
  font-size: 1.8rem;
  line-height: 1.33;
  letter-spacing: .1rem;
  margin-bottom: 20px;
}

.p-tool {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
}
.p-tool__button {
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
  width: 180px;
  height: 30px;
  margin: 0 10px 10px 0;
}
.p-tool__button.is-active {
  background-color: #1779ba;
}

.p-size-setting {
  margin-bottom: 40px;
}
.p-size-setting__title {
  font-size: 1.8rem;
  line-height: 1.33;
  letter-spacing: .1rem;
  margin-bottom: 20px;
}
.p-size-setting__input-box-inner {
  display: flex;
  align-items: center;
}
.p-size-setting__input-box-title {
  font-size: 1.8rem;
  line-height: 1.33;
  letter-spacing: .1rem;
  width: 150px;
  font-weight: 400;
}
.p-size-setting__input-box-outer {
  width: calc(100% - 150px);
}
.p-size-setting__input {
  width: 200px;
}

.p-drawing-box {
  width: 100%;
  min-height: 200px;
  margin-bottom: 20px;
  border: #e6e6e6 dashed 3px;
}

.p-survay-target-nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.p-survay-target-nav__item {
  width: calc((100% - 80px) / 5);
}
.p-survay-target-nav__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
}

.p-survay-target__add-new {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.p-survay-target__add-new-button {
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
  width: 120px;
  height: 30px;
}
.p-survay-target__item {
  display: flex;
  padding: 10px 0;
  border-bottom: #e6e6e6 solid 1px;
}
.p-survay-target__item-num {
  font-size: 1.6rem;
  line-height: 1.375;
  letter-spacing: .08rem;
  display: flex;
  align-items: center;
  width: 30px;
  box-sizing: border-box;
  padding: 0 10px 0 0;
  font-weight: bold;
}
.p-survay-target__item-name {
  display: flex;
  align-items: center;
  width: calc((100% - 30px) * .6);
  box-sizing: border-box;
  padding: 0 10px;
}
.p-survay-target__item-name--title {
  font-weight: bold;
}
.p-survay-target__item-input {
  width: 100%;
}
.p-survay-target__item-type {
  display: flex;
  align-items: center;
  width: calc((100% - 30px) * .25);
  box-sizing: border-box;
  padding: 0 10px;
}
.p-survay-target__item-type--title {
  font-weight: bold;
}
.p-survay-target__item-label {
  width: 100%;
}
.p-survay-target__item-select {
  font-size: 1.6rem;
  line-height: 1.375;
  letter-spacing: .08rem;
  width: 100%;
  height: 44px;
}
.p-survay-target__item-delete-box {
  display: flex;
  align-items: center;
  width: calc((100% - 30px) * .15);
  box-sizing: border-box;
  padding: 0 10px;
}
.p-survay-target__item-delete {
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
  width: 100%;
  height: 28px;
}
.p-survay-target__item-size {
  display: flex;
  justify-content: space-between;
  width: calc((100% - 30px) * .4);
  padding: 0 10px;
  box-sizing: border-box;
}
.p-survay-target__item-size--title {
  font-weight: bold;
}
.p-survay-target__item-size-box {
  width: calc((100% - 30px) / 2);
}
.p-survay-target__item-size-multiply {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
}

.p-worker-list__add-new {
  display: flex;
  justify-content: flex-end;
  max-width: 460px;
  margin-bottom: 20px;
}
.p-worker-list__add-new-button {
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
  width: 120px;
  height: 30px;
}
.p-worker-list__item {
  position: relative;
  display: flex;
  padding: 0 0 0 20px;
  margin-bottom: 20px;
}
.p-worker-list__item:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 4px);
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #999999;
}
.p-worker-list__item-name {
  font-size: 1.8rem;
  line-height: 1.33;
  letter-spacing: .1rem;
  display: flex;
  align-items: center;
  width: calc(100% - 120px);
  max-width: 300px;
  box-sizing: border-box;
  margin-right: 20px;
}
.p-worker-list__item-input {
  width: 100%;
}
.p-worker-list__item-delete-box {
  display: flex;
  align-items: center;
  width: 120px;
}
.p-worker-list__item-delete {
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
  width: 100%;
  height: 28px;
}

/*# sourceMappingURL=style.css.map */
