@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap");
* {
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

body header {
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #9dac4a;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0.2% 0;
}

body header .logo-link {
  width: 12%;
}

body header .logo-link img {
  width: 100%;
  padding: 5px;
}

body header p {
  font-size: 1.5vw;
  margin: 0;
  padding: 7px 7px;
}

body header .username {
  font-size: 1.2vw;
  padding: 12px 7px;
  position: absolute;
  right: 13%;
}

body header .logout {
  font-size: 1.2vw;
  text-decoration: none;
  color: #000;
  padding: 12px 7px;
  position: absolute;
  right: 5%;
}

body header .logout:hover {
  color: #464646;
}

body header .settings {
  font-size: 1.2vw;
  text-decoration: none;
  color: #000;
  padding: 12px 7px;
  position: absolute;
  right: 1%;
}

body header .settings:hover {
  color: #464646;
}

body .login-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .container {
  position: relative;
}

body .container .title {
  margin: 7% 0 0 2%;
  border-left: 20px solid #6def68;
}

body .container .title h1,
body .container .title h2 {
  font-weight: normal;
  margin: 0;
  padding: 0 10px;
}

body .container .title h1 {
  font-size: 3.2vw;
}

body .container .inquiry-list {
  width: 50%;
  margin: 50px auto;
}

body .container .inquiry-list a {
  text-decoration: none;
  color: #000;
}

body .container .inquiry-list .inquiry-column {
  padding: 0 5px;
  border-bottom: 1px solid #606060;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body .container .inquiry-list .inquiry-column .status-label {
  font-weight: bold;
  color: #fff;
  border-radius: 3px;
  padding: 2px 5px;
}

body .container .inquiry-list .inquiry-column .inquiry-section-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .container .inquiry-list .inquiry-column .inquiry-section-top p {
  margin: 10px 0;
}

body .container .inquiry-list .inquiry-column .inquiry-section-top .inquiry-name {
  padding: 0 20px;
  font-size: 20px;
}

body .container .inquiry-list .inquiry-column .inquiry-section-top .inquiry-id {
  color: #606060;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body .container .inquiry-list .inquiry-column .inquiry-section-top .inquiry-date {
  text-align: right;
  padding: 0 20px;
  margin-left: auto;
  color: #565656;
}

body .container .inquiry-list .inquiry-column .inquiry-contents {
  padding: 0 10px;
  margin: 10px 0;
  color: #606060;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 90%;
}

body .container .inquiry-list .inquiry-column:hover {
  background-color: lightgray;
}

body .container .lists {
  width: 60%;
  margin: 5% auto;
}

body .container .lists a {
  text-decoration: none;
}

body .container .lists a .list {
  border: 1px solid #353535;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

body .container .lists a .list p {
  font-weight: bold;
  font-size: 1.5vw;
  color: #353535;
  padding: 0 10%;
}

body .container .lists a .list p span {
  font-weight: normal;
  font-size: 1.2vw;
}

body .container .lists a .list .right-icon {
  font-size: 3vw;
  position: absolute;
  top: 25%;
  right: 5%;
  color: #000;
}

body .container .lists a .list:hover {
  background-color: #bbbbbb;
  border-color: #bbbbbb;
}

body .container .lists a .list:hover p {
  color: #353535;
}

body .container .lists a .list:hover .right-icon {
  color: #000;
}

body .container .lists a .index_list {
  border: 1px solid #dd921b;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 50px;
}

body .container .lists a .index_list p {
  font-weight: bold;
  font-size: 1.5vw;
  color: #db8700;
  padding: 0 10%;
}

body .container .lists a .index_list p span {
  font-weight: normal;
  font-size: 1.2vw;
}

body .container .lists a .index_list .right-icon {
  font-size: 3vw;
  position: absolute;
  top: 25%;
  right: 5%;
  color: #dd921b;
}

body .container .lists a .index_list:hover {
  background-color: #dd921b;
  border-color: #dd921b;
}

body .container .lists a .index_list:hover p {
  color: #fff;
}

body .container .lists a .index_list:hover .right-icon {
  color: #fff;
}

body .container .edit-list {
  margin: 5% 20%;
}

body .container .edit-list p {
  font-size: 2vw;
  color: #414141;
}

body .container .edit-list p i {
  color: #414141;
  padding-right: 10px;
}

body .container .edit-list .edit-list-text {
  font-size: 1.6vw;
  margin-left: 5%;
  color: #b8b8b8;
}

body .container .edit-list form {
  margin: 0;
}

body .container .edit-list form .passEdit {
  width: 40%;
  font-size: 1.5vw;
}

body .container .edit-list form #toPassEdit {
  font-size: 1vw;
  margin-left: 10px;
  padding: 4.5px 10px;
  background-color: #fff;
  border-radius: 10px;
  border-color: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

body .container .edit-list form #toPassEdit:hover {
  color: #fff;
  background-color: #000;
  cursor: pointer;
}

body .container .edit-list .currentPass {
  font-size: 1.3vw;
}

body .container .passEditArea form {
  margin: 10% 20%;
}

body .container .passEditArea form .newPass {
  width: 40%;
  font-size: 1.5vw;
}

body .container .passEditArea form .newPassSubmit {
  display: block;
  font-size: 1vw;
  margin-top: 10px;
  padding: 4.5px 20px;
  background-color: #fff;
  border-radius: 10px;
  border-color: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

body .container .passEditArea form .newPassSubmit:hover {
  color: #fff;
  background-color: #000;
  cursor: pointer;
}

body .container .login-sitetitle {
  position: relative;
  width: 50%;
  height: 100vh;
  background-color: #d5e2e6;
}

body .container .login-sitetitle .login-img-h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

body .container .login-sitetitle .login-img-h1 h1 {
  font-weight: normal;
  text-align: center;
  color: #2e2e2e;
  font-size: 28px;
}

body .container .login-sitetitle .login-img-h1 .top-logo {
  width: 90%;
  margin: 0 auto;
  display: block;
}

body .container .login {
  position: relative;
  width: 50%;
  height: 100vh;
  margin: 0 auto;
}

body .container .login .login-child {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

body .container .login .login-child .error {
  margin: 13px 0;
  padding: 13px;
  color: #ff7676;
  background-color: #ffd8d8;
  border-radius: 10px;
}

body .container .login .login-child .sign-in-title {
  text-align: center;
  font-size: 30px;
  margin: 0;
}

body .container .login .login-child .login-area {
  width: 100%;
  margin: 0 auto;
}

body .container .login .login-child .login-area .login-wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

body .container .login .login-child .login-area .login-label {
  position: absolute;
  top: 15px;
  left: 10px;
  font-size: 18px;
  color: #6a6a6a;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

body .container .login .login-child .login-area .login-label.focus {
  top: -25px;
  left: 5px;
  font-size: 14px;
  color: #2e2e2e;
}

body .container .login .login-child .login-area .login-textbox {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 30px;
  padding: 15px;
  border: 1px solid #b7b7b7;
  border-radius: 10px;
  font-size: 20px;
  color: #2e2e2e;
  outline: none;
}

body .container .login .login-child .login-area .save-id {
  margin-top: 20px;
  display: block;
}

body .container .login .login-child .login-area #verify {
  width: 100%;
  padding: 15px 0;
  font-size: 25px;
  border-radius: 10px;
  border: none;
  color: #3f7a8d;
  background-color: #d5e2e6;
}

body .container .login .login-child .login-area #verify:hover {
  cursor: pointer;
}

body .container .login .login-child .login-area #id,
body .container .login .login-child .login-area #pass:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
          box-shadow: 0 0 0 1000px white inset;
}

body .container .update-menu {
  margin: 5% 5% 0 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

body .container .update-menu .update-menu-link {
  padding: 5px;
}

body .container .update-menu .update-menu-link a {
  text-decoration: none;
  width: 100%;
}

body .container .update-menu .update-menu-link a .img-div {
  width: 380px;
  height: 295px;
  overflow: hidden;
}

body .container .update-menu .update-menu-link a .img-div img {
  width: 100%;
}

body .container .update-menu .update-menu-link a div {
  background-color: #d6d6d6;
  border: 1px solid #000;
  margin: 0;
  width: 380px;
}

body .container .update-menu .update-menu-link a div p {
  margin: 0;
  text-align: center;
  padding: 40px 0;
  font-size: 1.4vw;
  color: #000;
}

body .container .chat-title {
  width: 50%;
  margin: 100px auto 0 auto;
}

body .container .chat-title p {
  margin: 5px 0;
}

body .container .chat-title p:nth-child(1) {
  font-size: 25px;
  font-weight: bold;
}

body .container .chat-title p:nth-child(2) {
  font-size: 20px;
}

body .container .chat-title p:nth-child(3) {
  border-bottom: 1px solid #000;
  display: inline;
}

body .container .chat-title .other-basic-info:hover {
  cursor: pointer;
  color: #939393;
  border-color: #939393;
}

body .container .chat-menu {
  margin: 0 auto;
  width: 50%;
  color: red;
  font-weight: bold;
}

body .container .chat-area {
  overflow: scroll;
  margin: 0 auto;
  padding: 30px 30px;
  width: 50%;
  height: 60vh;
  border: 3px solid #467826;
  border-radius: 5px;
}

body .container .chat-area .message-option {
  margin-bottom: 40px;
}

body .container .chat-area .message-option i {
  padding-right: 5px;
  color: #155d10;
}

body .container .chat-area .message-option i:hover {
  cursor: pointer;
}

body .container .chat-area .customer-message,
body .container .chat-area .my-message {
  padding: 0 20px;
  background-color: #fff;
  border-radius: 5px;
  width: 70%;
}

body .container .chat-area .customer-message .message-header span,
body .container .chat-area .my-message .message-header span {
  font-weight: bold;
}

body .container .chat-area .customer-message {
  background-color: #fff;
  border: 1px solid #155d10;
  margin: 20px 0 5px 0;
}

body .container .chat-area .my-message {
  background-color: #155d10;
  border: 1px solid #155d10;
  margin: 20px 0 0 auto;
}

body .container .chat-area .my-message .message-header {
  text-align: right;
}

body .container .chat-area .my-message p {
  color: #fff;
}

body .container .message-input-area {
  width: 50%;
  margin: 30px auto;
}

body .container .reply-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

body .container .reply-button button {
  padding: 10px 20px;
  font-size: 17px;
  display: block;
  color: #fff;
  background-color: #63b630;
  margin-left: 5px;
  border: none;
  border-radius: 5px;
}

body .container .reply-button button:hover {
  cursor: pointer;
  background-color: #399f1f;
}

body .container .reply-button button:active {
  background-color: #6fc059;
}

body .container .upper-button {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}

body .container .upper-button button {
  background-color: #175475;
}

body .container .upper-button button:hover {
  background-color: #0e335b;
}

body .container .page-update-main {
  width: 50%;
  margin: 100px auto 30px auto;
}

body .container .page-update-main .update-text {
  font-size: 18px;
  font-weight: bold;
  margin: 10% 0 20px 0;
}

body .container .page-update-main .update-form {
  margin: 0;
  width: 100%;
}

body .container .page-update-main .update-form .message-input {
  margin-bottom: 30px;
  padding: 30px;
  border: 3px solid #c2c2c2;
  border-radius: 10px;
}

body .container .page-update-main .update-form .message-input .message-alert {
  color: red;
}

body .container .page-update-main .update-form .message-input .ECM_CheckboxInput {
  padding: 12px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

body .container .page-update-main .update-form .message-input .ECM_CheckboxInput-Input {
  margin: 0;
  width: 0;
  opacity: 0;
}

body .container .page-update-main .update-form .message-input .ECM_CheckboxInput:hover {
  background: rgba(0, 0, 0, 0.05) !important;
}

body .container .page-update-main .update-form .message-input .ECM_CheckboxInput-Input:focus + .ECM_CheckboxInput-DummyInput {
  border: dashed 2px #333333;
}

body .container .page-update-main .update-form .message-input .ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput {
  background: #333333;
}

body .container .page-update-main .update-form .message-input .ECM_CheckboxInput-Input:checked
+ .ECM_CheckboxInput-DummyInput::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  height: 4px;
  border-radius: 2px;
  -webkit-transform: translate(-6px, 5px) rotateZ(-135deg);
          transform: translate(-6px, 5px) rotateZ(-135deg);
  -webkit-transform-origin: 2px 2px;
          transform-origin: 2px 2px;
  background: #ffffff;
}

body .container .page-update-main .update-form .message-input .ECM_CheckboxInput-Input:checked
+ .ECM_CheckboxInput-DummyInput::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 76%;
  height: 4px;
  border-radius: 2px;
  -webkit-transform: translate(-6px, 5px) rotateZ(-45deg);
          transform: translate(-6px, 5px) rotateZ(-45deg);
  -webkit-transform-origin: 2px 2px;
          transform-origin: 2px 2px;
  background: #ffffff;
}

body .container .page-update-main .update-form .message-input .ECM_CheckboxInput-DummyInput {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 32px;
  height: 32px;
  border: solid 2px transparent;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

body .container .page-update-main .update-form .message-input .ECM_CheckboxInput-LabelText {
  margin-left: 12px;
  display: block;
  font-size: 18px;
  font-weight: bold;
}

body .container .page-update-main .update-form .message-input .text-label {
  margin-top: 10px;
  font-size: 18px;
  display: block;
  color: #adadad;
}

body .container .page-update-main .update-form .message-input .text-input {
  font-size: 18px;
  padding: 7px;
  width: 100%;
  margin: 10px 0;
  border: 2px solid #000;
  border-radius: 5px;
}

body .container .page-update-main .update-form .message-input .text-input:disabled {
  border: 2px solid #adadad;
  color: #adadad;
}

body .container .page-update-main .update-form .message-input .text-input:disabled:-webkit-autofill {
  -webkit-text-fill-color: #adadad;
}

body .container .page-update-main .update-form .message-input .text-input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
          box-shadow: 0 0 0 1000px white inset;
}

body .container .page-update-main .update-form .message-input .url-input {
  font-size: 16px;
  padding: 7px;
  width: 100%;
  margin: 10px 0;
  border: 1px solid #000;
  border-radius: 5px;
}

body .container .page-update-main .update-form .message-input .url-input:disabled {
  border: 1px solid #adadad;
  color: #adadad;
}

body .container .page-update-main .update-form .message-input .url-input:disabled:-webkit-autofill {
  -webkit-text-fill-color: #adadad;
}

body .container .page-update-main .update-form .message-input .url-input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
          box-shadow: 0 0 0 1000px white inset;
}

body .container .page-update-main .update-form .preview {
  margin-top: 50px;
}

body .container .page-update-main .update-form .preview #preview-area {
  font-size: 18px;
  border: 3px solid #3e3e3e;
  border-radius: 10px;
  color: #b2534b;
  font-weight: 600;
  margin: 20px 0;
  width: 100%;
  padding: 40px;
  text-align: center;
}

body .container .page-update-main .update-form .preview .preview-text {
  margin: 0;
  font-size: 18px;
}

body .container .page-update-main .update-form .edit-button {
  width: 50%;
  display: block;
  margin: 40px auto;
  padding: 15px 0;
  font-size: 18px;
  border: none;
  border-radius: 8px;
  color: white;
  background-color: #7d965d;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body .container .page-update-main .update-form .edit-button:hover {
  cursor: pointer;
  background-color: #5c7042;
}

body .container .page-update-main .update-form .edit-button:disabled {
  background-color: #b9cd9f;
}

body .container .page-update-main .update-form .edit-button:disabled:hover {
  cursor: not-allowed;
}

body .container .page-update-main .delete-text {
  font-size: 18px;
  font-weight: bold;
  margin: 10% 0 20px 0;
}

body .container .page-update-main .delete-form {
  width: 100%;
  margin: 0;
  border: 3px solid #494949;
  border-radius: 10px;
  padding: 30px;
}

body .container .page-update-main .delete-form #delete-checkbox-1 {
  pointer-events: auto;
}

body .container .page-update-main .delete-form #delete-dummy-checkbox-1 {
  border: solid 2px #333333;
}

body .container .page-update-main .delete-form #delete-dummy-label-1 {
  color: #333333;
  font-size: 18px;
}

body .container .page-update-main .delete-form #delete-checkbox-2 {
  pointer-events: auto;
}

body .container .page-update-main .delete-form #delete-dummy-checkbox-2 {
  border: solid 2px #333333;
}

body .container .page-update-main .delete-form #delete-dummy-label-2 {
  color: #333333;
  font-size: 18px;
}

body .container .page-update-main .delete-form .current-text {
  font-size: 18px;
}

body .container .page-update-main .delete-form button {
  width: 50%;
  display: block;
  margin: 40px auto 10px auto;
  padding: 15px 0;
  font-size: 18px;
  border: none;
  border-radius: 8px;
  color: white;
  background-color: #7d965d;
}

body .container .page-update-main .delete-form button:hover {
  cursor: pointer;
  background-color: #5c7042;
}

body .container .page-update-main .delete-form button:disabled {
  background-color: #b9cd9f;
}

body .container .page-update-main .delete-form button:disabled:hover {
  cursor: not-allowed;
}

body .container .page-update-main .ECM_CheckboxInput2 {
  pointer-events: none;
  padding: 12px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

body .container .page-update-main .ECM_CheckboxInput-Input2 {
  margin: 0;
  width: 0;
  opacity: 0;
}

body .container .page-update-main .ECM_CheckboxInput2:hover > .ECM_CheckboxInput-DummyInput2 {
  background: #dddddd !important;
  border: solid 2px #333333;
}

body .container .page-update-main .ECM_CheckboxInput-Input2:focus + .ECM_CheckboxInput-DummyInput2 {
  background: #dddddd !important;
  border: solid 2px #333333;
}

body .container .page-update-main .ECM_CheckboxInput-Input2:checked + .ECM_CheckboxInput-DummyInput2 {
  border: solid 2px #333333;
  background: #ffffff;
}

body .container .page-update-main .ECM_CheckboxInput-Input2:checked
+ .ECM_CheckboxInput-DummyInput2::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hlY2siPjxwb2x5bGluZSBwb2ludHM9IjIwIDYgOSAxNyA0IDEyIj48L3BvbHlsaW5lPjwvc3ZnPg==") no-repeat center;
  background-size: contain;
}

body .container .page-update-main .ECM_CheckboxInput-DummyInput2 {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 28px;
  height: 28px;
  border: solid 2px #adadad;
  background: #ffffff;
  border-radius: 4px;
}

body .container .page-update-main .ECM_CheckboxInput-LabelText2 {
  margin-left: 12px;
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #adadad;
}

body .container .page-update-main .templates {
  pointer-events: none;
}

body .container .page-update-main .templates i {
  margin-right: 5px;
}

body .container .page-update-main .templates summary {
  display: block;
  font-size: 18px;
  border: 1.5px solid #adadad;
  color: #adadad;
  padding: 5px;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
}

body .container .page-update-main .templates .summary-inner {
  background-color: #e4e4e4;
  border-radius: 0 0 5px 5px;
  padding: 7px;
}

body .container .page-update-main .templates .summary-inner .summary-inner-child {
  position: relative;
  border: 1.5px solid #000;
  border-radius: 3px;
  padding: 4px;
  margin: 3px 0;
  background-color: #fff;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

body .container .page-update-main .templates .summary-inner .summary-inner-child:nth-child(1) {
  font-weight: bold;
}

body .container .page-update-main .templates .summary-inner .summary-inner-child .delete-template {
  position: absolute;
  right: 0;
  font-size: 16px;
}

body .container .page-update-main .templates .summary-inner .create-template {
  display: none;
}

body .container .page-update-main .templates .summary-inner .create-template .template-input-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .container .page-update-main .templates .summary-inner .create-template .template-input-btn .template-input {
  font-size: 16px;
  border: 1.5px solid #a0a0a0;
  border-radius: 3px;
  width: 80%;
}

body .container .page-update-main .templates .summary-inner .create-template .template-input-btn .template-submit {
  display: block;
  background-color: #323232;
  color: #fff;
  border: none;
  border-radius: 3px;
  font-size: 16px;
  padding: 3px;
  width: 20%;
  margin-left: 5px;
  cursor: pointer;
}

body .container .page-update-main details[open] summary {
  border-radius: 5px 5px 0 0;
}

body .container .page-update-main summary::-webkit-details-marker {
  display: none;
}

@media (min-width: 300px) {
  .login-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body header .logo-link {
    width: 40%;
    padding: 2% 0;
  }
  body header p {
    font-size: 20px;
  }
  body header .menu {
    /*----------------------------
* メニュー開閉ボタン
*----------------------------*/
    /*----------------------------
* メニュー本体
*----------------------------*/
    /*----------------------------
* アニメーション部分
*----------------------------*/
    /* アニメーション前のメニューの状態 */
    /* アニメーション後のメニューの状態 */
  }
  body header .menu .menu-btn {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 2;
    width: 50px;
    height: 50px;
    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;
    border: none;
    background-color: transparent;
  }
  body header .menu .menu-btn i {
    font-size: 30px;
    color: #000;
  }
  body header .menu .menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    width: 100vw;
    height: 100vh;
    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;
    background: #555;
  }
  body header .menu .menu__item {
    width: 100%;
    height: auto;
    padding: 0.7em 1em;
    text-align: center;
    color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  body header .menu .menu__item a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
  }
  body header .menu .menu {
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  body header .menu .menu.is-active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  body header .username,
  body header .logout,
  body header .settings {
    display: none;
  }
  body .container .title {
    margin-top: 100px;
    border-left: 15px solid #6def68;
  }
  body .container .title h1 {
    font-size: 1.8em;
  }
  body .container .title h2 {
    font-size: 1.3em;
  }
  body .container .lists {
    width: 90%;
    margin-top: 40px;
  }
  body .container .lists a .index_list p {
    font-size: 1.6em;
  }
  body .container .lists a .index_list p span {
    display: block;
    font-size: 0.8em;
  }
  body .container .lists a .index_list i {
    display: none;
  }
  body .container .page-update-main {
    width: 90%;
  }
  body .container .page-update-main .update-text {
    font-size: 1.5em;
    margin: 20% 0 1.5em 0;
  }
  body .container .page-update-main .update-form .preview {
    margin-top: 0.7em;
  }
  body .container .page-update-main .update-form .preview #preview-area {
    font-size: 1.1em;
    padding: 30px 10px;
  }
  body .container .page-update-main .update-form .preview .preview-text {
    font-size: 1.5em;
  }
  body .container .page-update-main .update-form .preview .preview-text span {
    display: block;
    font-size: 0.7em;
  }
  body .container .page-update-main .update-form .edit-button {
    width: 100%;
    padding: 22px 0;
  }
  body .container .page-update-main .delete-text {
    font-size: 1.5em;
    margin: 20% 0 1.5em 0;
  }
  body .container .page-update-main .delete-form {
    padding: 30px 10px;
  }
  body .container .page-update-main .delete-form button {
    width: 100%;
    padding: 22px 0;
  }
  body .container .head {
    margin-top: 10%;
  }
  body .container .head h1 {
    font-size: 35px;
  }
  body .container .head h2 {
    font-size: 30px;
  }
  body .container .login {
    width: 80%;
    height: 70vh;
  }
  body .container .login .login-child {
    width: 100%;
  }
  body .container .login .save-id input {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    margin: 0 5px 0 0;
  }
  body .container .login .save-id label {
    font-size: 1em;
  }
  body .container .login #verify {
    margin-top: 10%;
    font-size: 1.3em;
    padding: 5% 20%;
  }
  body .container .login-sitetitle {
    width: 100%;
    height: 30vh;
  }
  body .container .login-sitetitle .login-img-h1 .top-logo {
    width: 100%;
  }
  body .container .login-sitetitle .login-img-h1 h1 {
    font-size: 17px;
  }
  body .container .top-logo {
    width: 70%;
    margin-top: 10%;
  }
  body .container .inquiry-list {
    width: 90%;
  }
  body .container .inquiry-list .inquiry-column .inquiry-id {
    display: none;
  }
  .reply-form-wrap {
    width: 90%;
  }
  .reply-form-wrap .mail-form .header-inner-element {
    display: block;
  }
  .reply-form-wrap .submit-btn {
    width: 90%;
  }
  main .article-top-menu .create-new-article {
    width: 100%;
  }
  main .article-table .table-headline {
    display: none;
  }
  main .article-table tr {
    width: 100%;
  }
  main .article-table tr .status {
    text-decoration: none;
  }
  main .article-table tr .status .status-menu {
    right: 40px;
  }
  main .article-table td {
    display: block;
    text-align: right;
    width: 100%;
  }
  main .article-table td:first-child {
    background: #b6b6b6;
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 100%;
  }
  main .article-table td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
  .editor-main {
    width: 90%;
  }
  .editor-main .editor-form .image-label {
    width: 100%;
  }
  .editor-main .editor-form .main-area .add-content-menu input[type="button"] {
    color: #000;
  }
  .editor-main .editor-form .main-area .add-content-menu .add-top-wrap {
    display: block;
  }
  .editor-main .editor-form .main-area .add-content-menu .add-top-wrap input[type="checkbox"] {
    margin-left: 0;
    margin-top: 20px;
  }
  .editor-main .editor-form .submit-area #post-article {
    width: 90%;
  }
  .editor-main .editor-form .submit-area #save-as-draft {
    font-size: 18px;
    margin-top: 20px;
  }
  .editor-main .editor-form .submit-area .banner-area #file-select-area .banner-label {
    width: 100%;
  }
  .editor-main .editor-form .submit-area .banner-area #file-select-area .banner-select {
    width: 50%;
    font-size: 17px;
  }
}

@media (min-width: 600px) {
  .login-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  body header .logo-link {
    width: 20%;
    padding: 0.6% 0;
  }
  body header p {
    font-size: 1.4em;
  }
  body header .username,
  body header .logout,
  body header .settings {
    display: block;
    font-size: 20px;
    margin: 0 30px;
  }
  body header .username {
    right: 22%;
  }
  body header .logout {
    right: 8%;
  }
  body header .settings {
    right: 1%;
  }
  body header .menu {
    display: none;
  }
  body .container .title {
    margin: 10% 0 0 2%;
    border-left: 20px solid #6def68;
  }
  body .container .title h1 {
    font-size: 3.2vw;
  }
  body .container .title h2 {
    font-size: 1.4em;
  }
  body .container .lists {
    width: 60%;
    margin: 5% auto;
  }
  body .container .lists a .index_list p {
    font-size: 1.5vw;
  }
  body .container .lists a .index_list p span {
    display: inline;
    font-size: 1.2vw;
  }
  body .container .lists a .index_list i {
    display: block;
  }
  body .container .page-update-main {
    width: 80%;
  }
  body .container .page-update-main .update-text {
    font-size: 1.8em;
    margin: 15% 0 1.5em 0;
  }
  body .container .page-update-main .update-form .preview {
    margin-top: 60px;
  }
  body .container .page-update-main .update-form .preview #preview-area {
    font-size: 1.3em;
    padding: 30px 10px;
  }
  body .container .page-update-main .update-form .preview .preview-text {
    font-size: 1.8em;
  }
  body .container .page-update-main .update-form .preview .preview-text span {
    display: block;
    font-size: 0.8em;
  }
  body .container .page-update-main .update-form .edit-button {
    width: 70%;
    padding: 22px 0;
    font-size: 1.3em;
    margin: 50px auto;
  }
  body .container .page-update-main .delete-text {
    font-size: 1.8em;
    margin: 15% 0 1.5em 0;
  }
  body .container .page-update-main .delete-form {
    padding: 30px;
  }
  body .container .page-update-main .delete-form button {
    width: 70%;
    padding: 22px 0;
    font-size: 1.3em;
    margin: 50px auto 20px auto;
  }
  body .container .head {
    margin: 3% 0 0 0;
  }
  body .container .head h1 {
    font-size: 3.5vw;
  }
  body .container .head h2 {
    font-size: 3.2vw;
  }
  body .container .login {
    width: 30%;
    height: auto;
  }
  body .container .login .login-child {
    width: 80%;
  }
  body .container .login .save-id input {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin: 0 5px 0 0;
  }
  body .container .login .save-id label {
    font-size: 1em;
  }
  body .container .login #verify {
    margin-top: 5%;
    font-size: 1.3vw;
    padding: 2% 10%;
  }
  body .container .login-sitetitle {
    width: 50%;
    height: 100vh;
  }
  body .container .login-sitetitle .login-img-h1 .top-logo {
    width: 90%;
  }
  body .container .login-sitetitle .login-img-h1 h1 {
    font-size: 28px;
  }
  body .container .top-logo {
    width: 30%;
    margin: 0 auto;
  }
  body .container .inquiry-list {
    width: 80%;
  }
  body .container .inquiry-list .inquiry-column .inquiry-id {
    display: block;
  }
  .reply-form-wrap .submit-btn {
    width: 50%;
  }
  main .article-top-menu .create-new-article {
    width: 25%;
  }
  main .article-table .table-headline {
    display: table-row;
  }
  main .article-table tr {
    width: 100%;
  }
  main .article-table tr .status {
    text-decoration: underline;
  }
  main .article-table td {
    display: table-cell;
    text-align: center;
    width: auto;
  }
  main .article-table td:first-child {
    background: none;
    color: black;
    font-weight: normal;
    text-align: left;
  }
  main .article-table td:before {
    content: "";
    float: none;
    font-weight: normal;
    margin-right: 0;
  }
  .editor-main {
    width: 50%;
  }
  .editor-main .editor-form .image-label {
    width: 40%;
  }
  .editor-main .editor-form .main-area .add-content-menu input[type="button"] {
    color: #000;
  }
  .editor-main .editor-form .main-area .add-content-menu .add-top-wrap {
    display: inline;
  }
  .editor-main .editor-form .main-area .add-content-menu .add-top-wrap input[type="checkbox"] {
    margin-left: 20px;
    margin-top: 0;
  }
  .editor-main .editor-form .submit-area #post-article {
    width: 40%;
  }
  .editor-main .editor-form .submit-area #save-as-draft {
    font-size: 16px;
    margin: 10px auto;
  }
  .editor-main .editor-form .submit-area .banner-area #file-select-area .banner-label {
    width: 40%;
  }
  .editor-main .editor-form .submit-area .banner-area #file-select-area .banner-select {
    width: 30%;
    font-size: 14px;
  }
}

@media (min-width: 1025px) {
  .login-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  body header .logo-link {
    width: 12%;
    padding: 0;
  }
  body header p {
    font-size: 1.5vw;
  }
  body header .username,
  body header .logout,
  body header .settings {
    font-size: 1.2vw;
    margin: 0;
  }
  body header .username {
    right: 13%;
  }
  body header .logout {
    right: 5%;
  }
  body header .settings {
    right: 1%;
  }
  body .container .page-update-main {
    width: 50%;
  }
  body .container .page-update-main .update-text {
    font-size: 18px;
    margin: 10% 0 20px 0;
  }
  body .container .page-update-main .update-form .preview {
    margin-top: 50px;
  }
  body .container .page-update-main .update-form .preview #preview-area {
    font-size: 18px;
    padding: 40px;
  }
  body .container .page-update-main .update-form .preview .preview-text {
    font-size: 18px;
  }
  body .container .page-update-main .update-form .preview .preview-text span {
    display: inline;
    font-size: 18px;
  }
  body .container .page-update-main .update-form .edit-button {
    width: 50%;
    padding: 15px 0;
    font-size: 18px;
    margin: 40px auto;
  }
  body .container .page-update-main .delete-text {
    font-size: 18px;
    margin: 10% 0 20px 0;
  }
  body .container .page-update-main .delete-form {
    padding: 30px;
  }
  body .container .page-update-main .delete-form button {
    width: 50%;
    padding: 15px 0;
    font-size: 18px;
    margin: 40px auto 10px auto;
  }
  body .container .inquiry-list {
    width: 60%;
  }
  .reply-form-wrap {
    width: 50%;
  }
  .reply-form-wrap .mail-form .header-inner-element {
    display: inline;
  }
  .reply-form-wrap .submit-btn {
    width: 30%;
  }
}
/*# sourceMappingURL=style.css.map */